documentation typo in clamav, update changes file a bit
git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.3x@696 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
ad541f6207
commit
e31d3e3e4b
13
Changes
13
Changes
@ -1,4 +1,7 @@
|
|||||||
0.3x
|
0.33 (to be)
|
||||||
|
|
||||||
|
Support "module" plugins ("My::Plugin" in the config/plugins file)
|
||||||
|
|
||||||
The ill-named $transaction->body_size() is depreceated now, use
|
The ill-named $transaction->body_size() is depreceated now, use
|
||||||
$transaction->data_size() instead. Check your logs for LOGWARN messages
|
$transaction->data_size() instead. Check your logs for LOGWARN messages
|
||||||
about "body_size" and fix your plugins. (Hanno Hecker)
|
about "body_size" and fix your plugins. (Hanno Hecker)
|
||||||
@ -16,20 +19,17 @@
|
|||||||
looked for by default in /var/lib/qpsmtpd/greylisting in addition to the
|
looked for by default in /var/lib/qpsmtpd/greylisting in addition to the
|
||||||
previous locations relative to the qpsmtpd binary. (Devin Carraway)
|
previous locations relative to the qpsmtpd binary. (Devin Carraway)
|
||||||
|
|
||||||
0.33
|
|
||||||
New Qpsmtpd::Postfix::Constants to encapsulate all of the current return
|
New Qpsmtpd::Postfix::Constants to encapsulate all of the current return
|
||||||
codes from Postfix, plus script to generate it. (Hanno Hecker)
|
codes from Postfix, plus script to generate it. (Hanno Hecker)
|
||||||
|
|
||||||
|
Experimental IPv6 support (forkserver only). (Mike Williams)
|
||||||
|
|
||||||
Add ability to specific socket for syslog (Peter Eisch)
|
Add ability to specific socket for syslog (Peter Eisch)
|
||||||
|
|
||||||
Do the right thing for unimplemented AUTH mechanisms (Brian Szymanski)
|
Do the right thing for unimplemented AUTH mechanisms (Brian Szymanski)
|
||||||
|
|
||||||
relay_only plugin for smart relay host. (John Peacock)
|
relay_only plugin for smart relay host. (John Peacock)
|
||||||
|
|
||||||
Experimental IPv6 support (forkserver only). (Mike Williams)
|
|
||||||
|
|
||||||
Support "module" plugins ("My::Plugin" in the config/plugins file)
|
|
||||||
|
|
||||||
Enhance the spamassassin plugin to support connecting to a remote
|
Enhance the spamassassin plugin to support connecting to a remote
|
||||||
spamd process (Kjetil Kjernsmo).
|
spamd process (Kjetil Kjernsmo).
|
||||||
|
|
||||||
@ -199,6 +199,7 @@
|
|||||||
|
|
||||||
Fix typo in qpsmtpd-forkserver commandline help
|
Fix typo in qpsmtpd-forkserver commandline help
|
||||||
|
|
||||||
|
|
||||||
0.29 - 2005/03/03
|
0.29 - 2005/03/03
|
||||||
|
|
||||||
Store entire incoming message in spool file (so that scanners can read
|
Store entire incoming message in spool file (so that scanners can read
|
||||||
|
@ -49,7 +49,7 @@ Specifies the maximum size, in bytes, for mail to be scanned. Any mail
|
|||||||
exceeding this size will be left alone. This is recommended, as large mail
|
exceeding this size will be left alone. This is recommended, as large mail
|
||||||
can take an exceedingly long time to scan. The default is 524288, or 512k.
|
can take an exceedingly long time to scan. The default is 524288, or 512k.
|
||||||
|
|
||||||
=item tmp_dir=I<path> (e.g. I<max_size=/tmp>)
|
=item tmp_dir=I<path> (e.g. I<tmp_dir=/tmp>)
|
||||||
|
|
||||||
Specify an alternate temporary directory. If not specified, the qpsmtpd
|
Specify an alternate temporary directory. If not specified, the qpsmtpd
|
||||||
I<spool_dir> will be used. If neither is available, I<~/tmp/> will be tried,
|
I<spool_dir> will be used. If neither is available, I<~/tmp/> will be tried,
|
||||||
|
Loading…
Reference in New Issue
Block a user