I really like DirectAdmin but ive always had a problem with my clients uploading php bulk email scripts. Cpanel would warn me if one was uploaded is it possible to make directadmin do the same thing?
Rave42,
Do you know if Cpanel monitored email output sources and identified them over time, or had a database of some sort of the most used scripts that fit that category?
Rave42,
Do you know if Cpanel monitored email output sources and identified them over time, or had a database of some sort of the most used scripts that fit that category?
It somehow identified php commands that could be used to send any email and the server admin was notified immediately. So even if something like a Helpdesk program that emailed users was uploaded it would notify the admin. I imagine its done with grep somehow but I don’t know how it could be done efficiently.
I suppose you could do this with the sendmail_path setting for the virtual host... just write a sendmail wrapper that would notify the admin before piping the mail off to the real executable?
Of course, if the script is talking smtp instead of calling mail() this wouldn't work. I'm not sure how else you'd catch calls to mail(), though.
I discussed this just this morning with one of the other posters on these forums.
He checks all new accounts, since most spammers are using bad credit cards and start spamming immediately so when the account is turned off they'll have been able to send some spam.