- Update to 4.49.7
* New Features and Improvements *
- Speed improvements for sendmail systems by changing the
way temporary files are handled and how attachments are parsed. This
should be really noticeable if I've got it right.
Thanks for the great help of the Vodafone SHARK team.
- Added speed improvements for Exim.
- Added speed improvements for Postfix.
- Now changes the command line listed in `ps` (ie $0) to show what
MailScanner is doing. Should help diagnose slow system problems.
- 4 new configuration options, which list patterns against which filenames
and filetypes are matched to see if we should allow them or block them.
This is implemented for the benefit of web-based configuration systems for
MailScanner, it is not really intended for human use as it will complicate
the filename/filetype matching unless you understand it. Read the comments
in the MailScanner.conf and suggest better explanations!
"Allow Filenames", "Deny Filenames", "Allow Filetypes", "Deny Filetypes".
Note: There are 2 new entries in languages.conf so remember to
run an upgrade_languages_conf.
- Upgraded tnef program to 1.3.4.
- Added message 'actions' property for MailWatch reporting.
- Custom Function filenames must end in .pm or .pl. Others will be logged
and skipped.
- Various minor speed improvements.
* Fixes *
- Changed Postfix code to better support latest revision of Perl.
- Now stops MailScanner more reliably on SuSE systems.
- Logging of <img> tags only done if logging HTML tags.
- Fixed minor array ref problem in Perl 5.8.7 on FreeBSD 6.0 (which is not
a public stable release anyway).
PR: ports/91306
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
- PID file name in rc.d scripts must be set to "pidfile" variable,
not to "<name>_pidfile" variable.
- Placing -r (and -d too) options to command_args is more suitable because
they mustn't be overwrited by spamd_flags
PR: ports/90625
Submitted by: Petr Rehor <prehor@gmail.com>
Approved by: maintainer timeout
- Update to 1.4
- Take maintainership
- Optionally depend on libungif
- Remove local patch for gcc 2.x; instead, depend on gcc 3.2+ (untested on 4.x -
I hope it makes it work without any patches there).
- Remove local patch for using OpenSSL's MD5 implementation.
Removed file(s):
- files/patch-md5
- files/patch-strings
PR: ports/91232
Submitted by: Stefan Walter <sw@gegenunendlich.de>
This software block SMTP sessions used by e-mail worms and
viruses on the NA(P)T router. It depends on netfilter
framework of Linux, or ipfw on FreeBSD.
It acts like proxy, intercepting outgoing SMTP connections
and scanning session data on-the-fly. When messages is
infected, the SMTP session is terminated. It's to be used
(mostly) by ISPs, so they can eliminate infected hosts from
their net work, and (preferably) educate their users.
WWW: http://smtp-proxy.klolik.org/
PR: ports/91223
Submitted by: Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
to get the right port. (Actually, ideally, the port would just be
upgraded to use emacs21, but--this is better than nothing for now.)
PR: 90469, 90471
Submitted by: NIIMI Satoshi
Couriergraph is a very simple mail statistics RRDtool
frontend for Postfix that produces daily, weekly, monthly
and yearly graphs of Courier's POP3, IMAP, POP3s and IMAPs
logins.
WWW: http://www.stahl.bau.tu-bs.de/~hildeb/postfix/couriergraph/
PR: ports/85985
Submitted by: Xavier Beaudouin <kiwi@oav.net>
variable in case of non-default layouts. Point default location to
/var/run/saslauthd
PR: ports/90987
Submitted by: Alexander Wittig <alexander AT wittig DOT name>
[MAINTAINER] mail/postfix-policyd-sf: 1.71 Released
1.71 is finaly released (current 1.71 was development version)
Changelog :
Dec 23 2005]
Changes from v1.70 -> v1.71 (new functionality+bug fixes)
* mysql.c: you can now compress or encrypt policyd->mysql connections.
* mysql.c: removed mysql_ping(). connections are now restablished.
* policyd.c: added -v option to Policyd to show version information.
* throttle_*.c: fix throttle inconsistancy. spotted by John Beaver.
* throttle_*.c: fix throttle inconsistancy. spotted by SanthuBhai.
* throttle_*.c: add thresholds/percentage display for throttle modules.
* throttle_r.c: rcpt_total did not increment.
* cidr.c: added cidr network acls. patch supplied by dan.
* blacklist.c: new module that allows dns based blacklists (you can now
blacklist, eg: %dsl%.rr.com to just block the RR.com
adsl range, but you can still whitelist smtp.rr.com
so they have to use their isp relay.) patch by Alain Fauconnet.
(NB!!) if you are upgrading from <= v1.70 then please add to policyd.conf:
# ip addresses/networks of hosts connecting to Policyd
CONN_ACL="127.0.0.1 192.168.0.0/24"
BLACKLISTDNSNAME=0
MYSQLOPT=""
or if you want to compress the connection from policyd -> mysql:
MYSQLOPT="CLIENT_COMPRESS"
And in MySQL>
CREATE TABLE blacklist_dnsname (
_blacklist char(60) NOT NULL default '',
_description char(60) NOT NULL default '',
_expire int(10) unsigned NOT NULL default '0',
UNIQUE KEY _blacklist (_blacklist),
KEY _expire (_expire)
) TYPE=MyISAM;
PR: ports/90853
Submitted by: Xavier Beaudouin <kiwi@oav.net>
- Pass maintainership to submitter
This version adds support for POP3S and IMAPS
PR: ports/90721
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>