1SMMAPD(8) System Manager's Manual SMMAPD(8)
2
3
4
5 *
6
8 SMMAPD - Sendmail socket map daemon
9
11 smmapd [ -C config-file ] [ -U uses ] [ -T timeout ]
12 [ -D ]
13
15 SMMAPD is a Sendmail socket map daemon which is used to verify that a
16 Cyrus mailbox exists, that it is postable and it is under quota. It
17 accepts commands on its standard input and responds on its standard
18 output. It MUST be invoked by master(8) with those descriptors
19 attached to a remote client connection.
20
21 SMMAPD reads its configuration options out of the imapd.conf(5) file
22 unless specified otherwise by -C.
23
25 -C config-file
26 Read configuration options from config-file.
27
28 -U uses
29 The maximum number of times that the process should be used for
30 new connections before shutting down. The default is 250.
31
32 -T timeout
33 The number of seconds that the process will wait for a new con‐
34 nection before shutting down. Note that a value of 0 (zero)
35 will disable the timeout. The default is 60.
36
37 -D Run external debugger specified in debug_command.
38
40 /etc/imapd.conf
41 Default configuration file.
42
43 /etc/cyrus.conf
44 Cyrus Master process configuration file.
45
46
47
48CMU Project Cyrus SMMAPD(8)