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:
Read more
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...
Read more