On 06/07/2025 10:07 EEST Felix Rubio via dovecot
     <[email protected]> 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
_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to