]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Updated LMTP listeners.
authorTimo Sirainen <tss@iki.fi>
Wed, 16 Jun 2010 18:56:45 +0000 (19:56 +0100)
committerTimo Sirainen <tss@iki.fi>
Wed, 16 Jun 2010 18:56:45 +0000 (19:56 +0100)
--HG--
branch : HEAD

doc/example-config/conf.d/10-master.conf

index 332053bed2aa0f95aa78ecebc0de0a884363596e..a0f53945b8ea75560bd3ea5a051c9886e099a45c 100644 (file)
@@ -42,8 +42,15 @@ service pop3-login {
 }
 
 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 = 
   #}
 }