Groupware Server With Group-Office, Postfix, Dovecot And SpamAssassin On Debian Lenny (5.0) - Page 4
Install the serverclientThe serverclient module for Group-Office can automatically create new mailboxes when you create a new user. Install the module and add the following to the Group-Office config.php file: Note: If you have multiple Group-Office installations and one to manage Postfix, you can add these values to: /etc/groupoffice/globalconfig.inc.php. All Group-Office installations will use these values then. You probably want to configure the serverclient_domains per installation in their config.php files. #GO will connect to this installation to add a mailbox $config['serverclient_server_url']='http://localhost/groupoffice/'; #The admin account of GO. Remember to change the password here too if you change it. $config['serverclient_username']='administrator'; $config['serverclient_password']='somepass'; #comma separated list of mailbox domains $config['serverclient_domains']='intermeshdev.nl'; #The email account properties that will be added for the user $config['serverclient_mbroot'] = ''; $config['serverclient_use_ssl'] = '0'; $config['serverclient_novalidate_cert'] = '0'; $config['serverclient_type']='imap'; $config['serverclient_host']='localhost'; $config['serverclient_port']=143; $config['serverclient_smtp_host']='localhost'; $config['serverclient_smtp_port']=25; $config['serverclient_smtp_encryption']=''; $config['serverclient_smtp_username']=''; $config['serverclient_smtp_password']=''; The module will connect using curl functions so the php5 curl extension is required for this to work.
Finished!Now it should work! Restart Postfix, SpamAssassin and Dovecot and start testing! Log in to Group-Office and add a domain and mailbox. Now go to the e-mail module and add an e-mail account: E-mail -> Settings -> Accounts -> Add Enter: Host: localhost Now send a test mail!
|



Recent comments
11 hours 34 min ago
13 hours 10 min ago
17 hours 30 min ago
21 hours 21 min ago
1 day 9 hours ago
1 day 15 hours ago
1 day 17 hours ago
1 day 19 hours ago
1 day 19 hours ago
1 day 20 hours ago