[Exim] Re: rcpt_include_affixes not working for me

Top Page
Delete this message
Reply to this message
Author: TN
Date:  
To: exim-users
Subject: [Exim] Re: rcpt_include_affixes not working for me
eh.....at the risk of talking to myself & after some more extensive
debugging, I think this is nothing to do with rcpt_include_affixes, but
more my use of authenticated_sender which I have tried putting in &
finally took it out because I couldn't get it to work. Cyrus docs say
that the exact behaviour I am seeing is due to the acl's on mailboxes;
exim documentation says I can use authenticated_sender to negate this -
so I'm back to trying to get authenticated_sender to work.


So my problem migrates to this:
router:
local_user_cyrus:
driver = accept
check_local_user
local_part_suffix = +*
local_part_suffix_optional
transport = local_delivery_cyrus

transport:

local_delivery_cyrus:
driver = smtp
protocol = lmtp
rcpt_include_affixes
authenticated_sender=$local_part
hosts = localhost
allow_localhost

Which still does not deliver mail to the right folder.



TN wrote:

> Hello all,
>
> firstly, it was a toss up to post this either in exim or cyrus. I
> finally decided exim for reasons you'll see in a minute. I am using
> smtp/lmtp to deliver to cyrus.
>
> I have in my router the following:
>
> local_user_cyrus:
> driver = accept
> check_local_user
> local_part_suffix = +*
> local_part_suffix_optional
> transport = local_delivery_cyrus
>
> my transport:
>
> local_delivery_cyrus:
> driver = smtp
> protocol = lmtp
> rcpt_include_affixes
> hosts = localhost
> allow_localhost
>
> All mail, regardless of having a suffix or not, is delivered to the
> Inbox. I've tested cyrus by telnetting into it and and issuing manual
> mail commands, and I can deliver into specifically targetted folders
> this way, its only failing with 'real' mail. I am using the
> alternative namespace feature in cyrus, but this shouldn't effect
> things, as my manual message test works with it.
>
> Can anyone help me with this ? I have the exim 4.30, cyrus 2.1.6
>
> thanks
>
>