Sendmail security fix. One of the biggest problems with security on linux boxes is sendmail. So, to avoid the problem you don't install it. The problem with that is, that you loose the email
sending functions in php and mambo.
Well I had this problem and I found a simple way to just have the the ability to send email without having to install sendmail. It is simple program called aeon which can download from the net and it installs to mimic the email send functions
of sendmail. This means the smtp from php and mambo work just fine and
you don't have to worry about people try to hack into the send mail server. |