Re: Mail routing problem

2009-07-10 Thread Sahil Tandon
On Jul 10, 2009, at 5:44 AM, Sam Przyswa wrote: Hi, I have to build a mail system with one main server (main) who send mails to several secondaries servers on the net as serv1, serv2, servX, for the same domain but how to send mail from the serv1 to an user on the serv2 for the same doma

Mail routing problem

2009-07-10 Thread Sam Przyswa
Hi, I have to build a mail system with one main server (main) who send mails to several secondaries servers on the net as serv1, serv2, servX, for the same domain but how to send mail from the serv1 to an user on the serv2 for the same domain without got the "user unknown" reply on serv1 and

Re: Mail routing problem.

2008-11-27 Thread Guy
Worked like a charm. Thanks a bunch for the help Sahil. 2008/11/27 Sahil Tandon <[EMAIL PROTECTED]>: > You needn't place anything but tiscali.co.uk in your transport file. > Mail addressed to the other (local and non-local) domains should arrive > at the appropriate nexthop by default. You are on

Re: Mail routing problem.

2008-11-27 Thread Sahil Tandon
Guy <[EMAIL PROTECTED]> wrote: > /etc/postfix/transport contains: > mylocaldomain1 smtp:localserver.mydomain.org > mylocaldomain2 smtp:localserver.mydomain.org > tiscali.co.uk smtp:othergateway.mydomain.org > * :MX's of other domains You needn't place a

Re: Mail routing problem.

2008-11-27 Thread Sahil Tandon
Guy <[EMAIL PROTECTED]> wrote: > I've got a bit of a problem. I have two mail gateways that do > virtual_alias_maps lookups via mysql. So local mail gets passed back > to the imap servers, while any forwarding accounts go out from the > gateway to which ever remote email address the user has speci

Re: Mail routing problem.

2008-11-27 Thread Guy
[UPDATE] Been looking at transport tables. Is the following solution workable as a temporary measure? On the unblacklisted gateway I add the blacklisted gateway to the mynetworks line in main.cf. On the blacklisted gateway I do the following: Add the line below to main.cf transport_maps = hash:/

Mail routing problem.

2008-11-27 Thread Guy
Hi guys, I've got a bit of a problem. I have two mail gateways that do virtual_alias_maps lookups via mysql. So local mail gets passed back to the imap servers, while any forwarding accounts go out from the gateway to which ever remote email address the user has specified. My problem is that one o