Dovecot 메일 링리스트에 따르면, Dovecot의 버전 1.2에서는 login_greeting_capability가 삭제되어 더 이상 필요하지 않습니다.
당신이 v1.2 이상을 실행하고 있기 때문에 오류가 있다고 가정하고 있습니다.
다음은이 구성 설정과 관련된 두 개의 인용문입니다.
1.
details: http://hg.dovecot.org/dovecot-1.2/rev/6d1214687c89
changeset: 7944:6d1214687c89
user: Timo Sirainen
date: Sun Jun 22 07:12:27 2008 +0300
description:
Removed login_greeting_capability setting, it's no longer used.
diffstat:
1 file changed, 5 deletions(-)
dovecot-example.conf | 5 -----
diffs (15 lines):
diff -r 138a64b6dffe -r 6d1214687c89 dovecot-example.conf
--- a/dovecot-example.conf Sat Jun 21 18:19:41 2008 +0300
+++ b/dovecot-example.conf Sun Jun 22 07:12:27 2008 +0300
@@ -536,11 +536,6 @@ protocol imap {
list of plugins to load.
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
2.
"login_greeting_capability가 제거되었습니다. 이제 능력이 항상 전송됩니다 (Lemonade는 이것을 필요로하며 추가 트래픽이 많지 않습니다)."