Commit 6376e8b6 authored by Joanne Hugé's avatar Joanne Hugé

WIP

parent 4d0f9213
...@@ -15,11 +15,11 @@ ...@@ -15,11 +15,11 @@
[template] [template]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = f8a8196d12e3402ec636fadda8bcdf76 md5sum = 5ded78c210ad723606f808165fe10be6
[template-default] [template-default]
_update_hash_filename_ = instance-default.cfg.in _update_hash_filename_ = instance-default.cfg.in
md5sum = 9f9a86a49e31b1cf76115e1bd979517a md5sum = 95ff8556175b62923e47b05c5407e73c
[dovecot.jinja2.conf] [dovecot.jinja2.conf]
_update_hash_filename_ = dovecot.jinja2.conf _update_hash_filename_ = dovecot.jinja2.conf
...@@ -30,7 +30,7 @@ md5sum = e93c6661a80135b763db27e47786107c ...@@ -30,7 +30,7 @@ md5sum = e93c6661a80135b763db27e47786107c
[postfix_main.jinja2.cf] [postfix_main.jinja2.cf]
_update_hash_filename_ = postfix_main.jinja2.cf _update_hash_filename_ = postfix_main.jinja2.cf
md5sum = 42297525b54d859aa0fd7841a162b17c md5sum = 1f074370dd23df1cb6c4600df353df3e
[postfix_master.jinja2.cf] [postfix_master.jinja2.cf]
_update_hash_filename_ = postfix_master.jinja2.cf _update_hash_filename_ = postfix_master.jinja2.cf
md5sum = 7752a8b4af5c18dc404e0a862af89272 md5sum = 7752a8b4af5c18dc404e0a862af89272
......
...@@ -118,9 +118,11 @@ extra-context = ...@@ -118,9 +118,11 @@ extra-context =
key data_directory directory:var-lib-postfix key data_directory directory:var-lib-postfix
key spool_directory directory:var-spool key spool_directory directory:var-spool
key vhosts_directory directory:vhosts key vhosts_directory directory:vhosts
key log_directory directory:var-log
key mail_owner userinfo:pw-name key mail_owner userinfo:pw-name
key setgid_group userinfo:gr-name key setgid_group userinfo:gr-name
key ip_address ethernet-ip:ipv4 key ip_address ethernet-ip:ipv4
raw xz_utils_location {{ xz_utils_location }}
raw postfix_location {{ postfix_location }} raw postfix_location {{ postfix_location }}
[postfix-conf-master] [postfix-conf-master]
......
...@@ -31,6 +31,7 @@ context = ...@@ -31,6 +31,7 @@ context =
raw postfix_mailname_template ${postfix_mailname.jinja2:target} raw postfix_mailname_template ${postfix_mailname.jinja2:target}
raw postfix_vmailbox_template ${postfix_vmailbox.jinja2:target} raw postfix_vmailbox_template ${postfix_vmailbox.jinja2:target}
raw postfix_location ${postfix:location} raw postfix_location ${postfix:location}
raw xz_utils_location ${xz-utils:location}
section slap_connection slap-connection section slap_connection slap-connection
[slap-configuration] [slap-configuration]
......
...@@ -9,6 +9,22 @@ mailq_path = {{ bin_directory }}/mailq ...@@ -9,6 +9,22 @@ mailq_path = {{ bin_directory }}/mailq
manpage_directory = {{ postfix_location }}/usr/local/man manpage_directory = {{ postfix_location }}/usr/local/man
sample_directory = {{ postfix_location }}/etc/postfix sample_directory = {{ postfix_location }}/etc/postfix
mail_owner = {{ mail_owner }}
setgid_group = {{ setgid_group }}
html_directory = no
readme_directory = no
smtp_bind_address = 0.0.0.0
smtp_bind_address6 = ::
smtputf8_enable = no
import_environment =
MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ LANG=C
SASL_CONF_PATH
allow_min_user = yes
maillog_file_compressor = {{ xz_utils_location }}/bin/xz
maillog_file_prefixes = {{ log_directory }}
biff = no biff = no
# appending .domain is the MUA's job. # appending .domain is the MUA's job.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment