> after we˙ve got cyrus running, we have another problem.
>
> We can˙t send mail with postfix (smtp). It seems that
>
> Postfix doesn˙t know the cyrus user.
> from mail.log:
> Apr 4 16:13:03 XXXXX postfix/smtpd[1343]: 3C6A3137: reject: RCPT from
> unknown[XXX.XXX.XXX.XXX]: 550 <[EMAIL PROTECTED]>: User unknown
> in local recipient table; from=<[EMAIL PROTECTED]> proto=ESMTP
> helo=<XXXXX>
Try setting
local_recipient_maps =
in main.cf, to tell postfix not to try lookup local users first
>
>
>
> main.cf
>
>
>
> local_transport = cyrus
>
> mydestination = localhost, XXX.XXX.XXX.XXX
>
thats it - thank you very much