Michael M Slusarz | 1 Feb 2012 21:19
Favicon
Gravatar

Re: Dynamically selecting an IMAP server for authentication in IMP5

Quoting Arminas <g.arminas <at> gmail.com>:

> Hi,
>
> We're using imap servers for an authentication. I'm trying to implement
> automatic imap server selection/detection for authentication, but I wasn't
> able to find any tutorial about it for IMP5. An article in
> http://wiki.horde.org/ImapSelect seems like is "out of date". So I have
> some questions:
>
> Which application should alter authentication server's string to the right
> one - weather the preauthenticate function must be defined in
> horde/config/hooks.php, or in horde/imp/config/hooks.php?

It depends on if you are using IMAP authentication (Horde) or IMP  
application authentication (IMP).  If your primary usage of the Horde  
installation is IMP, you should ALWAYS be using IMP application  
authentication.

> If IMP app should
> handle this, then what must be done to call this hook function? If I define
> simple function
>       public function preauthenticate($userId, $credentials) { return
> false; }
> in imp/config/hooks.php, I can see it is never called.

No, that should cause any IMP authentication to fail.  Which I can  
verify happens.

> Which variables must be set so IMP can know where to try to authenticate?
(Continue reading)

Michael M Slusarz | 1 Feb 2012 21:20
Favicon
Gravatar

Re: DIMP - new mail, autocomplete

Quoting Martin Hochreiter <linuxbox <at> wavenet.at>:

> Is there a way, to show more entries from the addressbook during
> DIMP's autocomplete when writing a new mail?

What do you mean "show more entries".  The autocompleter shows ALL  
entries from the search by default.

michael

___________________________________
Michael Slusarz [slusarz <at> horde.org]

--

-- 
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Michael M Slusarz | 1 Feb 2012 21:21
Favicon
Gravatar

Re: IMP do not show new mails on subfolders

Quoting Samuel Wolf <samuel_wolf <at> web.de>:

> ###########
> # INBOX            #
> # Folder             #
> #    . . Subfolder #
> ###########
>
> IMP do not show new mails on the subfolder, only on the "Folder".
> If I click on the "Subfolder" IMP show the new mails "Subfolder (1)".
>
> Idea what is the problem?

Works fine here.

michael

___________________________________
Michael Slusarz [slusarz <at> horde.org]

--

-- 
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
Martin Hooyer | 1 Feb 2012 22:30

Error Horde auth (encryptKey parameter is not a valid callback)

Hello horde users,

I just installed horde with imp and now i try to use imap auth.

But i get the follow error if i try to login:

encryptKey parameter is not a valid callback.

Message from syslogd <at> serv5 at Feb  1 18:47:23 ...
  HORDE: [imp] encryptKey parameter is not a valid callback. [pid 28258 
on line 201 of "/usr/local/lib/php/Horde/Imap/Client/Base.php"]

I can not find any info on google for this... and i hope that there is 
someone who can help me.

Thanks

Kind regards
Martin
--

-- 
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Gunnar Wrobel | 1 Feb 2012 22:41
Picon
Gravatar

Re: Error Horde auth (encryptKey parameter is not a valid callback)


Hi Martin,

Martin Hooyer <martin <at> hooyer.net> schrieb:

>Hello horde users,
>
>I just installed horde with imp and now i try to use imap auth.
>
>But i get the follow error if i try to login:
>
>encryptKey parameter is not a valid callback.
>
>
>Message from syslogd <at> serv5 at Feb  1 18:47:23 ...
> HORDE: [imp] encryptKey parameter is not a valid callback. [pid 28258 
>on line 201 of "/usr/local/lib/php/Horde/Imap/Client/Base.php"]
>
>
>I can not find any info on google for this... and i hope that there is 
>someone who can help me.

This is a problem created by the recent update. It has been 
discussed on the Horde list today and a fix has already been comitted to git. I expect a corresponding
package (Horde_Imap_Client-1.4.3) to arrive on pear.horde.org rather soon. Sorry for the
inconvenience on your first install. Fortunately upgrades are trivial with Horde 4 ;)

