I've been running pmg on a static ip but had changed service provider during a move and the new provider doesn't offer free reverse lookup.
I want to leverage an existing cloud platform with a static ip and reverse dns for receiving email.
Is there a way to setup postfix to use the pmg dkim signature?
I saw a setup with opendkim and postfix but I'd rather use the existing infrastructure and just connect remotely instead of locally:
I wonder if anything like this is possible?
I want to leverage an existing cloud platform with a static ip and reverse dns for receiving email.
Is there a way to setup postfix to use the pmg dkim signature?
I saw a setup with opendkim and postfix but I'd rather use the existing infrastructure and just connect remotely instead of locally:
Code:
smtpd_milters = inet:127.0.0.1:8891
non_smtpd_milters = $smtpd_milters
milter_default_action = accept
I wonder if anything like this is possible?