Fix getctag replacement in this test.
[davical.git] / config / imap_pam_conf_php.txt
bloba4e026f412525b171103fbb99486641ed43e5b88
1 /**\r
2  * Authentication against IMAP using the imap_open function.\r
3  */\r
4 $c->authenticate_hook['call'] = 'IMAP_PAM_check';\r
5 $c->authenticate_hook['config'] =  array(\r
6   'imap_url' => '{localhost:993/imap/ssl/novalidate-cert}',\r
7   'email_base' => 'example.com'\r
8 );\r
9 \r
10 include('drivers_imap_pam.php');\r