DSL an email server?Forum: Apps Topic: DSL an email server? started by: Superunknown98 Posted by Superunknown98 on Oct. 31 2005,05:37
I would like to use DSL to run an email server. Does anyone have experience doing this? if so what software package did you use? I'm a linux noob, and need a full featured email server, that is hopefully easy to set up and configure.Thanks for any help! Posted by Vincent on Jan. 08 2006,23:29
Hey Superunknown98,I do not know how to install it on DSL, but I read an article about this in the german magazin c't and they have a quite ready to use solution (a complete email and web server with firewall etc.... for downloading) at the link < http://www.heise.de/ct/ftp/projekte/srv/ > its based on DEBIAN Linux. If you understand some German, may it helps... Vincent Posted by Grim on Jan. 09 2006,05:42
Okay. There's a few problems with running a mail server from home. The primary problem is one of network ip, more than likely, you don't have a static ip, and if you do happen to have a static ip, if it's not within an acceptable ip block, your mail server is gonna get banned by several of the larger ISPs (AOL and it's derivatives, wmconnect, etc. and Earthlink, right off the top of my head, to name a few) so you won't be able to send mail to anyone on those networks from your mailserver. I'm telling you this from personal experience, so be prepared for it.Secondly, the biggest problem with new sysadmins setting up email for the first time is inadvertantly setting up an open relay. I've done it, everybody that's ever set up a mail server has done it at one time or another. If you set up an open relay, spammers will move in, set up residence and use your box for a spamming fiesta. You will get some of the nastiest emails in the world from hardworking sysadmins questioning your parentage and your predilection for bestiality. Thirdly, there is no third point. If you're dead set on setting up an email server, I'd suggest Qmail as it has, iirc, the best security record. Incidentally, qmail's creator, DJ Bernstein, has < US $500 for you > if you can find a security hole. Several distributions have prepackaged versions of Qmail, but it would be best if you < downloaded the source > and built it from scratch. Dave Sill, author of < Life with qmail > has also authored a book < The qmail Handbook > which can be had from Amazon for under $10US. Posted by NewDude on Mar. 29 2006,15:46
You can get around your mail server being banned from larger ISP's by using your ISP's SMTP servers to do the out going. I run into the problems you described when I first setup my email server. But the solution is: Use your IPS SMTP servers to do the out going mail. The open relay thing sucks. I ran into that problem at first to, but with a little work, you will figure out how to turn off the open relay. I am wanting to turn one of my DSL machines into an email server also and need a light weight email server program... GRIM SAID "Thirdly, there is no third point." I disagree completely, there is a point, the point to be incharge of your own email system and not depending on others to take care of your email. It is about being independant, plus it is a great learning experience. Posted by 300c_pilot on Mar. 31 2006,07:29
I admin several high volume servers that are on cable modems, and as Newdude said, we use the cable company for out going emails. A typical server recieves 2000 - 5000 emails an hour of spam and processes 100-400 legit emails a day.There is a very positive reason for this... When you send an email, the receiving server does a reverse dns lookup, if your email is coming from a dynamicly assigned ip then they will refuse it.(AOL for one does this) When they see it comes from your ISP then they will accept it. Also if you server becomes an open relay by accident or someone taking it over the isp will stop the out going email for you. I would also look at setting up spamassassin, procmail, dovecot and postfix for your email (Qmail is a good program but it is hard to configure and is generally for large sites) and good old apache for the web. Smooth Flights. Posted by NewDude on Mar. 31 2006,18:46
Thanks for the info 300c_pilot...You said, "spamassassin, procmail, dovecot and postfix for your email " I am going to look at all of them... so I guess they all basically run together as a complete system? I am have some about qmail and after researching I found out what you said, it is made for a larger system to do a lot of accounts and emails. I only need one that I can get 4 account for - (Me, wife, and 2 kids) and it will be light enough to run on my compaq p133mhz laptop.. I got Apache and MySQL (My website and forum) setup on it and it works well because DSL has such a small footprint. BUt just need the email server thing and I will be done with it.... so I can shutdown my garage sever(Running my email, web, forum, DB) because summer is coming and my garage gets to hot. I will reseach the product you posted...thanks again for the info. Posted by 300c_pilot on April 03 2006,04:06
They will all work together well and there is a lot of doc's out there to help with setup.Smooth flights... Posted by NewDude on April 03 2006,14:15
Thanks alot...Soon as I get my database restored for phpBB I am going to start on the email server part... phpBB restoring has given me a ton of problems... Thanks again.. Posted by 300c_pilot on April 05 2006,03:24
I do not even know what phpBB is? Know about php not the BB part. Hope you get'r done. Posted by NewDude on April 12 2006,02:20
phpBB is a freeware forum developed in PHP of course...I did get it running. It is running PHP on the front end and MySQL db on the back. It runs great. I am trying to make postfix now and getting a error saying I am missing a db.h file. Oh well... it is working... the PHPBB and MySQL with APACHE anyway. Posted by NewDude on April 12 2006,02:24
hey 300c,you are running postfix with those other packages that you told me about on a DSL machine correct? Can you help me out? I posted a question: Topic: Trying to use MAKE for POSTFIX Go to that topic and please give me a hand... Thanks Posted by 300c_pilot on April 12 2006,07:05
Batter UP!! I posted my set of destructions, will finish them tomorrow.:)
|