I have a mail server which was listed by Spamhaus and hence emails were not going out, I have removed the server from the list now my question is would postfix resend the emails which were not being sent out as the IP was listed?
Thanks
I have a mail server which was listed by Spamhaus and hence emails were not going out, I have removed the server from the list now my question is would postfix resend the emails which were not being sent out as the IP was listed?
Thanks
If the messages are still in the mailq then they will be sent out. If not, then the users will need to resend.
They would still be in the mailq if the other mailserver returned a soft error (4.x.x) and the
maximal_queue_lifetime
has not expired, five days by default.They will not be in the queue if the other mail server returned a hard error (5.x.x) or the
maximal_queue_lifetime
has expired.You can use
To flush the postfix queue - this will immediately try to redeliver all the messages in the queue. They will eventually try n their own but you can speed up the process with this command.