X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/faf8ae12e85eabb050b0f5eceb2cb67ad1de5261..c5e6a12d2f2a66c52fa757c03fa2808859224de0:/cookbooks/exim/templates/default/exim4.conf.erb diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index c1a842c5b..3b33facf7 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -1,4 +1,4 @@ -# $Cambridge: exim/exim-src/src/configure.default,v 1.14 2009/10/16 07:46:13 tom Exp $ +# DO NOT EDIT - This file is being maintained by Chef ###################################################################### # Runtime configuration file for Exim # @@ -152,8 +152,8 @@ tls_advertise_hosts = <; !127.0.0.1 ; !::1 # need the first setting, or in separate files, in which case you need both # options. -tls_certificate = /etc/ssl/certs/openstreetmap.pem -tls_privatekey = /etc/ssl/private/openstreetmap.key +tls_certificate = /etc/ssl/certs/exim.pem +tls_privatekey = /etc/ssl/private/exim.key # In order to support roaming users who wish to send email from anywhere, # you may want to make Exim listen on other ports as well as port 25, in @@ -383,6 +383,10 @@ acl_check_rcpt: # Deny incoming mail unless the sender address can be verified. deny !hosts = +relay_from_hosts + !verify = sender + + deny !hosts = +relay_from_hosts + !senders = lsearch*@;/etc/exim4/callout_exempt_senders !verify = sender/callout/defer_ok # Accept if the message comes from one of the hosts for which we are an