DMARC report gen needs IMAP hostname matching certificate.

This commit is contained in:
Jim Hague 2024-08-22 14:37:38 +01:00
parent 3c54552109
commit b0aa95a3a9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ $dbpass = '{{ pillar['dmarcts']['mariadb_pw'] }}';
$dbhost = 'localhost'; # Set the hostname if we can't connect to the local socket.
$dbport = '3306';
$imapserver = 'localhost';
$imapserver = 'mail.lunch.org.uk';
$imapuser = 'dmarc';
$imappass = '{{ pillar['dmarcts']['user_pw'] }}';
$imapport = '993';