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=<mo...@whale.mine.priv> 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 "from=mo...@whale.mine.priv" -s "${_hostUpper}" root@localhos
...
952E7604CF0D: uid=0 from=<root>
952E7604CF0D: message-id=<20231204134149.piflm%mo...@whale.mine.priv> 952E7604CF0D: from=<r...@whale.mine.priv>, size=317, nrcpt=1 (queue active) 99753604D3F9: message-id=<20231204134149.piflm%mo...@whale.mine.priv> 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=<r...@whale.mine.priv>, size=444, nrcpt=1 (queue active)
952E7604CF0D: removed
99753604D3F9: to=<minem...@mine.priv>, 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 <minem...@mine.priv> 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 -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to