Hi, Thanks a lot to all of you (Ralf, Stefano and Appliantologist) for your great support !!!
I think I'll use the Ralf solution as I don't have to maintain any additional list , by just putting: luser_relay = $u...@[ip_address_of_old_server] local_recipient_maps = All the mailbox not yet localy created on the new server will be forwarded to the old. Thanks Again to all, you saved my new weeks ! Regards. ________________________________________ De : owner-postfix-us...@postfix.org [owner-postfix-us...@postfix.org] de la part de post...@stefanolocati.it [post...@stefanolocati.it] Date d'envoi : samedi 1 mai 2010 21:02 À : postfix-users@postfix.org Objet : Re: How to forward mail when mailbox not localy existing Quoting Ralf Hildebrandt <ralf.hildebra...@charite.de>: > * Yannick <yann...@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.