From 28338b17723993862209e89a39fbae8f0669d28e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 24 Jun 2016 19:19:00 +0200 Subject: testing spf verification on ymir --- ymir/spf.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ymir/spf.conf (limited to 'ymir') diff --git a/ymir/spf.conf b/ymir/spf.conf new file mode 100644 index 00000000..b958e9e3 --- /dev/null +++ b/ymir/spf.conf @@ -0,0 +1,13 @@ +# For a fully commented sample config file see policyd-spf.conf.commented + +debugLevel = 2 +defaultSeedOnly = 0 + +HELO_reject = SPF_Not_Pass +Mail_From_reject = Fail + +PermError_reject = False +TempError_Defer = False + +skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1 + -- cgit v1.2.3