Deleted Added
full compact
op.me (244833) op.me (249729)
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.749 2012/03/02 22:37:11 ca Exp $
12.\" $Id: op.me,v 8.751 2013/04/08 21:41:25 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.749 $
93.Ve $Revision: 8.751 $
94.rm Ve
95.sp
96For Sendmail Version 8.14
97.)l
98.(f
99Sendmail is a trademark of Sendmail, Inc.
100US Patent Numbers 6865671, 6986037.
101.)f

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

5542A set of Content-Types that will never be encoded as base64
5543(if they have to be encoded, they will be encoded as quoted-printable).
5544It can have primary types
5545(e.g.,
5546.q text )
5547or full types
5548(such as
5549.q text/plain ).
94.rm Ve
95.sp
96For Sendmail Version 8.14
97.)l
98.(f
99Sendmail is a trademark of Sendmail, Inc.
100US Patent Numbers 6865671, 6986037.
101.)f

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

5542A set of Content-Types that will never be encoded as base64
5543(if they have to be encoded, they will be encoded as quoted-printable).
5544It can have primary types
5545(e.g.,
5546.q text )
5547or full types
5548(such as
5549.q text/plain ).
5550The class is initialized to have
5551.q text/plain
5552only.
5553.ip $=s
5554contains the set of subtypes of message that can be treated recursively.
5555By default it contains only
5556.q rfc822 .
5557Other
5558.q message/*
5559types cannot be 8\(->7 bit encoded.
5560If a message containing eight bit data is sent to a seven bit host,

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

6604Addr Address mask (defaults INADDR_ANY)
6605Family Address family (defaults to INET)
6606SndBufSize Size of TCP send buffer
6607RcvBufSize Size of TCP receive buffer
6608Modifier Options (flags) for the client
6609.)b
6610The
6611.i Addr ess
5550.ip $=s
5551contains the set of subtypes of message that can be treated recursively.
5552By default it contains only
5553.q rfc822 .
5554Other
5555.q message/*
5556types cannot be 8\(->7 bit encoded.
5557If a message containing eight bit data is sent to a seven bit host,

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

6601Addr Address mask (defaults INADDR_ANY)
6602Family Address family (defaults to INET)
6603SndBufSize Size of TCP send buffer
6604RcvBufSize Size of TCP receive buffer
6605Modifier Options (flags) for the client
6606.)b
6607The
6608.i Addr ess
6612mask may be a numeric address in dot notation
6609mask may be a numeric address in IPv4 dot notation or IPv6 colon notation
6613or a network name.
6610or a network name.
6611Note that if a network name is specified,
6612only the first IP address returned for it will be used.
6613This may cause indeterminate behavior for network names
6614that resolve to multiple addresses.
6615Therefore, use of an address is recommended.
6614.i Modifier
6615can be the following character:
6616.(b
6617.ta 1i
6618h use name of interface for HELO command
6619A don't use AUTH when sending e-mail
6620S don't use STARTTLS when sending e-mail
6621.)b

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

6773delayLA DelayLA per daemon
6774queueLA QueueLA per daemon
6775.)b
6776The
6777.i Name
6778key is used for error messages and logging.
6779The
6780.i Addr ess
6616.i Modifier
6617can be the following character:
6618.(b
6619.ta 1i
6620h use name of interface for HELO command
6621A don't use AUTH when sending e-mail
6622S don't use STARTTLS when sending e-mail
6623.)b

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

6775delayLA DelayLA per daemon
6776queueLA QueueLA per daemon
6777.)b
6778The
6779.i Name
6780key is used for error messages and logging.
6781The
6782.i Addr ess
6781mask may be a numeric address in dot notation
6783mask may be a numeric address in IPv4 dot notation or IPv6 colon notation
6782or a network name.
6784or a network name.
6785Note that if a network name is specified,
6786only the first IP address returned for it will be used.
6787This may cause indeterminate behavior for network names
6788that resolve to multiple addresses.
6789Therefore, use of an address is recommended.
6783The
6784.i Family
6785key defaults to INET (IPv4).
6786IPv6 users who wish to also accept IPv6 connections
6787should add additional Family=inet6
6788.b DaemonPortOptions
6789lines.
6790The

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

11466.\".b SENDMAIL
11467.\".sz 14
11468.\".sp
11469.\"INSTALLATION AND OPERATION GUIDE
11470.\".sp
11471.\".sz 10
11472.\"Eric Allman
11473.\".sp
6790The
6791.i Family
6792key defaults to INET (IPv4).
6793IPv6 users who wish to also accept IPv6 connections
6794should add additional Family=inet6
6795.b DaemonPortOptions
6796lines.
6797The

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

11473.\".b SENDMAIL
11474.\".sz 14
11475.\".sp
11476.\"INSTALLATION AND OPERATION GUIDE
11477.\".sp
11478.\".sz 10
11479.\"Eric Allman
11480.\".sp
11474.\"Version $Revision: 8.749 $
11481.\"Version $Revision: 8.751 $
11475.\".ce 0
11476.bp 3
11477.ce
11478.sz 12
11479TABLE OF CONTENTS
11480.sz 10
11481.sp
11482.\" remove some things to avoid "out of temp file space" problem

--- 22 unchanged lines hidden ---
11482.\".ce 0
11483.bp 3
11484.ce
11485.sz 12
11486TABLE OF CONTENTS
11487.sz 10
11488.sp
11489.\" remove some things to avoid "out of temp file space" problem

--- 22 unchanged lines hidden ---