On Tue, 2002-04-30 at 14:42, Roach, Mark R. wrote:
> Does anyone on this list have sanitizer working with postfix? I am
> trying to move my exchange server out of the DMZ and put a debian box in
> between it and the world.

OK, sorry for replying to myself, but here is some info for future
googlers (credit due to Kevin Fleming for his ldap config)

Exim seems to be much easier to set up in this fashion

I set local_domains to the list of domains I want sent to exchange

Then I created this director (the ldap stuff is to look up the user in
exchange's ldap directory so that we can bounce bad messages
immediately)

headed_to_exchange:
  driver = smartuser
  transport = remote_smtp_filtered
  condition = "${lookup ldap {ldap://exchserver/ou=site,o=org,c=US?cn?sub? \
                 (| \
                  (mail=${quote_ldap:[EMAIL PROTECTED]) \
                 (othermailbox=${quote_ldap:[EMAIL PROTECTED])\
                  (rfc822mailbox=${quote_ldap:[EMAIL PROTECTED]) \
                 )} {$value} fail } \
                "


and this is the transport I use

remote_smtp_filtered:
  driver = smtp
  hosts = exchserver
  gethostbyname = true
  delivery_date_add
  envelope_to_add
  return_path_add
  transport_filter = /usr/bin/sanitizer


hopefully this is useful to someone somewhere :)

-Mark


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to