On 11/14/2010 11:06 PM, Simon wrote:
Hi There,We have two postfix servers (postfix from debian lenny). Is there any way to move all deferred mail from one server to another?
On the one with the deferred mail, add
relay_host = [name.or.ip.of.other.postfix]
to main.cf, then run
postfix reload
and
postsuper -r ALL
The other postfix must already be configured to handle the queued mail
properly; it's impossible to give advice on that because you haven't
told us WHY.
-- J.
