postfix virtualmin smtp email server setup with mailwizz , send unlimited email in Inbox.

Опубликовано: 30 Сентябрь 2024
на канале: Inbox Road Map
1,574
24

In this video i going to show you how to install virtualmin cpanel with postfix SMTP server and setup Mailwizz email sender,nameserver add ,domain spf dkim dmarc mx setup.After all tools setup i also showed how to warm up the mail server for inbox deliverability.Also tested the smtp server inbox deliverability.
If you have any question regarding this tutorial you can give me message
what's app number +8801643386669
Skype id: sajibmahmud801
telegram id ‪@inboxroadmap‬
email
[email protected]
--here is the source code that used inside the tutorial--
virtualmin installation command
wget https://software.virtualmin.com/gpl/s...
sudo sh virtualmin-install.sh
---postfix smtp mail server temporary issue fix command--

OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd -r"


rm -r /var/run/saslauthd/

mkdir -p /var/spool/postfix/var/run/saslauthd
ln -s /var/spool/postfix/var/run/saslauthd /var/run
chgrp sasl /var/spool/postfix/var/run/saslauthd
adduser postfix sasl


restared postfix, saslauthd and dovecot and voilá!! It works :D

service dovecot restart

service postfix restart

service saslauthd restart

---php extention installation command for mailwizz setup--

sudo apt-get install php7.4-curl
sudo apt-get install php7.4-imap
sudo apt-get install php7.4-zip
sudo apt-get install php7.4-intl
sudo service apache2 restart
/etc/init.d/php7.4-fpm restart


--BOOOm--------------------