Page 1 of 1

Problem with transport

Posted: 25 Oct 2024 03:24
by uzisuicida
Hello,

I have problems with mail transport from Postfix, all emails are taken as local and I get the error:

Recipient address rejected: undeliverable address: No user at this address

It was working fine, and suddenly I started to get that error.

Thanks.

Re: Problem with transport

Posted: 25 Oct 2024 22:59
by shawniverson
To ways to potentially resolve.

One is to remove the recipient address validation cache. (best)

Code: Select all

sudo mv /var/lib/postfix/verify_cache.db /var/lib/postifx/verify_cache.db.bak
Another is to disable recipient address verification using eFa-Configure (under mail settings) or adjusting the postfix main.cf. (not best, but sometimes necessary, you should implement another form of recipient verification if this does not work for you)