Path to this page:
./
wip/smtp-gated,
Proxy for SMTP sessions with virus and spam scan
Branch: CURRENT,
Version: 1.4.18.8,
Package name: smtp-gated-1.4.18.8,
Maintainer: bartosz.kuzmasmtp-gated is an UNIX program that scans SMTP mail for viruses. Can be
installed on Linux/BSD NA(P)T router, and scan mail transparently
using ClamAV daemon & netfilter/ipfilter/pf framework. Can also scan traffic
to one fixed MTA.
Required to run:[
mail/libspf2]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 09163aab96c9daa35e44ced612d3234b6aeda53f
Filesize: 304.456 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-10-07 18:23:08 by Aleksej Saushev | Files touched by this commit (87) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-02-10 15:13:36 by Bartosz Kuzma | Files touched by this commit (4) | |
Log message:
Update to 1.4.18.8
Changes since 1.4.16.2:
1.4.18.8 : 2011.12.04
- FIXME: experimental ratelimit support (options: ratelimit_*); to be changed
- regex-match debugging logs
- setting proxy_name to "*" (asterisk, without quotes) uses
system hostname&domainname (from now on by default)
- fixed without USE_NAT_TPROXY
- SOL_IP changed to IPPROTO_IP to be more portable
- clarified BUG and child crash counters in state file
- conditional mode: "tproxy,netfilter" (untested)
- introduced PID hashing for high max_connections values (experimental)
- introduced host hashing for high max_connections values (experimental)
- fixed possible crash when daemon is reloaded after pipeline_size change
- lock_duration exported to action_script environment
- removed bug in untaint() usage
- fixed FOUND environment variable for action scripts on REGEX matches
- updated contrib/debian.init to conform LSB Dependency Boot
- raised default values for limit_* configuration options
- added HELO environment variable to action script
- fixed doc installation (does not install *.html as man-h section)
- client_callback() body split into multiple functions
- simple earlytalker: does not delay the MTA greeting but reacts on
MUA commands before the greeting
- fixed conffile.c getline usage for systems not having getline()
1.4.17 : 2010.08.29
- upgrade to TPROXY4, verified on Linux kernel 2.6.32
- many TPROXY related fixes making it finally usable (thx to Tamer Mohamed)
- no need to use getsockopt(SO_ORIGINAL_DST) for tproxy, so removed
- new value for spool_leave_on: always
1.4.16.3 : 2010.02.12
- new test cases for spf
- new example configurations in contrib/
- added last !BUG! date in statefile
- test case for !BUG! (tests/997bug.t)
- ChangeLog translation to English
|
2009-09-29 00:04:53 by Bartosz Kuźma | Files touched by this commit (1) |
Log message:
Remove @pkgdir.
|
2009-09-25 10:53:14 by Bartosz Kuźma | Files touched by this commit (1) |
Log message:
Change @dirrm to @pkgdir.
|
2009-09-25 10:08:57 by Bartosz Kuźma | Files touched by this commit (2) |
Log message:
Updated to 1.4.16.2.
Added DESTDIR support.
Changelog provided only in polish.
Changes since 1.4.16:
1.4.16.2:
- zmiana licznikow statystyk z int na unsigned int (thx to Tomasz Lemiech)
- usuniety BUG przy braku HELO/EHLO i wlaczonym SPF (thx to Slawek Fydryk)
- dodanie licznika dla !BUG! zwiazanych z bledami procesow potomnych
1.4.16.1:
- prawidlowe wykrywanie libspf2 pod freebsd w ./configure
- prawidlowe wykrywanie netfilter pod linuxem (zmiany w naglowkach kernela?)
|
2007-03-06 14:06:42 by Bartosz Kuzma | Files touched by this commit (1) |
Log message:
smtp-gated uses VARBASE.
|