[Dovecot] SSL Warning Message
Kilburn Abrahams
kilburna at gmail.com
Fri Apr 15 14:53:34 EEST 2011
Hi Marcus
Oops forgot dovecot -n
EBox dovecot # dovecot -n
# 2.0.12: /etc/dovecot/dovecot.conf
doveconf: Warning: SSL is disabled because global ssl=no, ignoring
ssl=yes for subsection
doveconf: Warning: SSL is disabled because global ssl=no, ignoring
ssl=yes for subsection
# OS: Linux 2.6.36-gentoo-r5 x86_64 Gentoo Base System release 1.12.14 ext4
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain login
auth_verbose = yes
auth_verbose_passwords = plain
base_dir = /var/run/dovecot/
default_process_limit = 400
deliver_log_format = msgid=%m: &f %s %$
disable_plaintext_auth = no
first_valid_uid = 150
info_log_path = /var/log/dovecot-mail.log
last_valid_uid = 150
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
listen = *
log_path = /var/log/dovecot-mail.log
mail_debug = yes
mail_location = maildir:/var/vmail/%d/%n
mail_privileged_group = mail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
autocreate = Sent
autocreate1 = Trash
autocreate2 = Spam
autocreate3 = Archive
autocreate4 = Drafts
autocreate5 = Deleted
autosubscribe = Sent
autosubscribe1 = Trash
autosubscribe2 = Spam
autosubscribe3 = Archive
autosubscribe4 = Drafts
autosubscribe5 = Deleted
fts = squat
fts_squat = partial=4 full=10
mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename
quota = maildir:User quota
quota_rule = *:storage=4G
quota_rule2 = Trash:storage=+400M
sieve = ~/.dovecot.sieve
sieve_before = /etc/dovecot/archive.sieve
sieve_dir = ~/sieve
}
protocols = imap pop3 sieve
service anvil {
client_limit = 2000
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0666
user = postfix
}
unix_listener auth-master {
group = mail
mode = 0600
user = vmail
}
user = $default_internal_user
}
service imap-login {
inet_listener imap {
port = 143
}
inet_listener imap_second {
port = 220
}
process_min_avail = 2
service_count = 0
vsz_limit = 256 M
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
service_count = 1
}
service pop3-login {
inet_listener pop3 {
port = 110
}
service_count = 0
}
ssl = no
userdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
info_log_path = /var/log/dovecot-deliver.log
log_path = /var/log/dovecot-deliver.log
mail_plugins = sieve quota
}
protocol imap {
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
imap_idle_notify_interval = 2 mins
imap_logout_format = bytes=%i/%o
mail_plugins = " quota imap_quota fts fts_squat autocreate"
}
protocol sieve {
managesieve_logout_format = bytes=%i/%o
managesieve_max_line_length = 65536
}
protocol pop3 {
mail_plugins = " quota"
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_uidl_format = %08Xu%08Xv
}
On 15/04/2011 9:34 PM, Charles Marcus wrote:
> On 2011-04-14 6:49 PM, Kilburn Abrahams wrote:
>> Upgraded to 2.0.12 and when I restart I get this 'doveconf: Warning:
>> SSL is disabled because global ssl=no, ignoring ssl=yes for subsection.'
>> even though there is no subsection with ssl=yes.
> Prove it (e.g. - provide output of dovecot -n output)...
>
More information about the dovecot
mailing list