I you want to skin the Artica interface and prevent erase templates by the Artica update process do the folowing:
for example your template will be called "mytemplate"
- Â Create a directory inÂ
/usr/share/artica-postfix/ressources/templates/mytemplate
- Copy the content of the default template
cp -rfv /usr/share/artica-postfix/ressources/templates/default/*Â /usr/share/artica-postfix/ressources/templates/mytemplate
type echo "mytemplate" >/etc/artica-postfix/settings/Daemons/ArticaFixedTemplate
Now your template is fixed and you can change it.
Change the picture on the logo pageÂ
If you want to change the logo in the logon page :Â
Create a fileÂ
/etc/artica-postfix/settings/Daemons/ArticaLogonImage
put it the path to the picture.
if your image is on /usr/share/artica-postfix/myimages/picture.png
add in the ArticaLogonImage file :
 myimages/picture.png
You can add the picture in your template directory by put the picture in
/usr/share/artica-postfix/ressources/templates/mytemplate/picture.png
and add in ArticaLogonImage file:
 %TEMPLATE%picture.png
Â
Remove SSH Control top menu
to remove this menu, typeÂ
echo 1>/etc/artica-postfix/settings/Daemons/DisableSSHControl
restart your login session.




