sh 使用postfix发送邮件(DigitalOceal)

Posted

tags:

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

grep postfix /var/log/syslog
echo world | mail -s hello {to:}
apt-get install mailutils # To use `mail` command
apt-get install -y postfix # => Select `No configuration`
cp /usr/share/postfix/main.cf.debian /etc/postfix/main.cf
service postfix restart

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

sh 在CentOS上使用MySQL Postfix Dovecot的邮件服务器虚拟用户

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

Postfix邮件

Postfix,dovecot邮件系统

Postfix 不发送邮件

postfix python发送邮件脚本配置