Re: smtpd_sasl_security_options = noanonymous, CRAM-MD5

2012-01-14 Thread bilal ghayyad
ct: Re: smtpd_sasl_security_options = noanonymous, CRAM-MD5 > To: postfix-users@postfix.org > Date: Saturday, January 14, 2012, 7:16 AM > Please do not top-post your replies > here. Thank you. > > On Saturday 14 January 2012 06:04:10 bilal ghayyad wrote: > > What I have to set mech_list: in

Re: smtpd_sasl_security_options = noanonymous, CRAM-MD5

2012-01-14 Thread /dev/rob0
Please do not top-post your replies here. Thank you. On Saturday 14 January 2012 06:04:10 bilal ghayyad wrote: > What I have to set mech_list: in the smtpd.conf if I used the below > commands? And do I need to restart postfix service after do a > changes in smtpd.conf? smtpd.conf is a Cyrus SASL

Re: smtpd_sasl_security_options = noanonymous, CRAM-MD5

2012-01-14 Thread bilal ghayyad
--- On Fri, 1/13/12, Patrick Ben Koetter wrote: > From: Patrick Ben Koetter > Subject: Re: smtpd_sasl_security_options = noanonymous, CRAM-MD5 > To: postfix-users@postfix.org > Date: Friday, January 13, 2012, 6:03 PM > * bilal ghayyad : > > Hi All; > > > > If I set s

Re: smtpd_sasl_security_options = noanonymous, CRAM-MD5

2012-01-14 Thread bilal ghayyad
ter > Subject: Re: smtpd_sasl_security_options = noanonymous, CRAM-MD5 > To: postfix-users@postfix.org > Date: Friday, January 13, 2012, 6:03 PM > * bilal ghayyad : > > Hi All; > > > > If I set smtpd_sasl_security_options = CRAM-MD5 > instead of noanonymous, then wha

Re: smtpd_sasl_security_options = noanonymous, CRAM-MD5

2012-01-13 Thread Viktor Dukhovni
On Sat, Jan 14, 2012 at 12:03:01AM +0100, Patrick Ben Koetter wrote: > > And if I used: smtpd_use_tls = yes and did not use certificate, then they > > password will be sent encrypted or not? > > This forces TLS on all clients. You must not do it on a publicly available MX > according to RFCs. No

Re: smtpd_sasl_security_options = noanonymous, CRAM-MD5

2012-01-13 Thread Patrick Ben Koetter
* bilal ghayyad : > Hi All; > > If I set smtpd_sasl_security_options = CRAM-MD5 instead of noanonymous, then > what will happen in this case? The server will throttle. CRAM-MD5 is not a valid option for smtpd_sasl_security_options. Set this instead: # main.cf smtpd_sasl_security_options = noan