Postfix Stored Bounceback/Error Email Messages
Recently, our company ported over a website from another hosting environment and during the process mail that was supposed to be delivered to an
I appreciate all your help,
Art
1 Reply
If postfix rejected the mail then it is long gone.
If postfix delivered the mail to the wrong place due to your misconfiguration, then you would need to figure out where.
If postfix was deferring the mail, then it should automatically keep retrying for a day or three before it bounces back to the sender. If you've fixed things then the mail should just come out of the queue on its own, but you can check for this like so:
# mailq
Mail queue is empty
If there is undelivered mail, look at the man pages for postqueue and postsuper to see your options for forcing redelivery.