diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-02 18:54:56 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-02 18:54:56 +0000 |
commit | 7c25d9f71781d71e906c219f8e8015d53bdb1100 (patch) | |
tree | 96a3d8bad1b0b035f0d8f74153f73b23a1a882a2 /mail/tumgreyspf | |
parent | Drop the adhoc checks for php#-pgsql, mod_php, and the PHP cli as well (diff) |
- 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 |