Hi,
We recently added a PMG VM to our Zimbra platform.
We want to verify recipient existence using Zimbra LDAP, which we already did, but we have a little problem
Our main domain "newdomain.tld" has an alias "olddomain.tld", if we activate recipient verification on PMG, all emails sent to olddomain.tld are rejected since the verification will fail.
We tried to use this on PMG :
But :
1 - It didn't work, PMG still searches for user@olddmain.tld not for user@newdomain.tld, I don't know if changing the rule priority will change this behavior since it has priority of 99 on Mail Filter -> Rules
2 - Adding configuration to /etc/postfix/main.cf does not hold any changes made on the webui of PMG.
Is there a possibility to verify recipient existence on PMG while using an alised domain?
Regards.
We recently added a PMG VM to our Zimbra platform.
We want to verify recipient existence using Zimbra LDAP, which we already did, but we have a little problem
Our main domain "newdomain.tld" has an alias "olddomain.tld", if we activate recipient verification on PMG, all emails sent to olddomain.tld are rejected since the verification will fail.
We tried to use this on PMG :
Code:
virtual_alias_domains = olddomain.tld
virtual_alias_maps = hash:/etc/postfix/virtualdomains
cat /etc/postfix/virtualdomains
@olddomain.tld @newdomain.tld
But :
1 - It didn't work, PMG still searches for user@olddmain.tld not for user@newdomain.tld, I don't know if changing the rule priority will change this behavior since it has priority of 99 on Mail Filter -> Rules
2 - Adding configuration to /etc/postfix/main.cf does not hold any changes made on the webui of PMG.
Is there a possibility to verify recipient existence on PMG while using an alised domain?
Regards.