.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "HTTPD" "8" "Mar 13, 2024" "3.8.2" "Cyrus IMAP" .SH NAME httpd \- Cyrus IMAP documentation .sp HTTP server process .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C \fBhttpd\fP [ \fB\-C\fP \fIconfig\-file\fP ] [ \fB\-U\fP \fIuses\fP ] [ \fB\-T\fP \fItimeout\fP ] [ \fB\-D\fP ] [ \fB\-s\fP ] [ \fB\-p\fP \fIssf\fP ] [ \fB\-q\fP ] .ft P .fi .UNINDENT .UNINDENT .SH DESCRIPTION .sp \fBhttpd\fP is an HTTP server. It accepts commands on its standard input and responds on its standard output. It MUST be invoked by \fI\%master(8)\fP with those descriptors attached to a remote client connection. .sp \fBhttpd\fP reads its configuration options out of the \fI\%imapd.conf(5)\fP file unless specified otherwise by \fB\-C\fP\&. .sp If the directory \fB/log/\fP\fIuser\fP exists, then \fBhttpd\fP will create protocol telemetry logs for sessions authenticating as \fIuser\fP\&. The telemetry logs will be stored in the \fBlog/\fP\fIuser\fP directory with a filename of the \fBhttpd\fP process\-id. .SH OPTIONS .INDENT 0.0 .TP .B \-C config\-file Use the specified configuration file \fIconfig\-file\fP rather than the default \fI\%imapd.conf(5)\fP\&. .UNINDENT .INDENT 0.0 .TP .B \-U uses The maximum number of times that the process should be used for new connections before shutting down. The default is 250. .UNINDENT .INDENT 0.0 .TP .B \-T timeout The number of seconds that the process will wait for a new connection before shutting down. Note that a value of 0 (zero) will disable the timeout. The default is 60. .UNINDENT .INDENT 0.0 .TP .B \-D Run external debugger specified in debug_command. .UNINDENT .INDENT 0.0 .TP .B \-s Serve HTTP over SSL (https). All data to and from \fBhttpd\fP is encrypted using the Secure Sockets Layer. .UNINDENT .INDENT 0.0 .TP .B \-p ssf Tell \fBhttpd\fP that an external layer exists. An \fISSF\fP (security strength factor) of 1 means an integrity protection layer exists. Any higher SSF implies some form of privacy protection. .UNINDENT .INDENT 0.0 .TP .B \-q Ignore quotas on DAV appends. This feature was introduced in version 3.0. .UNINDENT .SH EXAMPLES .sp \fBhttpd\fP is commonly included in the SERVICES section of \fI\%cyrus.conf(5)\fP like so: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C SERVICES { imap cmd=\(dqimapd \-U 30\(dq listen=\(dqimap\(dq prefork=0 imaps cmd=\(dqimapd \-s \-U 30\(dq listen=\(dqimaps\(dq prefork=0 maxchild=100 lmtpunix cmd=\(dqlmtpd\(dq listen=\(dq/var/run/cyrus/socket/lmtp\(dq prefork=0 maxchild=20 sieve cmd=\(dqtimsieved\(dq listen=\(dqsieve\(dq prefork=0 notify cmd=\(dqnotifyd\(dq listen=\(dq/var/run/cyrus/socket/notify\(dq proto=\(dqudp\(dq prefork=1 \fBhttpd cmd=\(dqhttpd\(dq listen=8080 prefork=1 maxchild=20\fP } .ft P .fi .UNINDENT .UNINDENT .SH HISTORY .sp A beta release of \fBhttpd\fP was first introduced in the \fIcaldav\fP branch of Cyrus in version 2.4.17, and was included in the mainline releases beginning in version 2.5.0. .sp The quota override option, \fB\-q\fP, was introduced with Cyrus version 3.0. .SH FILES .sp /etc/imapd.conf .SH SEE ALSO .sp \fI\%imapd.conf(5)\fP, \fI\%master(8)\fP .SH AUTHOR The Cyrus Team, Nic Bernstein (Onlight) .SH COPYRIGHT 1993–2024, The Cyrus Team .\" Generated by docutils manpage writer. .