summaryrefslogtreecommitdiff
path: root/mail/postfix-policyd-spf-python/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-policyd-spf-python/files')
-rw-r--r--mail/postfix-policyd-spf-python/files/patch-setup.py17
-rw-r--r--mail/postfix-policyd-spf-python/files/pkg-message.in37
2 files changed, 0 insertions, 54 deletions
diff --git a/mail/postfix-policyd-spf-python/files/patch-setup.py b/mail/postfix-policyd-spf-python/files/patch-setup.py
deleted file mode 100644
index 00d4c3e7457c..000000000000
--- a/mail/postfix-policyd-spf-python/files/patch-setup.py
+++ /dev/null
@@ -1,17 +0,0 @@
---- setup.py.orig 2014-06-04 05:08:20 UTC
-+++ setup.py
-@@ -13,10 +13,10 @@ setup(name='pypolicyd-spf',
- py_modules=['policydspfsupp', 'policydspfuser'],
- keywords = ['Postfix','spf','email'],
- scripts = ['policyd-spf'],
-- data_files=[(os.path.join('share', 'man', 'man1'),
-- ['policyd-spf.1']), (os.path.join('share', 'man', 'man5'),
-- ['policyd-spf.conf.5']), (os.path.join('/etc', 'python-policyd-spf'),
-- ['policyd-spf.conf']), (os.path.join('share', 'man', 'man5'),
-+ data_files=[(os.path.join('man', 'man1'),
-+ ['policyd-spf.1']), (os.path.join('man', 'man5'),
-+ ['policyd-spf.conf.5']), (os.path.join('etc', 'postfix-policyd-spf-python'),
-+ ['policyd-spf.conf.sample']), (os.path.join('man', 'man5'),
- ['policyd-spf.peruser.5'])],
- classifiers = [
- 'Development Status :: 5 - Production/Stable',
diff --git a/mail/postfix-policyd-spf-python/files/pkg-message.in b/mail/postfix-policyd-spf-python/files/pkg-message.in
deleted file mode 100644
index d8baa7ce1aa8..000000000000
--- a/mail/postfix-policyd-spf-python/files/pkg-message.in
+++ /dev/null
@@ -1,37 +0,0 @@
-[
-{ type: install
- message: <<EOM
-#
-# To configure Postfix
-#
-
-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=%%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
- add the "check_policy_service" command anywhere *after* the line which
- reads "reject_unauth_destination" (otherwise you're system can become an
- open relay).
-
- smtpd_recipient_restrictions =
- ...
- reject_unauth_destination
- check_policy_service unix:private/policyd-spf
- ...
-
- policyd-spf_time_limit = 3600
-
- 3. Please consult the postfix documentation for more information on these and
- other settings you may wish to have in the "smtpd_recipient_restrictions"
- configuration.
-
- 4. Reload postfix.
-EOM
-}
-]