Articles of sendmail

什么是明智的,我需要吗?

我正在运行Ubuntu Intrepid,并看到以下我的日志: Aug 23 16:01:03 wp1 sm-mta[13700]: n7NFJIad013566: Warning: program /usr/sbin/sensible-mda unsafe: No such file or directory Aug 23 16:01:03 wp1 sm-mta[13700]: n7NFJIad013566: SYSERR(root): Cannot exec /usr/sbin/sensible-mda: No such file or directory Aug 23 16:01:03 wp1 sm-mta[13700]: n7NFJIad013566: Warning: program /usr/sbin/sensible-mda unsafe: No such file or directory Aug 23 16:01:03 wp1 sm-mta[13700]: n7NFJIad013566: SYSERR(root): Cannot […]

“我的不合格主机名(foo.bar)未知”问题

当尝试启动sendmail或使用wordpress插件发送邮件时, maillog显示此错误: "My unqualified host name (foo.bar) unknown; sleeping for retry" 谷歌search后 ,最好的build议是“添加foo.bar到/ etc / hosts文件”,但它已经是: 127.0.0.1 localhost localhost.localdomain 127.0.0.1 foo.bar

在Sendmail中禁用本地传送

我在Centos服务器上使用Sendmail发送PHP脚本的电子邮件,但问题是邮件被传递到本机上的本地邮箱,而不是MXlogging中为域指定的内容 – 实际上指向另一台机器I用于电子邮件。 我希望sendmail不要尝试在本地为本机设置的域提供邮件,有没有简单的方法来禁用本地交付? 该域不在本地主机名文件中。 我已经做了大量的search,我已经看了: Sendmailconfiguration不传递邮件到本地机器 在Sendmail中禁用本地传送 但是要么没有答案,要么不适合。 我不想转发到另一台服务器,我只是希望它发送邮件,而不pipe域名。 举个例子: 我有两个服务器,一个是mail.example.com上的邮件服务器,另一个是web服务器,当我在web服务器上使用smtp服务时,它当前将邮件路由到example.com上的本地邮箱,但是它应该去mail.example.com上的邮箱 sendmail -bt的输出返回: 地址testing模式(规则集3不自动调用) input > 3,0 [email protected] canonifyinput:info @例子。 COM Canonify2input:信息 Canonify2返回:info canonify返回:info parsinginput:信息 Parse0input:信息 Parse0返回:info ParseLocalinput:信息 ParseLocal返回:info parsing1input:信息 Parse1返回:$#local $:info parsing返回:$#local $:info

如何解决“发送邮件:授权失败534 5.7.14”

我正在尝试在ssh root login上创build电子邮件提醒,所以我不得不安装ssmtp和邮件工具。 然后我configurationssmtp.conf文件如下: # Config file for sSMTP sendmail # The person who gets all mail for userids < 1000 # Make this empty to disable rewriting. #root=postmaster #Adding email id to receive system information root = [email protected] # The place where the mail goes. The actual machine name is required no # MX […]

Postfix和Sendmail是一样的吗?

我有我的服务器上的后缀设置,以便我可以使用命令行发送传出邮件: mail -s "Subject" [email protected] 这是使用sendmail或后缀? “sendmail”只是一个软件类别或一个独特的程序? 如果有东西是“sendmail就绪”,这是否意味着它将与后缀? 我在网上阅读的所有内容似乎都可以互换使用这两个术语。