PDA

View Full Version : Outgoing Spam Detection



IPaddress
07-29-2008, 10:00 AM
Dear all, i would like to know if exist any way to block my clients to send spam.
Actually im using the limit per domail that you edit on /etc/virtual/limits but i see that many clients send spam using the server.
Besides this, some customers has on their websites a contact form that some times its vulnerable and its used to send spam using the form.

So, if you know a solution for this issues please let me know.

Many Thanks.

Regards,

tsiou
07-30-2008, 05:45 AM
You can :
1. I you don't have require verify = sender enabled in exim.conf enable it.

2. Install mod_security in apache where you can disable bcc, cc in contact forms for users that are using insecure scripts

glio
07-30-2008, 06:35 PM
You can :
1. I you don't have require verify = sender enabled in exim.conf enable it.

2. Install mod_security in apache where you can disable bcc, cc in contact forms for users that are using insecure scripts

it that mean i need to change:

#require verify = sender

change to :


require verify = sender

and save?

tsiou
07-30-2008, 06:42 PM
Yes and restart exim.
But this isn't enough.. It's just a step of many that you could (should) do...

nobaloney
08-01-2008, 12:53 PM
I don't see how require verify = sender is going to stop outgoing spam; outgoing email is always going to come from a valid sender on the server.

Jeff

tsiou
08-01-2008, 02:48 PM
I don't see how require verify = sender is going to stop outgoing spam; outgoing email is always going to come from a valid sender on the server.

Jeff

If you 're working late you forget what the first post was asking about :)