Re: Same domain in two machines and forwarding messages between

2001-06-05 Thread Sebastian Wain

I read the page, but I have mainly one question:

* In my maillog the mail to the exchange is 
[EMAIL PROTECTED], not [EMAIL PROTECTED], in the example the
mail is forwarded to @exchange.example.com and not to @example.com, I think I am 
searching to forward to the same domain.

I think that technically the qmail must connect to exchange.example.com, but send a 
[EMAIL PROTECTED] in "rcpt to:", something like smtproutes combined with alias. My 
"wish" is to do something like this:

[EMAIL PROTECTED]: [EMAIL PROTECTED][10.1.1.10] 

where the user aaa is forwarded using the same domain but to another machine.


Thank you again.
Sebastian Wain




On Tue, 5 Jun 2001 13:27:56 -0400
"Dave Sill" <[EMAIL PROTECTED]> wrote:

> Sebastian Wain <[EMAIL PROTECTED]> wrote:
> 
> >I have one domain domain.com and two machines (AAA and BBB), AAA
> >receives mail to [EMAIL PROTECTED] and depending on the user
> >forward it to [EMAIL PROTECTED] in BBB. 
> 
> See:
> 
>   http://www.faqts.com/knowledge_base/view.phtml/aid/1832/fid/205
> 
> -Dave



Same domain in two machines and forwarding messages between

2001-06-05 Thread Sebastian Wain

Excuse me for repeat this question but I don't mind how to do this in qmail.

I have one domain domain.com and two machines (AAA and BBB), AAA receives mail to 
[EMAIL PROTECTED] and depending on the user forward it to [EMAIL PROTECTED] in 
BBB.

I try with:

* With smtproutes all the mails at domain.com is forwarded to BBB.

* With fastforward + Virtual Domains: I received a mail in AAA to domain.com, if the 
name is in the aliases file I change domain.com to a virtual domain in AAA (leaving 
the mail in AAA) , but how can I do a forward to BBB if that user is not in the 
aliases at AAA???


Thank You again.
Sebastian Wain


ps: 

Why I have to do this?

I have and Exchange server running on NT serving thousands of email addresses and I 
have to migrate smoothly to Unix, since this is very critic the two systems must 
cooperate and share the same domain.



Re: Forwarding some mail recipients to other machine.

2001-05-29 Thread Sebastian Wain

If you have a longer list of recipients in the two domains (something like 2k at each 
one), there is another solution beyond the alias?

Thank You
Sebastian Wain


On Mon, 28 May 2001 11:29:45 -0600
Charles Cazabon <[EMAIL PROTECTED]> wrote:

> Sebastian Wain <[EMAIL PROTECTED]> wrote:
> > I wish to receive the email from Internet in a machine (running qmail) and
> > forward it (depending the receiver) to another machine, but leaving some
> > recipients in the first machine.
> > 
> > How can I do it with qmail?  I know that I can forward all the mails to
> > another machine using smtproutes, but I haven't found information about
> > forwarding some recipients only.
> 
> The easiest way to do this is to make the domain in question a virtual domain,
> handled by alias:
> 
>   domain.net:alias-domain
> 
> If you want to handle a small number of accounts in this
> domain locally, you then create a few .qmail files for them, doing something
> like forwarding to a different name, which is a qmail local domain:
> 
>   ~alias/.qmail-domain-joe
> 
>   &[EMAIL PROTECTED]
> 
>   ~alias/.qmail-domain-jill
> 
>   &[EMAIL PROTECTED]
> 
> and handle the rest with a .qmail-default file forwarding to a remote domain:
> 
>   ~alias/.qmail-domain-default
> 
>   |forward "$DEFAULT"@remote.domain.net
> 
> Charles
> -- 
> ---
> Charles Cazabon<[EMAIL PROTECTED]>
> GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
> Any opinions expressed are just that -- my opinions.
> ---



Forwarding some mail recipients to other machine.

2001-05-28 Thread Sebastian Wain

I wish to receive the email from Internet in a machine (running qmail) and forward it 
(depending the receiver) to another machine, but leaving some recipients in the first 
machine.

How can I do it with qmail?
I know that I can forward all the mails to another machine using smtproutes, but I 
haven't found information about forwarding some recipients only.


Thank You
Sebastian Wain