Re: Any recommended way to implement tls.

2007-11-11 Thread Smeel
On 8 Nov, 22:00, [EMAIL PROTECTED] wrote: > On Nov 8, 2007, at 5:28 AM, Smeel wrote: > > [I want to keep 0.28] > > > I'm thinking that I might just be able to modify SMTP.pm with the > > version in 0.40. > > > Would this work? > > It might -- but if it doesn't then the response will be "well, upgra

Re: Any recommended way to implement tls.

2007-11-08 Thread Ask Bjørn Hansen
On Nov 8, 2007, at 5:28 AM, Smeel wrote: [I want to keep 0.28] I'm thinking that I might just be able to modify SMTP.pm with the version in 0.40. Would this work? It might -- but if it doesn't then the response will be "well, upgrade to 0.40 properly". Your plugins will probably work in

Re: Any recommended way to implement tls.

2007-11-08 Thread Smeel
Thanks John for that Info. I'm going to go ahead with installing TLS with version 0.28. I want to keep 0.28 due to the number of extra patches and plugins that have been added. I have so far added TLS & TLS_CERT to my plugins+config. Are there any easy ways to do allow interaction with the TLS plu

Re: Any recommended way to implement tls.

2007-10-29 Thread John Peacock
Jason Smith wrote: I would like to add tls encryption support to my server to allow STARTTLS connections, as well as CRAM-MD5 and AUTH-LOGIN. I am at the prelimnary stage of finding out if this is possible. qpsmtpd already has tls and AUTH support. The former is enabled simply by creating cer

Any recommended way to implement tls.

2007-10-29 Thread Jason Smith
I would like to add tls encryption support to my server to allow STARTTLS connections, as well as CRAM-MD5 and AUTH-LOGIN. I am at the prelimnary stage of finding out if this is possible. I currently have qpsmtpd-forkserver installed, in which mail is then forwarded onto qmail. The plugin that I a