Re: permit_sasl_authenticated ONLY from one interface

2008-12-01 Thread Simone Felici
Noel Jones ha scritto: mouss wrote: Mouss, this could be a solution... but haven't find any example or documation to try it. Could you pount me at any example? make sure to read: http://www.postfix.org/postconf.5.html#smtpd_discard_ehlo_keyword_address_maps smtpd_discard_ehlo_keyword_

Re: permit_sasl_authenticated ONLY from one interface

2008-12-01 Thread mouss
Noel Jones a écrit : > mouss wrote: >> Simone Felici a écrit : >>> mouss ha scritto: Simone Felici a écrit : > Why? Uhm, dunno... > It seems certain mailclients has Autenticated smtp enabled as default > and if the client found the smtp server support it, then it try to > send

Re: permit_sasl_authenticated ONLY from one interface

2008-12-01 Thread Noel Jones
mouss wrote: Simone Felici a écrit : mouss ha scritto: Simone Felici a écrit : Why? Uhm, dunno... It seems certain mailclients has Autenticated smtp enabled as default and if the client found the smtp server support it, then it try to send in auth. This return an error, due inappropriate setti

Re: permit_sasl_authenticated ONLY from one interface

2008-12-01 Thread mouss
Simone Felici a écrit : > mouss ha scritto: >> Simone Felici a écrit : >>> Why? Uhm, dunno... >>> It seems certain mailclients has Autenticated smtp enabled as default >>> and if the client found the smtp server support it, then it try to send >>> in auth. This return an error, due inappropriate se

Re: permit_sasl_authenticated ONLY from one interface

2008-12-01 Thread Simone Felici
mouss ha scritto: Simone Felici a écrit : Why? Uhm, dunno... It seems certain mailclients has Autenticated smtp enabled as default and if the client found the smtp server support it, then it try to send in auth. This return an error, due inappropriate settings of the client. if you know their

Re: permit_sasl_authenticated ONLY from one interface

2008-11-30 Thread Simone Felici
Simone Felici ha scritto: Hi to all! I've tested successfully a simple smtp server with SMTP authenticated. Now I would like do the following: My server has two interfaces with IP1 and IP2. I would like to setup postfix to permit AUTH-SMTP only for sessions incoming on IP1 and normal SMTP sess

Re: permit_sasl_authenticated ONLY from one interface

2008-11-27 Thread mouss
Simone Felici a écrit : > Why? Uhm, dunno... > It seems certain mailclients has Autenticated smtp enabled as default > and if the client found the smtp server support it, then it try to send > in auth. This return an error, due inappropriate settings of the client. if you know their IPs, you can u

Re: permit_sasl_authenticated ONLY from one interface

2008-11-27 Thread postfix
Simone Felici wrote: My server has two interfaces with IP1 and IP2. I would like to setup postfix to permit AUTH-SMTP only for sessions incoming on IP1 and normal SMTP sessions on IP2. I've only find how to apply restrictions on sender (ip/domain) but have no idea how to manage different polici

Re: permit_sasl_authenticated ONLY from one interface

2008-11-27 Thread Simone Felici
Wietse Venema ha scritto: Simone Felici: Hi to all! I've tested successfully a simple smtp server with SMTP authenticated. Now I would like do the following: My server has two interfaces with IP1 and IP2. I would like to setup postfix to permit AUTH-SMTP only for sessions incoming on IP1 and

Re: permit_sasl_authenticated ONLY from one interface

2008-11-27 Thread Wietse Venema
Simone Felici: > Hi to all! > > I've tested successfully a simple smtp server with SMTP authenticated. > Now I would like do the following: > > My server has two interfaces with IP1 and IP2. > I would like to setup postfix to permit AUTH-SMTP only for sessions incoming > on IP1 and normal SMTP s

permit_sasl_authenticated ONLY from one interface

2008-11-27 Thread Simone Felici
Hi to all! I've tested successfully a simple smtp server with SMTP authenticated. Now I would like do the following: My server has two interfaces with IP1 and IP2. I would like to setup postfix to permit AUTH-SMTP only for sessions incoming on IP1 and normal SMTP sessions on IP2. I've only find