X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1b2c429da3de1e8d5a077027e1f90a4114652d2a..96b6a81969a194dca42c93dec234ed5bdafe4d7a:/cookbooks/exim/templates/default/exim4.conf.erb?ds=sidebyside diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index e73ad857d..e22fd7425 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -306,6 +306,12 @@ log_selector = +all -skip_delivery trusted_users = <%= node[:exim][:trusted_users].join(" : ") %> +# Don't keep any environment when starting programs - this is the +# default but setting it stops exim warning + +keep_environment = + + ###################################################################### # ACL CONFIGURATION # @@ -374,6 +380,15 @@ acl_check_rcpt: local_parts = ^[./|] : ^.*[@!] : ^.*/\\.\\./ ############################################################################# + # Block bounces to selected addresses + + deny local_parts = root:postmaster:webmaster:abuse:support + senders = : + + # Block sender of spam backscatter + + deny senders = www-data@www.easyticket.de:info@realestate.co.nz + # Accept mail to postmaster in any local domain, regardless of the source, # and without verifying the sender.