Amazon SES

来自Gea-Suan Lin's Wiki
Gslin讨论 | 贡献2018年12月26日 (三) 05:58的版本
跳到导航 跳到搜索

Amazon SESAWS的邮件服务。

让Postfix使用SES

参考官方文件提供的设定[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

参考文献

外部链接