qpsmtpd/plugins
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
..
auth r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
ident r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
logging These changes to trunk were missed when 0.31 was branched. 2005-07-14 02:31:01 +00:00
queue Enable svn:keywords 2005-07-29 07:41:54 +00:00
virus * plugins/virus/clamdscan 2005-12-10 21:11:04 +00:00
check_badmailfrom r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
check_badmailfromto r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
check_badrcptto r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
check_badrcptto_patterns r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
check_basicheaders r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
check_earlytalker Merge r534 from trunk (caution about using large wait times in 2005-07-30 07:22:13 +00:00
check_loop r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
check_norelay r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
check_relay r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
check_spamhelo These changes to trunk were missed when 0.31 was branched. 2005-07-14 02:31:01 +00:00
content_log r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
count_unrecognized_commands r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
dns_whitelist_soft r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
dnsbl r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
greylisting Don't do exists() on a method call 2005-07-14 13:25:48 +00:00
http_config r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
milter [merge from trunk] Missed hook to data_post to add headers 2005-07-18 11:13:17 +00:00
quit_fortune r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
rcpt_ok r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
require_resolvable_fromhost Extend require_resolvable_fromhost to include a configurable list of 2005-07-28 20:25:54 +00:00
rhsbl r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
sender_permitted_from [merge from trunk] Missed hook to data_post to add headers 2005-07-18 11:13:17 +00:00
spamassassin r483@dog: rspier | 2005-07-06 21:17:00 -0700 2005-07-07 04:17:39 +00:00
tls Fix problems with tls and relay_client. 2006-01-05 02:12:46 +00:00
tls_cert Fix problems with tls and relay_client. 2006-01-05 02:12:46 +00:00