1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

install opendmarc to add Authentication-Results headers for DMARC too

This commit is contained in:
Joshua Tauberer
2015-02-16 23:16:09 +00:00
parent 143bbf37f4
commit fba4d4702e
2 changed files with 16 additions and 5 deletions

View File

@@ -65,6 +65,7 @@ def run_services_checks(env, output):
{ "name": "Postgrey", "port": 10023, "public": False, },
{ "name": "Spamassassin", "port": 10025, "public": False, },
{ "name": "OpenDKIM", "port": 8891, "public": False, },
{ "name": "OpenDMARC", "port": 8893, "public": False, },
{ "name": "Memcached", "port": 11211, "public": False, },
{ "name": "Sieve (dovecot)", "port": 4190, "public": True, },
{ "name": "Mail-in-a-Box Management Daemon", "port": 10222, "public": False, },