I need to make a Linux Mail server

Maetryx

Diamond Member
Jan 18, 2001
4,849
1
81
Maetryx, here. I've been tasked with building a linux mail server for work, but I'm new to the linux world. Can anyone point me to a web page, book, magazine, or whatever that would be of use to a newbie like me?

I'm familiar with concepts like SMTP and POP3 and clients and so forth, but I can't seem to find anything about configuring linux to act as a good POP3 or IMAP server.
 

Maetryx

Diamond Member
Jan 18, 2001
4,849
1
81
Thanks. I got the IMAP package installed, and I can see that it is working when I telnet locahost 110.
 

Pirate Roberts

Junior Member
Oct 18, 1999
15
0
0
Hi,

I just did this (using qmail) by following the instructions at
http://web.infoave.net/~dsill/lwq.html
and also at http://www.flounder.net/qmail/qmail-howto.html

I started by trying to use sendmail, since it was already installed on my RedHat machine, but it turned out to be more pain than uninstalling it and just using qmail (which is what drove (drives?) Hotmail. I know that Microsoft was trying to get off of their Unix mail servers as soon as possible after they bought Hotmail!)

Good luck!

-Scott