From e7b72775f99e463dbd82a76e9b13e03bd39690e8 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 29 Apr 2013 19:01:00 -0700 Subject: [PATCH] spf enabled in config/plugins by default the plugin will detect if Mail::SPF is missing and not register it's hooks --- config.sample/plugins | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.sample/plugins b/config.sample/plugins index bb15895..582a4fe 100644 --- a/config.sample/plugins +++ b/config.sample/plugins @@ -59,7 +59,7 @@ dont_require_anglebrackets badmailfrom reject naughty #badmailfromto resolvable_fromhost reject 0 -# sender_permitted_from reject 2 +sender_permitted_from reject 1 # RCPT TO plugins badrcptto @@ -105,6 +105,9 @@ naughty reject data # queue the mail with qmail-queue # queue/qmail-queue +# forward to another mail server +# queue/smtp-forward 10.2.2.2 9025 + # If you need to run the same plugin multiple times, you can do # something like the following