StoneyCreeker
- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Comments
Recent activity by StoneyCreeker-
Can I ask a stupid question? If I have my client use SFTP to backup their data can I set the FTP server selection to none? I just noticed I can still log into my Root using SmartFTP with SFTP af...
-
I tried that but the situation continues. I just set the FTP server selection to none until I can find a better solution somewhere. Brute force, but effective. I will have to manually re-enable it ...
-
I am using ConfigServer firewall and it is blocking most attempts after 3 failed logins. I get hundreds of emails a day from it showing blocked attempts like this: Time: Mon Mar 21 10:06:58 2016 ...
-
Yes you can if I understand your question. here is an example that might help: $h_from: contains "name@" or $h_from: contains "@domain.com" Both will work but are very powerful if not made very...
-
You need to either change the document root of the account or simply move the files up one directory. To change the document root from /home//public_html to /home//public_html/cm, follow these step...
-
I see it is just in another menu. Thank You Michael
-
After many hours of attempts to block "cialis" and not specialist or socialist unsuccessfully... The regex I found to work is: [^(spe)]cialis\b After running it through "Account Level Filtering...
-
I hope I can ask another very similar question: My cialis filter rule just caught it's first false positive because the headers contained "specialists". Here is the rule: #cialis ANY HEADER if ...
-
I still got false positives from my last syntax so today I am trying yours. Thank You for your suggestion Michael.
-
It looks like I tried to make it more complicated than it needed to be. I didn't know you could have multiple "ands" without parentheses. :confused: I changed it yesterday, (putting the "or" firs...