Para configuração definida pelo usuário, você deve colocar no arquivo 50-user
. Este arquivo irá sobrescrever o parâmetro other-dkim, por exemplo, em 20-debian_defaults
e 21-ubuntu_defaults
.
user@ubuntu:/etc/amavis/conf.d$ grep dkim *
20-debian_defaults:$enable_dkim_verification = 0; #disabled to prevent warning
21-ubuntu_defaults:$enable_dkim_verification = 1;
Aqui, o conteúdo de 50-user
file
use strict;
#
# Place your configuration directives here. They will override those in
# earlier files.
#
# See /usr/share/doc/amavisd-new/ for documentation and examples of
# the directives you can use in this file
#
#------------ Do not modify anything below this line -------------
1; # ensure a defined return
Algumas referências: esta página