sendmail.8 (bfb62e91d74a807e83bc7fefc03b4458f84373d7) | sendmail.8 (ffb836234b94e17739bac88bfd7f51f5ae49e3bc) |
---|---|
1.\" Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers. 2.\" All rights reserved. 3.\" Copyright (c) 1983, 1997 Eric P. Allman. All rights reserved. 4.\" Copyright (c) 1988, 1991, 1993 5.\" The Regents of the University of California. All rights reserved. 6.\" 7.\" By using this file, you agree to the terms and conditions set 8.\" forth in the LICENSE file which can be found at the top level of 9.\" the sendmail distribution. 10.\" 11.\" | 1.\" Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers. 2.\" All rights reserved. 3.\" Copyright (c) 1983, 1997 Eric P. Allman. All rights reserved. 4.\" Copyright (c) 1988, 1991, 1993 5.\" The Regents of the University of California. All rights reserved. 6.\" 7.\" By using this file, you agree to the terms and conditions set 8.\" forth in the LICENSE file which can be found at the top level of 9.\" the sendmail distribution. 10.\" 11.\" |
12.\" $Id: sendmail.8,v 8.57 2003/12/01 17:02:41 ca Exp $ | 12.\" $Id: sendmail.8,v 8.58 2007/08/02 05:42:33 ca Exp $ |
13.\" | 13.\" |
14.TH SENDMAIL 8 "$Date: 2003/12/01 17:02:41 $" | 14.TH SENDMAIL 8 "$Date: 2007/08/02 05:42:33 $" |
15.SH NAME 16sendmail 17\- an electronic mail transport agent 18.SH SYNOPSIS 19.B sendmail 20.RI [ flags "] [" "address ..." ] 21.br 22.B newaliases --- 286 unchanged lines hidden (view full) --- 309The sleep time is given as the argument; it defaults to 1 second. 310The process will always sleep at least 5 seconds if the queue was 311empty in the previous queue run. 312.TP 313\fB\-q\fRf 314Process saved messages in the queue once and do not fork(), 315but run in the foreground. 316.TP | 15.SH NAME 16sendmail 17\- an electronic mail transport agent 18.SH SYNOPSIS 19.B sendmail 20.RI [ flags "] [" "address ..." ] 21.br 22.B newaliases --- 286 unchanged lines hidden (view full) --- 309The sleep time is given as the argument; it defaults to 1 second. 310The process will always sleep at least 5 seconds if the queue was 311empty in the previous queue run. 312.TP 313\fB\-q\fRf 314Process saved messages in the queue once and do not fork(), 315but run in the foreground. 316.TP |
317\fB\-q\fRG name | 317\fB\-q\fRG\fIname\fR |
318Process jobs in queue group called 319.I name 320only. 321.TP 322\fB\-q\fR[\fI!\fR]I\fIsubstr\fR 323Limit processed jobs to those containing 324.I substr 325as a substring of the queue id or not when --- 393 unchanged lines hidden (view full) --- 719help file 720.TP 721 /etc/mail/statistics 722collected statistics 723.TP 724 /var/spool/mqueue/* 725temp files 726.SH SEE ALSO | 318Process jobs in queue group called 319.I name 320only. 321.TP 322\fB\-q\fR[\fI!\fR]I\fIsubstr\fR 323Limit processed jobs to those containing 324.I substr 325as a substring of the queue id or not when --- 393 unchanged lines hidden (view full) --- 719help file 720.TP 721 /etc/mail/statistics 722collected statistics 723.TP 724 /var/spool/mqueue/* 725temp files 726.SH SEE ALSO |
727binmail(1), |
|
727mail(1), | 728mail(1), |
729rmail(1), |
|
728syslog(3), 729aliases(5), 730mailaddr(7), | 730syslog(3), 731aliases(5), 732mailaddr(7), |
731mail.local(8), 732rc(8), 733rmail(8) | 733rc(8) |
734.PP 735DARPA 736Internet Request For Comments 737.IR RFC819 , 738.IR RFC821 , 739.IR RFC822 . 740.IR "Sendmail Installation and Operation Guide" , 741No. 8, SMM. 742.PP 743http://www.sendmail.org/ 744.SH HISTORY 745The 746.B sendmail 747command appeared in 7484.2BSD. | 734.PP 735DARPA 736Internet Request For Comments 737.IR RFC819 , 738.IR RFC821 , 739.IR RFC822 . 740.IR "Sendmail Installation and Operation Guide" , 741No. 8, SMM. 742.PP 743http://www.sendmail.org/ 744.SH HISTORY 745The 746.B sendmail 747command appeared in 7484.2BSD. |
749.\" $FreeBSD$ | |