Cheers,

Gunnar
(Continue reading)

Michael M Slusarz | 1 Feb 2012 22:49
Favicon
Gravatar

Re: Error Horde auth (encryptKey parameter is not a valid callback)

Quoting Gunnar Wrobel <wrobel <at> pardus.de>:

> This is a problem created by the recent update. It has been
> discussed on the Horde list today and a fix has already been  
> comitted to git. I expect a corresponding package  
> (Horde_Imap_Client-1.4.3) to arrive on pear.horde.org rather soon.

This was already fixed in 1.4.2, which was pushed several hours ago.

michael

___________________________________
Michael Slusarz [slusarz <at> horde.org]

--

-- 
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Samuel Wolf | 2 Feb 2012 00:16
Picon

Re: IMP do not show new mails on subfolders

-----Ursprüngliche Nachricht-----
Von: "Michael M Slusarz" <slusarz <at> horde.org>
Gesendet: 01.02.2012 21:21:28
An: imp <at> lists.horde.org
Betreff: Re: [imp] IMP do not show new mails on subfolders

>Quoting Samuel Wolf <samuel_wolf <at> web.de>:
>
>> ###########
>> # INBOX            #
>> # Folder             #
>> #    . . Subfolder #
>> ###########
>>
>> IMP do not show new mails on the subfolder, only on the "Folder".
>> If I click on the "Subfolder" IMP show the new mails "Subfolder (1)".
>>
>> Idea what is the problem?
>
>Works fine here.

It is not a IMP problem, the subfolders work with the dovecot version of ubuntu 10.04 (dovecot-imapd
(1:1.2.9-1ubuntu6.4)) but
not with the dovecot version of debian squeeze (dovecot-imapd (1:1.2.15-7)).

Some thing is different there, but I can not find out what...

Michael, thanks for the reply.

Samuel
(Continue reading)

Suzuki Takayuki | 2 Feb 2012 08:55
Picon

CVE-2012-0791

Hello All,

I'm using IMP H3 (4.3.10) (Horde 3 Stable Release) with my mail server
and provide the service to my colleagues. As I found a vulnerability :
CVE-2012-0791 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0791
, I want to apply patches to my Horde IMP for the fix.

So, does someone have any plan to fix the issue in IMP H3? Though I
should update to IMP H4 , I don't want it now because it may make some
confusion in my colleagues.
Please give me any advice.

Best regards,
Takayuki Suzuki
--

-- 
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Samuel Wolf | 2 Feb 2012 17:55
Picon

Re: IMP do not show new mails on subfolders


If I click on "Virtual Inbox" all unseen mails are shown, as well from the subfolders.
Looking for a bug report on the dovecot-imapd package in debian, but there is nothing.

How can I debug this problem?
Did anybody now where the "Check for New Mail" flag is in the Maildir stored?
-----Ursprüngliche Nachricht-----
Von: "Michael M Slusarz" <slusarz <at> horde.org>
Gesendet: 01.02.2012 21:21:28
An: imp <at> lists.horde.org
Betreff: Re: [imp] IMP do not show new mails on subfolders

>Quoting Samuel Wolf <samuel_wolf <at> web.de>:
>
>> ###########
>> # INBOX            #
>> # Folder             #
>> #    . . Subfolder #
>> ###########
>>
>> IMP do not show new mails on the subfolder, only on the "Folder".
>> If I click on the "Subfolder" IMP show the new mails "Subfolder (1)".
>>
>> Idea what is the problem?
>
>Works fine here.
>
>michael
>
>___________________________________
(Continue reading)

Samuel Wolf | 2 Feb 2012 19:11
Picon

Re: IMP do not show new mails on subfolders


S: * LIST () "/" "Work"
S: * STATUS "Work" (RECENT 0)
S: * LIST () "/" "Work/Subfolder"
S: * NO Invalid mailbox name
Why I get here a invalid mailbox name?
Maybe I forget a option when I move the mailserver from ubuntu 10.04 to debian 6?
___________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
--

-- 
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org


Gmane