No.20298 投稿時間:2006年03月07日(Tue) 15:44 投稿者名:xyz URL:
自宅のサーバ内だと送受信ができるのですが、
外部のPCから送信しようとすると554エラーになってしまって送信できない状態です
いろいろ調べてこのようにmain.cfを編集してみたのですが送信できませんでした
inet_interfaces = all
mynetworks = 192.168.0.0/24, 127.0.0.0/8
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_relay_domains, reject
どうもpostfix enablerでrestartするとこの編集したところが書き換えられて
前の状態に戻ってしまうのですがどうすればいいでしょうか?
どなたかよろしくお願いします