「Amazon SES」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要 |
無編輯摘要 |
||
第17行: | 第17行: | ||
== 外部連結 == | == 外部連結 == | ||
* {{Official|https://aws.amazon.com/ses/}} | * {{Official|https://aws.amazon.com/ses/}} | ||
[[Category:AWS]] | |||
[[Category:服務]] |
於 2018年12月26日 (三) 05:59 的修訂
Amazon SES是AWS的郵件服務。
讓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
參考文獻
- ↑ Integrating Amazon SES with Postfix. [2018-12-16].