changeset 11562:9eee74e3c6c5 HEAD

example-config: Updated LMTP listeners.
author Timo Sirainen <tss@iki.fi>
date Wed, 16 Jun 2010 19:56:45 +0100
parents 08523562c134
children c03424ecf8e5
files doc/example-config/conf.d/10-master.conf
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 = 
   #}
 }