Howard Lowndes wrote:

That's what I am trying to achieve. Ideally and ultimately, the Postfix machine will do a lookup into the Domino LDAP system to find valid users, but until I can get that working I am doing LDAP lookups into an OpenLDAP database where the user account names match those in the Domino LDAP database, and it's this OpenLDAP lookup that is not finding a match but at the same time is not rejecting the email.

The Postfix option you are after is relay_recipient_maps - see
http://www.postfix.org/postconf.5.html#relay_recipient_maps


E.g. in main.cf:

relay_recipient_maps <http://www.postfix.org/postconf.5.html#relay_recipient_maps> = hash:/etc/postfix/relay_recipients


And ensure that you put the list in relay_recipients and run postmap on it.

All the best,

Raphael
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to