summaryrefslogtreecommitdiff
path: root/templates/dovecot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dovecot')
l---------templates/dovecot/dovecot.conf.jessie.erb1
-rw-r--r--templates/dovecot/dovecot.conf.wheezy.erb2
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/dovecot/dovecot.conf.jessie.erb b/templates/dovecot/dovecot.conf.jessie.erb
new file mode 120000
index 0000000..9575c2f
--- /dev/null
+++ b/templates/dovecot/dovecot.conf.jessie.erb
@@ -0,0 +1 @@
+dovecot.conf.wheezy.erb \ No newline at end of file
diff --git a/templates/dovecot/dovecot.conf.wheezy.erb b/templates/dovecot/dovecot.conf.wheezy.erb
index 823ebb3..72e4c0d 100644
--- a/templates/dovecot/dovecot.conf.wheezy.erb
+++ b/templates/dovecot/dovecot.conf.wheezy.erb
@@ -56,7 +56,7 @@ protocol pop3 {
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = sieve
- postmaster_address = postmaster@<%= fqdn %>
+ postmaster_address = postmaster@<%= @fqdn %>
}
# Should saving a mail to a non-existing mailbox automatically create it?