From: Timo Sirainen Date: Sun, 22 Jun 2008 04:12:27 +0000 (+0300) Subject: Removed login_greeting_capability setting, it's no longer used. X-Git-Tag: 1.2.alpha1~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aeb95156b2946679ea1c54b938f0ce67a473ccc7;p=thirdparty%2Fdovecot%2Fcore.git Removed login_greeting_capability setting, it's no longer used. --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index a7d58352ad..91e9f68bf6 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -537,11 +537,6 @@ protocol imap { #mail_plugins = #mail_plugin_dir = /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 - # IMAP logout format string: # %i - total number of bytes read from client # %o - total number of bytes sent to client