zoukankan      html  css  js  c++  java
  • 解决send-mail: fatal: parameter inet_interfaces: no local interface found for ::1

     

    1:检查sendmail服务的状态

      service sendmail status

    2:开启sendmail服务

      service sendmail start

    3:关闭sendmail服务

      service sendmail stop

    4:重启sendmail服务

      service sendmail reload


    5:检查一下是否有设定 sendmail在 reboot 后自动启动

      chkconfig --list | grep sendmail
      chkconfig sendmail off  全部关闭

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    1:检查postfix服务的状态

      service postfix status

    2:开启postfix服务的状态

      service postfix start

    3:关闭postfix服务的状态

      service postfix stop

    4:重启postfix服务的状态

      service postfix reload

    5:检查一下是否有设定 postfix 在 reboot 后自动启动

      chkconfig --list | grep postfix
      chkconfig postfix off  全部关闭

    ------ 往事如烟,伴着远去的步伐而愈加朦胧。未来似雾,和着前进的风儿而逐渐清晰!
  • 相关阅读:
    Mockito 简明教程
    说说初用 Mock 工具测试碰到的坑
    java的mock测试框架
    使用模拟对象(Mock Object)技术进行测试驱动开发
    微信小程序
    微信小程序
    uniapp
    微信小程序
    微信小程序
    微信小程序
  • 原文地址:https://www.cnblogs.com/cutesnow/p/14467859.html
Copyright © 2011-2022 走看看