• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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