config.php
$org_name = "domain"; $org_title = "SquirrelMail"; $domain = 'domain'; $smtpServerAddress = 'localhost'; $imapServerAddress = 'localhost'; $imap_server_type = 'other'; $use_imap_tls = false; $use_smtp_tls = false; $smtp_auth_mech = 'none'; $imap_auth_mech = 'login'; $data_dir = '/var/lib/squirrel/data/'; $attachment_dir = '/var/lib/squirrel/attachment/'; $edit_identity = false; $edit_name = true; $hide_auth_header = true; $allow_thread_sort = true; $allow_server_sort = true; $config_location_base = 'https://domain';