Changeset - 1bdb64307968
[Not reviewed]
0 2 0
Branko Majic (branko) - 9 years ago 2015-04-07 23:01:50
branko@majic.rs
MAR-4: Added configuration options for mail postmaster (Dovecot setting).
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/mail_server/templates/99-local.conf.j2
Show inline comments
 
@@ -36,5 +36,5 @@ ssl = required
 
# Mail delivery.
 
protocol lda {
 
  mail_plugins = $mail_plugins sieve
 
  postmaster_address = postmaster@example.com
 
  postmaster_address = {{ mail_postmaster }}
 
}
testsite/group_vars/mail.yml
Show inline comments
 
@@ -30,4 +30,6 @@ smtp_tls_key: /etc/ssl/private/mail.example.com_smtp.key
 
imap_folder_separator: /
 
smtp_rbl:
 
  - bl.spamcop.net
 
  - zen.spamhaus.org
 
\ No newline at end of file
 
  - zen.spamhaus.org
 

	
 
mail_postmaster: postmaster@example.com
 
\ No newline at end of file
0 comments (0 inline, 0 general)