Re: [Exim] AUTH= support for lmtp transport

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Oliver Eikemeier
Data:  
Para: Claas Hilbrecht
CC: Exim users list
Assunto: Re: [Exim] AUTH= support for lmtp transport
Claas Hilbrecht wrote:

>> MAIL FROM=<> AUTH=<user>
>>      ^^^^

>>
>> I'm using
>>
>> driver = smtp
>> protocol = lmtp
>> authenticated_sender = $authenticated_id
>>
>> works great. If you want *everyone* to be allowed to post to
>> "cyrus_mailbox_name+subfolder_in_cyrus@???", set the ACL on
>> subfolder_in_cyrus to 'anonymous p', see cyradm(1). You don't need to
>> patch exim for that.
>
> The last time I tried this it doesn't work for me but I can't remember
> why. This is why I create the auth patch for exim 4.20. Do you have any
> better tool that cyradm to manage imap folders? I really seek for a web
> tools that allows users to modify their acls. It's really difficult for
> novice users to use cyradm. I can explain plus adressing to them but not
> how to use cyradm to add the acl for anonymous.


http://sourceforge.net/projects/websieve/


Btw, mx1.linum.com doesn't add a 'Received:' line, see RFC2821:

3.8.2 Received Lines in Gatewaying

When forwarding a message into or out of the Internet environment, a
gateway MUST prepend a Received: line, ...