Deleted Added
full compact
op.me (98841) op.me (102528)
1.\" Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
2.\" All rights reserved.
3.\" Copyright (c) 1983, 1995 Eric P. Allman. All rights reserved.
4.\" Copyright (c) 1983, 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-2002 Sendmail, Inc. and its suppliers.
2.\" All rights reserved.
3.\" Copyright (c) 1983, 1995 Eric P. Allman. All rights reserved.
4.\" Copyright (c) 1983, 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: op.me,v 8.609.2.2 2002/06/25 20:30:35 ca Exp $
12.\" $Id: op.me,v 8.609.2.5 2002/08/04 19:12:07 ca Exp $
13.\"
14.\" eqn op.me | pic | troff -me
15.\"
16.\" Define \(sc if not defined (for text output)
17.\"
18.if !c \(sc .char \(sc S
19.\"
20.\" Define \(dg as "*" for text output and create a new .DG macro

--- 62 unchanged lines hidden (view full) ---

83Eric Allman
84Gregory Neil Shapiro
85Claus Assmann
86Sendmail, Inc.
87.sp
88.de Ve
89Version \\$2
90..
13.\"
14.\" eqn op.me | pic | troff -me
15.\"
16.\" Define \(sc if not defined (for text output)
17.\"
18.if !c \(sc .char \(sc S
19.\"
20.\" Define \(dg as "*" for text output and create a new .DG macro

--- 62 unchanged lines hidden (view full) ---

83Eric Allman
84Gregory Neil Shapiro
85Claus Assmann
86Sendmail, Inc.
87.sp
88.de Ve
89Version \\$2
90..
91.Ve $Revision: 8.609.2.2 $
91.Ve $Revision: 8.609.2.5 $
92.rm Ve
93.sp
94For Sendmail Version 8.12
95.)l
96.(f
97Sendmail is a trademark of Sendmail, Inc.
98.)f
99.sp 2

--- 4472 unchanged lines hidden (view full) ---

4572The type of the address which is currently being rewritten.
4573This macro contains up to three characters, the first
4574is either `e' or `h' for envelope/header address,
4575the second is a space,
4576and the third is either `s' or `r' for sender/recipient address.
4577Notice: for header addresses no distinction is currently made
4578between sender and recipient addresses, i.e., the macro contains
4579only `h'.
92.rm Ve
93.sp
94For Sendmail Version 8.12
95.)l
96.(f
97Sendmail is a trademark of Sendmail, Inc.
98.)f
99.sp 2

--- 4472 unchanged lines hidden (view full) ---

4572The type of the address which is currently being rewritten.
4573This macro contains up to three characters, the first
4574is either `e' or `h' for envelope/header address,
4575the second is a space,
4576and the third is either `s' or `r' for sender/recipient address.
4577Notice: for header addresses no distinction is currently made
4578between sender and recipient addresses, i.e., the macro contains
4579only `h'.
4580.ip ${alg_bits}
4581The maximum keylength (in bits) of the symmetric encryption algorithm
4582used for a TLS connection.
4583This may be less than the effective keylength,
4584which is stored in
4585.b ${cipher_bits} ,
4586for ``export controlled'' algorithms.
4580.ip ${auth_authen}
4581The client's authentication credentials as determined by authentication
4582(only set if successful).
4583The format depends on the mechanism used, it might be just `user',
4584or `user@realm', or something similar (SMTP AUTH only).
4585.ip ${auth_author}
4586The authorization identity, i.e. the AUTH= parameter of the
4587.sm "SMTP MAIL"

--- 17 unchanged lines hidden (view full) ---

4605.ip ${cert_subject}
4606The DN of the presented certificate (called the cert subject)
4607(STARTTLS only).
4608.ip ${cipher}
4609The cipher suite used for the connection, e.g., EDH-DSS-DES-CBC3-SHA,
4610EDH-RSA-DES-CBC-SHA, DES-CBC-MD5, DES-CBC3-SHA
4611(STARTTLS only).
4612.ip ${cipher_bits}
4587.ip ${auth_authen}
4588The client's authentication credentials as determined by authentication
4589(only set if successful).
4590The format depends on the mechanism used, it might be just `user',
4591or `user@realm', or something similar (SMTP AUTH only).
4592.ip ${auth_author}
4593The authorization identity, i.e. the AUTH= parameter of the
4594.sm "SMTP MAIL"

--- 17 unchanged lines hidden (view full) ---

4612.ip ${cert_subject}
4613The DN of the presented certificate (called the cert subject)
4614(STARTTLS only).
4615.ip ${cipher}
4616The cipher suite used for the connection, e.g., EDH-DSS-DES-CBC3-SHA,
4617EDH-RSA-DES-CBC-SHA, DES-CBC-MD5, DES-CBC3-SHA
4618(STARTTLS only).
4619.ip ${cipher_bits}
4613The keylength (in bits) of the symmetric encryption algorithm
4620The effective keylength (in bits) of the symmetric encryption algorithm
4614used for a TLS connection.
4615.ip ${client_addr}
4616The IP address of the SMTP client.
4617IPv6 addresses are tagged with "IPv6:" before the address.
4618Defined in the SMTP server only.
4619.ip ${client_name}
4620The host name of the SMTP client.
4621This may be the client's bracketed IP address

--- 2142 unchanged lines hidden (view full) ---

6764The values for
6765.i x
6766are:
6767.(b
6768p Print error messages (default)
6769q No messages, just give exit status
6770m Mail back errors
6771w Write back errors (mail if user not logged in)
4621used for a TLS connection.
4622.ip ${client_addr}
4623The IP address of the SMTP client.
4624IPv6 addresses are tagged with "IPv6:" before the address.
4625Defined in the SMTP server only.
4626.ip ${client_name}
4627The host name of the SMTP client.
4628This may be the client's bracketed IP address

--- 2142 unchanged lines hidden (view full) ---

6771The values for
6772.i x
6773are:
6774.(b
6775p Print error messages (default)
6776q No messages, just give exit status
6777m Mail back errors
6778w Write back errors (mail if user not logged in)
6772e Mail back errors and give zero exit stat always
6779e Mail back errors (when applicable) and give zero exit stat always
6773.)b
6780.)b
6781Note that the last mode,
6782.q e ,
6783is for Berknet error processing and
6784should not be used in normal circumstances.
6774.ip FallbackMXhost=\fIfallbackhost\fP
6775[V]
6776If specified, the
6777.i fallbackhost
6778acts like a very low priority MX
6779on every host.
6780MX records will be looked up for this host,
6781unless the name is surrounded by square brackets.

--- 209 unchanged lines hidden (view full) ---

6991.i MaxQueueChildren
6992then the queue groups will not all run concurrently. That is, some portion
6993of the queue groups will run concurrently such that
6994.i MaxQueueChildren
6995will not be exceeded, while the remaining queue groups will be run later (in
6996round robin order). See also
6997.i MaxRunnersPerQueue
6998and the section \fBQueue Group Declaration\fP.
6785.ip FallbackMXhost=\fIfallbackhost\fP
6786[V]
6787If specified, the
6788.i fallbackhost
6789acts like a very low priority MX
6790on every host.
6791MX records will be looked up for this host,
6792unless the name is surrounded by square brackets.

--- 209 unchanged lines hidden (view full) ---

7002.i MaxQueueChildren
7003then the queue groups will not all run concurrently. That is, some portion
7004of the queue groups will run concurrently such that
7005.i MaxQueueChildren
7006will not be exceeded, while the remaining queue groups will be run later (in
7007round robin order). See also
7008.i MaxRunnersPerQueue
7009and the section \fBQueue Group Declaration\fP.
7010Notice:
7011.i sendmail
7012does not count individual queue runners, but only sets of processes
7013that act on a workgroup.
7014Hence the actual number of queue runners may be lower than the limit
7015imposed by
7016.i MaxQueueChildren .
7017This discrepancy can be large if some queue runners have to wait
7018for a slow server and if short intervals are used.
6999.ip MaxQueueRunSize=\fIN\fP
7000[no short name]
7001The maximum number of jobs that will be processed
7002in a single queue run.
7003If not set, there is no limit on the size.
7004If you have very large queues or a very short queue run interval
7005this could be unstable.
7006However, since the first

--- 288 unchanged lines hidden (view full) ---

7295.i LA
7296and the
7297.b QueueFactor
7298(\c
7299.b q )
7300option divided by the difference in the current load average and the
7301.b QueueLA
7302option plus one
7019.ip MaxQueueRunSize=\fIN\fP
7020[no short name]
7021The maximum number of jobs that will be processed
7022in a single queue run.
7023If not set, there is no limit on the size.
7024If you have very large queues or a very short queue run interval
7025this could be unstable.
7026However, since the first

--- 288 unchanged lines hidden (view full) ---

7315.i LA
7316and the
7317.b QueueFactor
7318(\c
7319.b q )
7320option divided by the difference in the current load average and the
7321.b QueueLA
7322option plus one
7303is less than the priority of the message,
7323is less than the priority of the message,
7304just queue messages
7305(i.e., don't try to send them).
7306Defaults to 8 multiplied by
7307the number of processors online on the system
7308(if that can be determined).
7309.ip QueueFileMode=\fImode\fP
7310[no short name]
7311Default permissions for queue files (octal).

--- 3354 unchanged lines hidden (view full) ---

10666.\".b SENDMAIL
10667.\".sz 14
10668.\".sp
10669.\"INSTALLATION AND OPERATION GUIDE
10670.\".sp
10671.\".sz 10
10672.\"Eric Allman
10673.\".sp
7324just queue messages
7325(i.e., don't try to send them).
7326Defaults to 8 multiplied by
7327the number of processors online on the system
7328(if that can be determined).
7329.ip QueueFileMode=\fImode\fP
7330[no short name]
7331Default permissions for queue files (octal).

--- 3354 unchanged lines hidden (view full) ---

10686.\".b SENDMAIL
10687.\".sz 14
10688.\".sp
10689.\"INSTALLATION AND OPERATION GUIDE
10690.\".sp
10691.\".sz 10
10692.\"Eric Allman
10693.\".sp
10674.\"Version $Revision: 8.609.2.2 $
10694.\"Version $Revision: 8.609.2.5 $
10675.\".ce 0
10676.bp 3
10677.ce
10678.sz 12
10679TABLE OF CONTENTS
10680.sz 10
10681.sp
10682.\" remove some things to avoid "out of temp file space" problem

--- 22 unchanged lines hidden ---
10695.\".ce 0
10696.bp 3
10697.ce
10698.sz 12
10699TABLE OF CONTENTS
10700.sz 10
10701.sp
10702.\" remove some things to avoid "out of temp file space" problem

--- 22 unchanged lines hidden ---