In config/registry.php set status to hidden as below.
$this->applications['horde'] = array(
'fileroot' => dirname(__FILE__) . '/..',
'webroot' => _detect_webroot(),
'initial_page' => 'login.php',
'name' => _("Horde"),
'status' => 'hidden',
'templates' => dirname(__FILE__) .
the problem, if I run formail
>
> new_inbox, and after I rename new_inbox in inbox with right permissions,
> users
> can access it again.
> So do you think it could come from the IMAP server ?
>
>
> andrew colin <[EMAIL PROTECTED]> a écrit :
>
> > Do
Doesn't IMP connect to a IMAP backend to be able to display the users mail ?
On 2/21/08, Nicolas Camacho <[EMAIL PROTECTED]> wrote:
> My users have access to their mailboxes via Webmail, so I don't understand why
> it should be related to my IMAP server. But how can I ver
Is that not related to your IMAP server ?
On 2/21/08, Nicolas Camacho <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have horde (4) installed on Linux Debian Sarge and running few years
> without
> problem but sometimes, in some INBOXES, users can't delete messages or move
> into other folders.
>
>
2/12/08, Anant Athavale <[EMAIL PROTECTED]> wrote:
> Set the realm parameter to your domain name. This will append your
> domain to user id.
>
>
>
> - Message from [EMAIL PROTECTED] -
> Date: Tue, 12 Feb 2008 09:02:47 +0200
> From: andrew colin
On 2/12/08, Michael Rubinsky <[EMAIL PROTECTED]> wrote:
> Quoting andrew colin <[EMAIL PROTECTED]>:
>
> > Hi all
> >
> > I have setup imp to use horde authentication against a mysql database
> > the usernames are in the format [EMAIL PROTECTED] However w
Hi all
I have setup imp to use horde authentication against a mysql database
the usernames are in the format [EMAIL PROTECTED] However when imp
connects to the imap server it is stripping off the domain part
causing the login to fail.
How do i configure imp such that it sends the username in [EMA