设为首页 收藏本站
查看: 2750|回复: 0

[经验分享] msmtp+mutt运行时报child exited 127 (Exec error.)错误的解决方法

[复制链接]
累计签到:1 天
连续签到:1 天
发表于 2014-5-26 15:42:26 | 显示全部楼层 |阅读模式
在运行mutt命令时报下列错误
[iyunv@zabbix~]# echo "www.clvn.com.cn" | mutt -s "My Web" zabbix2018@sohu.com
Error sending message, child exited 127 (Exec error.).
Could not send the message.
解决方法:
先使用msmtp进行发送测试
[iyunv@zabbix ~]# /usr/local/msmtp/bin/msmtp -S
SMTP server at smtp.sohu.com ([220.181.90.34]), port 25:
    zw_71_37 ESMTP ready
Capabilities:
    STARTTLS:
        Support for TLS encryption via the STARTTLS command
    AUTH:
        Supported authentication methods:
        PLAIN LOGIN
This server might advertise more or other capabilities when TLS is active.
发现没有什么问题。

再利用msmtp查看当前文件路径
[iyunv@zabbix ~]# /usr/local/msmtp/bin/msmtp -P
loaded system configuration file /usr/local/msmtp/etc/msmtprc
ignoring user configuration file /root/.msmtprc: No such file or directory
falling back to default account
using account default from /usr/local/msmtp/etc/msmtprc
host                  = smtp.sohu.com
port                  = 25
timeout               = off
protocol              = smtp
domain                = localhost
auth                  = LOGIN
user                  = zabbix2018
password              = *
passwordeval          = (not set)
ntlmdomain            = (not set)
tls                   = off
tls_starttls          = on
tls_trust_file        = (not set)
tls_crl_file          = (not set)
tls_fingerprint       = (not set)
tls_key_file          = (not set)
tls_cert_file         = (not set)
tls_certcheck         = on
tls_force_sslv3       = off
tls_min_dh_prime_bits = (not set)
tls_priorities        = (not set)
auto_from             = off
maildomain            = (not set)
from                  = zabbix2018@sohu.com
dsn_notify            = (not set)
dsn_return            = (not set)
keepbcc               = off
logfile               = /var/log/zabbix/msmtp.log
syslog                = (not set)
aliases               = (not set)
reading recipients from the command line
从上面显示配置文件也没有什么问题,但是查看Muttrc.loca时
[iyunv@zabbix ~]# cat /etc/Muttrc.local
# Local configuration for Mutt.
set sendmail='/usr/local/msmtp/bin/msmtp"
set use_from=yes
set realname="zabbix2018@sohu.com"
set editor="vim"
可以看到双引号写成单引号了,更改此配置文件
[iyunv@zabbix ~]# vim /etc/Muttrc.local
# Local configuration for Mutt.
set sendmail="/usr/local/msmtp/bin/msmtp"
set use_from=yes
set realname="zabbix2018@sohu.com"
set editor="vim"
再次进行发送测试
[iyunv@zabbix ~]# echo "test" | mutt -s "test" clvn2008@qq.com
登录邮箱进行查看,可以看到收到邮件
wKiom1OBLiaQQWe1AAGxdkEpvWE657.jpg


运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-19636-1-1.html 上篇帖子: zabbix利用msmtp命令查看邮件服务器支持的验证方式 下篇帖子: 用vim编辑文件时出现E325: ATTENTION错误的解决方法
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表