Messaging Gateway

 View Only
  • 1.  Your access to the requested page is forbidden

    Posted Jul 08, 2010 02:17 PM
    Hi , i have Brightmail Gateway Version 9.0.1 (SMS 8340), i added hosts that can access the control panel and since then , i couldnt log in , Getting the msg "Your access to the requested page is forbidden" tried to access from all hosts that i entered , i must add that i have access to the Brightmail with cli . how can i change the ip adress from command line or to disable this change. thanks in advance Oren.


  • 2.  RE: Your access to the requested page is forbidden

    Posted Jul 08, 2010 09:31 PM
    I assume you are using https://host:41443
    
    I don't know the command, but this will show you what you entered. Login in as support (after using set-support)
    
     /opt/Symantec/Brightmail/mysql/bin/./mysql -h127.0.0.1 -ubrightmailuser -p`cat /data/etc/.brightmailuser` brightmail -e "Select * from settings_host_access_control"
    
    +----+-----+----------------+------+-------------+-----------+
    | id | uri | allow          | deny | dns_reverse | component |
    +----+-----+----------------+------+-------------+-----------+
    |  1 | *   | 192.168.0.24   |      |           0 |         0 |
    |  2 | *   | 10.50.0.0/16   |      |           0 |         0 |
    
    
    
    



  • 3.  RE: Your access to the requested page is forbidden

    Posted Jul 09, 2010 03:19 AM
    Hi ,  i'm using https://host:41443 to control the brightmail

    i tried your advise with the command to see what i have entered but i got this replay

    ERROR 1045 (28000): Access denied for user 'brightmailuser'@'localhost' (using password: YES)

    any idea ?


  • 4.  RE: Your access to the requested page is forbidden
    Best Answer

    Posted Jul 11, 2010 07:48 AM
    Found the answer : in version 9.0.1 to clear the host access list write this command

    " delete bcchostacl "

    and than restart the control center service with this command  " service controlcenter restart  "