postfix发送邮件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postfix发送邮件相关的知识,希望对你有一定的参考价值。

postfix
yum -y install  postfix mailx
systemctl start  postfix 
systemctl enable  postfix 


[root log]# cat  /etc/postfix/main.cf
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
mail_owner = postfix
inet_interfaces = all   #此处需要修改 本来是localhost
inet_protocols = all
mydestination = $myhostname, localhost.$mydomain, localhost
unknown_local_recipient_reject_code = 550
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
debug_peer_level = 2
debugger_command =
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.10.1/samples
readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES





mail_list="[email protected],[email protected]"
mail -s  "故障报警"  $mail_list </tmp/a.txt


本文出自 “砖家博客” 博客,请务必保留此出处http://wsxxsl.blog.51cto.com/9085838/1971097

以上是关于postfix发送邮件的主要内容,如果未能解决你的问题,请参考以下文章

Java经验杂谈(1.记PostFix邮件发送性能与有效发送问题)

如何配置 Django 通过 Postfix 发送邮件? [关闭]

Postfix,dovecot邮件系统

centos postfix邮件发送问题

postfix发送邮件

Postfix邮件系统安装与配置:Postfix,Cyrus-IMAP,Cyrus-sasl,Dovecot和SPF