[horde] Different login to dovecot than general login

Michael J Rubinsky mrubinsk at horde.org
Wed Oct 12 20:47:18 UTC 2016


Quoting Holger A. Brinkhaus <holger at brinkhaus.org>:

> Hi,
>
> Currently I want to move from SOGo to Horde.
>
> I have the following configuration:
> Authorization is checked by "pure" userid (without @domain.tld)  
> through Active Directory. This works fine.
>
> For Dovecot I need (because of the usage of virtual domains) the  
> login by mail address. Dovecot accepts also pure user for login but  
> leads to wrong mailbox.
>
> In the IMP backends.local.php  hordeauth is set to full:
>
> $servers['imap'] = array(
>    // ENABLED by default; will connect to IMAP port on local server
>    'disabled' => false,
>    'name' => 'IMAP Server',
>    'hostspec' => 'localhost',
>    'hordeauth' => full,

^^^
Make sure the the value is quoted, it's a string.
I.e., 'hordeauth' => 'full',


>    'protocol' => 'imap',
>    'port' => 143,
>    'secure' => 'tls',
>    'debug' => '/tmp/hordeimap.log'
> );
>
> I already tried to manipulate userid by horde hook with  
> postauthenticate. This works principally  (approved by logging) but  
> I get the message for IMP that this user cannot log in. When I (in  
> this case) log into webmail manually with the exact credentials  
> which has been set in the hook I got connected to right mailbox...
>
> Do you have any suggestions for me?
>
> Best regards
>   Holger
> -- 
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org



-- 
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2007 bytes
Desc: S/MIME Signature
URL: <https://lists.horde.org/archives/horde/attachments/20161012/03112cbf/attachment.bin>


More information about the horde mailing list