On 2012-08-28 VALOIS, Pascal wrote:
> I want to set up a postfix server, who receive mails for domain
> @test.fr, with a fallback for unknown adress, where unknown adresses
> @devinci.fr will be sent to a secondary serveur.
> 
> i added to my main.cf
> 
> fallback_transport_maps = hash:/etc/mail/transport
> 
> my transport map containig :
> 
> .test.fr SMTP:fallback.devinci.fr
> test.fr SMTP:fallback.devinci.fr
> 
> but when i send a mail to bobisnotth...@devinci.fr, postfix replies
> me that the user is unknow in virtual alias table instead of sending
> him to the fallback.
> 
> any idea ?

I doubt that what you're trying to achieve is possible. A server cannot
at the same time be the final destination and not the final destination
for a given domain.

What is the actual problem you're trying to solve with a setup like
this?

Regards
Ansgar Wiechers
-- 
"Abstractions save us time working, but they don't save us time learning."
--Joel Spolsky

Reply via email to