AW: postfix doesn't know cyrus user

2003-04-04 Thread Maik Knittel



> 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 X 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=

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




Re: postfix doesn't know cyrus user

2003-04-04 Thread Chris Picton
On Fri, 2003-04-04 at 16:32, Maik Knittel wrote:

> 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 X 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=

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
> 

-- 
-+--
Chris Picton | PGP Key ID: 9D28A988 (wwwkeys.pgp.net)
 Solutions Developer | PGP Key Fingerprint:
 Tangent Systems | 2B46 29EA D530 79EC D9EA 3ED0 229D 6DD6 9D28 A988
[EMAIL PROTECTED] | http://www.tangent.co.za/keys/chrisp.asc
-+--


signature.asc
Description: This is a digitally signed message part


Re: postfix doesn't know cyrus user

2003-04-04 Thread Jure Pecar
On Fri, 4 Apr 2003 16:32:39 +0200
"Maik Knittel" <[EMAIL PROTECTED]> wrote:

> hello,
>  
> 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.

you have to set up the local_recipient_table map that lists all users that
you want to accept mail for. how you do that greatly depends on your
setup.

--

Jure Pecar


postfix doesn't know cyrus user

2003-04-04 Thread Maik Knittel








hello,

 

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 X 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=

 

main.cf

 

local_transport = cyrus

mydestination = localhost, XXX.XXX.XXX.XXX

 

thanks again