posts: add sendmail
1 files changed, 19 insertions(+), 0 deletions(-) A _posts/2018-09-27-sendmail.md
A _posts/2018-09-27-sendmail.md => _posts/2018-09-27-sendmail.md +19 -0
@@ 0,0 1,19 @@ +--- +title: "sendmail 設定" +categories: + - Misc +tags: + - sendmail +--- + +`sendmail` 大致上需要注意的設定就是 hostname + +如果 hostname 不符規定就會跑得很慢慢到以為不能用 + +要符合規定很簡單 _讓 hostname 至少有兩段_ 例如 host.domain + +要立即變更 hostname 可用 `hostnamectl set-hostname` + +別相信啥需要把 smtp listen on all ip 才能寄出去的謠言 + +或是啥需要 restart apache2 (?) 的亂解