bundles/rspamd: remove from_name from dmarc reporting config
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2022-03-12 10:08:04 +01:00
parent 7a257279cf
commit 759a711dc5
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -5,5 +5,4 @@ reporting {
org_name = 'kunbox.net';
smtp = '127.0.0.1';
smtp_port = 25;
from_name = 'rspamd @ ${node.metadata.get('hostname')}';
}