Re: [Exim] unknown local-part

Pàgina inicial
Delete this message
Reply to this message
Autor: Dave C.
Data:  
A: Anton Bretterklieber
CC: exim-users
Assumpte: Re: [Exim] unknown local-part
That looks like a transport - you also need a director to go with it.

Hint: Directors match addresses, and tell which Transports to use.
Transports actually do the job of delivering messages.

Hint #2: Read the spec.txt file that came with your exim (or one from
www.exim.org if yours didn't)

On 25 May 2002, Anton Bretterklieber wrote:

> Hi *,
> I'm trying exim 3.30 and cyrus-imapd 2.0.16.
> I can't deliver messages on my local machine.
> Debugging exim I get the following: unknown local-part in domain.
> local_user_cyrus director skipped: suffix mismatch.
>
> What does this mean?
>
> This is the snippet of the director:
>
> local_delivery_cyrus:
>   driver = pipe
>   command = /usr/cyrus/bin/deliver \
>             -m ${substr_1:$local_part_suffix} -- $local_part
>   user = cyrus
>   group = mail
>   return_output
>   log_output
>   prefix =
>   suffix =

>
>
> Thank you,
> Toni
>
>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>



--