Changes

Jump to navigation Jump to search
m
Line 16: Line 16:     
*How can I add the admin user as an administrator for Horde?
 
*How can I add the admin user as an administrator for Horde?
You can set up the admin user as an administrator for Horde. This gives you the ability to view the Horde configuration via the web interface. The web interface explains what the settings are actually for. This is helpful if you are developing any of the additional horde addon modules as you can see what the configuration should look like. After figuring out the layout you can build the default templates based on that output.
  −
By default, no user has the ability to update the default configuration files from the web interface. If you want to make a change, you can change it from the web interface, when done click on generate configuration. You will get an error stating that you could not save the backup configuration file, but the output is still displayed so you can see what the settings should be. To add this function, you will need to create a custom template. Here are the steps to take: 
     −
  mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php
+
config setprop horde Administration enabled
  cd /etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php/
+
  signal-event email-update
  cp /etc/e-smith/templates/home/httpd/html/horde/config/conf.php/120Authentication .
  −
  pico -w 120 120Authentication
  −
  −
Replace
  −
  $conf['auth']['admins'] = array();
  −
 
  −
with
  −
  $conf['auth']['admins'] = array('admin@{$DomainName}');
  −
  −
After that regenerate the configuration file
  −
  expand-template /home/httpd/html/horde/config/conf.php
  −
  −
Verify your new entry
  −
  more /home/httpd/html/horde/config/conf.php
  −
  −
Login to webmail as admin. You should have an administration icon on the sidebar. Click setup, then your horde application. You must use the sidebar if you want to use the administration features.
  −
 
  −
This item was originally posted as [[http://bugs.contribs.org/show_bug.cgi?id=831 SME Server bug 831]]
  −
  −
'''Warning'''
  −
Do not use any other feature other than setup as you could cause damage to your installation!
      
    
 
    
 
*I get "421 per host concurrency limit reached" when I try to send an email using IMAP
 
*I get "421 per host concurrency limit reached" when I try to send an email using IMAP
 
A fix is documented [[http://forums.contribs.org/index.php?topic=33124.0 here]].
 
A fix is documented [[http://forums.contribs.org/index.php?topic=33124.0 here]].
 
+
 
   
===Client Computers===
 
===Client Computers===
  

Navigation menu