8 Jan
2018
8 Jan
'18
9:24 a.m.
On 06.01.2018 07:07, Alex Hautequest wrote:
Hello all. Happy 2018!
How can I disable the dovecot IMAP ID command, or hide the product name, so
one does not eyeball what server software I am running (which happens to be
v2.2.33.2)? Please see below for an example:
- OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
AUTH=PLAIN AUTH=LOGIN] Ready.
- CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
AUTH=PLAIN AUTH=LOGIN
A001 OK Pre-login capabilities listed, post-login capabilities have more.
- ID ("name" "Dovecot")
A002 OK ID completed.
Try setting
imap_id_send =
in config file.
Aki