Submitted by yngens on Fri, 06/19/2015 - 06:03
Apparently the last version of Virtualmin came with Google DMARC enabled by default. Since then we started to receive daily notifications from noreply-dmarc-support@google.com. This becomes really annoying, especially if you have lot's of Virtualmin based servers. How could this be avoided? Those notifications seem to be purely informative and we would prefer not to receive them.
Status:
Closed (fixed)
Comments
Submitted by andreychek on Fri, 06/19/2015 - 10:14 Comment #1
Howdy -- there was recently a DMARC feature provided with Virtualmin, though to my knowledge that's not enabled by default (or at least, the systems I have here all came with it disabled by default).
I did some reading, and see that for domains with DMARC enabled, Google will indeed send a notification email once a day, as you're seeing.
My suggestion, if you don't need it, would be to filter emails from the email address "noreply-dmarc-support@google.com" so that they go into your Trash folder, rather than your inbox.
Or, if you don't need DMARC, you could always disable that in Server Configuration -> DNS Options, and there set "DMARC record enabled" to "No".
Submitted by JamieCameron on Fri, 06/19/2015 - 13:20 Comment #2
You can also disable the creation of DMARC records for new domains at System Settings -> Server Templates -> Default settings -> BIND DNS Domain -> Add DMARC DNS record?
Submitted by yngens on Sun, 06/21/2015 - 10:32 Comment #3
Thanks, this takes care of the issue.
Submitted by yngens on Wed, 10/28/2015 - 16:35 Comment #4
You can also disable the creation of DMARC records for new domains at System Settings -> Server Templates -> Default settings -> BIND DNS Domain -> Add DMARC DNS record?
Unfortunately, despite the fact that DMARC is disabled per your instructions above, Virtualmin keeps generating records like this one:
username-2014._domainkey.test.com. IN TXT ( "v=DKIM1; k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw5Y+nMfWBEUdU"
"jWnEwRjwY2u/WRfAheN4dw0fZyLnLBD2x67ZpFcbt316vuakCF/W+9vGH+R8o2TyQrqAkPuUuJiRt2fd"
"pdandDzqfBsFUBEnoQBbaTeafT3JZypZJwFRN2QrnK6ZIFbQQ/6ttIiLEZqMpv4AOv2YG35V0YDOUqFI"
"A6Oh0BqAw1/e67V1C/bdC6n1mTSseU74Npmmp4/oD3zToYd5DoV6/IzX2gVY439HRac0FPV2JLK8XbBK"
"RCtfmQ1Af8hfLNRZAuxnUDi6d8O9o5T+4gBTBRGkeqDR1qKeb/lRP1bmLDi+bXiP7H2pAE2j1VlfVqpq"
"8sncBqV0QIDAQAB" )
It is happening now on:
Operating system CentOS Linux 6.7 Webmin version 1.760 Virtualmin version 4.18.gpl
Submitted by JamieCameron on Wed, 10/28/2015 - 17:48 Comment #5
That's DKIM record though, not DMARC.
Submitted by yngens on Thu, 10/29/2015 - 17:30 Comment #6
Sorry. Where do I turn DKIM entries off as they are really long and confusing for the end users?
Submitted by andreychek on Thu, 10/29/2015 - 17:41 Comment #7
DKIM is indeed available in Virtualmin, though it's not enabled by default.
If it's enabled, it would add a DKIM DNS record to each domain added to the server.
If you no longer need DKIM, you can disable it by going into Email Messages -> DomainKeys Identified Mail, and there set "Signing of outgoing mail enabled?" to "No".
Submitted by yngens on Thu, 10/29/2015 - 19:38 Comment #8
Thanks, marking this as closed again.