Open gkissand opened 1 year ago
Hello,
Why did you need to have a specific attributes for each server ? Each server will report DMARC for a specific email domain, which will already be distinguishing between your servers.
On this case, one "hack" could be to run multiple parsedmarc process with different config file passed on parameter (one config file per server to use).
Regards
We would like for parsedmarc to support multiple imap servers which can be distinguished with an extra attribute in elasticstack records
eg [imap] host = imaphostname1 port = 993 user = dmarcimapuser password = password ssl = True imapattr = Imapserver1
[imap] host = imaphostname2 port = 993 user = dmarcimapuser2 password = password2 ssl = True imapattr = Imapserver2
Thank you