  Vchat20 Landing is the REAL challenge
join:2003-09-16 Warren, OH
| Simplistic mail server setup?
Maybe I'm barking up the wrong tree on this one in this specific forum, but I've been trying to get a real simplistic mail server set up on my debian box here.
I really don't have any advanced requirements for it. Just gotta have simple pop3/imap access, smtp capable of relaying through my ISP's SMTP server, and allowing me to set up so called 'virtual' domains (I have two dyndns domains pointed at my IP that need their own separate list of email addresses.).
Unfortunately everything so far I've looked up has had me going through a gruelling mess of setting up (literally) a dozen different packages, half of which I do not require. These being the likes of spamassassin and clamav and their related libraries.
Just curious if anyone knows of any simple IMAP/POP3/MTA/SMTP all-in-one apps or at least a reliable howto that's not gonna lead me into a minefield so-to-speak. -- I swear, some people should have pace-makers installed to free up the resources. Breathing and heart beat taxes their whole system, all of their brain cells wasted on life support.-two bit brains, and the second bit is wasted on parity! ~head_spaz |
|
 netjunk
join:2002-02-20 Centreville, VA | Google it or use freshmeat.net! There's a lot of simple mail servers out there, but you will still need to read quite a alot.  |
|
 ds5v50
join:2003-01-22 Fremont, OH | reply to Vchat20 For ease of use I would suggest sendmail and dovecot. Those 2 would do all that you are asking. All with minimal setup. |
|
  EUS Kill cancer Premium join:2002-09-10 Montreal, QC clubs: 
·ELECTRONICBOX
edit: September 5th, @09:32AM
| reply to Vchat20 Simple and your requirements are mutually exclusive. Read up on postfix, courier, and mysql setups. Postfix for mail delivery, courier for imap/pop backend, mysql for virtual domains/users. These are just one set of possibilities, there are others package combos that I have not used. -- ~ Project Hope ~ |
|
  Brano Premium,MVM join:2002-06-25 Burlington, ON | For simplistic setup I would not bring DB into the picture.
sendmail for receiving mails and virtual domains ...all in text files (and Maildir delivery if required) courier-imap for imap/pop
Two components, both very easy to setup. |
|
 annoyingrob
join:2007-03-27 Calgary, AB | reply to Vchat20 Personally, I use dovecot, and sendmail. I would suggest you install webmin as well. It's a web-based GUI for managing your system. It has modules for dovecot and sendmail as well, making it super easy to set up. |
|
  JohnInSJ Premium join:2003-09-22 San Jose, CA
·SONIC.NET
| reply to Vchat20 Well - spamassassin is useful to filter out the millions of spam emails you will quickly attract. ClamAV will protect any PCs that get mail through you.
Depending on your Distro, setting up a full blown postfix + dovecot + clamav + spamassassin is about a 15 minute process of following along a step by step guide. -- My place : »www.schettino.us |
|