home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
groupoffice-com-2.01
/
auth_mail_servers.inc
< prev
next >
Wrap
Text File
|
2004-03-08
|
697b
|
21 lines
<?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';
?>