WebMail

From EAWF Document Repository
Revision as of 16:10, 18 April 2026 by Admin (talk | contribs) (Created page with "* DMARC Processing admin ├── .DMARC │ ├── cur │ ├── new │ └── tmp ├── cur ├── new ├── tmp ... Roundcube Sieve: -rwxr-xr-x 1 root root 4401 Apr 18 22:57 /usr/local/sbin/dmarc_report_scan.py crontab -e 0 8,20 * * * /usr/local/sbin/dmarc_report_scan.py --maildir /var/vmail/eawf.com/admin/.DMARC --trusted-ip 50.28.104.213 --report-file /var/log/dmarc-scan-report.txt --delete-processed >/dev/null 2>&1")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • DMARC Processing

admin ├── .DMARC │ ├── cur │ ├── new │ └── tmp ├── cur ├── new ├── tmp ...

Roundcube Sieve:



-rwxr-xr-x 1 root root 4401 Apr 18 22:57 /usr/local/sbin/dmarc_report_scan.py


crontab -e 0 8,20 * * * /usr/local/sbin/dmarc_report_scan.py --maildir /var/vmail/eawf.com/admin/.DMARC --trusted-ip 50.28.104.213 --report-file /var/log/dmarc-scan-report.txt --delete-processed >/dev/null 2>&1