Already did all of that. like I said, EVERY instance of pop3 in the entire config set is commented out. On 5/4/2021 1:12 AM, Marc wrote:> maybe remove pop3 from protocols, remove service pop3-login, service pop3? > >> I admit I don't quite understand dovecot's config yet, but this is >> driving me batty. I was looking at my server and noticed that dovecot >> was listening on the pop3 ports (110/TCP). Since I do not use pop3 at >> all, nor does anyone who has ever or ever will connect to the server, >> that seems like a needless waste. So I went through the config files and >> commented out every reference to pop3 in them. But when I restart >> dovecot, it STILL opens a listener on 110. How do I fix this? The ONLY >> external ports I want dovecot listening to are imap4 and imap4s. >> >> Thanks! >>-- Dan Egli From my Test Server -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x11B7451DF2015959.asc Type: application/pgp-keys Size: 3792 bytes Desc: OpenPGP public key URL: <https://dovecot.org/pipermail/dovecot/attachments/20210504/556e2a2b/attachment-0001.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 665 bytes Desc: OpenPGP digital signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20210504/556e2a2b/attachment-0001.sig>
On 2021-05-04 10:20, Dan Egli wrote:> Already did all of that. like I said, EVERY instance of pop3 in the > entire config set is commented out.Then please post the output of doveconf -n. Seems there is still something left. The list of installed dovecot packages would also be help. -- Christian Kivalo
Don't enable the port in the firewall.? Actually two ports (encrypted and not). 110 and 995. ? Original Message ? From: dan at newideatest.site Sent: May 4, 2021 1:20 AM To: Marc at f1-outsourcing.eu; dovecot at dovecot.org Subject: Re: disable pop3 ports? Already did all of that. like I said, EVERY instance of pop3 in the entire config set is commented out. On 5/4/2021 1:12 AM, Marc wrote:> maybe remove pop3 from protocols, remove service pop3-login, service pop3? > >> I admit I don't quite understand dovecot's config yet, but this is >> driving me batty. I was looking at my server and noticed that dovecot >> was listening on the pop3 ports (110/TCP). Since I do not use pop3 at >> all, nor does anyone who has ever or ever will connect to the server, >> that seems like a needless waste. So I went through the config files and >> commented out every reference to pop3 in them. But when I restart >> dovecot, it STILL opens a listener on 110. How do I fix this? The ONLY >> external ports I want dovecot listening to are imap4 and imap4s. >> >> Thanks! >>-- Dan Egli From my Test Server