CyberPanel Setup Tutorial

Today we setup Digital Ocean with WordPress, Cyberpanel, SSL, and Email. You can get 60 days credit to try for yourself here.

To setup the SMTP relay in the video we did this:

nano /etc/postfix/main.cf

Then scroll to the bottom and add the following, don’t forget to change the email and key to your own info:

relayhost = smtp-relay.sendinblue.com:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = static:[email protected]:xsmtpsib-f46cf5b25333cba534538fc5774481c0dbbdb67427519b79a695a99c6f3586bf-3qbxvzkrBZ0L7YGC
smtp_sasl_security_options = noanonymous

restart postfix

systemctl restart postfix

Then add your domain to Sendinblue as in the video. Also we added a dmarc record in namecheap like this:

host:
_dmarc

record:
v=DMARC1; p=none

Similar Posts