OpenDMARK Report (Ubuntu 18.04): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 8: | Zeile 8: | ||
== Konfiguration == | == Konfiguration == | ||
=== | === Datei für Roh-Daten === | ||
Die Datei | Die Datei | ||
Zeile 30: | Zeile 30: | ||
## aggregate reports can be extracted by a tool such as opendmarc-import(8). | ## aggregate reports can be extracted by a tool such as opendmarc-import(8). | ||
HistoryFile /var/spool/opendmarc/opendmarc.dat | HistoryFile /var/spool/opendmarc/opendmarc.dat | ||
</pre> | |||
Danach das Verzeichnis dafür erstellen: | |||
<pre> | |||
sudo mkdir -p /var/spool/opendmarc/ | |||
sudo chown opendmarc:opendmarc /var/spool/opendmarc/ | |||
sudo chmod 770 /var/spool/opendmarc/ | |||
</pre> | </pre> | ||
Version vom 29. März 2020, 14:37 Uhr
Noch in Bearbeitung
Voraussetzungen
OpenDMARK muss bereits installiert sein.
Konfiguration
Datei für Roh-Daten
Die Datei
sudo vi /etc/opendmarc.conf
bearbeiten und folgenden Parameter hinzufügen:
## HistoryFile path ## default (none) ## ## If set, specifies the location of a text file to which records are written ## that can be used to generate DMARC aggregate reports. Records are groups ## of rows containing information about a single received message, and ## include all relevant information needed to generate a DMARC aggregate ## report. It is expected that this will not be used in its raw form, but ## rather periodically imported into a relational database from which the ## aggregate reports can be extracted by a tool such as opendmarc-import(8). HistoryFile /var/spool/opendmarc/opendmarc.dat
Danach das Verzeichnis dafür erstellen:
sudo mkdir -p /var/spool/opendmarc/ sudo chown opendmarc:opendmarc /var/spool/opendmarc/ sudo chmod 770 /var/spool/opendmarc/
Links
https://blog.schaal-24.de/mail/dmarc-reports-erstellen/
Zurück zu OpenDMARK