ドメインがおかしいと送信できない
サーバ側のログ(/var/log/maillog)
Apr 12 18:32:12 www1 qmail: 1492075932.363101 delivery 2327099: failure: Connected_to_xxx.xxx.xxx.xxx_but_sender_was_rejected./Remote_host_said:_553_5.1.8_..._Domain_of_sender_address_hogehoge@piyo1.localdomain_does_not_exist/
なんか許されざるドメインのとき、リジェクトされる。
ドメインが同じだとリジェクトされる
クライアント側のログ(/var/log/maillog)
Apr 12 18:53:25 piyo1 postfix/smtp[32155]: warning: host 192.168.0.3[192.168.0.3]:25 greeted me with my own hostname piyo1.example.com Apr 12 18:53:25 piyo1 postfix/smtp[32155]: warning: host 192.168.0.3[192.168.0.3]:25 replied to HELO/EHLO with my own hostname piyo1.example.com
HELOするとき、自分のドメイン名として /etc/postfix/main.cf の myhostname を使う。それがサーバと同じドメインになっていると、エラーになる。
※このとき、サーバ側にはログが残らない