This file is indexed.

/usr/share/doc/masqmail/examples/masqmail.conf is in masqmail 0.3.4-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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# masqmail.conf
# Example configuration for masqmail


# The name with which masqmail identifies itself to others:
# CHANGING THIS IS REQUIRED!
host_name="striped.patchwork.net"

# accept connections on these interfaces:
# Change this to something like: "localhost:25;foo:25" if other machines
# on your network shall be able to connect to masqmail.
#listen_addresses="localhost:25"

# use syslogd for logs?
#use_syslog=false


# online detection:
#
# for 'file' uncomment next 2 lines
#online_query = "/bin/cat /var/run/masqmail/masqmail-route"


# example for local delivery to an mda:
#
#mbox_default=mda
#mda="/usr/bin/procmail -Y -d ${rcpt_local}"


# alias expansion:
#
#alias_file = "/etc/aliases"
#caseless_matching = false


# routes
# CHANGING THIS IS REQUIRED!

# set up a route for the local net:
#permanent_routes = "/etc/masqmail/localnet.route"

# You can use as many routes (one for each provider) as you like:
#query_routes.example = "/etc/masqmail/example.route"

# you can also give a list of routes for a single connection:
#query_routes.foobar = "/etc/masqmail/foo.route;/etc/masqmail/bar.route"