• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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