On 16.11.21 10:52, natan wrote:
cat /var/log/mail.log |grep "4Hth4H05w6z20nfj"
Nov 16 10:45:03 thebe4 postfix/smtpd[21880]: 4Hth4H05w6z20nfj:
client=s2b.hekko.net.pl[195.78.66.142]
Nov 16 10:45:03 thebe4 postfix/cleanup[23606]: 4Hth4H05w6z20nfj:
message-id=<3dd29e4f-f107-67f0-2331-3219fd752...@pendragon.pl>
Nov 16 10:45:03 thebe4 postfix/cleanup[23606]: 4Hth4H05w6z20nfj:
warning: header Subject:
=?UTF-8?Q?Re=3a_Naro=c5=bcnik_drzwi_6543_PL/21?= from
s2b.hekko.net.pl[195.78.66.142]; from=<ser...@pendragon.pl>
to=<robertbr...@alufire.pl> proto=ESMTP helo=<s2b.hekko.net.pl>
Nov 16 10:45:03 thebe4 postfix/qmgr[18808]: 4Hth4H05w6z20nfj:
from=<ser...@pendragon.pl>, size=258293, nrcpt=1 (queue active)

Nov 16 10:45:08 thebe4 postfix/smtp[19395]: 4Hth4H05w6z20nfj:
to=<robertbr...@alufire.pl>, relay=127.0.0.1[127.0.0.1]:10628,
delay=5.3, delays=0.65/0.16/0/4.5, dsn=4.4.2, status=deferred (host
127.0.0.1[127.0.0.1] said: 421 4.4.2 id=13177-06 - Temporary MTA failure
on relaying, from MTA(smtp:[86.xxx.xxx.199]:10027): 421 4.4.2
thebe4.ccccc.pl Error: timeout exceeded (in reply to end of DATA command))

this is message from postfix/smtp connecting to haproxy on [127.0.0.1]:10628
which is reporting timeout when talking to [86.xxx.xxx.199]:10027, which is
your postfix, correct?

so, postfix tried to pass message to content filter but content filter
failes passing message back to postfix.

there should be message from your postfix/filtered/smtpd between 10:45:03
and 10:45:08 about amavis filter connecting to it.


Nov 16 10:45:51 thebe4 postfix/qmgr[18808]: 4Hth4H05w6z20nfj:
from=<ser...@pendragon.pl>, size=258293, nrcpt=1 (queue active)

Nov 16 10:45:55 thebe4 postfix/smtp[19425]: 4Hth4H05w6z20nfj:
to=<cccc...@domain.pl>, relay=127.0.0.1[127.0.0.1]:10628, delay=53,
delays=49/0/0/4.1, dsn=2.0.0, status=sent (250 2.0.0 from
MTA(smtp:[86.xxx.2xxx.199]:10027): 250 2.0.0 Ok: queued as 4Hth5H45t3z20nW6)
Nov 16 10:45:55 thebe4 postfix/qmgr[18808]: 4Hth4H05w6z20nfj: removed

this is later attempt, irelevant here.

cat /var/log/mail.log |grep "4Hth5H45t3z20nW6"

you are searcinng for the message successfully passed.  You need to search
for the message that failed.
search for postfix/filtered:

grep postfix/filtered/smtpd /var/log/mail.log



--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Linux IS user friendly, it's just selective who its friends are...

Reply via email to