This is an old version of the document!
Description of the license file installation.
In the current version of Benno MailArchiv, the license file is automatically read from the email in which it was sent to you. In this case, only the benno-rest to be restarted.
systemctl restart benno-rest
Copy the license file to the Benno server using scp.
scp benno.lic root@benno.ihredomain.de:/etc/benno/benno.lic
Next, configure the permissions and restart the REST daemon.
chown benno.benno /etc/benno/benno.lic /etc/init.d/benno-rest restart
Unter Windows wird das pscp Programm von Putty benötigt, um die Datei auf den Server zu kopieren.
The following command copies the file:
pscp C:\path\to\benno.lic root@benno.ihredomain.de:/etc/benno/
Then log in to the Benno server via putty , set the permissions and restart the REST daemon.
chown benno.benno /etc/benno/benno.lic /etc/init.d/benno-rest restart