> actually I'm trying to shut down my old postfix and bring up a new box. I = > just don't want to lose the deferred mail currently so I'd like to just = > send it back to the sender... > > how do I drop the time eric?
maximal_queue_lifetime Also, turn off your smtpd in master.cf. That way the smtp can send things, but with no smtpd it will not accept new things. Use the postsuper command, and the examples in the man for it, to clean out some of the mail to dead/faked addresses. --Eric
