• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Horde admin login

L

Lord

Guest
Hello and sorry for this Question, but i didn´t find a solutions for my proplem.

I want to edit the default value for the Max size of Email Attachmends (2MB)

so i think i need a admin lookin, but where?

i try the (my) email adress in
PHP:
$conf['auth']['admins'] = array(

and copy & past the pw from the spsa webmail hadow, but i dosn´t get a login.

so i have two questions
1. i can i get the admin login
2. where can i edit the default value of max attachmend size?

Tnx for your support

p.s. sorry about my writing, i´m not an english man ;-)
 
Tnx, i found it.

but what about the admin login? Horde have one or not?
 
Originally posted by phoenixisp
Nope, no admin login, all such changes must be done through the command line.

Hello,

I reply at this message dated several months :)

No, you can login on horde as an admin...

- On SSH, edit the "conf.php" file (on my server it's on: /etc/psa-horde/horde/conf.php)

- Find the line: $conf['auth']['admins'] = array();

- Insert "admin-yourusername" between the ()

- The line must to be: $conf['auth']['admins'] = array(admin-yourusername);

- Restart apache or apache2

In fact, on the conf.php several people forget to add "admin-" just before their username ;)

Regards,

Olivier.
 
Back
Top