SASL and Active Directory

2009-08-19 Thread Gilles Albusac
I would like to enable TLS + SMTP/SASL on my postfix 2.6 for my remote laptop users. But I don't know how to verify login/password who are declared on a second server in Windows 2003 (Active Directory). What is the best and secure methode (davecot, cyrus, ldap, kerberos, ...) ? Any idea ? Reg

Re: Sender_dependent_relayhost_maps table syntax

2009-01-29 Thread Gilles Albusac
Thanks - Original Message - From: "Wietse Venema" To: "Postfix users" Sent: Thursday, January 29, 2009 3:23 PM Subject: Re: Sender_dependent_relayhost_maps table syntax Wietse Venema: Gilles Albusac: > I have a syntax problem in my sender_dependent_relayh

Sender_dependent_relayhost_maps table syntax

2009-01-29 Thread Gilles Albusac
I have a syntax problem in my sender_dependent_relayhost_maps table (hash table). I would like to add a default relay at the end of the file (the line with *). /etc/postfix/sender_relay = @domain1.com [192.168.1.1] @domain2.com [192.168.1.2] * [192.168.1.3] Regards Gilles

Re: Multiple SMTP relays based on sender's domain

2009-01-19 Thread Gilles Albusac
PM Subject: Re: Multiple SMTP relays based on sender's domain Gilles Albusac a écrit : The routing I need, have to depend of the 'from: field' and not the 'to: field'. you mean depend on the sender, and not the recipient. "From:" and "To:" usua

Re: Multiple SMTP relays based on sender's domain

2009-01-16 Thread Gilles Albusac
The routing I need, have to depend of the 'from: field' and not the 'to: field'. Are you sure table transport permit that ? - Original Message - From: "jeff donovan" To: "Gilles Albusac" Cc: Sent: Thursday, January 15, 2009 6:02 PM Su

Re: Multiple SMTP relays based on sender's domain

2009-01-15 Thread Gilles Albusac
l Message - From: "Neil" To: "Gilles Albusac" Cc: Sent: Wednesday, January 14, 2009 2:04 PM Subject: Re: Multiple SMTP relays based on sender's domain On Wed, Jan 14, 2009 at 5:01 AM, Gilles Albusac wrote: Is it possible to set up Postfix to choose an SMTP re

Multiple SMTP relays based on sender's domain

2009-01-14 Thread Gilles Albusac
Is it possible to set up Postfix to choose an SMTP relayhost when routing outbound mail based on the domain name of the sender ? Regards