I tried to install Dovecot and found some configuration files missing, which are, 10-auth.conf, 10-mail.conf, 10-master.conf and others. (It shows only 3 files - 90-quota.conf, 90-sieve.conf and 95-sni.conf in /etc/conf.d folder)
I used Debian 9 and Dovecot version is the newest version (1:2.2.27-3+deb9u7).
Below is my work.
I installed Dovecot by using ./build/dovecot and ./build dovecot_conf
I edit Mail settings in options.conf. (dovecot=yes and dovecot_conf=yes)
Tried to install by apt -y install dovecot-core dovecot-pop3d dovecot-imapd Result is
Reading state information... Done dovecot-core is already the newest version (1:2.2.27-3+deb9u7). dovecot-imapd is already the newest version (1:2.2.27-3+deb9u7). dovecot-pop3d is already the newest version (1:2.2.27-3+deb9u7). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Dovecot status is active (running), but cannot login from Roundcube (It shows "Cannot connect IMAP server)
How can I solve this issue?
Regards,