Articles of sendmail

sendmail正在超时

sendmail在我们的CentOS服务器上超时。 这是我的testing [root@testserver ~]# echo "Subject: test" | /usr/lib/sendmail -v [email protected] 这是输出: [email protected]… Connecting to [127.0.0.1] via relay… 220 testserver.ourdomain.com ESMTP Sendmail 8.13.8/8.13.8; Thu, 23 Jun 2011 14:32:18 -0600 >>> EHLO testserver.ourdomain.com 250-testserver.ourdomain.com Hello localhost.localdomain [127.0.0.1], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-AUTH DIGEST-MD5 CRAM-MD5 250-DELIVERBY 250 HELP >>> MAIL From:<[email protected]> […]

Sendmail到Google Apps域中继

我pipe理的网站在Google Apps上configuration了电子邮件。 所以,所有的电子邮件帐户在那里。 因此,我不想让我的本地senmail接受我的域名的邮件。 相反,如果应该把它发送到Gmail。 我把sendmail.mc的末尾放在下面,然后重新编译sendmail.cf: define(LUSER_RELAY,`aspmx3.googlemail.com')dnl 但是,我仍然收到以下错误: Jul 2 22:47:23 culinaryhalloffame sendmail[21267]: p632lNDk021267: from=apache, size=753, class=0, nrcpts=1, msgid=<[email protected]>, relay=apache@localhost Jul 2 22:47:23 culinaryhalloffame sendmail[21270]: p632lNkV021270: from=<[email protected]>, size=851, class=0, nrcpts=1, msgid=<[email protected]>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1] Jul 2 22:47:23 culinaryhalloffame sendmail[21267]: p632lNDk021267: [email protected], ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30753, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (p632lNkV021270 Message accepted […]

通过cron监控md数组不工作

我试图让我的基于Fedora15的服务器通过邮件从mdadm发送任何错误。 我在网上find了这个代码片段,并把它放在我的crontab( crontab -e )中: 0,20,40 * * * * mdadm –monitor -1 -m [email protected] -scan 什么都没发生。 在terminal上手动运行时,也不会收到邮件。 我猜测,我需要改变一些设置,以安装我的香草Fedora安装电子邮件发送。 我应该从哪里开始? 谢谢!

无法让Postfix在Centos上工作

我在使用PHP在CentOS Linux 5.6上通过Postfix发送邮件时遇到了问题。 我有Postfix 2.3.3版本,安装了Yum。 我也按照教程安装了Dovecot,不过我不确定是否需要通过SMTP发送。 当PHP邮件()命令运行我得到这个在/ var / log / maillog : Aug 22 10:30:57 ade1 postfix[5798]: error: to submit mail, use the Postfix sendmail command Aug 22 10:30:57 ade1 postfix[5798]: fatal: the postfix command is reserved for the superuser 我安装了Webmin,以下是SMTP设置页面: http : //dl.dropbox.com/u/618674/_perma/2011-08/webmin-postfix-smtp.png 根据本教程,我在/etc/postfix/main.cf中input了一些configuration设置更改: http : //wiki.centos.org/HowTos/postfix 在/etc/php.ini我有这个: sendmail_path = /usr/sbin/postfix -t -i […]

如何configurationsendmail(或后缀)发送确认电子邮件使用webmin?

有一个centos 5.5 64位xen vps。 我有一个PHP脚本,自动发送确认邮件的人注册,它不是​​现在发送,我被告知安装webmin,然后安装sendmail或后缀,并configuration它发送电子邮件 我安装了webmin,安装了sendmail,现在怎么样? 如果你知道如何configuration后缀,那么我会unintall sendmail和安装postfix。 我只想自动发送电子邮件,确认邮件,欢迎电子邮件和再见电子邮件,以及重置密码电子邮件,我想要使用的电子邮件是[email protected] 我不想有一个收件箱,我可以使用谷歌应用程序的电子邮件服务来这样做,只是想发送自动电子邮件 注意 我可以通过SSH,没有webmin,只是想知道如何,任何教程或解释将如此赞赏。 如果你知道如何configuration类似于posftix和sendmail的另一个软件,那么使用它就没有问题,而不是使用这些软件了。基本上我不在乎使用什么邮件服务器,只要工作完成

如何设置SMTP ID到我的服务器?

我试图增加电子邮件的传递能力,从我读的内容中,我需要设置的最重要的事情是SPFlogging,DKIM和发件人ID,我设置了SPF和DKIM,但是… “发件人ID”与电子邮件标题中的“SMTP ID”相同吗? 如何设置发件人ID? //在我的服务器上使用Cent OS

sendmail DSN可以被禁用吗?

我想禁用/阻止SendMail在发送邮件时发送通知。 默认情况下,sendmail在4个小时后发送出去。 什么是最好的方法来做到这一点? 我可以将confTO_QUEUEWARN设置为0吗?

Mutt发送附有个人和公司电子邮件地址的电子邮件

[Mutt | CentOS 5.1]我在CentOS上设置了Mutt,并configuration了/ etc / Muttrc和〜/ .muttrc文件。 我可以发送电子邮件没有附件,命令: echo $Message | mutt -s "WARNING $Subject" [email protected] 这对公司的电子邮件地址很有效,例如 echo $Message | mutt -s "WARNING $Subject" [email protected] 当发送附件的电子邮件,奇怪的结果出来。 我将在下面的情况下解释。 1>发送到个人电子邮件地址( [email protected] )时,可以附加多个文件。 echo $Message | mutt -s "NORMAL $Subject" [email protected] \ -a test1.log -a test2.log 2>发送到企业邮箱地址( [email protected] )时,如果附加了文件,则无法发送电子邮件。 (cmd与上面相似)。 但有趣的是,如果我附上/root/install.log FIRST,可以用附件cmd发送邮件,如下所示: echo $Message | mutt -s […]

阻止用户将电子邮件发送到SENDMAIL的外部

我有安装了Sendmail的CentOS服务器,并使用Fetchmail进行邮件检索。 我的电子邮件服务器工作正常,但我现在需要禁止用户发送电子邮件到外面。 我该如何让这个用户在本地networking(在同一个域名的电子邮件地址内)发送电子邮件,但阻止他们向外界发送电子邮件?

发送邮件给一个不存在的用户,它应该去哪里?

当我从命令行发送邮件时,它应该在哪里结束? (我想从外面反弹所有无效的邮件,因为垃圾邮件。)有没有办法让它出现错误说用户不存在之前,甚至要求的主题? [root@308321 postfix]# mail notthere Subject: should bounce hello? EOT 这是maillog Oct 26 05:29:23 308321 postfix/pickup[6510]: 72F51D4775: uid=0 from=<root> Oct 26 05:29:23 308321 postfix/cleanup[6805]: 72F51D4775: message-id=<[email protected]> Oct 26 05:29:23 308321 postfix/qmgr[6511]: 72F51D4775: from=<[email protected]>, size=432, nrcpt=1 (queue active) Oct 26 05:29:23 308321 postfix/virtual[6808]: 72F51D4775: to=<[email protected]>, orig_to=<notthere>, relay=virtual, delay=0.74, delays=0.48/0.01/0/0.25, dsn=5.1.1, status=bounced (unknown user: "[email protected]") Oct […]