回答:
リレーホストが必要な場合も注意を払って定義する必要があります(DSmy.relay.host)
たぶんnullmailerはあなたのためです。
発信専用のsendmailのセットアップ方法に関する詳細を次に示します。
centos / Amazon Linuxのウェブサイトに記載されている手順からこれらの手順を変更しました。
手順は次のとおりです。
you may also need to install sendmail-cf
# yum install sendmail-cf
# cd /etc/mail
# nano local-host-names
add new line: localhost
save the file and quit the editor
# make
# nano sendmail.mc
add these lines above the other FEATURE lines near the top of the file:
MASQUERADE_AS(`yourdomain.com')dnl
FEATURE(masquerade_envelope)
save the file and quit the editor
# m4 sendmail.mc > temp.cf
# mv temp.cf sendmail.cf
# make
# /etc/rc.d/init.d/sendmail restart
実際に接尾辞を使用していると仮定します。
dpkg-reconfigure postfixを実行し、開始点として「インターネットサイト」または「スマートホストを使用したインターネットサイト」(スマートホスト経由でメールを送信する場合)オプションを選択します。これにより、インターネットへのメールの送受信が可能になります。
ボックスでメールを受信したくない場合は、ローカルホストのみでリッスンするようにSMTPサーバーを構成することをお勧めします。/superuser//a/430329/506601を参照してください