OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: luser command
From: Wietse Venema (wietseporcupine.org)
Date: Wed May 10 2000 - 08:18:06 CDT


Etienne Roulland:
> Hi,
>
> i sent a message on this list and i get no answer, so i'll try to be more
> explicite..
> I'm migrating a mail system from sendmail + UW Imap to Cyrus + Postfix. I
> can't migrate all my users on one time. So i'd like to move my MX record to
> the postfix box. When a user is unknown i like postfix to resend the mail
> to the new box.
>
> So i put this line in my main.cf
> luser_relay = $useratlas.campus.univ-poitiers.fr

If the user DOES NOT EXIST in /etc/passwd, forward the mail to
atlas.campus.univ-poitiers.fr.

> i also have :
> mailbox_transport = cyrus

If the user DOES EXIST in /etc/passwd, give the mail to cyrus for
mailbox delivery.

Perhaps you have things backwards.

        Wietse