Alternc  latest
Alternc logiel libre pour l'hébergement
config.inc.php File Reference

Go to the source code of this file.

Variables

 $config = array()
 
 $config ['default_host'] = 'localhost'
 
 $config ['smtp_server'] = ''
 
 $config ['smtp_port'] = 25
 
 $config ['smtp_user'] = ''
 
 $config ['smtp_pass'] = ''
 
 $config ['support_url'] = ''
 
 $config ['product_name'] = 'Roundcube Webmail'
 
 $config ['des_key'] = 'PFMKPD0[UcU3tvt8zrODOIsQ'
 
 $config ['plugins']
 
 $config ['skin'] = 'larry'
 

Variable Documentation

◆ $config [1/11]

$config = array()

Definition at line 20 of file config.inc.php.

◆ $config [2/11]

$config[ 'default_host'] = 'localhost'

Definition at line 35 of file config.inc.php.

◆ $config [3/11]

$config[ 'des_key'] = 'PFMKPD0[UcU3tvt8zrODOIsQ'

Definition at line 72 of file config.inc.php.

◆ $config [4/11]

$config[ 'plugins']
Initial value:
= array(
'archive',
'zipdownload',
'managesieve',
'password'
)

Definition at line 75 of file config.inc.php.

◆ $config [5/11]

$config[ 'product_name'] = 'Roundcube Webmail'

Definition at line 66 of file config.inc.php.

◆ $config [6/11]

$config[ 'skin'] = 'larry'

Definition at line 83 of file config.inc.php.

◆ $config [7/11]

$config[ 'smtp_pass'] = ''

Definition at line 59 of file config.inc.php.

◆ $config [8/11]

$config[ 'smtp_port'] = 25

Definition at line 51 of file config.inc.php.

◆ $config [9/11]

$config[ 'smtp_server'] = ''

Definition at line 47 of file config.inc.php.

◆ $config [10/11]

$config[ 'smtp_user'] = ''

Definition at line 55 of file config.inc.php.

◆ $config [11/11]

$config[ 'support_url'] = ''

Definition at line 63 of file config.inc.php.