1LMTPD(8) System Manager's Manual LMTPD(8)
2
3
4
6 lmtpd - LMTP server process
7
9 lmtpd [ -C config-file ] [ -U uses ] [ -T timeout ] [ -D ]
10 [ -a ]
11
13 Lmtpd is an LMTP server used to deliver mail to the IMAP mailstore. It
14 accepts commands on its standard input and responds on its standard
15 output. It MUST be invoked by master(8) with those descriptors
16 attached to a remote client connection.
17
18 Lmtpd reads its configuration options out of the imapd.conf(5) file
19 unless specified otherwise by -C.
20
22 -C config-file
23 Read configuration options from config-file.
24
25 -U uses
26 The maximum number of times that the process should be used for
27 new connections before shutting down. The default is 250.
28
29 -T timeout
30 The number of seconds that the process will wait for a new con‐
31 nection before shutting down. Note that a value of 0 (zero)
32 will disable the timeout. The default is 60.
33
34 -D Run external debugger specified in debug_command.
35
36 -a Preauthorize connections initiated on an internet socket,
37 instead of requiring LMTP AUTH. This should only be used for
38 connections coming from trusted hosts.
39
41 /etc/imapd.conf
42
44 imapd.conf(5), cyrus-master(8)
45
46
47
48CMU Project Cyrus LMTPD(8)