[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Bug in site modification for RAQ3
- Subject: [cobalt-developers] Bug in site modification for RAQ3
- From: "Jose Luis Aguilar" <jlaguilar@xxxxxxx>
- Date: Fri Jun 22 06:20:11 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
*** This message is mainly for Sun-Cobalt ***
I just discovered the following bug in the Cobalt GUI for the RaQ3 (probably
in the RaQ4 too):
If you change the IP address of a site in the Site Configuration screen, the
system will remove the old IP address of the site from the email relaying
table. This is done without checking if there are more sites in that IP
address.
So, if you have multiple sites in one IP address, as many of us do, and you
go ahead and change the IP address of one of them so that it has its own IP
address, then the old IP address would get removed from the email relaying
table, and all your other sites that are in that IP address will be removed
from the relaying table.
The actual bug is in the script
/usr/admserv/cgi-bin/.cobalt/siteMod/siteMod.cgi around line 546.
The script should check first if there are more sites with the same IP
address, before removing the IP from the email relay table.
Jose Aguilar