Hi,
I'm trying to move as much configuration into Proxmox Mail Gateway as I can (and off of Exchange), as I've been having issues with Exchange only inserting my "this mail is from outside the organization" warning sometimes instead of all of time time.
I've copy and pasted my disclaimer text blurb from Exchange to PMG, as well as manually fiddled around with the HTML disclaimer, but, when Exchange (successfully) inserts the disclaimer, the message text is "normal sized", however when Proxmox Mail Gateway inserts the same disclaimer, the message text is "small", like 4 to 6 pixels tall on my screen I'd guess. The disclaimer text itself is normal sized, but everything after it, tiny.
Is there something I should be doing differently to insert a HTML disclaimer in Proxmox Mail Gateway?
If useful or relevant, this is the warning text / disclaimer I'm trying to insert.
I'm trying to move as much configuration into Proxmox Mail Gateway as I can (and off of Exchange), as I've been having issues with Exchange only inserting my "this mail is from outside the organization" warning sometimes instead of all of time time.
I've copy and pasted my disclaimer text blurb from Exchange to PMG, as well as manually fiddled around with the HTML disclaimer, but, when Exchange (successfully) inserts the disclaimer, the message text is "normal sized", however when Proxmox Mail Gateway inserts the same disclaimer, the message text is "small", like 4 to 6 pixels tall on my screen I'd guess. The disclaimer text itself is normal sized, but everything after it, tiny.
Is there something I should be doing differently to insert a HTML disclaimer in Proxmox Mail Gateway?
If useful or relevant, this is the warning text / disclaimer I'm trying to insert.
HTML:
<table style="width: 100%;">
<tr>
<td class="left-column" style="background-color: #bba555; width: 5px; padding: 0;"></td>
<td class="right-column" style="background-color: #ffe599; width: calc(100% - 5px); padding: 5px;"><b>WARNING:</b> This email originated from outside of the organization.</td>
</tr>
</table>