dovecot-2.0: example-config: Updated LMTP listeners.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jun 16 21:56:48 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/9eee74e3c6c5
changeset: 11562:9eee74e3c6c5
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jun 16 19:56:45 2010 +0100
description:
example-config: Updated LMTP listeners.

diffstat:

 doc/example-config/conf.d/10-master.conf |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 08523562c134 -r 9eee74e3c6c5 doc/example-config/conf.d/10-master.conf
--- a/doc/example-config/conf.d/10-master.conf	Wed Jun 16 19:35:36 2010 +0100
+++ b/doc/example-config/conf.d/10-master.conf	Wed Jun 16 19:56:45 2010 +0100
@@ -42,8 +42,15 @@
 }
 
 service lmtp {
-  #inet_listener {
-  #  port = 
+  unix_listener lmtp {
+    #mode = 0666
+  }
+
+  # Create inet listener only if you can't use the above UNIX socket
+  #inet_listener lmtp {
+    # Avoid making LMTP visible for the entire internet
+    #address =
+    #port = 
   #}
 }
 


More information about the dovecot-cvs mailing list