#author("2019-04-22T19:26:34+09:00","default:kuji","kuji")
#author("2019-04-22T19:27:08+09:00","default:kuji","kuji")
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*Temporary MTA failure on relaying, From MTA [#mfd5b35b]

mailq に送受信メールが蓄積?


 # postqueue -p
 
 (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 id=01857-05-4 - Temporary MTA failure on relaying, From MTA() during fwd-connect (No greeting, dt: 25.227 s): 

の様なエラーが記録されている。
https://forums.zimbra.org/viewtopic.php?t=59865


エラーが出なかったときにやったことは portupgrade で、postfix をVerupしたこと。

で、/usr/local/etc/postfix を見ると、master.cf が更新されている。????



該当ファイルの最終行に 以下の2行が書き込まれていた。

 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=
  -o smtpd_helo_restrictions=
  -o smtpd_sender_restrictions=
  -o smtpd_recipient_restrictions=permit_mynetworks,reject
  -o mynetworks=127.0.0.0/8
  -o strict_rfc821_envelopes=yes
  postlog   unix-dgram n  -       n       -       1       postlogd
  postlog   unix-dgram n  -       n       -       1       postlogd

この二行を削除で復旧。

  postlog   unix-dgram n  -       n       -       1       postlogd
  postlog   unix-dgram n  -       n       -       1       postlogd


更に正常動作しているpostfix を参考に、削除した部分に改行を2行しれて、以下を書き込む。

 proxywrite unix -       -       n       -       1       proxymap
 #smtp      inet  n       -       n       -       1       postscreen
 #smtpd     pass  -       -       n       -       -       smtpd
 #dnsblog   unix  -       -       n       -       0       dnsblog
 #tlsproxy  unix  -       -       n       -       0       tlsproxy
 postlog   unix-dgram n  -       n       -       1       postlogd


今のところ、正常配送ちゅう。

 # postqueue -p
 Mail queue is empty


----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS