Re: Permit TLS connections from LAN but not from Internet

2009-02-11 Thread Victor Duchovni
On Wed, Feb 11, 2009 at 10:07:18PM -0200, Alejandro Cabrera wrote: > Dear all, I have Postfix + TLS and have this two lines in my main.cf > : > > #For daemon component > smtpd_tls_security_level = may Mail your receive from others. > #For client component > smtp_tls_security_lev

Permit TLS connections from LAN but not from Internet

2009-02-11 Thread Alejandro Cabrera
Dear all, I have Postfix + TLS and have this two lines in my main.cf : #For daemon component smtpd_tls_security_level = may #For client component smtp_tls_security_level = may This imply that depending on the mail client settings, it can use or not TLS (may). But I'm confused