Send-Mail: Warning: Inet_protocols: IPv6 Supp

Here’s how to fix the following Postfix issue:

send-mail: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
send-mail: warning: inet_protocols: configuring for IPv4 support only
postdrop: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
postdrop: warning: inet_protocols: configuring for IPv4 support only


 vim /etc/postfix/main.cf

Search for: inet_protocols and change it from “inet_protocols = all” to “inet_protocols = ipv4″
Save /etc/postfix/main.cf and and restart Postfix service:

# /etc/init.d/postfix restart


发邮件的方法

echo “This is a test mail!”|mail -s text  **@mail.ustc.edu.cn

mail -s test **@mail.ustc.edu.cn < file

-s后接主体,内容可以是eho内容或者是文本


eg 

* * * * * sh /opt/sendnote.sh &

[root@cs mydata]# more /opt/sendnote.sh
#/bin/bash
/usr/local/mysql/bin/mysql -e 'select count(*) from mysql.user'
if [ $? -ne 0 ];then
echo "mysql is error!"|/bin/mail -s "xxx.xxx.xxx.xxx  DBNAME"  xxxxxxxxxxx@139.com
fi

这样数据库有问题的话,就会报错

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值