- Fix pkg-message
PR: ports/85664 Submitted by: maintainer
This commit is contained in:
parent
5b0815e892
commit
7c25d9f717
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141820
2 changed files with 3 additions and 2 deletions
|
@ -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= *
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue