On 14-May-2001 Sylvain - SdV Plurim�dia wrote:
>
> Hello,
>
> I think I miss something here about forwads.
>
> What I would like to do is simple : I have a "fake" domain; let say
> "abc.com".
> In "domains" directory, I have "abc.com" with 2 users (user1 and user2).
> In server.tab, I have setup "DefaultSMTPGateways" with good settings; when
> [EMAIL PROTECTED] writes to "[EMAIL PROTECTED]", the server finds the way
> and I can read the mail.
> It works OK.
>
> I would like to add a forward so that write an email to [EMAIL PROTECTED] will
> redirect it to an official server (let's say [EMAIL PROTECTED]).
> So I played with "aliases" and "extaliases" with no luck :
> - extra line in extaliases :
> "realDomain.com" "realEmail" "abc.com" "foo"
> - extra line in aliases :
> "abc.com" "foo" "[EMAIL PROTECTED]"
>
> Please, could anyone tell me what is wrong with that ?
So basically You don't want to store any mail inside XMail.
You've two choices :
1) If the username part is the same between the two domains You could just
handle abc.com as a custom domain with a redirect command ( see doc )
2) Otherwise You could localyy handle abc.com with each account having a
mailproc.tab file with a redirect command ( see doc )
If You can handle to have case 1) it's a matter of one file edit.
- Davide