This file is indexed.

/etc/IlohaMail/custom_auth.php is in ilohamail 0.8.14-0rc3sid6.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/********************************************************
	conf/custom_auth.php
	
	PURPOSE:
        Offer a place to implement any secondary custom
        authentication that may be required.
        The default system only authenticates against the
        IMAP server.
    PRE-CONDITION:
        $user - Login ID
        $password - Password
        $host - IMAP Server
        $error - Don't run if this isn't empty...
                    ...primary authentication failed anyways.
    POST-CONDITION:
        $error - Set to error message if failed, or 
                    leave blank/empty if successful
                    
********************************************************/

?>