SPAM report URL - how do you change?

jaiume

New Member
Sep 17, 2019
5
0
1
52
How do you change the URL that is sent in the daily SPAM report to users?

My internal FDQN is different to URL that will be used to access it externally.

Thanks
Jamie
 
Does the host parameter also allow you to specify the port too?

External access will be via reverse proxy which will be via standard https port
 
only the host is exposed on the gui for the other components (port and protocol (although https is the default here) you need to edit '/etc/pmg/pmg.conf' directly:
Code:
section: spamquar
        hostname quarantineexample.com
        port 443
(replace quarantineexample.com by your fqdn)