Browse Source

substitute my domain for TODOs. Fixes #37

Alex Payne 11 years ago
parent
commit
450ce6676e

+ 1
- 1
roles/mailserver/files/etc_dovecot_conf.d_20-imap.conf View File

@@ -60,5 +60,5 @@ protocol imap {
60 60
 protocol lmtp {
61 61
   # Space separated list of plugins to load (default is global mail_plugins).
62 62
   mail_plugins = $mail_plugins sieve
63
-  postmaster_address = postmaster@syntax.cc
63
+  postmaster_address = postmaster@TODO.com
64 64
 }

+ 1
- 1
roles/mailserver/templates/etc_dovecot_conf.d_15-lda.conf.j2 View File

@@ -4,7 +4,7 @@
4 4
 
5 5
 # Address to use when sending rejection mails.
6 6
 # Default is postmaster@<your domain>.
7
-postmaster_address = postmaster@syntax.cc
7
+postmaster_address = postmaster@TODO.com
8 8
 
9 9
 # Hostname to use in various parts of sent mails, eg. in Message-Id.
10 10
 # Default is the system's real hostname.

Loading…
Cancel
Save