Re: TLS Configuration on Postfix

2009-12-29 Thread Victor Duchovni
On Tue, Dec 29, 2009 at 11:14:37AM -0500, Carlos Williams wrote: > On Mon, Dec 21, 2009 at 12:05 PM, Victor Duchovni > wrote: > > Yes, sorry, the rest of OP's message was about smtpd(8), failed to notice > > this was smtp(8). Yes: > > > > ?? ??smtp_tls_security_level = may > > So are you suggest

Re: TLS Configuration on Postfix

2009-12-29 Thread Carlos Williams
On Mon, Dec 21, 2009 at 12:05 PM, Victor Duchovni wrote: > Yes, sorry, the rest of OP's message was about smtpd(8), failed to notice > this was smtp(8). Yes: > >    smtp_tls_security_level = may So are you suggestion in my current 'main.cf' I need to change the parameter from "smtpd_tls_security_

Re: TLS Configuration on Postfix

2009-12-21 Thread Victor Duchovni
On Mon, Dec 21, 2009 at 10:53:57AM -0600, /dev/rob0 wrote: > On Mon, Dec 21, 2009 at 11:09:47AM -0500, Victor Duchovni wrote: > > On Mon, Dec 21, 2009 at 10:58:40AM -0500, Carlos Williams wrote: > > > And lastly, do I need this parameter in my main.cf: > > > > > > smtp_use_tls = yes > > > > No,

Re: TLS Configuration on Postfix

2009-12-21 Thread /dev/rob0
On Mon, Dec 21, 2009 at 11:09:47AM -0500, Victor Duchovni wrote: > On Mon, Dec 21, 2009 at 10:58:40AM -0500, Carlos Williams wrote: > > And lastly, do I need this parameter in my main.cf: > > > > smtp_use_tls = yes > > No, you should stop setting it. It is obsolete, and superceded by > smtpd_tls_

Re: TLS Configuration on Postfix

2009-12-21 Thread Victor Duchovni
On Mon, Dec 21, 2009 at 10:58:40AM -0500, Carlos Williams wrote: > I have TLS / SASL working on my email server. My question is in my > main.cf on Postfix, I have the following parameter for TLS: > > smtpd_tls_security_level = may > > In my VIM editor, every parameter except the one listed above

Re: TLS Configuration on Postfix

2009-12-21 Thread Brian Evans - Postfix List
On 12/21/2009 10:58 AM, Carlos Williams wrote: > smtpd_tls_security_level = may > > In my VIM editor, every parameter except the one listed above is in > color. The above parameter is just in white. I assumed that this was > because the parameter was not being properly recognized via Postfix. I > r

TLS Configuration on Postfix

2009-12-21 Thread Carlos Williams
I have TLS / SASL working on my email server. My question is in my main.cf on Postfix, I have the following parameter for TLS: smtpd_tls_security_level = may In my VIM editor, every parameter except the one listed above is in color. The above parameter is just in white. I assumed that this was be