Deleted Added
full compact
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..
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 ).
5550The class is initialized to have
5551.q text/plain
5552only.
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
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.
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
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.
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 $
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 ---