blob: fc071533b1db7f113276a3e174104c8cb26b447c (
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
|
--- milter-regex.8.orig Sat Mar 13 18:21:23 2004
+++ milter-regex.8 Tue Feb 20 17:31:46 2007
@@ -37,6 +37,7 @@
.Nm
.Op Fl d
.Op Fl c Ar config
+.Op Fl r Ar pid-file
.Op Fl p Ar pipe
.Op Fl u Ar user
.Sh DESCRIPTION
@@ -52,9 +53,14 @@
.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 p Ar pipe
Use the specified pipe to interface
.Xr sendmail 8 .
|