Re : Re: using postfix mta with ldap

2017-06-02 Thread Leveau Stanislas
Hi, /etc/postfix/main.cf file configuration : transport_maps = ldap:ldaptransport-stores # #Transport vers stores# ldaptransport-stores_server_host = ldap.domain.fr ldaptransport-stores_server_port = 389 ldaptransport-stores_bind = yes ldaptransport-stores_bind_dn = binduser ldaptransport-stores

Re: using postfix mta with ldap

2017-06-02 Thread Michael Ströder
Joshua Bonneville wrote: > I am attempting to build a postfix mta server to act as a mail router based > on ldap > queries to route users to one of two mail environments we have that are on > the same > domain, but different providers. I have been unsuccessful in finding a proper > way of > sett

using postfix mta with ldap

2017-06-02 Thread Joshua Bonneville
Good morning, I am attempting to build a postfix mta server to act as a mail router based on ldap queries to route users to one of two mail environments we have that are on the same domain, but different providers. I have been unsuccessful in finding a proper way of setting this up in postfix a