Amazon SES
Amazon SES是AWS的邮件服务。
让Postfix使用SES
参考官方文件提供的/etc/postfix/main.cf
设定[1]:
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_tls_note_starttls_offer = yes
smtp_tls_security_level = encrypt
smtp_use_tls = yes
参考文献
- ↑ Integrating Amazon SES with Postfix. [2018-12-16].