Franziska Kunsmann
759a711dc5
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
8 lines
219 B
Text
8 lines
219 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;
|
|
}
|