From: Yannick on 1 May 2010 14:53 Hi, In the context of migration from an MSExchaneg to Postfix , I 'm tring to reproduce a functionality: Until we have migrated all the 300 mailboxes, I want to put my new Postfix as a front end. It would firstly receive the SMTP stream: if the recipient mailbox is localy existing on it then deliver localy (maildir format) and if the mailbox is not yet exising (user not migret) it would then transferred the mail to the old server. I'm using Dovecot as LDA (and POP3/IMAP too) If anyone know how to produce this... any ahelp appreciate. Thanks in advance. Regards,
From: Ralf Hildebrandt on 1 May 2010 14:54 * Yannick <yannick(a)campana.be>: > Hi, > > In the context of migration from an MSExchaneg to Postfix , > > I 'm tring to reproduce a functionality: > Until we have migrated all the 300 mailboxes, I want to put my new Postfix as a front end. > It would firstly receive the SMTP stream: if the recipient mailbox is localy existing on it then deliver localy (maildir format) and if the mailbox is not yet exising (user not migret) it would then transferred the mail to the old server. luser_relay -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt(a)charite.de | http://www.charite.de
From: postfix on 1 May 2010 15:02 Quoting Ralf Hildebrandt <Ralf.Hildebrandt(a)charite.de>: > * Yannick <yannick(a)campana.be>: > > Hi, > > > > In the context of migration from an MSExchaneg to Postfix , > > > > I 'm tring to reproduce a functionality: > > Until we have migrated all the 300 mailboxes, I want to put my new Postfix > as a front end. > > It would firstly receive the SMTP stream: if the recipient mailbox is > localy existing on it then deliver localy (maildir format) and if the mailbox > is not yet exising (user not migret) it would then transferred the mail to > the old server. > > luser_relay Hi all, here is my first post and I'm here to learn more of postfix, I'm not an expert, so I will be happy to be corrected if I say something wrong. actually I noticed that this could be done with transport mydomain.com smtp:[ip_address_or_hostname_of_exchange] while I was testing this configuration I noticed that only non-existant mailboxes were forwarded to the other smtp, while mailboxes that actually existed in my user table were delivered locally. Regards, Stefano L.
From: Appliantologist on 1 May 2010 18:39 Hi, You can use the /etc/postfix/virtual file to have a list of local email addresses and their corresponding alternative address. I'm new to postfix myself, but say you have 2 machines both configured to deliver mail for a single address guy(a)mail.com for example Postfix delivers mail to the local system for all it's users, but for anyone that has yet to migrate, in the virtual table, you put the email address and the forwarding address to the servers with the user like guy(a)mail.com Guy%mail.com(a)10.0.0.1 I had to migrate about 100 people, I just kept it all by hand and used the virtual file to manage where email went. On Sat, May 1, 2010 at 9:53 PM, Yannick <yannick(a)campana.be> wrote: > Hi, > > In the context of migration from an MSExchaneg to Postfix , > > I 'm tring to reproduce a functionality: > Until we have migrated all the 300 mailboxes, I want to put my new Postfix > as a front end. > It would firstly receive the SMTP stream: if the recipient mailbox is localy > existing on it then deliver localy (maildir format) and if the mailbox is > not yet exising (user not migret) it would then transferred the mail to the > old server. > > I'm using Dovecot as LDA (and POP3/IMAP too) > > > > > > If anyone know how to produce this... > > any ahelp appreciate. > > > > Thanks in advance. > > > > > > Regards, >
|
Pages: 1 Prev: rate limit issue Next: Suggested canonical_maps documentation clarification |