[Dovecot] Managesieve doesn't listen on 2000/4190
Jacek Osiecki
joshua at hybrid.pl
Mon Feb 13 18:26:38 EET 2012
Hi,
Finally I decided to give a try to dovecot 2.0, after spending few years
with 1.2. Unfortunately, it doesn't go smooth - finally I managed to cope
with LMTP transport and exim, but failed to run managesieve.
I have compiled pigeonhole, installed it, configured, everything seems to
be done well - except the fact, that nothing is listening on port 2000 or
4190.
Here is my doveconf -n. Any ideas?
# 2.0.16: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.39.4-vs2.3.1-pre9.2-nfs41-nfsd x86_64
auth_debug = yes
auth_debug_passwords = yes
debug_log_path = /var/log/dovecot/debug.log
dict {
quota = mysql:/etc/dovecot/dovecot-dict-sql.conf
}
disable_plaintext_auth = no
first_valid_uid = 79
info_log_path = /var/log/dovecot/info.log
last_valid_uid = 79
log_path = /var/log/dovecot/main.log
mail_debug = yes
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 ihave
passdb {
driver = pam
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
sieve = /var/mail/sieve/%d/%u.sieve
sieve_dir = /var/mail/sieve/%d/%u
sieve_global_path = /var/mail/sieve/%d/global.sieve
}
postmaster_address = postmaster at hybrid.pl
service imap-login {
inet_listener imap {
address = 127.0.0.1
port = 143
}
inet_listener imaps {
address = 0.0.0.0
port = 993
ssl = yes
}
}
service lmtp {
inet_listener lmtp {
address = 127.0.0.1
port = 24
}
unix_listener lmtp {
mode = 0666
}
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
inet_listener sieve_deprecated {
port = 2000
}
}
service pop3-login {
inet_listener pop3 {
address = 127.0.0.1
port = 110
}
inet_listener pop3s {
address = 0.0.0.0
port = 995
ssl = yes
}
}
ssl = no
userdb {
driver = passwd
}
userdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
protocol lmtp {
mail_plugins = " sieve quota"
}
protocol lda {
mail_plugins = " sieve quota"
}
Best regards,
--
Jacek Osiecki joshua at ceti.pl GG:3828944
I don't want something I need. I want something I want.
More information about the dovecot
mailing list