HI,
i am experiencing some issue with IMAP, i did not add anything to server today but yet this problem arises. i am not able to login to IMAP, following error can be seen in maillog
also here is devcot conf
some other info can be this:-
ls -lL /usr/lib/dovecot | grep imap-login
-rwxr-xr-x 1 root root 32160 Mar 17 14:36 imap-login
I did remove and install devcot but it did not help.
I am using UBUNTU 16 LTS.
Any help will be appreciated.
Regards
i am experiencing some issue with IMAP, i did not add anything to server today but yet this problem arises. i am not able to login to IMAP, following error can be seen in maillog
Code:
ay 20 21:36:57 server dovecot: imap-login: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: read(size=8192) failed: Connection reset by peer
May 20 21:37:57 server dovecot: master: Fatal: execv(/usr/lib/dovecot/config) failed: Permission denied
May 20 21:37:57 server dovecot: config: Fatal: master: service(config): child 15161 returned error 84 (exec() failed)
May 20 21:37:57 server dovecot: imap-login: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: read(size=8192) failed: Connection reset by peer
May 20 21:38:57 server dovecot: master: Fatal: execv(/usr/lib/dovecot/config) failed: Permission denied
May 20 21:38:57 server dovecot: config: Fatal: master: service(config): child 15197 returned error 84 (exec() failed)
May 20 21:38:57 server dovecot: imap-login: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: read(size=8192) failed: Connection reset by peer
also here is devcot conf
Code:
doveconf -n
# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (fed8554)
# OS: Linux 4.8.0-45-generic x86_64 Ubuntu 16.04.2 LTS ext4
auth_mechanisms = plain login digest-md5 cram-md5 apop
auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890&.-_@'
disable_plaintext_auth = no
first_valid_uid = 30
imap_client_workarounds = delay-newmail
imap_logout_format = rcvd=%i, sent=%o
mail_home = /var/qmail/mailnames/%Ld/%Ln
mail_location = maildir:/var/qmail/mailnames/%Ld/%Ln/Maildir
mail_log_prefix = "service=%s, user=%u, ip=[%r]. "
mail_plugins = " quota"
managesieve_logout_format = rcvd=%i, sent=%o
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 index ihave duplicate mime foreverypart extracttext imapflags notify
namespace inbox {
inbox = yes
location =
prefix = INBOX.
separator = .
}
passdb {
driver = plesk
}
plugin {
quota = maildir:User quota
quota_grace = 0
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_extensions = +notify +imapflags
}
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_logout_format = rcvd=%i, sent=%o, top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
protocols = imap pop3 sieve
service auth-worker {
group =
user =
}
service auth {
group =
unix_listener auth-userdb {
group = popuser
mode = 0600
user = popuser
}
user =
}
service imap-login {
process_limit = 200
process_min_avail = 16
}
service imap {
process_limit = 1024
service_count = 1
}
service pop3 {
process_limit = 1024
service_count = 1
}
ssl_cert = </etc/dovecot/private/ssl-cert-and-key.pem
ssl_cipher_list = HIGH:!aNULL:!MD5
ssl_key = # hidden, use -P to show it
ssl_protocols = TLSv1 TLSv1.1 TLSv1.2
userdb {
args = uid=popuser gid=popuser
driver = static
}
protocol imap {
mail_plugins = " quota imap_quota"
}
protocol pop3 {
pop3_uidl_format = UID%u-%v
}
protocol lda {
mail_plugins = " quota sieve"
}
ls -lL /usr/lib/dovecot | grep imap-login
-rwxr-xr-x 1 root root 32160 Mar 17 14:36 imap-login
I did remove and install devcot but it did not help.
I am using UBUNTU 16 LTS.
Any help will be appreciated.
Regards
Last edited: