• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I need to make a Linux Mail server

Maetryx

Diamond Member
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.
 
Thanks. I got the IMAP package installed, and I can see that it is working when I telnet locahost 110.
 
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
 
Back
Top