File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,14 @@ Custom business email.
2626 1024 bit
27271 . Add generated TXT record ` google._domainkey. `
28281 . Add report-only DMARC record ` _dmarc. `
29- - ` "v=DMARC1; p=none; rua=mailto:[email protected] ;" ` 30- 1 . Use [ Google Admin Toolbox] ( https://toolbox.googleapps.com/apps/checkmx/ ) Check MX service
31-
32- ` https://toolbox.googleapps.com/apps/checkmx/check?dkim_selector=google&domain=EXAMPLE.COM `
29+ - no action:
` "v=DMARC1; p=none; rua=mailto:[email protected] ;" ` 30+ - or quarantine only:
` "v=DMARC1; p=quarantine; rua=mailto:[email protected] ;" ` 31+ - or reject:
` "v=DMARC1; p=reject; rua=mailto:[email protected] ;" ` 32+ 1 . Tools for checking
33+ - [ dmarcian SPF Surveyor] ( https://dmarcian.com/spf-survey/ )
34+ - [ dmarcian DKIM Inspector] ( https://dmarcian.com/dkim-inspector/ )
35+ - [ dmarcian DMARC Domain Checker] ( https://dmarcian.com/domain-checker/ )
36+ - https://redsift.com/tools/investigate
37+ - [ Google Admin Toolbox] ( https://toolbox.googleapps.com/apps/checkmx/ ) Check MX service is broken
38+ - https://intodns.com/
33391 . Optional [ SMTP relay] ( https://admin.google.com/ac/apps/gmail/routing )
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ declare -a IGNORE_PATTERNS=(
3333 ' "GET /(ogShow\.aspx|show\.aspx|ogPipe\.aspx|oo\.aspx|1|email|img/logo-s\.gif) HTTP/(1\.0|1\.1|2\.0)" (301|403) [0-9]+ "[^"]+" "Amazon CloudFront"$'
3434 # Favicon in a subdirectory
3535 # '/favicon\.(ico|png) HTTP/(1\.0|1\.1|2\.0)" (403|404) [0-9]+ "'
36+ # Image probes
37+ # '"GET /(image|images|img|imgs)/\S+ HTTP/(1\.0|1\.1|2\.0)" (403|404|429)'
3638 # WordPress login page
3739 # '"GET /wp-login\.php HTTP/(1\.0|1\.1|2\.0)" 404'
3840 # '"(GET|POST) /wp-login\.php HTTP/(1\.0|1\.1|2\.0)" 403'
You can’t perform that action at this time.
0 commit comments