On Čt, 2002-04-18 at 11:54, Sergey Golubitsky wrote:
> BT> 1. You may try to set "mailbox_transport" to deliver locally
(non-cyrus)
> fixed
> 
> BT>    and "luser_relay" to use cyrus if no valid local user could be
found.
> luser_relay = cyrus ?
> 
> BT> 2. You may try to set "mailbox_transport" to procmail which in
turn will
> BT>    hand the mail over to cyrus' deliver program.  If that fails,
procmail
> BT>    could try to spool it locally.
> mailbox_transport = cyrus ?
> 
> BT> 3. You may try to let postfix expand incoming addresses to
"<user>@<ltmphost>"
> BT>    or "<user>@<localhost>" and define appropriate transport_maps
for each
> BT>    destination (the former will accept cyrus emails via LMTP, the
latter
> BT>    will spool it directly into local boxes).
> please, detailed this ...
> 

I prefer delivery over lmtp - better handling of nonexistent users.
Setup is:

in main.cf:
mailbox_transport=lmtp:unix:/var/imap/socket/lmtp

and in master.cf disable chroot (or create and user
that socket somewhere under chrooted environment):
lmtp    unix    -       -       n       -       -       lmtp

ivo


Reply via email to