6 Jul
2025
6 Jul
'25
12:27 p.m.
On 06/07/2025 10:07 EEST Felix Rubio via dovecot <dovecot@dovecot.org> wrote: Hi everybody! I am trying to find the cleanest way to disable services (like pop3-login, pop3, etc.) in the docker image, if possible extending the existing configuration with conf.d files. Is this possible? I have tried using the protocol keyword on those services, after setting the protocols to that ones I want, and the services still get instantiated (thus consuming resources as well). Thank you! Felix Hi! You can put conf.d files into /etc/dovecot/conf.d protocols { pop3 = no } should disable pop3. Aki