diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-07 17:13:08 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-07 17:13:08 +0000 |
commit | 746814728ef8db0b55cfa1ab0b240f5f7dbf7df5 (patch) | |
tree | 210558922ecc0518e496207b3daf16499cc494db | |
parent | 6866cb5bd5efe70a060ae40b801baa2ce61765cd (diff) | |
download | ports-746814728ef8db0b55cfa1ab0b240f5f7dbf7df5.tar.gz ports-746814728ef8db0b55cfa1ab0b240f5f7dbf7df5.zip |
Notes
-rw-r--r-- | security/amavisd/Makefile | 3 | ||||
-rw-r--r-- | security/amavisd/distinfo | 2 | ||||
-rw-r--r-- | security/amavisd/files/patch-README.sendmail | 26 |
3 files changed, 28 insertions, 3 deletions
diff --git a/security/amavisd/Makefile b/security/amavisd/Makefile index 45ba204c0dbb..49c586e30d16 100644 --- a/security/amavisd/Makefile +++ b/security/amavisd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= amavisd -PORTVERSION= 20020300 -PORTREVISION= 3 +PORTVERSION= 20020531 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amavis diff --git a/security/amavisd/distinfo b/security/amavisd/distinfo index ea9a4eba177d..d200c5a6335c 100644 --- a/security/amavisd/distinfo +++ b/security/amavisd/distinfo @@ -1 +1 @@ -MD5 (amavisd-snapshot-20020300.tar.gz) = f8823fa5b3a11e7c7067e65660e274f9 +MD5 (amavisd-snapshot-20020531.tar.gz) = 0d97a1c227c9934b19c0ff283ccb3561 diff --git a/security/amavisd/files/patch-README.sendmail b/security/amavisd/files/patch-README.sendmail new file mode 100644 index 000000000000..8f95add72d9a --- /dev/null +++ b/security/amavisd/files/patch-README.sendmail @@ -0,0 +1,26 @@ +--- README.sendmail.orig Sun Aug 4 18:38:01 2002 ++++ README.sendmail Sun Aug 4 18:39:50 2002 +@@ -18,7 +18,7 @@ + + Mlocal, P=/usr/sbin/amavis, F=lsDFMAw5:/|@qrn9, S=10/30, R=20/40, + T=DNS/RFC822/X-Unix, +- A=amavis $f $u -- /bin/mail.local -d $u ++ A=amavis $f $u -- /usr/libexec/mail.local -d $u + + Note that m (delivery to multiple recipients) has been removed from the + F equate! Amavis receives sender ($f) and recipient ($u) from the command +@@ -33,11 +33,9 @@ + you should add the following just before the MAILER definitions: + + dnl +-dnl Change Mlocal to use AMaViS-Perl +-define(`LOCAL_MAILER_PATH', `/usr/sbin/amavis')dnl +-define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- ', +-define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- /usr/bin/', +-LOCAL_MAILER_ARGS))dnl ++dnl Change Mlocal to use AMaViS ++define(`LOCAL_MAILER_PATH', `/usr/local/sbin/amavis')dnl ++define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- /usr/libexec/', LOCAL_MAILER_ARGS, ` -d $u'))dnl + dnl please set the path to your procmail accordingly! + dnl the following works only with sendmail 8.10.x or above + MODIFY_MAILER_FLAGS(`LOCAL', -m')dnl |