Deleted Added
full compact
op.me (132943) op.me (147078)
1.\" Copyright (c) 1998-2004 Sendmail, Inc. and its suppliers.
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.\"
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.699 2004/06/03 18:29:01 ca Exp $
12.\" $Id: op.me,v 8.704 2005/02/01 00:40:57 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.699 $
93.Ve $Revision: 8.704 $
94.rm Ve
95.sp
96For Sendmail Version 8.13
97.)l
98.(f
99Sendmail is a trademark of Sendmail, Inc.
100.)f
101.sp 2

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

1616.i mailer
1617include the
1618.b A
1619(aliasable) flag,
1620the
1621.i address
1622part of the triple is looked up as the key
1623(i.e., the left hand side)
94.rm Ve
95.sp
96For Sendmail Version 8.13
97.)l
98.(f
99Sendmail is a trademark of Sendmail, Inc.
100.)f
101.sp 2

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

1616.i mailer
1617include the
1618.b A
1619(aliasable) flag,
1620the
1621.i address
1622part of the triple is looked up as the key
1623(i.e., the left hand side)
1624into the alias database.
1624in the alias database.
1625If there is a match, the address is deleted from the send queue
1626and all addresses on the right hand side of the alias
1627are added in place of the alias that was found.
1628This is a recursive operation,
1629so aliases found in the right hand side of the alias
1630are similarly expanded.
1631.pp
1632The alias database exists in two forms.

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

3911that the address has completely resolved.
3912The complete syntax for ruleset 0 is:
3913.(b
3914\fB$#\fP\fImailer\fP \fB$@\fP\fIhost\fP \fB$:\fP\fIuser\fP
3915.)b
3916This specifies the
3917{mailer, host, user}
39183-tuple necessary to direct the mailer.
1625If there is a match, the address is deleted from the send queue
1626and all addresses on the right hand side of the alias
1627are added in place of the alias that was found.
1628This is a recursive operation,
1629so aliases found in the right hand side of the alias
1630are similarly expanded.
1631.pp
1632The alias database exists in two forms.

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

3911that the address has completely resolved.
3912The complete syntax for ruleset 0 is:
3913.(b
3914\fB$#\fP\fImailer\fP \fB$@\fP\fIhost\fP \fB$:\fP\fIuser\fP
3915.)b
3916This specifies the
3917{mailer, host, user}
39183-tuple necessary to direct the mailer.
3919Note: the third element (
3920.i user
3921) is often also called
3922.i address
3923part.
3919If the mailer is local
3920the host part may be omitted\**.
3921.(f
3922\**You may want to use it for special
3923.q "per user"
3924extensions.
3925For example, in the address
3926.q jgm+foo@CMU.EDU ;

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

4776Protocol used to receive the message.
4777Set from the
4778.b \-p
4779command line flag or by the SMTP server code.
4780.ip $s
4781Sender's host name.
4782Set from the
4783.b \-p
3924If the mailer is local
3925the host part may be omitted\**.
3926.(f
3927\**You may want to use it for special
3928.q "per user"
3929extensions.
3930For example, in the address
3931.q jgm+foo@CMU.EDU ;

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

4781Protocol used to receive the message.
4782Set from the
4783.b \-p
4784command line flag or by the SMTP server code.
4785.ip $s
4786Sender's host name.
4787Set from the
4788.b \-p
4784command line flag or by the SMTP server code.
4789command line flag or by the SMTP server code
4790(in which case it is set to the EHLO/HELO parameter).
4785.ip $t
4786A numeric representation of the current time in the format YYYYMMDDHHmm
4787(4 digit year 1900-9999, 2 digit month 01-12, 2 digit day 01-31,
47882 digit hours 00-23, 2 digit minutes 00-59).
4789.ip $u
4790The recipient user.
4791.ip $v
4792The version number of the

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

5509If you want to read trusted users from a file, use
5510.b Ft \c
5511.i /file/name .
5512.ip $=w
5513set to be the set of all names
5514this host is known by.
5515This can be used to match local hostnames.
5516.ip $={persistentMacros}
4791.ip $t
4792A numeric representation of the current time in the format YYYYMMDDHHmm
4793(4 digit year 1900-9999, 2 digit month 01-12, 2 digit day 01-31,
47942 digit hours 00-23, 2 digit minutes 00-59).
4795.ip $u
4796The recipient user.
4797.ip $v
4798The version number of the

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

5515If you want to read trusted users from a file, use
5516.b Ft \c
5517.i /file/name .
5518.ip $=w
5519set to be the set of all names
5520this host is known by.
5521This can be used to match local hostnames.
5522.ip $={persistentMacros}
5517set to the macros would should be saved across queue runs.
5523set to the macros that should be saved across queue runs.
5518Care should be taken when adding macro names to this class.
5519.pp
5520.i Sendmail
5521can be compiled to allow a
5522.i scanf (3)
5523string on the
5524.b F
5525line.

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

5591apply to the mailers for the sender address
5592rather than the usual recipient mailers.
5593.nr ii 4n
5594.ip a
5595Run Extended SMTP (ESMTP) protocol (defined in RFCs 1869, 1652, and 1870).
5596This flag defaults on if the SMTP greeting message includes the word
5597.q ESMTP .
5598.ip A
5524Care should be taken when adding macro names to this class.
5525.pp
5526.i Sendmail
5527can be compiled to allow a
5528.i scanf (3)
5529string on the
5530.b F
5531line.

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

5597apply to the mailers for the sender address
5598rather than the usual recipient mailers.
5599.nr ii 4n
5600.ip a
5601Run Extended SMTP (ESMTP) protocol (defined in RFCs 1869, 1652, and 1870).
5602This flag defaults on if the SMTP greeting message includes the word
5603.q ESMTP .
5604.ip A
5599Look up the user part of the address in the alias database.
5605Look up the user (address) part of the resolved mailer triple,
5606in the alias database.
5600Normally this is only set for local mailers.
5601.ip b
5602Force a blank line on the end of a message.
5603This is intended to work around some stupid versions of
5604/bin/mail
5605that require a blank line, but do not provide it themselves.
5606It would not normally be used on network mail.
5607.ip B

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

11305.\".b SENDMAIL
11306.\".sz 14
11307.\".sp
11308.\"INSTALLATION AND OPERATION GUIDE
11309.\".sp
11310.\".sz 10
11311.\"Eric Allman
11312.\".sp
5607Normally this is only set for local mailers.
5608.ip b
5609Force a blank line on the end of a message.
5610This is intended to work around some stupid versions of
5611/bin/mail
5612that require a blank line, but do not provide it themselves.
5613It would not normally be used on network mail.
5614.ip B

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

11312.\".b SENDMAIL
11313.\".sz 14
11314.\".sp
11315.\"INSTALLATION AND OPERATION GUIDE
11316.\".sp
11317.\".sz 10
11318.\"Eric Allman
11319.\".sp
11313.\"Version $Revision: 8.699 $
11320.\"Version $Revision: 8.704 $
11314.\".ce 0
11315.bp 3
11316.ce
11317.sz 12
11318TABLE OF CONTENTS
11319.sz 10
11320.sp
11321.\" remove some things to avoid "out of temp file space" problem

--- 22 unchanged lines hidden ---
11321.\".ce 0
11322.bp 3
11323.ce
11324.sz 12
11325TABLE OF CONTENTS
11326.sz 10
11327.sp
11328.\" remove some things to avoid "out of temp file space" problem

--- 22 unchanged lines hidden ---