This is a discussion on Re: LDAP question within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Thu, May 26, 2005 at 02:46:26PM +0200, Sipos Gabor wrote: > Hello everyone, > > I've ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, May 26, 2005 at 02:46:26PM +0200, Sipos Gabor wrote:
> Hello everyone, > > I've been trying to figure out how to do this, but it seems that I > have not enough knowledge. Our system looks like this: > > ||internet|| -> ||postfix mail server|| -> ||novell netmail system|| > > The postfix serves as an attachment filtering gateway in front of the > netmail system (incoming direction only), there are no local users > (root and postmaster are aliases of my own mailbox), every mail gets > relayed to the real messaging server. > > What I've been trying to do is to reject messages to unknown users by > using Novell's LDAP server. Can somebody explain to me how to do this? > My postfix server is v 1.1.11 (the one that came with debian 3.0r4), > postfix-ldap is installed, but I'm probably too dumb to get the stuff > working... > Use Postfix 2.2.3 and http://www.postfix.org/postconf.5.ht...recipient_maps. Validating relay recipients with LDAP is far too difficult with 1.1.11 it lacks the "result_filter" LDAP feature (added in 2.0) and relay recipient maps (added in 2.0). -- 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> |