This is a discussion on Re: transport maps updating.. within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Thu, 27 May 2004, brian moore wrote: > For the users-on-transition, I have to do the following: &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 27 May 2004, brian moore wrote:
> For the users-on-transition, I have to do the following: > 1) set user to defer > 2) rsync the two systems (a couple times just to be paranoid :)) > 3) set user to local, set perdition to local > This is the wrong design. Set delivery to "defer" on the *target* system without updating any transport tables, something along the lines of: .forward: "|exit 75" Then copy mailbox to new system. Then change .forward to send mail to new system. Then change transport on hub to send directly to new system. Presto magic, no need to synchronize the queue, mail sent to the wrong system is forwarded to the right one. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majordomo@postfix.org?body=unsubscribe%20p ostfix-users> |