Forum Moderators: bakedjake
I use Google for my email, so I want to disable all email related services on my server. However, I still want to send out emails with the server (user signups, forgot password).
My understanding is that sendmail doesn't need exim, imap, pop3, smtp services to send mail OUT, that's just for mail coming IN. Am I correct?
Also, what port does it use to send mail out? I'd like to firewall off all the other ports while I'm at it.
Thanks in advance!
SMTP works over port 25.
Just make sure you have access to to the root/postmaster mails on the server, as mail errors are usually sent to those accounts.