OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Postfix Transport per user

From: Wietse Venema (wietseporcupine.org)
Date: Sun Nov 02 2003 - 18:03:01 CST


Momo wrote:

> I have a postfix 1.1.11.0-3 server (let's call it serverA ) witch receives
> mail dor domain.tld, and i set it to deliver mail locally in user's Maildir.
..
> I tryed adding this in my transport_maps on serverA but it don't works:
>
> domain.tld :
> user1domain.tld smtp:[serverB]

You could save yourself a lot of time by reading the documentation.

The Postfix 1.1 transport map documentation DOES NOT say that
you can have per user transport map entries. Therefore, you
CANNOT specify per user transport map entries.

        Wietse

> All incoming mail is delivered locally, and mail for user1 is bounced by
> serverA because there is no "user1" account on this server.
>
> I tryed to googlize my problem, but all the solutions i found were to set
> transport table like i did....