Hi guys.

I can send email to root@localhost and I thought it was all good but today a tool/client wanted to send an email to that address and it got:
...
connect from localhost[127.0.0.1]
NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 504 5.5.2 <root@localhost>: Recipient address rejected: need fully-qualified address; from=<[email protected]> to=<root@localhost> proto=ESMTP helo=<whale.mine.priv> disconnect from localhost[127.0.0.1] ehlo=1 mail=1 rcpt=0/1 quit=1 commands=3/4

Say I manually:
-> $ echo -e "${_when} \n\n${@:2}" | mail -S "[email protected]" -s "${_hostUpper}" root@localhos
...
952E7604CF0D: uid=0 from=<root>
952E7604CF0D: message-id=<20231204134149.piflm%[email protected]> 952E7604CF0D: from=<[email protected]>, size=317, nrcpt=1 (queue active) 99753604D3F9: message-id=<20231204134149.piflm%[email protected]> 952E7604CF0D: to=<root@localhost>, relay=local, delay=0.04, delays=0.02/0.01/0/0.01, dsn=2.0.0, status=sent (forwarded as 99753604D3F9) 99753604D3F9: from=<[email protected]>, size=444, nrcpt=1 (queue active)
952E7604CF0D: removed
99753604D3F9: to=<[email protected]>, orig_to=<root@localhost>, relay=whale.mine.priv[private/dovecot-lmtp], delay=0.07, delays=0.01/0/0.02/0.05, dsn=2.0.0, status=sent (250 2.0.0 <[email protected]> KePOJh3XbWVZMDcAn4O9eQ Saved)
99753604D3F9: removed

Before I start fiddling with it all - I'm bit confuse where to start: postfix or client? I'd prefer to have _postifx_ handle such "cases" - what is (not)happening here?

many thanks, L.
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to