qmail-start.9

来自「linux下qmail的源码 本人加了一些注释」· 9 代码 · 共 95 行

9
95
字号
.TH qmail-start 8.SH NAMEqmail-start \- turn on mail delivery.SH SYNOPSIS.B qmail-start[.I defaultdelivery[.I logger arg ...]].SH DESCRIPTION.B qmail-startinvokes.BR qmail-send ,.BR qmail-lspawn ,.BR qmail-rspawn ,and.BR qmail-clean ,under the proper uids and gids.These four daemons cooperate to deliver messages from the queue..B qmail-startarranges for.BR qmail-send 'sactivity record to be sent to.BR qmail-start 'soutput.See.B qmail-log(5)for the format of the activity record.Other than this,.B qmail-startdoes not print anything, even on failure.If.I defaultdeliveryis supplied,.B qmail-startpasses it to.BR qmail-lspawn .If.I loggeris supplied,.B qmail-startinvokes.I loggerwith the given arguments,and feeds.BR qmail-send 'sactivity record through.IR logger .Environment variables given to.B qmail-startwill eventually be passed on to.BR qmail-local ,so make sure to clean up the environment if you run.B qmail-startmanually:.EX   # env - PATH="QMAILHOME/bin:$PATH".br   qmail-start ./Mailbox splogger qmail &.br   (all on one line).EEResource limits, controlling ttys, et al. are also passed from.B qmail-startto.BR qmail-local .Note that.B qmail-sendnormally juggles several simultaneous deliveries.To reduce.BR qmail-send 'simpact on other programs,you can run.B qmail-startwith a low priority..SH "SEE ALSO"logger(1),splogger(1),nice(1),qmail-log(5),qmail-local(8),qmail-clean(8),qmail-lspawn(8),qmail-rspawn(8),qmail-send(8)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?