This is a discussion on Re: Postfix + LDAP + Transport Maps within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Mon, Sep 27, 2004 at 10:01:04PM +0930, James Wilson wrote: > postmap -q admin.epi@epi.sa....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Mon, Sep 27, 2004 at 10:01:04PM +0930, James Wilson wrote:
> postmap -q admin.epi@epi.sa.edu.au ldap:ldaprelayhost > smtp:[mail.decs.sa.edu.au] This is the sender of the logged message, the recipient was: james.wilson@csm.com.au transport lookups are made for recipients not senders. You are implementing LDAP too early, before you have the rest of Postfix working, solve one problem at a time. - Get mail routing working on a test system with no LDAP, just indexed file tables (Berkeley DB, ...). - Introduce LDAP into a working system first verifying that LDAP lookups return results compatible with the flat files. -- 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> |