相続、親が弱ってきたら銀行の預金は親の面倒を見ているものが全て解約して管理すべきである、銀行は解約させない!!

Postfix

スポンサーリンク
Postfix

raspberry pi postfix install

sudo apt-get install postfixsudo apt-get install mailutilssudo apt-get install sasl2-bin libsasl2-modules
Postfix

postfix debug

エラー確認sudo tail /var/log/mail.logNo route to hostOutbound port 25 Blocking(OP25B)が原因である。ISPが迷惑メール対策として25番ポートに制限をかけている。解決方法SMTP認証の設定をすればOKrelayhostローカル宛以外のメールを別のサーバ経由にて送信する場合にはmain.cf内のrelayhostにて指定すればよ...
スポンサーリンク