I'm having a user email saying that are attempting to mail someone on a remote server and it came back undeliverable. My end user has had successful email transmission to the remote server in the past but when I look at the delivery failure message, I really don't understand why the message was kicked back. I'm posting the delivery failure I show from my Postfix logs to see if this makes sense to anyone or if it's random / generic and I should just have the user try again:
[root@mail ~]# cat /var/log/maillog | grep -i "582E57785FC" Apr 25 11:20:58 mail postfix/smtpd[29957]: 582E57785FC: client=localhost.localdomain[127.0.0.1] Apr 25 11:20:58 mail postfix/cleanup[32384]: 582E57785FC: message-id=<4db590d9.5090...@mydomain.tld> Apr 25 11:20:58 mail postfix/qmgr[19517]: 582E57785FC: from=<raul.sm...@mydomain.tld>, size=3066, nrcpt=1 (queue active) Apr 25 11:20:58 mail amavis[29418]: (29418-13) Passed CLEAN, MYNETS LOCAL [192.168.0.164] [192.168.0.164] <raul.sm...@mydomain.tld> -> <wayne.batter...@usma.edu>, Message-ID: <4db590d9.5090...@mydomain.tld>, mail_id: I+pu0x6jJFLs, Hits: -2.9, size: 2602, queued_as: 582E57785FC, 1581 ms Apr 25 11:20:58 mail postfix/lmtp[32385]: C251D7785FB: to=<wayne.br...@usma.edu>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.6, delays=0.04/0/0/1.6, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=29418-13, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 582E57785FC) Apr 25 11:22:50 mail postfix/smtp[512]: 582E57785FC: to=<wayne.br...@usma.edu>, relay=smtp04.usma.army.mil[129.29.252.13]:25, delay=112, delays=0.05/0/4.2/108, dsn=5.7.1, status=bounced (host smtp04.usma.army.mil[129.29.252.13] said: 550 5.7.1 Requested action not taken: message refused (in reply to end of DATA command)) Apr 25 11:22:50 mail postfix/bounce[898]: 582E57785FC: sender non-delivery notification: D4BF97785FD Apr 25 11:22:50 mail postfix/qmgr[19517]: 582E57785FC: removed Does the above look abnormal to anyone?