Dovecot-2.3.15 ignores imaps inet_listener

David Favor david at davidfavor.com
Tue Oct 12 20:32:58 EEST 2021


Processes that show up, only imap, no imaps...

# service dovecot restart && netstat -pluten | egrep dovecot
tcp        0      0 51.222.96.234:143       0.0.0.0:*               LISTEN      0          3017752730 285711/dovecot

Someone let me know what I've done wrong.

Thanks!

Changing conf.d/10-ssl.conf ssl=yes seems to have no effect,
thus ssl=no shows up in the config, so maybe that's the problem.

Data follows...
_______

# dovecot -n -c /etc/dovecot/dovecot.conf
# 2.3.15 (0503334ab1): /etc/dovecot/dovecot.conf
# OS: Linux 5.4.0-56-generic x86_64 Ubuntu 20.04.3 LTS
# Hostname: net15-david-favor-mail
mail_location = mbox:~/mail:INBOX=/var/mail/%u
namespace inbox {
   inbox = yes
   location =
   mailbox Drafts {
     special_use = \Drafts
   }
   mailbox Junk {
     special_use = \Junk
   }
   mailbox Sent {
     special_use = \Sent
   }
   mailbox "Sent Messages" {
     special_use = \Sent
   }
   mailbox Trash {
     special_use = \Trash
   }
   prefix =
}
passdb {
   driver = pam
}
protocols = " imap lmtp"
service imap-login {
   inet_listener imap {
     address = 51.222.96.234
     port = 143
   }
   inet_listener imaps {
     address = 51.222.96.234
     port = 993
     ssl = yes
   }
}
ssl = no
userdb {
   driver = passwd
}


More information about the dovecot mailing list