home *** CD-ROM | disk | FTP | other *** search
- <?php
- /*
- specify IMAP or POP3 servers here that Group-Office may use to authenticate in the following form:
-
- $auth_imap_servers[0]['domain'] = 'intermesh.nl';
- $auth_imap_servers[0]['ip'] = '192.168.1.1';
- $auth_imap_servers[0]['port'] = '143';
- $auth_mail_servers[0]['type'] = 'imap';
- $auth_mail_servers[0]['mbroot'] = 'INBOX.';
- $auth_mail_servers[0]['add_domain_to_username'] = 'true';
- */
-
- $auth_mail_servers[0]['domain'] = 'localhost.localdomain';
- $auth_mail_servers[0]['ip'] = 'localhost/notls';
- $auth_mail_servers[0]['port'] = '143';
- $auth_mail_servers[0]['type'] = 'imap';
- $auth_mail_servers[0]['mbroot'] = '';
- $auth_mail_servers[0]['add_domain_to_username'] = 'false';
-
- ?>
-