Filters Not Working
Feb 15, 2008
It seems my email filters in cpanel do not work at all. I put for example two filters for a specific email address spamming me. One is 'any headers' and the other is 'from'. I'm stilling getting spammed from this email address / IP.
I had reset exim to defaults also. Using Cpanel 11, stable.
View 3 Replies
ADVERTISEMENT
Jun 26, 2007
I have been using IMAP for the last few years, but I find it difficult to retain my carefully built set of filters across PC and laptop changes.
Is there a way to set filters at the server level so that they work at all times whether I am using Webmail (Horde or SquirrelMail) or a PC or a laptop? Kind of a set once and forget it thing?
I can see the email filtering option in each domain's cPanel, but I am not too sure it's the most robust option.
View 2 Replies
View Related
Nov 20, 2007
Cpanel 11
centos 4.5
I am testing the email filters here (account level). I sent an email from my gmail to my main hosted domain.
Subject: test
body: ä
(get foreign spam with special characters as the above)
In the filter I added two rules:
any header / discard
body / discard
(for ä)
Email still comes through.
View 2 Replies
View Related
Jun 1, 2007
I've been fighting with a cpanel VPN for a few days now. I'm trying to figure out how to implement a filter for stopping spam over a point count of say 10 from being sent to our central spam box.
I've tried several different settings in the .filter file, but am having no luck.
here is what is in the .filter now.
Code:
$message_headers contains "X-Spam-Level: **********"+++++++/dev/null
$h_X-Spam-Status: begins "Yes"+++++++spam@example.com
This is what I had tried, with no luck
Code:
# Exim filter
logfile /home/USER/filter.log
logwrite "Logging"
if error_message then finish endif
if $h_X-Spam-Level: contains "**********"
then
Discard
logwrite "discarded"
seen finish #delete them!
endif
if $h_X-Spam-Status: begins "Yes"
then
deliver spam@example.com
logwrite "sending to spam"
seen finish
endif
The log didn't work (I touched the file and chowned/chmoded it.. no luck), and all the mail kept getting through to the spam box.. some with scores of 20+.
It should be filtering the spam with a higher level (10 or up) and tossing them away, allowing the 5-10 point mails to go through to the spam box.
So far everything is going through. If you need more logs to see what is happening, I'll be happy to get them up.
View 6 Replies
View Related
Jun 25, 2009
I am trying to follow this guide on how to configure procmail:
[url]
I can login to my dedicated server via SSH, but how do I edit files etc. should this be done via SFTP, or via Shell?
View 0 Replies
View Related
Jun 13, 2007
I had made a post earlier about trying to get an exim ACL or filter to work with cpanel 10 to deny all messages with a 10 or above spam rating while forwarding 5-10 scored messages to a spambox, but I decided to tryout upgrading to CPanel 11 which adds a built-in solution.
I've had no luck using WHM's Exim Configuration editor with
"Reject mail at SMTP time if the spam score from spamassassin is greater than 10.0."
Checked under ACL's and Filters.
View 2 Replies
View Related
Jun 24, 2007
I have noticed that a customer's emails are banned by certain RBL/antispam filters even though they are sent using SMTP-Authentication through a non-banned SMTP server.
It seems that its ISP IP is blacklisted..... Is this normal?
View 1 Replies
View Related
Nov 7, 2014
OS: Centos 6.5
Plesk 12.0.18 Update #23
Rouncube 1.0.0
I have had Roundcube installed and I went and changed the mail server from Courier to Dovecot. Is the installation of Dovecot supposed to make the 'Filters' tab appear in RoundCube or is there more that is supposed to be done?I tried reinstalling Dovecot & Roundcube and the settings still do not appear.
View 1 Replies
View Related
Apr 24, 2008
I have a domain with a few forwarding email accounts that forward to mac.com email accounts... for some reason every once in a while these accounts stop working...
This is the error I get when I email to that account:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed: ...
View 9 Replies
View Related
Jul 24, 2007
I have problem,
subdomain.domain.com - not working
www.subdomain.domain.com - working
When I creating new subdomain: subdomain2.domain.com - all working ok, I have problem only with this one domain.
I deleting domain.com, deleting dns zones, deleting account, adding domain to other account - all not working for subdomain.domain.com
View 4 Replies
View Related
Jul 13, 2009
I've been working on a script which requires SSL, and in doing so, I've realised that my SSL is playing up for all domains on my server. I receive the error message: "An error occurred during a connection to www.pxlabs.net.au. SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long)".
I am using Apache 2.2 with PHP 5.2.10 along with cPanel/WHM. It used to work, but I assume maybe one of the updates have messed it up? I haven't actually touched anything in the configurations apart from going about the regular updates for cPanel.
I had a look in the httpd.conf, and I can't see any entries for virtual hosts on port 443.
View 14 Replies
View Related
Aug 9, 2008
Tried to run "yum clean all" or rpm, it's just no working at all. No error in yum log.
OS: CentOS 5, 64bits.
kernel: 2.6.18-92.1.10.el5xen
View 2 Replies
View Related
Jan 8, 2008
I'm a MS Access 2000 guru, and I'm trying to build a web page in Access. As per the instructionsin your article on [url], I've installed the IIS through the Add Windows Component section of the Add/Remove Programs application in the Control Panel. But after building the ASP file, as directed, and putting it in the C:Inetpubwwwroot folder, the browser gave me the standard "Page Not Found" display.
View 2 Replies
View Related
Mar 1, 2008
I am running APF and BFD on a Centos 4.6 machine. I can see where APF starts and inserts it's startup sequence inside the apf log. Thats all I get though. It has been running for MONTHS and I haven't gotten one IP ban. BFD's log is empty...I have never gotten a single line in any of those logs. I do have ip_tables installed from what I can tell....
When I ran portsentry it added stuff ALL of the time.
View 4 Replies
View Related
Mar 24, 2007
It's weird, whenever I start a php script using <? it doesn't work, but if I use <?php it works...why is that? I thought PHP accepted both versions.
View 3 Replies
View Related