agent007 wrote:What about security issues? Is it a good idea to run a mail-server on a T1/DSL line? since it can be easily hacked and turned into a box for spamming....
It would be hard for people to send mail to each other without mail servers. For the record, I have been running sendmail servers on T1's and above for the better part of 15 years and I have never had sendmail cracked on any of my systems. To be honest I don't even recall of knowing anyone first hand who has had a sendmail server cracked. I won't say the same for bind, wu-ftpd, or even Apache though. Like everything else, keep your system up to date and securely configured and you won't have a problem. Sendmail is a lot more security conscious than it once was way back when it got it's bad rep. For instance, if a buffer overflow exploit were discovered at least now it is very unlikely that they can get a root shell (privilege separation is much improved).
Of course that doesn't mean you shouldn't turn it off if you are not using it. Sure, the more things you have running the more chances there are for an exploit but turn on what you need, keep it up to date and properly configured, turn off everything else.
You might be thinking of people who have their servers misconfigured and allow open relaying. A spammer could use their server as a spam relay in this case, but they would be allowing it, it's not broken. They can just go to any RBL site (
www.ordb.org,
www.njabl.org,
mail-abuse.org/rbl/, etc) and test their server to see if it detects it as an open relay (if they don't know any other way to do it, or they can give me their IP address and I can check it out).
The only machines I have seen that have serious problems with being turned in to zombie spam spewers are Windows machines. See my analysis:
http://voidmain.is-a-geek.net/spam/
The above is not made up. I tracked all the spam that I got for a period of time that made it past my RBL filters and investigated the source. Notice that *all* of it came from Windows machines, most of them probably infected with the Windows virus of the day. I didn't have one case of a SPAM message coming from a legit Linux/UNIX based sendmail server.