From: Timo Sirainen Date: Wed, 16 Jun 2010 18:56:45 +0000 (+0100) Subject: example-config: Updated LMTP listeners. X-Git-Tag: 2.0.rc1~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=259fb37353a254a10520958ec0fe0d5b09311520;p=thirdparty%2Fdovecot%2Fcore.git example-config: Updated LMTP listeners. --HG-- branch : HEAD --- diff --git a/doc/example-config/conf.d/10-master.conf b/doc/example-config/conf.d/10-master.conf index 332053bed2..a0f53945b8 100644 --- a/doc/example-config/conf.d/10-master.conf +++ b/doc/example-config/conf.d/10-master.conf @@ -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 = #} }