diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-08-24 13:44:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-08-24 13:44:19 -0300 |
commit | c9bf46dd5de8b5495888378e12e3a016f0297801 (patch) | |
tree | 25f50dfe0762efb9d3b36cd5aef032f3461f6294 /templates | |
download | puppet-exim-c9bf46dd5de8b5495888378e12e3a016f0297801.tar.gz puppet-exim-c9bf46dd5de8b5495888378e12e3a016f0297801.tar.bz2 |
Initial import
Diffstat (limited to 'templates')
-rw-r--r-- | templates/update-exim4.conf.conf.erb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/update-exim4.conf.conf.erb b/templates/update-exim4.conf.conf.erb new file mode 100644 index 0000000..db4be67 --- /dev/null +++ b/templates/update-exim4.conf.conf.erb @@ -0,0 +1,26 @@ +# /etc/exim4/update-exim4.conf.conf +# +# This configuration file was auto-generated by the Puppet configuration +# management system. Any changes you make to this file will be overwritten +# the next time Puppet runs. Please make configuration changes to this +# service in Puppet. +# +# update-exim4.conf uses this file to determine variable values to replace +# the DEBCONFsomethingDEBCONF strings in the configuration template files. +# +# Most settings found in here do have corresponding questions in the +# Debconf configuration, but not all of them. +# +dc_eximconfig_configtype='internet' +dc_other_hostnames='<%= fqdn %>' +dc_local_interfaces='127.0.0.1' +dc_readhost='' +dc_relay_domains='' +dc_minimaldns='false' +dc_relay_nets='' +dc_smarthost='' +CFILEMODE='644' +dc_use_split_config='false' +dc_hide_mailname='' +dc_mailname_in_oh='true' +dc_localdelivery='mail_spool' |