Has anyone setup a Postfix server to queue up the incoming mail while zimbra is down during an upgrade? Some mail servers only try once to send mail to a recipient and give up. I need an upgrade strategy that will ensure no mail is lost.
Thanks,
Leo
Has anyone setup a Postfix server to queue up the incoming mail while zimbra is down during an upgrade? Some mail servers only try once to send mail to a recipient and give up. I need an upgrade strategy that will ensure no mail is lost.
Thanks,
Leo
Yes, it's quite simple.
We run ASSP for spam filtering, so have a Linux machine at the perimeter. I have postfix setup to queue when I do upgrades. You only need to add 1 line in the main.cf:
And restart postfix. If it can't deliver, it'll queue until it can. To speed along the flushing, you can run postqueue -f to flush, once the upgrades are complete.Code:relayhost = ip_address_of_mail_server
Doug
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
There are currently 1 users browsing this thread. (0 members and 1 guests)