diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-08-28 13:47:32 +0000 |
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-08-28 13:47:32 +0000 |
| commit | 2ced038e1f1fe8989b32a144205edbe03cbf0557 (patch) | |
| tree | 065bf81d5b974ef4b5c525e75abdb7b94f1c29f8 /mail/postfix-policyd-spf-python/files | |
| parent | - Update to 2.8.1 (diff) | |
- update to 1.2
- modify policyd-spf so ${PREFIX}/etc/postfix-policyd-spf-python/policyd-spf.conf
is used as default configuration files and change pkg-message.in accordingly
- modify misc file paths in man pages so they match installed ones
- adopt to new options framework (DOCS)
- add license information (AL2)
- trim makefile header.
- update WWW url in pkg-descr
while I'm here:
- use absolute url in MASTER_SITES and remove http redirection quirks
- replace PYTHON_SITELIBDIR with PYTHON_PKGNAMEPREFIX in depends
- shortened overly long lines to make Makefile more readable
- remove attribution from pkg-descr, that's no more supported in ports
PR: 177797
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: Giel van Schijndel <me@mortis.eu> (maintainer)
Notes
Notes:
svn path=/head/; revision=325529
Diffstat (limited to 'mail/postfix-policyd-spf-python/files')
| -rw-r--r-- | mail/postfix-policyd-spf-python/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-policyd-spf-python/files/pkg-message.in b/mail/postfix-policyd-spf-python/files/pkg-message.in index b302b9d2ee75..9f2ee747d1fe 100644 --- a/mail/postfix-policyd-spf-python/files/pkg-message.in +++ b/mail/postfix-policyd-spf-python/files/pkg-message.in @@ -7,8 +7,8 @@ This package must be integrated with Postfix to be effective: 1. Add to your postfix master.cf: policyd-spf unix - n n - 0 spawn - user=nobody argv=%%PYTHON_CMD%% %%PREFIX%%/bin/policyd-spf %%ETCDIR%%/policyd-spf.conf - + user=nobody argv=%%PREFIX%%/bin/policyd-spf + 2. Configure the Postfix policy service in your main.cf so that the "smtpd_recipient_restrictions" includes a call to the policyd-spf policy filter. If you already have a "smtpd_recipient_restrictions" line, you can |
