Kategorie: DirectAdmin

Rainloop installation on a server with DirectAdmin

Below a very simple way to install webmail server Rainloop panel DirectAdmin.
We made in a few very simple steps.

Ssh to log on as root and go to the directory charge Rainloopa

cd /var/www/html
wget http://repository.rainloop.net/v2/webmail/rainloop-community-latest.zip

We extract the pack.

unzip rainloop-community-latest.zip -d rainloop

Go to the directory and set permissions rainloopa:

cd /var/www/html/rainloop
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
chown -R webapps:webapps .

We go to the address:

http://nasz_adres_ip / rainloop /?admin
And the default log data.

Login:admin
password:12345

Remember to change as soon as this data!!!

Once we set ourselves as the default language Polish.

Go to the Domains tab and add your domain. Without that, unfortunately, our webmail login will not work.

IMAP and SMTP server settings replace your server ports and also set the encryption method your server Podług.

We have configured the whole.
There is only one downside namely each domain added to the panel DirectAdmin and which we want to run your hand must separately added to rainloopa.

Linux

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

4 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

4 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

4 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

4 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

4 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

4 years temu