1SMMAPD(8) Cyrus IMAP SMMAPD(8)
2
3
4
6 smmapd - Cyrus IMAP documentation
7
8 Sendmail socket map daemon
9
11 smmapd [ -C config-file ] [ -U uses ] [ -T timeout ] [ -D ]
12
14 smmapd is a Sendmail socket map daemon which is used to verify that a
15 Cyrus mailbox exists, that it is postable and it is under quota. It
16 accepts commands on its standard input and responds on its standard
17 output. It MUST be invoked by cyrus-master(8) with those descriptors
18 attached to a remote client connection.
19
20 smmapd reads its configuration options out of the imapd.conf(5) file
21 unless specified otherwise by -C.
22
24 -C config-file
25 Use the specified configuration file config-file rather than the
26 default imapd.conf(5).
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
41 /etc/imapd.conf, /etc/cyrus.conf
42
44 imapd.conf(5), cyrus.conf(5)
45
47 The Cyrus Team, Nic Bernstein (Onlight)
48
50 1993-2017, The Cyrus Team
51
52
53
54
553.0.7 May 18, 2018 SMMAPD(8)