diff options
author | Sven Gothel <[email protected]> | 2013-06-06 02:11:24 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-06 02:11:24 +0200 |
commit | 37e89102f700a8187f994098b7944c5ec236bc97 (patch) | |
tree | a4fce6b084028867af4fb8c9756d6b6b4919efc0 /server/setup/05-service-settings/etc/dovecot/dovecot.conf.diff | |
parent | 2b17b948cd81e1cb945d5a057bd96316e904e3f3 (diff) |
server config part-1: logging, move backup files and users, mysql, procmail, bogofilter, sasl2, dovecot, sendmail
Diffstat (limited to 'server/setup/05-service-settings/etc/dovecot/dovecot.conf.diff')
-rw-r--r-- | server/setup/05-service-settings/etc/dovecot/dovecot.conf.diff | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/server/setup/05-service-settings/etc/dovecot/dovecot.conf.diff b/server/setup/05-service-settings/etc/dovecot/dovecot.conf.diff new file mode 100644 index 0000000..d37ff28 --- /dev/null +++ b/server/setup/05-service-settings/etc/dovecot/dovecot.conf.diff @@ -0,0 +1,19 @@ +--- dovecot.conf.orig 2013-02-05 02:03:27.000000000 +0100 ++++ dovecot.conf 2013-06-05 22:36:52.290033000 +0200 +@@ -18,6 +18,7 @@ + + # Enable installed protocols + !include_try /usr/share/dovecot/protocols.d/*.protocol ++# protocols = imaps pop3s sieve lmtp + + # A comma separated list of IPs or hosts where to listen in for connections. + # "*" listens in all IPv4 interfaces, "::" listens in all IPv6 interfaces. +@@ -35,7 +36,7 @@ + #instance_name = dovecot + + # Greeting message for clients. +-#login_greeting = Dovecot ready. ++login_greeting = jogamp.org is ready. + + # Space separated list of trusted network ranges. Connections from these + # IPs are allowed to override their IP addresses and ports (for logging and |