Koozali.org: home of the SME Server

Horde Admin Login

Offline dbuechel

  • ****
  • 99
  • +0/-0
Re: Horde Admin Login
« Reply #15 on: May 12, 2016, 03:30:42 PM »
hmmm....

in horde is my User Name - admin@0.93

??


Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Horde Admin Login
« Reply #16 on: May 12, 2016, 03:37:58 PM »
well, you did not tell us you were playing with Horde 5.2

so:
- this post is OT here since horde 5.2 is not part of SME cd
- horde 5.2 is unsupported

I move it to Contribs section

Offline dbuechel

  • ****
  • 99
  • +0/-0
Re: Horde Admin Login
« Reply #17 on: May 12, 2016, 03:57:46 PM »
I think, this is the problem: @0.93

But where can I change this?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Horde Admin Login
« Reply #18 on: May 12, 2016, 04:00:27 PM »
I sincerely don't know.. as said, Horde 5.2 is unsupported so, basically, you're on your own..

hope mrjhb3 will read this one

anyway, in https://forums.contribs.org/index.php/topic,50969.msg257624.html#msg257624, you can read "for testing purpose only"

Offline dbuechel

  • ****
  • 99
  • +0/-0
Re: Horde Admin Login
« Reply #19 on: May 12, 2016, 04:06:25 PM »
Yes - I know.

But I thought in a forum someone can help me.

;)

Offline dbuechel

  • ****
  • 99
  • +0/-0
Re: Horde Admin Login
« Reply #20 on: May 13, 2016, 08:26:12 AM »
I found the solution!

$conf['auth']['admins'] = array('admin@domain.local','admin@0.93');

^^

admin@0.93 - and everything works!

 8-)

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Horde Admin Login
« Reply #21 on: May 14, 2016, 02:20:06 AM »

That's good.  Nothing I have done tries to accommodate a user logging in to webmail via an IP address.

Just curious, what is the output of this command:more /home/httpd/html/horde/imp/config/backends.local.php
I'm going to guess that  $servers and maildomain says domain.local since that is what your first entry shows in the conf-auth-admins array.
If you could have logged into webmail using the domain.local fqdn, then I suspect this would have worked for you with no issues.

I don't know if there is a real fix for logging in via IP address and wanting to show the admin options.  If there is, the code for that is above me.

I also use an fqdn and it just works for me.

If you try to switch to test, then your admin preferences will be reset because nothing will have been saved for admin@domain.local, only for admin@0.93.

Sorry for coming to the party late, I got your email, then tried to respond by my smarthost is/was being blacklisted by one of the rbl's you are using, then I tried to respond directly via my gmail account, but I never got a response whether you received that or not.  Clicking on the horde icon was my next suggestion to see what horde was showing as your user credentials.

John
......

Offline dbuechel

  • ****
  • 99
  • +0/-0
Re: Horde Admin Login
« Reply #22 on: May 19, 2016, 08:38:16 AM »
Sorry for the late answer - I had vacation  :-D

Code: [Select]
/*
#------------------------------------------------------------
#              !!DO NOT MODIFY THIS FILE!!
#
# Manual changes will be lost when this file is regenerated.
#
# Please read the developer's guide, which is available
# at http://www.contribs.org/development/
#
# Copyright (C) 1999-2006 Mitel Networks Corporation
#------------------------------------------------------------
*/

//100Overrides
$servers['imap']['disabled'] = true;

//120IMAPServers
$servers['domain.local'] = array(
    'disabled' => false,
    'name' => 'IMAP Server',
    'hostspec' => 'localhost',
    'hordeauth' => true,
    'protocol' => 'imap',
    'port' => '143',
    'secure' => 'notls',
    'maildomain' => 'domain.local',
    'smtphost' => 'localhost',
    'smtpport' => '25',
    'cache' => false,
);


About Horde/webmail

I  can only login with the user name "admin" - not admin@domain.local

Horde version is 5.2.10


Quote
Sorry for coming to the party late, I got your email, then tried to respond by my smarthost is/was being blacklisted by one of the rbl's you are using, then I tried to respond directly via my gmail account, but I never got a response whether you received that or not. 

Interesting!

I answered directly to your GMail account! 13.05.2016 08:15

^^