From webmin dashboard>Servers>Postfix Mail Server> Virtual Domains> Find specific user maping
Showing posts with label Postfix. Show all posts
Showing posts with label Postfix. Show all posts
Saturday, May 6, 2023
Saturday, August 28, 2021
How to uninstall or remove dovecot-core software from Ubuntu
sudo apt-get remove dovecot-core
sudo apt-get remove --auto-remove dovecot-core
sudo apt-get purge dovecot-core
sudo apt-get purge --auto-remove dovecot-core
sudo apt-get purge dovecot-core
sudo apt-get purge --auto-remove dovecot-core
Install or Uninstall Postfix from Ubuntu Server
----------------------------
Installing Postfix Package
----------------------------
sudo apt update
sudo apt install postfix
----------------------------
Unnstalling Postfix Package
----------------------------
sudo apt remove postfix
sudo apt autoclean && sudo apt autoremove
Wednesday, August 25, 2021
How to Install RoundCube with Postfix, Dovecot, NGINX, MariaDB (or MySQL) on Ubuuntu-20.04
wget https://github.com/roundcube/roundcubemail/releases/download/1.4.11/roundcubemail-1.4.11-complete.tar.gz
tar xzf roundcubemail-1.4.11-complete.tar.gz
ls
sudo cp -r roundcubemail-1.4.11 var/www/html/roundcube
sudo chown -R www-data.www-data var/www/html/roundcube/
sudo chmod -R 775 var/www/html/roundcube/ [temp,logs]
mysql -u admin -p
Saturday, July 24, 2021
Subscribe to:
Posts (Atom)
Replace old IP with New one in Direct Admin
./ipswap.sh Old_IP New_IP for example: ./ipswap.sh 35.224.2.88 104.197.113.37
-
Put the following code in a TXT file and save as "file.cmd" then run the cmd file as administrator. @echo off title Activate Micr...
-
We can install PowerMTA on the server. rpm -ivh /home/PowerMTA-4.0r6.x86_64.rpm You will see the output like this Preparing... #############...
-
Instructions: Copy xf-adesk19 to your Desktop Open terminal (Command+Space and type Terminal and press enter/return key) Paste the followin...