blob: c304bc2f8a8948419016fabc627a2c1178175607 (
plain) (
blame)
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
|
--- milter-regex.8.orig 2019-04-02 15:47:26 UTC
+++ milter-regex.8
@@ -36,7 +36,9 @@
.Sh SYNOPSIS
.Nm
.Op Fl d
+.Op Fl q
.Op Fl c Ar config
+.Op Fl r Ar pid-file
.Op Fl f Ar facility
.Op Fl j Ar dirname
.Op Fl l Ar loglevel
@@ -59,9 +61,14 @@ The options are as follows:
.It Fl d
Don't detach from controlling terminal and produce verbose debug
output on stdout.
+.It Fl q
+Don't send to syslog messages with priority higher than LOG_NOTICE.
.It Fl c Ar config
Use the specified configuration file instead of the default,
/etc/milter-regex.conf.
+.It Fl r Ar pid-file
+Use the specified pid file to write to. Default is:
+/var/spool/milter-regex/milter-regex.pid
.It Fl f Ar facility
Use the specified syslog facility instead of the default, daemon.
.It Fl j Ar dirname
|