RV Products Forums: strange problem with enable/disable options - RV Products Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

strange problem with enable/disable options

#1 Guest_Guest_*

  • Group: Guests

Posted 11 December 2004 - 08:57 AM

Hi,

I can only enable/disable Server-Wide Spam Scanning and RBL checking, the oder options are "locked". I mean i can chlick on disable, but nothing happens.

Which files change the script? I find nothing in the system.

thx!
0

#2 User is offline   pairote 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 4,345
  • Joined: 13-June 03

Posted 13 December 2004 - 08:48 AM

Do you already configure Server-Wide Spam Scanning and RBL?
0

#3 Guest_Guest_*

  • Group: Guests

Posted 13 December 2004 - 03:59 PM

yes of course, RBL working perfekt, antivirus also works, i see it in my exim logs
0

#4 User is offline   pairote 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 4,345
  • Joined: 13-June 03

Posted 13 December 2004 - 04:24 PM

I am not sure what cause the problem. PM me root password, domain that disabling option doesn't work and then I can take a look.
0

#5 Guest_Zach_*

  • Group: Guests

Posted 29 December 2004 - 10:35 PM

I'm having exactly the same problem -- did anyone find a solution?

Zach
0

#6 User is offline   webdesignlx 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 34
  • Joined: 20-January 05

Posted 20 January 2005 - 08:27 AM

I acnt desable to sad.gif what is the fix to the problem? can some one post it here?

thanks in advance.
0

#7 User is offline   pairote 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 4,345
  • Joined: 13-June 03

Posted 20 January 2005 - 03:51 PM

Do you chmod the whitelist files to 777?

Try this:
cd /usr/local/cpanel/base/eximacl/
chmod 777 /usr/local/cpanel/base/eximacl/*
0

#8 User is offline   pairote 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 4,345
  • Joined: 13-June 03

Posted 27 January 2005 - 01:31 AM

PM me root access, I will take a look.
0

#9 User is offline   webdesignlx 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 34
  • Joined: 20-January 05

Posted 27 January 2005 - 03:58 AM

QUOTE(pairote @ Jan 27 2005, 01:31 AM)
PM me root access, I will take a look.

Hello,

I have PM you smile.gif

Thanks in advance for the help smile.gif
0

#10 User is offline   pairote 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 4,345
  • Joined: 13-June 03

Posted 28 January 2005 - 05:25 PM

webdesignlx, I logged in to your account and I can enable/disable all options. What is exactly your problem?
0

#11 User is offline   webdesignlx 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 34
  • Joined: 20-January 05

Posted 28 January 2005 - 06:34 PM

QUOTE(pairote @ Jan 28 2005, 05:25 PM)
webdesignlx, I logged in to your account and I can enable/disable all options. What is exactly your problem?

Hello,

In cpanel RVSkin on, "Server-Wide Spam & Virus Protection" I cant desable "RBL checking", and in non of my clientes to sad.gif

When I click the button on "Server-Wide Spam & Virus Protection", on the "RBL checking", to disable, the status is still "enable".

Sorry my bad english.
0

#12 User is offline   webdesignlx 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 34
  • Joined: 20-January 05

Posted 28 January 2005 - 09:07 PM

OK, I have fix it smile.gif

I have SSH and make the file:

touch rv_rbl_receiver_domain_whitelist
echo '# receiver Domain Name Whitelist for RBL filtering' >> rv_rbl_receiver_domain_whitelist
echo '# Format: domain name listed line by line' >> rv_rbl_receiver_domain_whitelist
echo '# Examples:' >> rv_rbl_receiver_domain_whitelist
echo '# localdomain.com' >> rv_rbl_receiver_domain_whitelist

touch rv_rbl_server_ip_whitelist
echo '# Remote Mail Server IP Whitelist for RBL filtering' >> rv_rbl_server_ip_whitelist
echo '# Format: mail server IP addresses, or IP addresses with CIDR masks listed line by line' >> rv_rbl_server_ip_whitelist
echo '# Examples:' >> rv_rbl_server_ip_whitelist
echo '# 111.111.111.111' >> rv_rbl_server_ip_whitelist
echo '# 192.168.0.0/16' >> rv_rbl_server_ip_whitelist

touch rv_rbl_sender_address_whitelist
echo '# Envelope Sender Address Whitelist for RBL filtering' >> rv_rbl_sender_address_whitelist
echo '# Format: email address listed line by line, asterisk is allowed' >> rv_rbl_sender_address_whitelist
echo '# Examples:' >> rv_rbl_sender_address_whitelist
echo '# *@example.com' >> rv_rbl_sender_address_whitelist
echo '# address@example.com' >> rv_rbl_sender_address_whitelist~


then I CHMOD 777, and now it works smile.gif

Thanks anyway for your help smile.gif
0

#13 Guest_Guest_*

  • Group: Guests

Posted 04 February 2005 - 04:32 PM

i have still the same problem sad.gif

here my permissions on the server:
CODE
root@xxx[/usr/local/cpanel/base/eximacl]# ls -laht
-rwxrwxrwx   1 root root  123  4. Feb 10:22 rv_rbl_receiver_domain_whitelist*
drwxr-xr-x  19 root root 4,0K 30. Jan 20:06 ../
-rwxrwxrwx   1 root root  171 20. Dez 20:25 rv_sender_address_blacklist*
-rwxrwxrwx   1 root root  192 11. Dez 02:56 rv_spam_receiver_domain_whitelist*
drwxr-xr-x   2 root root 4,0K 10. Dez 22:08 ./
-rw-r--r--   1 root root    0 10. Dez 22:08 .rvfiletype
-rwxrwxrwx   1 root root  13K 10. Dez 22:08 antivirusandspam.exim*
-rwxrwxrwx   1 root root  203  4. Dez 16:13 rv_rbl_server_ip_whitelist*
-rw-r--r--   1 root root    0 10. Nov 01:23 .rvrbl
-rw-r--r--   1 root root    0 10. Nov 01:22 .rvvirus
-rw-r--r--   1 root root    0 10. Nov 01:22 .rvspam
-rwxrwxrwx   1 root root  160 10. Nov 01:05 rv_spam_sender_address_whitelist*
-rwxrwxrwx   1 root root  169 10. Nov 00:56 rv_rbl_sender_address_whitelist*
-rwxrwxrwx   1 root root  117 10. Nov 00:48 rv_server_ip_blacklist*


I can't still disable "Server-Wide Virus Scanning" and "File typ scanner*, the other 2 options works...

thx
0

#14 User is offline   pairote 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 4,345
  • Joined: 13-June 03

Posted 04 February 2005 - 04:42 PM

PM me root access, I will take a look.
0

#15 Guest_Guest_*

  • Group: Guests

Posted 11 April 2005 - 11:19 AM

Same thing here too,

"Server-Wide Spam Scanning" and "RBL checking" appear to have their statuses changed, but not the other two options.

Permissions of all of the files in /usr/local/cpanel/base/eximacl/ are 777.

I chose options 2(i) in the setup. I'm going to change this to 2(ii) shortly though, I'll report back with my findings.

I'm using 'x' by the way, not any other skin.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic