Re: stop receiving mail but keep processing mail in queue

2017-09-20 Thread Viktor Dukhovni
> On Sep 20, 2017, at 9:31 AM, Rosenbaum, Larry M. wrote: > > I expect the old system to be unavailable after the switch. How > would we move the queue files? When possible, plan to allow the two to coexist during the transition. In any case, to move the queue files (from the default Postfix

RE: stop receiving mail but keep processing mail in queue

2017-09-20 Thread Rosenbaum, Larry M.
> From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] On Behalf Of Viktor Dukhovni > Is there a way to copy the deferred queue from the old server to the new > one? > > (we have long queue-IDs enabled) > > The simplest thing is to carefully set the "relayhost" of the

Re: stop receiving mail but keep processing mail in queue

2017-09-15 Thread Viktor Dukhovni
On Fri, Sep 15, 2017 at 06:37:09PM +, Rosenbaum, Larry M. wrote: > > From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > > us...@postfix.org] On Behalf Of Viktor Dukhovni > ... > > > > A less invasive change is: > > > > # postconf -e "master_service_disable = inet" > > # p

RE: stop receiving mail but keep processing mail in queue

2017-09-15 Thread Rosenbaum, Larry M.
> From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] On Behalf Of Viktor Dukhovni ... > > A less invasive change is: > > # postconf -e "master_service_disable = inet" > # postfix reload > > Because this disables the inet services, rather than attempts to >

RE: stop receiving mail but keep processing mail in queue

2017-09-15 Thread Rosenbaum, Larry M.
Thanks! > -Original Message- > From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] On Behalf Of Viktor Dukhovni > Sent: Thursday, September 14, 2017 8:22 PM > To: postfix-users@postfix.org > Subject: Re: stop receiving mail but keep proces

Re: stop receiving mail but keep processing mail in queue

2017-09-14 Thread Viktor Dukhovni
On Thu, Sep 14, 2017 at 06:02:55PM +0200, Benny Pedersen wrote: > Rosenbaum, Larry M. skrev den 2017-09-14 17:40: > > How would we set Postfix to stop accepting incoming mail yet keep > > processing any queued mail? > > google postfix loopback only > > main.cf: > > inet_interfaces = loopback-on

Re: stop receiving mail but keep processing mail in queue

2017-09-14 Thread Benny Pedersen
Rosenbaum, Larry M. skrev den 2017-09-14 17:40: How would we set Postfix to stop accepting incoming mail yet keep processing any queued mail? google postfix loopback only main.cf: inet_interfaces = loopback-only postfix reload