I suppose this is just for the url in the spam report, does not reconfigure any service (mostly: pmgproxy) to bind on port 443.
In order to open the port you could:
1) reverse proxy with apache/nginx
2) use a iptables redirect rule.
I choose the latter:
/sbin/iptables -F
/sbin/iptables -t nat...