This file is indexed.

/usr/share/augeas/lenses/dist/tests/test_postfix_sasl_smtpd.aug is in augeas-lenses 1.4.0-0ubuntu1.1.

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
module Test_Postfix_Sasl_Smtpd =


  let conf = "pwcheck_method: auxprop saslauthd
auxprop_plugin: plesk
saslauthd_path: /private/plesk_saslauthd
mech_list: CRAM-MD5 PLAIN LOGIN
sql_engine: intentionally disabled
log_level: 4
"

    
  test Postfix_sasl_smtpd.lns get conf =
    { "pwcheck_method" = "auxprop saslauthd" }
    { "auxprop_plugin" = "plesk" }
    { "saslauthd_path" = "/private/plesk_saslauthd" }
    { "mech_list" = "CRAM-MD5 PLAIN LOGIN" }
    { "sql_engine" = "intentionally disabled" }
    { "log_level" = "4" }