6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/24/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#10448] Preauth hook and authusername hook are not used
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . .. . __ .__. [ __|\/|| |/ `[__] [_./| ||__|\__.| |
Comment
>>> Just for my own knowledge: Is there a "horde" way to access the Imp >>> auth data? Because for me it does make sense to couple the auth of >>> Ingo to Imp as its settings are also under the Imp menu and sieve >>> rules are set on the mail server. >> >> $ob = $GLOBALS['registry']->call('mail/imapOb'); >> $username = $ob->getParam('username'); > > Hi, > I tried to use hooks to authenticate against dovecot managesieve in > ingo 3.0.1 with no success. I'm using exactly same way how to get > username and password from imap login, both values 'username' and > 'password' are filled correctly, but I stil receiving: > dovecot: managesieve-login: Disconnected (auth failed, 1 attempts): > user=<neco@nekde.cz>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, > secured > > > Thanks > > Petr > this is my hooks.php > > class Ingo_Hooks > { > public function transport_auth($driver) > { > $ob = $GLOBALS['registry']->call('mail/imapOb'); > return array( > 'username' => $ob->getParam('username'), > 'password' => $ob->getParam('password') > ); > > } > } > > What could be wrong? > > Thanks > > Petr
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers