qpsmtpd/lib/Qpsmtpd
John Peacock bfcd620a83 Fix problems with tls and relay_client.
* lib/Qpsmtpd/Connection.pm
    Abstract out parameters which can be reused (e.g. TLS) or can be
    set when creating the Connection object via start().

* plugins/tls
    Simplify code to use $self->clone() construct and also suppress
    IO::Socket::SSL debug noise, now that this is working.

* plugins/tls_cert
    New file to automate creating self-signed certificates for TLS.

git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.3x@597 958fd67b-6ff1-0310-b445-bb7760255be9
2006-01-05 02:12:46 +00:00
..
Address.pm * lib/Qpsmtpd/Address.pm 2005-11-08 18:18:02 +00:00
Auth.pm * lib/Qpsmtpd/Auth.pm 2005-10-31 17:12:37 +00:00
Connection.pm Fix problems with tls and relay_client. 2006-01-05 02:12:46 +00:00
Constants.pm Revamp Qpsmtpd::Constants so it is possible to retrieve the text 2005-03-29 20:15:53 +00:00
Plugin.pm * lib/Qpsmtpd/Auth.pm 2005-10-31 17:12:37 +00:00
Postfix.pm Improve error messages from the Postfix module (Erik I. Bols�, 2004-07-19 11:08:15 +00:00
SelectServer.pm New for 0.28: Log levels and $Include for config/plugins 2004-03-05 12:46:24 +00:00
SMTP.pm * lib/Qpsmtpd/Auth.pm 2005-10-31 17:12:37 +00:00
TcpServer.pm * lib/Qpsmtpd/TcpServer.pm 2005-09-22 17:14:20 +00:00
Transaction.pm * lib/Qpsmtpd/Transaction.pm 2005-10-20 18:47:28 +00:00
Utils.pm add thhe Utils.pm module 2002-09-24 18:53:45 +00:00