Joakim Tjernlund <joakim.tjernl...@infinera.com> ha escrit: > Nothing reads domain config snippet ?
No, certainly not. The mailutils "include" statement does not include all files from the directory listed as its argument. Instead, it looks for the file named after the program being invoked. So, the "mail" utility will look for /etc/mailutils.d/mail imap4d will look for /etc/mailutils.d/imap4d etc. This way each utility can pick its own configuration file. See https://mailutils.org/manual/html_node/include.html for a detailed discussion. Regards, Sergey