diff options
author | garga <garga@FreeBSD.org> | 2005-09-03 02:54:56 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-03 02:54:56 +0800 |
commit | a2dc849ad37b97803f9e33f041cc4a89f5f2e68b (patch) | |
tree | 43d03e77560dfad958ca4ef4f380ff1af2c0f585 /mail/tumgreyspf | |
parent | b70a954010d514c3e327cebc5b5e947d58332680 (diff) | |
download | freebsd-ports-gnome-a2dc849ad37b97803f9e33f041cc4a89f5f2e68b.tar.gz freebsd-ports-gnome-a2dc849ad37b97803f9e33f041cc4a89f5f2e68b.tar.zst freebsd-ports-gnome-a2dc849ad37b97803f9e33f041cc4a89f5f2e68b.zip |
- Fix pkg-message
PR: ports/85664
Submitted by: maintainer
Diffstat (limited to 'mail/tumgreyspf')
-rw-r--r-- | mail/tumgreyspf/Makefile | 3 | ||||
-rw-r--r-- | mail/tumgreyspf/files/pkg-message.in | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile index 04548a637818..7353340000e6 100644 --- a/mail/tumgreyspf/Makefile +++ b/mail/tumgreyspf/Makefile @@ -30,7 +30,8 @@ PKGINSTALL= ${WRKDIR}/pkg-install SUB_FILES= pkg-message pkg-deinstall pkg-install SUB_LIST+= TUMGREYSPF_DIR=${TUMGREYSPF_DIR} \ TUMGREYSPF_USER=${TUMGREYSPF_USER} \ - TUMGREYSPF_GROUP=${TUMGREYSPF_GROUP} + TUMGREYSPF_GROUP=${TUMGREYSPF_GROUP} \ + PYTHON_CMD=${PYTHON_CMD} .if !defined(NOPORTDOCS) PORTDOCS= * diff --git a/mail/tumgreyspf/files/pkg-message.in b/mail/tumgreyspf/files/pkg-message.in index 3ff9d7c81431..b67d80aa13de 100644 --- a/mail/tumgreyspf/files/pkg-message.in +++ b/mail/tumgreyspf/files/pkg-message.in @@ -5,7 +5,7 @@ Add to your postfix master.cf: tumgreyspf unix - n n - - spawn - user=%%TUMGREYSPF_USER%% argv=%%PREFIX%%/bin/tumgreyspf + user=%%TUMGREYSPF_USER%% argv=%%PYTHON_CMD%% %%PREFIX%%/bin/tumgreyspf Next, main.cf must be configured so that "smtpd_sender_restrictions" includes a call to the tumgreyspf policy filter. If you already have |