This file is indexed.

/etc/default/masqmail is in masqmail 0.3.4-1build1.

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
# Defaults for masqmail initscript
# sourced by /etc/init.d/masqmail

## Run masqmail as daemon.
# Set INIT_SMTP_DAEMON="true" to masqmail act as SMTP server and 
# accept SMTP connections, on "localhost:25" if not configured 
# differently.
INIT_SMTP_DAEMON="false"

## Start queue-daemon.
# Set INIT_QUEUE_DAEMON="true" to do regular queue runs at the 
# specified time interval (QUEUE_DAEMON_IVAL).
INIT_QUEUE_DAEMON="false"
QUEUE_DAEMON_IVAL="-q10m"