Buenas noches...les escribo por lo siguiente, estoy instalando PHPList a un servidor LINUX via FTP, siguiendo las instrucciones de la siguiente pagina 
http://tincan.co.uk/?lid=295, pero tengo una duda al momento de configurar el archivo lists/config/config.php con dos de los parametros siguientes:  
1er Parámetro
# if you use multiple installations of PHPlist you can set this to
# something to identify this one. it will be prepended to email report
# subjects 
$installation_name = 'PHPlist';  2do Parámetro
# if you change the path to the PHPlist system, make the change here as well
# path should be relative to the root directory of your webserver (document root) 
$pageroot = '/lists';
$adminpages = '/lists/admin'; 
yo necesito instalar en un directorio llamado 
"mailList", es decir siguiendo esta estructura: 
 --public_html
 **mailList
 **** index.html
 **** lists 
entonces el cambio quedaria asi? 
1er Parámetro $installation_name = 'mailList';  2do Parámetro $pageroot = '/mailList/lists';
$adminpages = '/mailList/lists/admin'; 
Si alguien me puede ayudar se lo agradecería!!!!