I have installed dovecot but the service is not running. I have verified using ps -A | grep dovecot and service dovecot status The test says : dovecot stop/waiting
In the /var/log/mail.err and .log I see:
localhost dovecot: master: **Fatal**: service(imap) access(/usr/lib/dovecot/imap) failed: No such file or directory When I grep through the configs in (/etc/dovecot) I find no such config.
Environment notes:
- postfix service is running and my setup is a Postfix + Dovecot + SASLdAuth (using LDAP).
- sasldauth is also running independently fine on LDAP. (verified using testsaslauthd)