diff dovecot-example.conf @ 7920:3644883cf44e HEAD

Support transferring original IPs and ports through IMAP proxies. Clients from login_trusted_networks are allowed to override them. Dovecot's IMAP proxy sends them via IMAP ID command. They're always sent if the remote advertises ID in the banner's CAPABILITY.
author Timo Sirainen <tss@iki.fi>
date Sat, 21 Jun 2008 10:10:06 +0300
parents ca2ff54ee9b4
children 6d1214687c89
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Jun 21 09:54:26 2008 +0300
+++ b/dovecot-example.conf	Sat Jun 21 10:10:06 2008 +0300
@@ -174,6 +174,12 @@
 # Greeting message for clients.
 #login_greeting = Dovecot ready.
 
+# Space separated list of trusted network ranges. Connections from these
+# IPs are allowed to override their IP addresses and ports (for logging and
+# for authentication checks). disable_plaintext_auth is also ignored for
+# these networks. Typically you'd specify your IMAP proxy servers here.
+#login_trusted_networks =
+
 # Space-separated list of elements we want to log. The elements which have
 # a non-empty variable value are joined together to form a comma-separated
 # string.