OpenDMARK Check (Ubuntu 18.04): Unterschied zwischen den Versionen
		
		
		
		
		
		Zur Navigation springen
		Zur Suche springen
		
				
		
		
	
| Zeile 20: | Zeile 20: | ||
<pre>  | <pre>  | ||
AuthservID OpenDMARC  | AuthservID OpenDMARC  | ||
TrustedAuthservIDs mail1.kirner.or.at  | |||
## Optional  | |||
#RejectFailures true  | |||
## You may want OpenDMARC to ignore SMTP clients that are successfully   | |||
## authenticated via SMTP AUTH.  | |||
IgnoreAuthenticatedClients true  | |||
</pre>  | </pre>  | ||
Version vom 28. März 2020, 15:55 Uhr
Noch in Bearbeitung
Installation
sudo apt-get install -y opendmarc
Bei der Frage Configure database for opendmarc with dbconfig-common? die Antwort NEIN wählen.
Konfiguration
sudo vi /etc/opendmarc.conf
27.03.2020
AuthservID OpenDMARC TrustedAuthservIDs mail1.kirner.or.at ## Optional #RejectFailures true ## You may want OpenDMARC to ignore SMTP clients that are successfully ## authenticated via SMTP AUTH. IgnoreAuthenticatedClients true
Links
https://www.linuxbabe.com/mail-server/opendmarc-postfix-ubuntu
https://blog.schaal-24.de/mail/dmarc-check-unter-debian-wheezy/
https://blog.schaal-24.de/mail/dmarc-reports-erstellen/
http://www.postfix.org/MILTER_README.html
http://www.trusteddomain.org/opendmarc/
Zurück zu Mailserver einrichten