Hello,
We are using Proxmox Mail Gateway as a SmartHost / filtering gateway. Currently we have 2 IPs assigned for outbound email and we manually switch to 2nd IP if 1st gets blacklisted ( spam filtering didn't catch some outbound spam) .
We want to automate this by retrying bounced emails automatically through the 2nd or more IPs.
So ideally -
1. Outbound emails are going through.
2. One email bounces
3. We run a script to replace outbound IP in Postfix configuration and reload Postfix
4. Retry bounced email and continue all future emails through the new IP till we receive next bounce.
5. Repeat
We are using Proxmox Mail Gateway as a SmartHost / filtering gateway. Currently we have 2 IPs assigned for outbound email and we manually switch to 2nd IP if 1st gets blacklisted ( spam filtering didn't catch some outbound spam) .
We want to automate this by retrying bounced emails automatically through the 2nd or more IPs.
So ideally -
1. Outbound emails are going through.
2. One email bounces
3. We run a script to replace outbound IP in Postfix configuration and reload Postfix
4. Retry bounced email and continue all future emails through the new IP till we receive next bounce.
5. Repeat