1PFQUEUE.CONF(5) File Formats Manual PFQUEUE.CONF(5)
2
3
4
6 pfqueue.conf - pfqueue configuration file
7
8
10 /etc/pfqueue.conf or ~/.pfqueue
11
12
14 pfqueue can be configured storing its option in configuration files.
15 At startup, if /etc/pfqueue.conf is present it is read and options are
16 set accordingly; then, if a .pfqueue file is present in user's home
17 directory, it is read and options are set accordingly, overriding those
18 stored in /etc/pfqueue.conf.
19 Note that the resulting settings are overridden by command line
20 options.
21
22
24 An option can be set using the "option=value" syntax. Any line starting
25 with a hash sign ("#") will be discarded.
26
27
29 backends_path=<path>
30 Backends absolute path; same as -B option in command line.
31
32 backend_name=<string>
33 Default backend to use; same as -b option.
34
35 mta_config=<path_or_file>
36 Use a custom MTA configuration; some MTA need a directory, oth‐
37 ers a file; same as -c.
38
39 mta_bin=<path>
40 Path to MTA executables; same as -p.
41
42 max_messages=<number>
43 Maximum number shown in a queue; same as -m.
44
45 use_envelope=<yes/no>
46 Start reading from/to fields from envelop; same as -e if set to
47 yes.
48
49 default_queue=<number>
50 Use this queue at startup; see -q option for details.
51
52 scan_limit=<number>
53 Scan queue for <number> seconds at max; same as -l.
54
55 scan_delay=<number>
56 Seconds between queue scans; same as -d.
57
58 autorefresh=<number>
59 Seconds between screen refreshes; same as -s.
60
61 use_colors=<yes/no>
62 Use colors; same as -n.
63
64 remote_host=<host>
65 Host to connect to, when using socket backend; same as -r.
66
68 Stefano Rivoir <s.rivoir@gts.it>
69
70
71
72 January 19, 2006 PFQUEUE.CONF(5)