Perfect server installation ISPConfig 3.1, Ubuntu 16.04
https://www.howtoforge.com/tutorial/perfect-server-ubuntu-16.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig/
"The ISPConfig 3.1 version that is used in this tutorial is currently in beta" - checked. Now relseased.
hostname : server1.example.com -> mut101.blyenburgh.com
IP address : 192.168.1.100 -> 51.254.154.160
gateway : 192.168.1.1 -> 51.255.74.254
When asked for passwords to MySQL and Mailman I use machine root password
This how-to starts assuming basic minimal installation of Ubuntu 16.04
Now using nano instead of vim
5. Synchronize the System Clock - > SKIP THIS
6. -> service sendmail stop; update-rc.d -f sendmail remove
>>Failed to stop sendmail.service: Unit sendmail.service not loaded. - OK
->You will be asked the following questions:
General type of mail configuration: <-- Internet Site
System mail name: <-- server1.example.com
DIDN'T ASK !
#freshclam
ERROR: /var/log/clamav/freshclam.log is locked by another process
ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).
7.1 Install Metronome XMPP Server (optional) - SKIPPED
11. Install PureFTPd and Quota
#nano /etc/fstab
Contains : # UNCONFIGURED FSTAB FOR BASE SYSTEM
https://forum.proxmox.com/threads/no-fstabs-after-installing-debian-standard-template.21028/
"They support running on LXC but told me quota is not supported inside LXCs. I can simply skip that step."
So went straight to step 12.
18.2 OpenVZ
Not running OpenVZ so ignores (Olivier ignores too)
A la fin :
1) Change the time zone to Paris : dpkg-reconfigure tzdata
1A)Ensure container option Start at boot checked
Adding Cergy Logo
root@mail6:/home/thomas# find / -name header_logo.png
/usr/local/ispconfig/interface/web/themes/default/images/header_logo.png
Copy another admin FTP (I used mut8.clight.fr)
Get old logo from anotehr admin or C:UsersThomasDocumentssitesaadminartworkheader_logo.png
cp /home/thomas/header_logo.png /usr/local/ispconfig/interface/web/themes/default/images/header_logo.png
find / -name styles.css
vim /usr/local/ispconfig/interface/web/themes/default/css/styles.css
:620 (= got line 620)
Put height : 100px;
Set title
cd /usr/local/ispconfig/interface/web/themes/default/templates
cp main.tpl.htm main.tpl.htm-
nano main.tpl.htm
<title>mut10 admin</title>