[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [RaQ3] Accepting E-Mail outside domain
- Subject: [cobalt-users] [RaQ3] Accepting E-Mail outside domain
- From: "Trevor Munday" <cobalt@xxxxxxxxxxxxxx>
- Date: Sat Oct 21 09:00:59 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Searched the archive and knowledge base and found a part answer but looking
for something a little more secure!
A customer wants to be able to accept e-mail at domain.com and domain.co.uk.
Yes I could set-up 2 virtual sites, but I want to be able to collect the
e-mail using 1 virtual site.
How can I configure a RaQ3 to accept the second domains e-mail using a User
account in the virtual site of the first domain?
Found this on the knowledge base but its not a very secure way of doing it:
***********
Due to security issues this was changed in RaQ Patch 2.0 so that a user
could only create an alias for a name within their domain. Thus
john@xxxxxxxxxxx could not create an alias for john@xxxxxxxxxxxx
To re-enable this feature/bug you must edit the following file:
/usr/admserv/cgi-bin/.cobalt/siteUserEmail/siteUserEmail.cgi
Look for the line shown here:
if( $aliasDomain && ( $domainName!~/.$aliasDomain$/ &&
$domainName ne
$aliasDomain ) ) { $badAlias=1; }
Comment out the line. The line should now look like this:
# if( $aliasDomain && ( $domainName!~/.$aliasDomain$/ && $domainName ne
$aliasDomain ) ) { $badAlias=1; }
***********
Thanks.
Trevor.