Overview
This article provides information on how to change the Domain Email footer manually using Webadmin UI and internal Kerio Connect configuration files.
The custom HTML code can be inserted through a domain footer textbox or using mailserver.cfg modification.
Prerequisites
The Domain Footer is configured using HTML, and some advanced tags need to be added. For example, you have added a Logo (or custom picture) and then some description/text below.
Solution
From Webadmin
- Open Kerio Connect Administration and navigate to Configuration -> Domains -> double-click domain -> Footer tab.
- Uncheck "Use HTML" at the bottom of the window and add
html:
before your code.
- Make any other appropriate changes and click OK to save. The changes are reflected instantly in the Footer tab.
From the server-side
installation_folder/settings/domain.com/footer
. The custom HTML code is stored in the mailserver.cfg
file.
-
Stop Kerio Connect (Windows, macOS, and Linux).
-
Navigate to the Kerio Connect installation folder.
Windows:
The defaults are:C:\Program Files\Kerio\MailServer
macOS:/usr/local/kerio/mailserver
Linux:/opt/kerio/mailserver
-
Open the
mailserver.cfg
file and locate the Domain list. In the required domain, find the Footer-related variables and modify as per custom needs:<variable name="Footer">html:<img src="cid:02874fca.2d65e720.png"><div>Custom Footer signature</div></variable>
<variable name="FooterEnabled">1</variable>
<variable name="localDomainInsertFooter">1</variable>
<variable name="PutLineAboveHtmlFooter">0</variable>
-
(Optional) If needed, open the
settings/domain.com/footer
directory to modify/replace the image file.
Confirmation
The Domain Footer was successfully changed using Webadmin or internal configuration files/folders.