PDA

View Full Version : mail server setup using evolution


pcandpc
7th July 2005, 02:02 AM
Hello?

I'd like to set up a mail server using Evolution or whatever's
available by default in FC3.

This'd be my first attempt in setting up a server, any server
for that matter, so I'd appreciate if someone with expertise
could guide me through step by step patiently.

I've already checked the How-To article on setting up a mail
server using Squirrel Mail, I guess, among other things, but
the information there was overwhelmingly complex for my
skill level.

I'm ready to start with any suggestions eagerly.

My goal, here, is to obtain practical skills so that I can set up
the real, live one in near future and maintain it.

Thanks.

bytesniper
7th July 2005, 02:28 AM
1) Evolution is an email client, like outlook, not a server
2) Setting up a mail server is not easy the first time around.. ever. you need to learn the terminolgy, the processes, and the practices of running a good, secure, email server as they are sought eagerly by spammers hoping you left it open for relaying.

i doubt anyone is going to guide you step by step by step, becuase there are wayyyy to many options, depending on how you want it setup and depending on your current domain situation (own you own? hosting yourself? bought server space somewhere?).

i would suggest you read some how to's and work through it and make your mistakes, you will be that much better of an admin once you finally get it to work the way you want, and will be able to fix it yourself should something go wrong.

here are some helpful sites:
1) http://www.linuxhomenetworking.com/linux-hn/sendmail.htm <---a sendmail tutorial
2) http://www.postfix.com/ <---postfix, a sendmail replacement, and its documentation (which is very good). i much prefer postfix to sendmail, as its 100 times easier to setup and admin.

keep in mind, spquirrelmail is just a webmail interface for an existing mail server. it will need an IMAP server running to be able to access the email. i use dovecot (http://www.dovecot.org/) as my IMAP/pop3.

sendmail or postfix provides the MTA (smtp).. there are many others out there to.. like qmail..
dovecot, cyrus, or imapd provides the IMAP/POP3 interface, once again, there are many more available than those.
optionally, squirrelmail or openwebmail provides a web interface, but for that you will also need to setup and configure apache.

hope that helps, a little at least.

pcandpc
7th July 2005, 04:24 AM

Hi bytesniper,

Thanks for your insightful comments.
I'll study your links first.