How to setup postfix on vultr vps?
-
Have a LAMP server on vultr. It needs to be able to send mail to our office.
Never setup postfix before.
is it
sudo apt install postfix
Choose Internet Mail
Choosemyworkdomain.com
when it asks
sudo ufw allow postfix
sudo systemctl restart ufw
Add the ip to my spf.
Then something like php mail() will work? -
Vultr blocks port 25 at an account level. You have to put in a ticket asking to have it removed.
-
@jaredbusch does digital ocean block this by default as well?
-
@jaredbusch said in How to setup postfix on vultr vps?:
Vultr blocks port 25 at an account level. You have to put in a ticket asking to have it removed.
I do this all of the time. Very simple and fast.
-
@stuartjordan said in How to setup postfix on vultr vps?:
@jaredbusch does digital ocean block this by default as well?
Most cloud hosting companies do even Google Cloud.
-
@jaredbusch Ok thanks doing that now.
They do this quickly, i got the ticket open and closed in less than 30 minutes.
But what about the config?