自宅メールサーバについて
http://okwave.jp/qa2450886.htmlにて質問をさせていただきましたが、改めて設定を見直し、内部→内部 内部→外部の送信OK、外部→内部NGとなりました。設定方法が判らないため/etc/postfix/main.cfにrelayhost=[smtp.nifty.com]は削除しています。
設定内容です。
・Postfix main.cf
myhostname = *HOSTNAME*.dyndns.org
mydomain = dyndns.org
myorigin = $myhostname
inet_interfaces = all
#inet_interfaces = localhost
#mydestination = $myhostname, localhost.$mydomain, localhost
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
local_recipient_maps = unix:passwd.byname $alias_maps
# Enable SMTP Auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks, premit_auth_destination,permit_sasl_authenticated, reject
content_filter = smtp-amavis:[127.0.0.1]:10024
・postfix master.cf
smtp-amavis unix - - n - 2 smtp
-o smtp_data_done_timeout=1200
-o disable_dns_lookups=yes
127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=permit_mynetworks,reject
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000
お礼
うまくいきました。 有難うございました。