% sudo yum install postfix
% sudo vi /etc/postfix/main.cf
: myhostname = virtual.example.com : mydomain = example.com : mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain : mynetworks = 168.100.189.0/28, 127.0.0.0/8 : # 空メールシステムを運用する場合に必要 recipient_delimiter = - # 区切り文字を指定(ローカルパートを hoge-fuga のように運用する場合) local_recipient_maps = #空を指定
重要 |
---|
% vi /etc/aliases
上記を編集したら忘れずに「newaliases」
% sudo newaliases
% sudo /etc/init.d/postfix stop % sudo /etc/init.d/postfix start
% telnet relay-test.mail-abuse.org Trying 168.61.4.13... Connected to relay-test.mail-abuse.org. : : : Tested host banner: 220 example.com ESMTP Postfix System appeared to reject relay attempts