[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] HELP virtusertable on RAQ4i has a serious bug
- Subject: Re: [cobalt-users] HELP virtusertable on RAQ4i has a serious bug
- From: "Kevin D" <kdlists@xxxxxxxxxxxxxxx>
- Date: Fri Apr 20 07:32:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
From: "Gerhard W. Recher " <gwr@xxxxxxxxxxxx>
> GUI generates:
>
> user@xxxxxxxxxxxxxxxxx username
This is actually correct. Near the end of the file you should see:
@hisdomain.com %1@xxxxxxxxxxxxxxxxx
which makes everything sent either to user@xxxxxxxxxxxxxxxxx or
user@xxxxxxxxxxxxx go to the same place.
If you want it otherwise, well, you've got a lot of code hacking to do....
or, you could set up 2 domains for each user. One for www.domain.com for the
web site, and another, something like mail.domain.com for email.
Kevin