Deleted Added
full compact
op.me (168515) op.me (173340)
1.\" Copyright (c) 1998-2005 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-2005 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.739 2007/03/22 17:56:01 ca Exp $
12.\" $Id: op.me,v 8.741 2007/06/22 23:08:59 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

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

85Eric Allman
86Claus Assmann
87Gregory Neil Shapiro
88Sendmail, Inc.
89.sp
90.de Ve
91Version \\$2
92..
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

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

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

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

6934.)b
6935Defaults to ``b'' if no option is specified,
6936``i'' if it is specified but given no argument
6937(i.e., ``Od'' is equivalent to ``Odi'').
6938The
6939.b \-v
6940command line flag sets this to
6941.b i .
94.rm Ve
95.sp
96For Sendmail Version 8.14
97.)l
98.(f
99Sendmail is a trademark of Sendmail, Inc.
100.)f
101.sp 2

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

6934.)b
6935Defaults to ``b'' if no option is specified,
6936``i'' if it is specified but given no argument
6937(i.e., ``Od'' is equivalent to ``Odi'').
6938The
6939.b \-v
6940command line flag sets this to
6941.b i .
6942Note: for internal reasons,
6943``i'' does not work
6944if a milter is enabled which can reject or delete recipients.
6945In that case the mode will be changed to ``b''.
6942.ip DialDelay=\fIsleeptime\fP
6943[no short name]
6944Dial-on-demand network connections can see timeouts
6945if a connection is opened before the call is set up.
6946If this is set to an interval and a connection times out
6947on the first connection being attempted
6948.i sendmail
6949will sleep for this amount of time and try again.

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

8927.)b
8928
8929The server responds with a status indicator and the result (if any):
8930
8931.(b
8932<status> ' ' <result>
8933.)b
8934
6946.ip DialDelay=\fIsleeptime\fP
6947[no short name]
6948Dial-on-demand network connections can see timeouts
6949if a connection is opened before the call is set up.
6950If this is set to an interval and a connection times out
6951on the first connection being attempted
6952.i sendmail
6953will sleep for this amount of time and try again.

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

8931.)b
8932
8933The server responds with a status indicator and the result (if any):
8934
8935.(b
8936<status> ' ' <result>
8937.)b
8938
8935The status indicator is one of the following upper case words:
8939The status indicator specifies the result of the lookup operation itself
8940and is one of the following upper case words:
8936.(b
8937.ta 9n
8938OK the key was found, result contains the looked up value
8939NOTFOUND the key was not found, the result is empty
8940TEMP a temporary failure occured
8941TIMEOUT a timeout occured on the server side
8942PERM a permanent failure occured
8943.)b
8944
8945In case of errors (status TEMP, TIMEOUT or PERM) the result field may
8946contain an explanatory message.
8941.(b
8942.ta 9n
8943OK the key was found, result contains the looked up value
8944NOTFOUND the key was not found, the result is empty
8945TEMP a temporary failure occured
8946TIMEOUT a timeout occured on the server side
8947PERM a permanent failure occured
8948.)b
8949
8950In case of errors (status TEMP, TIMEOUT or PERM) the result field may
8951contain an explanatory message.
8952However, the explanatory message is not used any further by
8953.i sendmail .
8947
8948Example replies:
8949.(b
895031:OK resolved.address@example.com,
8951.)b
8952
8954
8955Example replies:
8956.(b
895731:OK resolved.address@example.com,
8958.)b
8959
8953in case of a successful lookup, or:
8954.(b
8960.(b
896156:OK error:550 5.7.1 User does not accept mail from sender,
8962.)b
8963
8964in case of successful lookups, or:
8965.(b
89558:NOTFOUND,
8956.)b
8957
8958in case the key was not found, or:
8959.(b
896055:TEMP this text explains that we had a temporary failure,
8961.)b
8962
89668:NOTFOUND,
8967.)b
8968
8969in case the key was not found, or:
8970.(b
897155:TEMP this text explains that we had a temporary failure,
8972.)b
8973
8963in case of a failure.
8974in case of a temporary map lookup failure.
8964
8965The socket map uses the same syntax as milters
8966(see Section "X \*- Mail Filter (Milter) Definitions")
8967to specify the remote endpoint, e.g.,
8968.(b
8969Ksocket mySocketMap inet:12345@127.0.0.1
8970.)b
8971

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

11419.\".b SENDMAIL
11420.\".sz 14
11421.\".sp
11422.\"INSTALLATION AND OPERATION GUIDE
11423.\".sp
11424.\".sz 10
11425.\"Eric Allman
11426.\".sp
8975
8976The socket map uses the same syntax as milters
8977(see Section "X \*- Mail Filter (Milter) Definitions")
8978to specify the remote endpoint, e.g.,
8979.(b
8980Ksocket mySocketMap inet:12345@127.0.0.1
8981.)b
8982

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

11430.\".b SENDMAIL
11431.\".sz 14
11432.\".sp
11433.\"INSTALLATION AND OPERATION GUIDE
11434.\".sp
11435.\".sz 10
11436.\"Eric Allman
11437.\".sp
11427.\"Version $Revision: 8.739 $
11438.\"Version $Revision: 8.741 $
11428.\".ce 0
11429.bp 3
11430.ce
11431.sz 12
11432TABLE OF CONTENTS
11433.sz 10
11434.sp
11435.\" remove some things to avoid "out of temp file space" problem

--- 22 unchanged lines hidden ---
11439.\".ce 0
11440.bp 3
11441.ce
11442.sz 12
11443TABLE OF CONTENTS
11444.sz 10
11445.sp
11446.\" remove some things to avoid "out of temp file space" problem

--- 22 unchanged lines hidden ---