diff dovecot-example.conf @ 2674:857f5f7b512b HEAD

Added login_greeting and login_greeting_capability settings.
author Timo Sirainen <tss@iki.fi>
date Mon, 27 Sep 2004 18:58:56 +0300
parents 5f2c5b65b0cd
children f8adc5cb2508
line wrap: on
line diff
--- a/dovecot-example.conf	Mon Sep 27 14:58:49 2004 +0300
+++ b/dovecot-example.conf	Mon Sep 27 18:58:56 2004 +0300
@@ -122,6 +122,8 @@
 # logging in actually login_processes_count * max_logging_users.
 #login_max_logging_users = 256
 
+# Greeting message for clients.
+#login_greeting = Dovecot ready.
 
 ##
 ## Mail processes
@@ -388,6 +390,11 @@
   #mail_use_modules = no
   #mail_modules = /usr/lib/dovecot/imap
 
+  # Send IMAP capabilities in greeting message. This makes it unnecessary for
+  # clients to request it with CAPABILITY command, so it saves one round-trip.
+  # Many clients however don't understand it and ask the CAPABILITY anyway.
+  #login_greeting_capability = no
+
   # Workarounds for various client bugs:
   #   oe6-fetch-no-newmail:
   #     Never send EXISTS/RECENT when replying to FETCH command. Outlook Express