Scott Galambos
- Total activity 343
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 93
Comments
Recent activity by Scott Galambos-
I guess its right. I mean other servers will accept the message if the account exists still even if its not the proper MX server. Its not correct or incorrect behaviour.
-
But it doesn't work. I got /etc/apache2/logs/domlogs/hydes and type tail -f *, then I hit any site and not a single thing comes up. no logs move at all. what am I missing?
-
Yes, it did, thanks.
-
So the ID for a whitelist has to be the ID for an existing rule to whitelist against. Is this how you whitelist an IP address then? SecRule REMOTE_ADDR "@IPMatch 72.238.15.34" "id:941160,ctl:ruleE...
-
great, thanks for your help.
-
Are these ID's sequential? Like is their preference linear? If I want to whitelist an IP like above does my ID have to be as low as possible (eg. 1 thru say 200)? Or can I make it like 60000 and...
-
I'm trying to do this? SecRule REMOTE_ADDR "^72.238.15.34$" "phase:1,id:100,nolog,allow,ctl:ruleEngine=off" But ID:100 exist already. where do I see a list of all my ID's used or free? I simply wa...
-
I got this exact problem with REQUST-941-APPLICATION-ATTACK-XSS.conf. These rules need to be improved. And whenever I add this to my modsec2.whitelist.conf file manually via SSH: SecRule REMOTE_A...
-
The assumption from the server is that they don't exist because either they don't resolve or your server is not able to resolve them. What is in your resolv.conf? This is in my resolv.conf, its ...
-
Right. The email address doesn't exist and there is no email servers running on whatever.com so the email can't be sent out. The server will keep trying to reach it for a bit then it will eventual...