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