Hi,
After migrating to Proxmox Mail Gateway I have got a little problem about the handling of auto replies for the administrator email address.
If a User is not availailbel and has an autoreply configures in (e.g.) exchange, what happens when he gets a spam report, the auto reply matches and replies to the adminstrator E-Mail Address.
With postfix/procmail etc. you simply could add a header to suppress this effectively:
After that, exchange behaves and the Administrator E-mail is free from autorplies.
But: how do I implement that in the Proxmox Mail Gateway so it survives the next update and works as well?
Does anyone have some advice about where to put that?
Cheers
4920441
After migrating to Proxmox Mail Gateway I have got a little problem about the handling of auto replies for the administrator email address.
If a User is not availailbel and has an autoreply configures in (e.g.) exchange, what happens when he gets a spam report, the auto reply matches and replies to the adminstrator E-Mail Address.
With postfix/procmail etc. you simply could add a header to suppress this effectively:
Code:
formail -A "X-sysadm: yes" -A "Precedence: bulk" -A "X-Auto-Response-Suppress: All"
After that, exchange behaves and the Administrator E-mail is free from autorplies.
But: how do I implement that in the Proxmox Mail Gateway so it survives the next update and works as well?
Does anyone have some advice about where to put that?
Cheers
4920441