mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Update to 20020531
PR: ports/41315 Submitted by: Gheorghe Ardelean <ardelean@physics.uvt.ro> Approved by: maintainer
This commit is contained in:
parent
6866cb5bd5
commit
746814728e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64156
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= amavisd
|
||||
PORTVERSION= 20020300
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 20020531
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= amavis
|
||||
|
@ -1 +1 @@
|
||||
MD5 (amavisd-snapshot-20020300.tar.gz) = f8823fa5b3a11e7c7067e65660e274f9
|
||||
MD5 (amavisd-snapshot-20020531.tar.gz) = 0d97a1c227c9934b19c0ff283ccb3561
|
||||
|
26
security/amavisd/files/patch-README.sendmail
Normal file
26
security/amavisd/files/patch-README.sendmail
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user