settings { authenticated { priority = 10; authenticated = yes; #apply "default" { groups_disabled = ["rbl", "spf"]; } apply "default" { symbols_enabled = []; symbols_disabled = []; groups_enabled = []; groups_disabled = []; } } whitelist { priority = 10; rcpt = "postmaster"; rcpt = "hostmaster"; rcpt = "abuse"; want_spam = yes; } whitelist-ip { priority = 10; ip = ""; want_spam = yes; } whitelist-timmehosting { priority = 20; from = "@timmehosting.de"; from = "@timmehosting.com"; want_spam = yes; } whitelist-ca { priority = 20; from = "@comodo.com"; from = "@geotrust.com"; from = "@geotrusteurope.com"; want_spam = yes; } .include(try=true; glob=true) "$LOCAL_CONFDIR/local.d/users/*.conf" .include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/users.local.conf" }