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
 protocol lmtp {
60
 protocol lmtp {
61
   # Space separated list of plugins to load (default is global mail_plugins).
61
   # Space separated list of plugins to load (default is global mail_plugins).
62
   mail_plugins = $mail_plugins sieve
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
 
4
 
5
 # Address to use when sending rejection mails.
5
 # Address to use when sending rejection mails.
6
 # Default is postmaster@<your domain>.
6
 # Default is postmaster@<your domain>.
7
-postmaster_address = postmaster@syntax.cc
7
+postmaster_address = postmaster@TODO.com
8
 
8
 
9
 # Hostname to use in various parts of sent mails, eg. in Message-Id.
9
 # Hostname to use in various parts of sent mails, eg. in Message-Id.
10
 # Default is the system's real hostname.
10
 # Default is the system's real hostname.

Loading…
Cancel
Save