Franziska Kunsmann
05f9712b24
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
9 lines
280 B
Text
9 lines
280 B
Text
reporting {
|
|
enabled = true;
|
|
email = 'dmarc+${node.name.replace('.', '-')}@kunbox.net';
|
|
domain = '${node.metadata.get('hostname')}';
|
|
org_name = 'kunbox.net';
|
|
smtp = '127.0.0.1';
|
|
smtp_port = 25;
|
|
from_name = 'rspamd @ ${node.metadata.get('hostname')}';
|
|
}
|