Re: postfix as an edge server

2009-11-23 Thread mouss
mikie mike a écrit : I'm implementing Postfix as an edge server for Exchange. I would like Postfix to receive mail from Internet via SMTP and: 1. Check LDAP database if there is such an user / alias in Exchange AD If yes, mail should be transported to Exchange 2. Check if there is vi

Re: postfix as an edge server

2009-11-23 Thread Eugene V. Boontseff
mikie mike wrote: 1. Check LDAP database if there is such an user / alias in Exchange AD If yes, mail should be transported to Exchange 2. Check if there is virtual user / alias in virtual table If yes, mail goes to local maildir. I don't know how to handle transports with LDAP. Is it possible

Re: postfix as an edge server

2009-11-23 Thread Eero Volotinen
mikie mike wrote: I'm implementing Postfix as an edge server for Exchange. I would like Postfix to receive mail from Internet via SMTP and: 1. Check LDAP database if there is such an user / alias in Exchange AD If yes, mail should be transported to Exchange There are some scripts to

postfix as an edge server

2009-11-23 Thread mikie mike
I'm implementing Postfix as an edge server for Exchange. I would like Postfix to receive mail from Internet via SMTP and: 1. Check LDAP database if there is such an user / alias in Exchange AD If yes, mail should be transported to Exchange 2. Check if there is virtual user / alias in vi