• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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