My backends.local.php is an exact copy of backends.php file with only two
changes for

$servers['imap'] = array(
   // ENABLED by default; will connect to IMAP port on local server
   'disabled' => true,
    ...
}

and

$servers['advanced'] = array(
    // Disabled by default
    'disabled' => false,
    ....
    //'secure' => 'tls',
   ....
    'debug' => '/tmp/imp_imap.log',
    'debug_raw' => true,
}

so how it should to look backends.local.php file when not using array
annotation for it how the original file has?

Thanks



--
Sent from: http://horde.690.n7.nabble.com/Horde-IMP-f75804.html
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to