Sendmail as POP3
I am new to Linode and not too good at linux either but at work we use linux servers so I learned some about them. I have a RadHat 9 small and am trying to setup email on it. I want to provide incoming emails only to my domains and that's exactly what we do at work too. But, incoming mail is POP3, right? Yet we're using sendmail at work to do that. Could someone please help me setup sendmail to "act" as a POP3 server? At work, when a client needs a new email account, all I have to do is add them to the virtusertable file and then recompile it. That's part of sendmail. right? I'm very confused.
Gerorge
6 Replies
I'm not sure you want POP at all though. Sendmail itself accepts incoming mail for the local domain - that's its job.
Finally remember that the plain text versions of POP and IMAP are scary: they transmit passwords in plain text format over the internet, like telnet. Always use the SSL versions if you have to support remote mail clients.
George
You'll also need to tell sendmail to accept connections on the outward facing interface - I can't recall what the default was in RH9, but in recent Red Hat/Fedora/CentOS distros it only listens on localhost for security reasons. See /etc/mail/sendmail.mc.
But I really wouldn't advise running with RH9 - you'll find CentOS very familiar (it's a rebuild of current Red Hat Enterprise) and support will last for years.
George
Firehol, probably.
Centos.org in general for support.