The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD security : amavisd

The daemonized version of amavis-perl

 amavisd is the daemonized version of amavis-perl 

Note that the installation is different than the original package, and the
integration into your MTA can be different, so please read the README and
INSTALL files very carefully.  

http://www.amavis.org/



amavisd history


v. 1.20
date: 2007/07/22 08:38:04;  author: linimon;  state: Exp;  lines: +3 -0
Mark ports that depend on misc/compat3x as deprecated.  If anyone wants to
update these to later versions, they should do so now.

v. 1.19 date: 2006/12/03 12:45:53; author: demon; state: Exp; lines: +1 -1 Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
v. 1.18 date: 2006/01/07 06:29:54; author: dougb; state: Exp; lines: +1 -1 Now that new style rc.d scripts are being run as part of the base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
v. 1.17 date: 2005/02/13 17:35:35; author: leeym; state: Exp; lines: +1 -1 - register UID:GID 110 for vscan PR: 77366 Submitted by: Scott Balmos Approved by: Blaz Zupan
v. 1.16 date: 2004/10/14 22:23:49; author: kuriyama; state: Exp; lines: +11 -6 - Reduce dependency with perl-5.8. - Remove bogus space.
v. 1.15 date: 2004/05/30 11:33:25; author: pav; state: Exp; lines: +23 -5 - Convert rc script to rcng [1] - Fix build with milter [1, 2] - Fix default connection method against clamd [3] PR: ports/56658 [1], ports/57056 [2], ports/67371 [3] Submitted by: Scot W. Hetzel , Yoshisato YANAGISAWA
v. 1.14 date: 2003/11/21 09:39:40; author: leeym; state: Exp; lines: +11 -0 Use uvscan as default virus scanner and unbreak amavisd
v. 1.13 date: 2003/11/21 00:18:31; author: pav; state: Exp; lines: +4 -0 Include support for all possible antivirus in a package - Makes package actually useful - Fixes build on Bento PR: ports/59531 Submitted by: Clement Laforet Approved by: adamw (mentor)
v. 1.12 date: 2003/09/27 01:01:04; author: edwin; state: Exp; lines: +3 -3 KATO mega patch - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru
v. 1.11 date: 2003/09/06 15:59:09; author: leeym; state: Exp; lines: +15 -14 update to amavisd-0.1,1 PR: 56474 Submitted by: Mark Linimon
v. 1.10 date: 2003/06/09 15:08:54; author: ijliao; state: Exp; lines: +1 -1 drop maintainership Submitted by: maintainer
v. 1.9 date: 2003/02/21 13:26:41; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.8 date: 2002/08/27 10:33:00; author: leeym; state: Exp; lines: +1 -0 files/patch-amavis::amavisd.in added in previous committing, so bump PORTREVISION Reviewed by: ijliao (mentor) Approved by: ijliao (mentor)
v. 1.7 date: 2002/08/21 21:30:57; author: obraun; state: Exp; lines: +14 -4 Add variables WARNSENDER, WARNRECIP, WARNADMIN and SMTPPORT. Add USE_PERL5. PR: ports/41695 Submitted by: maintainer Approved by: dwcjr (mentor)
v. 1.6 date: 2002/08/07 17:13:06; author: pat; state: Exp; lines: +1 -2 Update to 20020531 PR: ports/41315 Submitted by: Gheorghe Ardelean Approved by: maintainer
v. 1.5 date: 2002/07/05 13:12:51; author: netchild; state: Exp; lines: +1 -0 Find includes and libs in LOCALBASE too (e.g. if you use sendmail from the ports). Approved by: maintainer
v. 1.4 date: 2002/05/24 03:58:28; author: ijliao; state: Exp; lines: +4 -3 1. modify startup script: only one of amavisd and amavis-milter will be installed, not both. 2. change MASTER_SITES / add MASTER_SITE_SUBDIR 3. amavisd depends on Net::SMTP, not Net::Telnet 4. bump PORTREVISION PR: 38469 Submitted by: Yen-Ming Lee Approved by: maintainer
v. 1.3 date: 2002/05/19 19:37:05; author: ijliao; state: Exp; lines: +10 -3 add milter support fix startup script PR: 38297 Submitted by: Martin Matuska , maintainer
v. 1.2 date: 2002/05/15 13:19:02; author: ijliao; state: Exp; lines: +17 -12 * fix a typo in /usr/local/etc/rc.d/amavisd.sh * fix to use vscan:vscan to scan virus * add a dependency of p5-Net-Telnet PR: 38084 Submitted by: maintainer
v. 1.1 date: 2002/05/13 01:30:40; author: ijliao; state: Exp; add amavisd 20020300 The daemonized version of amavis-perl PR: 37993 Submitted by: Gea-Suan Lin ============================================================================= v. 1.20 date: 2007/07/22 08:38:04; author: linimon; state: Exp; lines: +3 -0 Mark ports that depend on misc/compat3x as deprecated. If anyone wants to update these to later versions, they should do so now.
v. 1.19 date: 2006/12/03 12:45:53; author: demon; state: Exp; lines: +1 -1 Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
v. 1.18 date: 2006/01/07 06:29:54; author: dougb; state: Exp; lines: +1 -1 Now that new style rc.d scripts are being run as part of the base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
v. 1.17 date: 2005/02/13 17:35:35; author: leeym; state: Exp; lines: +1 -1 - register UID:GID 110 for vscan PR: 77366 Submitted by: Scott Balmos Approved by: Blaz Zupan
v. 1.16 date: 2004/10/14 22:23:49; author: kuriyama; state: Exp; lines: +11 -6 - Reduce dependency with perl-5.8. - Remove bogus space.
v. 1.15 date: 2004/05/30 11:33:25; author: pav; state: Exp; lines: +23 -5 - Convert rc script to rcng [1] - Fix build with milter [1, 2] - Fix default connection method against clamd [3] PR: ports/56658 [1], ports/57056 [2], ports/67371 [3] Submitted by: Scot W. Hetzel , Yoshisato YANAGISAWA
v. 1.14 date: 2003/11/21 09:39:40; author: leeym; state: Exp; lines: +11 -0 Use uvscan as default virus scanner and unbreak amavisd
v. 1.13 date: 2003/11/21 00:18:31; author: pav; state: Exp; lines: +4 -0 Include support for all possible antivirus in a package - Makes package actually useful - Fixes build on Bento PR: ports/59531 Submitted by: Clement Laforet Approved by: adamw (mentor)
v. 1.12 date: 2003/09/27 01:01:04; author: edwin; state: Exp; lines: +3 -3 KATO mega patch - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru
v. 1.11 date: 2003/09/06 15:59:09; author: leeym; state: Exp; lines: +15 -14 update to amavisd-0.1,1 PR: 56474 Submitted by: Mark Linimon
v. 1.10 date: 2003/06/09 15:08:54; author: ijliao; state: Exp; lines: +1 -1 drop maintainership Submitted by: maintainer
v. 1.9 date: 2003/02/21 13:26:41; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.8 date: 2002/08/27 10:33:00; author: leeym; state: Exp; lines: +1 -0 files/patch-amavis::amavisd.in added in previous committing, so bump PORTREVISION Reviewed by: ijliao (mentor) Approved by: ijliao (mentor)
v. 1.7 date: 2002/08/21 21:30:57; author: obraun; state: Exp; lines: +14 -4 Add variables WARNSENDER, WARNRECIP, WARNADMIN and SMTPPORT. Add USE_PERL5. PR: ports/41695 Submitted by: maintainer Approved by: dwcjr (mentor)
v. 1.6 date: 2002/08/07 17:13:06; author: pat; state: Exp; lines: +1 -2 Update to 20020531 PR: ports/41315 Submitted by: Gheorghe Ardelean Approved by: maintainer
v. 1.5 date: 2002/07/05 13:12:51; author: netchild; state: Exp; lines: +1 -0 Find includes and libs in LOCALBASE too (e.g. if you use sendmail from the ports). Approved by: maintainer
v. 1.4 date: 2002/05/24 03:58:28; author: ijliao; state: Exp; lines: +4 -3 1. modify startup script: only one of amavisd and amavis-milter will be installed, not both. 2. change MASTER_SITES / add MASTER_SITE_SUBDIR 3. amavisd depends on Net::SMTP, not Net::Telnet 4. bump PORTREVISION PR: 38469 Submitted by: Yen-Ming Lee Approved by: maintainer
v. 1.3 date: 2002/05/19 19:37:05; author: ijliao; state: Exp; lines: +10 -3 add milter support fix startup script PR: 38297 Submitted by: Martin Matuska , maintainer
v. 1.2 date: 2002/05/15 13:19:02; author: ijliao; state: Exp; lines: +17 -12 * fix a typo in /usr/local/etc/rc.d/amavisd.sh * fix to use vscan:vscan to scan virus * add a dependency of p5-Net-Telnet PR: 38084 Submitted by: maintainer
v. 1.1 date: 2002/05/13 01:30:40; author: ijliao; state: Exp; add amavisd 20020300 The daemonized version of amavis-perl PR: 37993 Submitted by: Gea-Suan Lin ============================================================================= v. 1.20 date: 2007/07/22 08:38:04; author: linimon; state: Exp; lines: +3 -0 Mark ports that depend on misc/compat3x as deprecated. If anyone wants to update these to later versions, they should do so now.
v. 1.19 date: 2006/12/03 12:45:53; author: demon; state: Exp; lines: +1 -1 Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
v. 1.18 date: 2006/01/07 06:29:54; author: dougb; state: Exp; lines: +1 -1 Now that new style rc.d scripts are being run as part of the base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
v. 1.17 date: 2005/02/13 17:35:35; author: leeym; state: Exp; lines: +1 -1 - register UID:GID 110 for vscan PR: 77366 Submitted by: Scott Balmos Approved by: Blaz Zupan
v. 1.16 date: 2004/10/14 22:23:49; author: kuriyama; state: Exp; lines: +11 -6 - Reduce dependency with perl-5.8. - Remove bogus space.
v. 1.15 date: 2004/05/30 11:33:25; author: pav; state: Exp; lines: +23 -5 - Convert rc script to rcng [1] - Fix build with milter [1, 2] - Fix default connection method against clamd [3] PR: ports/56658 [1], ports/57056 [2], ports/67371 [3] Submitted by: Scot W. Hetzel , Yoshisato YANAGISAWA
v. 1.14 date: 2003/11/21 09:39:40; author: leeym; state: Exp; lines: +11 -0 Use uvscan as default virus scanner and unbreak amavisd
v. 1.13 date: 2003/11/21 00:18:31; author: pav; state: Exp; lines: +4 -0 Include support for all possible antivirus in a package - Makes package actually useful - Fixes build on Bento PR: ports/59531 Submitted by: Clement Laforet Approved by: adamw (mentor)
v. 1.12 date: 2003/09/27 01:01:04; author: edwin; state: Exp; lines: +3 -3 KATO mega patch - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru
v. 1.11 date: 2003/09/06 15:59:09; author: leeym; state: Exp; lines: +15 -14 update to amavisd-0.1,1 PR: 56474 Submitted by: Mark Linimon
v. 1.10 date: 2003/06/09 15:08:54; author: ijliao; state: Exp; lines: +1 -1 drop maintainership Submitted by: maintainer
v. 1.9 date: 2003/02/21 13:26:41; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.8 date: 2002/08/27 10:33:00; author: leeym; state: Exp; lines: +1 -0 files/patch-amavis::amavisd.in added in previous committing, so bump PORTREVISION Reviewed by: ijliao (mentor) Approved by: ijliao (mentor)
v. 1.7 date: 2002/08/21 21:30:57; author: obraun; state: Exp; lines: +14 -4 Add variables WARNSENDER, WARNRECIP, WARNADMIN and SMTPPORT. Add USE_PERL5. PR: ports/41695 Submitted by: maintainer Approved by: dwcjr (mentor)
v. 1.6 date: 2002/08/07 17:13:06; author: pat; state: Exp; lines: +1 -2 Update to 20020531 PR: ports/41315 Submitted by: Gheorghe Ardelean Approved by: maintainer
v. 1.5 date: 2002/07/05 13:12:51; author: netchild; state: Exp; lines: +1 -0 Find includes and libs in LOCALBASE too (e.g. if you use sendmail from the ports). Approved by: maintainer
v. 1.4 date: 2002/05/24 03:58:28; author: ijliao; state: Exp; lines: +4 -3 1. modify startup script: only one of amavisd and amavis-milter will be installed, not both. 2. change MASTER_SITES / add MASTER_SITE_SUBDIR 3. amavisd depends on Net::SMTP, not Net::Telnet 4. bump PORTREVISION PR: 38469 Submitted by: Yen-Ming Lee Approved by: maintainer
v. 1.3 date: 2002/05/19 19:37:05; author: ijliao; state: Exp; lines: +10 -3 add milter support fix startup script PR: 38297 Submitted by: Martin Matuska , maintainer
v. 1.2 date: 2002/05/15 13:19:02; author: ijliao; state: Exp; lines: +17 -12 * fix a typo in /usr/local/etc/rc.d/amavisd.sh * fix to use vscan:vscan to scan virus * add a dependency of p5-Net-Telnet PR: 38084 Submitted by: maintainer
v. 1.1 date: 2002/05/13 01:30:40; author: ijliao; state: Exp; add amavisd 20020300 The daemonized version of amavis-perl PR: 37993 Submitted by: Gea-Suan Lin =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm