Skip to content

Commit 52c4a7c

Browse files
committed
daily
1 parent 3b45965 commit 52c4a7c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

mail/G-Suite.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ Custom business email.
2626
1024 bit
2727
1. Add generated TXT record `google._domainkey.`
2828
1. 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/
3339
1. Optional [SMTP relay](https://admin.google.com/ac/apps/gmail/routing)

monitoring/apache-4xx-report.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)