Hi, i will chnage in the template the domain and port, because i have a proxy for all extern connections to port 8006 the extern port is 443 with letsencrypt
So how can i change this in the template.
I have copy the template to /etc/pmg/templates
spamreport-verbose.tt
when i read the email there are the domain with port 8006, but they must connect via the proxy on port 443
So how can i change the domain and port in the template? And its also important the quarantine tickets are working.
So how can i change this in the template.
I have copy the template to /etc/pmg/templates
spamreport-verbose.tt
Code:
<!--start entries-->
[% FOREACH item IN items %]
<tr>
<td>[% item.from %]</td>
<td align=right nowrap>[% item.date %] [% item.time %]</td>
</tr>
<tr title='[% PROCESS tooltip d=item | html %]'>
<td><a style='cursorointer;' href='[% item.href | url %]'><b>[% item.subject %]</b></a></td>
<td align=right nowrap>
<div style='font-size:xx-small;'>
<a href='[% item.href | url %]&action=whitelist'>Whitelist</a>
<a href='[% item.href | url %]&action=blacklist'>Blacklist</a>
<a href='[% item.href | url %]&action=deliver'>Deliver</a>
<a href='[% item.href | url %]&action=delete'>Delete</a>
</div>
</td>
</tr>
<tr><td colspan=2><hr></td></tr>
[% END %]
<!--end entries-->
when i read the email there are the domain with port 8006, but they must connect via the proxy on port 443
So how can i change the domain and port in the template? And its also important the quarantine tickets are working.
Last edited: