]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/sendmail/doc/op/op.me
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / sendmail / doc / op / op.me
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.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
21 .\" which describes the symbol.
22 .\"
23 .if n .ds { [
24 .if n .ds } ]
25 .ie !c \(dg \{\
26 .char \(dg *
27 .de DG
28 an asterick
29 ..
30 .\}
31 .el \{\
32 .de DG
33 a dagger
34 ..
35 .\}
36 .\"
37 .\" Define \(dd as "#" for text output and create a new .DD macro
38 .\" which describes the symbol.
39 .\"
40 .ie !c \(dd \{\
41 .char \(dd #
42 .de DD
43 a pound sign
44 ..
45 .\}
46 .el \{\
47 .de DD
48 a double dagger
49 ..
50 .\}
51 .eh 'SMM:08-%''Sendmail Installation and Operation Guide'
52 .oh 'Sendmail Installation and Operation Guide''SMM:08-%'
53 .\" SD is lib if sendmail is installed in /usr/lib, sbin if in /usr/sbin
54 .ds SD sbin
55 .\" SB is bin if newaliases/mailq are installed in /usr/bin, ucb if in /usr/ucb
56 .ds SB bin
57 .nr si 3n
58 .de $0
59 .(x
60 .in \\$3u*3n
61 .ti -3n
62 \\$2.  \\$1
63 .)x
64 ..
65 .de $C
66 .(x
67 .in 0
68 \\$1 \\$2.  \\$3
69 .)x
70 ..
71 .+c
72 .(l C
73 .sz 16
74 .b SENDMAIL\u\s-6TM\s0\d
75 .sz 12
76 .sp
77 .b "INSTALLATION AND OPERATION GUIDE"
78 .(f
79 .b DISCLAIMER:
80 This documentation is under modification.
81 .)f
82 .sz 10
83 .sp
84 .r
85 Eric Allman
86 Claus Assmann
87 Gregory Neil Shapiro
88 Sendmail, Inc.
89 .sp
90 .de Ve
91 Version \\$2
92 ..
93 .Ve $Revision: 8.751 $
94 .rm Ve
95 .sp
96 For Sendmail Version 8.14
97 .)l
98 .(f
99 Sendmail is a trademark of Sendmail, Inc.
100 US Patent Numbers 6865671, 6986037.
101 .)f
102 .sp 2
103 .pp
104 .i Sendmail \u\s-2TM\s0\d
105 implements a general purpose internetwork mail routing facility
106 under the UNIX\(rg
107 operating system.
108 It is not tied to any one transport protocol \*-
109 its function may be likened to a crossbar switch,
110 relaying messages from one domain into another.
111 In the process,
112 it can do a limited amount of message header editing
113 to put the message into a format that is appropriate
114 for the receiving domain.
115 All of this is done under the control of a configuration file.
116 .pp
117 Due to the requirements of flexibility
118 for
119 .i sendmail ,
120 the configuration file can seem somewhat unapproachable.
121 However, there are only a few basic configurations
122 for most sites,
123 for which standard configuration files have been supplied.
124 Most other configurations
125 can be built by adjusting an existing configuration file
126 incrementally.
127 .pp
128 .i Sendmail
129 is based on
130 RFC 821 (Simple Mail Transport Protocol),
131 RFC 822 (Internet Mail Headers Format),
132 RFC 974 (MX routing),
133 RFC 1123 (Internet Host Requirements),
134 RFC 1413 (Identification server),
135 RFC 1652 (SMTP 8BITMIME Extension),
136 RFC 1869 (SMTP Service Extensions),
137 RFC 1870 (SMTP SIZE Extension),
138 RFC 1891 (SMTP Delivery Status Notifications),
139 RFC 1892 (Multipart/Report),
140 RFC 1893 (Enhanced Mail System Status Codes),
141 RFC 1894 (Delivery Status Notifications),
142 RFC 1985 (SMTP Service Extension for Remote Message Queue Starting),
143 RFC 2033 (Local Message Transmission Protocol),
144 RFC 2034 (SMTP Service Extension for Returning Enhanced Error Codes),
145 RFC 2045 (MIME),
146 RFC 2476 (Message Submission),
147 RFC 2487 (SMTP Service Extension for Secure SMTP over TLS),
148 RFC 2554 (SMTP Service Extension for Authentication),
149 RFC 2821 (Simple Mail Transfer Protocol),
150 RFC 2822 (Internet Message Format),
151 RFC 2852 (Deliver By SMTP Service Extension),
152 and
153 RFC 2920 (SMTP Service Extension for Command Pipelining).
154 However, since
155 .i sendmail
156 is designed to work in a wider world,
157 in many cases it can be configured to exceed these protocols.
158 These cases are described herein.
159 .pp
160 Although
161 .i sendmail
162 is intended to run
163 without the need for monitoring,
164 it has a number of features
165 that may be used to monitor or adjust the operation
166 under unusual circumstances.
167 These features are described.
168 .pp
169 Section one describes how to do a basic
170 .i sendmail
171 installation.
172 Section two
173 explains the day-to-day information you should know
174 to maintain your mail system.
175 If you have a relatively normal site,
176 these two sections should contain sufficient information
177 for you to install
178 .i sendmail
179 and keep it happy.
180 Section three
181 has information regarding the command line arguments.
182 Section four
183 describes some parameters that may be safely tweaked.
184 Section five
185 contains the nitty-gritty information about the configuration
186 file.
187 This section is for masochists
188 and people who must write their own configuration file.
189 Section six
190 describes configuration that can be done at compile time.
191 The appendixes give a brief
192 but detailed explanation of a number of features
193 not described in the rest of the paper.
194 .bp 7
195 .sh 1 "BASIC INSTALLATION"
196 .pp
197 There are two basic steps to installing
198 .i sendmail .
199 First, you have to compile and install the binary.
200 If
201 .i sendmail
202 has already been ported to your operating system
203 that should be simple.
204 Second, you must build a run-time configuration file.
205 This is a file that
206 .i sendmail
207 reads when it starts up
208 that describes the mailers it knows about,
209 how to parse addresses,
210 how to rewrite the message header,
211 and the settings of various options.
212 Although the configuration file can be quite complex,
213 a configuration can usually be built
214 using an M4-based configuration language.
215 Assuming you have the standard
216 .i sendmail
217 distribution, see
218 .i cf/README
219 for further information.
220 .pp
221 The remainder of this section will describe the installation of
222 .i sendmail
223 assuming you can use one of the existing configurations
224 and that the standard installation parameters are acceptable.
225 All pathnames and examples
226 are given from the root of the
227 .i sendmail
228 subtree,
229 normally
230 .i /usr/src/usr.\*(SD/sendmail
231 on 4.4BSD-based systems.
232 .pp
233 Continue with the next section if you need/want to compile
234 .i sendmail
235 yourself.
236 If you have a running binary already on your system,
237 you should probably skip to section 1.2.
238 .sh 2 "Compiling Sendmail"
239 .pp
240 All
241 .i sendmail
242 source is in the
243 .i sendmail
244 subdirectory.
245 To compile sendmail,
246 .q cd
247 into the
248 .i sendmail
249 directory and type
250 .(b
251 \&./Build
252 .)b
253 This will leave the binary in an appropriately named subdirectory,
254 e.g.,
255 obj.BSD-OS.2.1.i386.
256 It works for multiple object versions
257 compiled out of the same directory.
258 .sh 3 "Tweaking the Build Invocation"
259 .pp
260 You can give parameters on the
261 .i Build
262 command.
263 In most cases these are only used when the
264 .i obj.*
265 directory is first created.
266 To restart from scratch, use
267 .i -c .
268 These commands include:
269 .nr ii 0.5i
270 .ip "\-L \fIlibdirs\fP"
271 A list of directories to search for libraries.
272 .ip "\-I \fIincdirs\fP"
273 A list of directories to search for include files.
274 .ip "\-E \fIenvar\fP=\fIvalue\fP"
275 Set an environment variable to an indicated
276 .i value
277 before compiling.
278 .ip "\-c"
279 Create a new
280 .i obj.*
281 tree before running.
282 .ip "\-f \fIsiteconfig\fP"
283 Read the indicated site configuration file.
284 If this parameter is not specified,
285 .i Build
286 includes
287 .i all
288 of the files
289 .i $BUILDTOOLS/Site/site.$oscf.m4
290 and
291 .i $BUILDTOOLS/Site/site.config.m4 ,
292 where $BUILDTOOLS is normally
293 .i \&../devtools
294 and $oscf is the same name as used on the
295 .i obj.*
296 directory.
297 See below for a description of the site configuration file.
298 .ip "\-S"
299 Skip auto-configuration.
300 .i Build
301 will avoid auto-detecting libraries if this is set.
302 All libraries and map definitions must be specified
303 in the site configuration file.
304 .lp
305 Most other parameters are passed to the
306 .i make
307 program; for details see
308 .i $BUILDTOOLS/README .
309 .sh 3 "Creating a Site Configuration File"
310 .\"XXX
311 .pp
312 (This section is not yet complete.
313 For now, see the file devtools/README for details.)
314 See sendmail/README for various compilation flags that can be set.
315 .sh 3 "Tweaking the Makefile"
316 .pp
317 .\" .b "XXX This should all be in the Site Configuration File section."
318 .i Sendmail
319 supports two different formats
320 for the local (on disk) version of databases,
321 notably the
322 .i aliases
323 database.
324 At least one of these should be defined if at all possible.
325 .nr ii 1i
326 .ip NDBM
327 The ``new DBM'' format,
328 available on nearly all systems around today.
329 This was the preferred format prior to 4.4BSD.
330 It allows such complex things as multiple databases
331 and closing a currently open database.
332 .ip NEWDB
333 The Berkeley DB package.
334 If you have this, use it.
335 It allows
336 long records,
337 multiple open databases,
338 real in-memory caching,
339 and so forth.
340 You can define this in conjunction with
341 .sm NDBM ;
342 if you do,
343 old alias databases are read,
344 but when a new database is created it will be in NEWDB format.
345 As a nasty hack,
346 if you have NEWDB, NDBM, and NIS defined,
347 and if the alias file name includes the substring
348 .q /yp/ ,
349 .i sendmail
350 will create both new and old versions of the alias file
351 during a
352 .i newalias
353 command.
354 This is required because the Sun NIS/YP system
355 reads the DBM version of the alias file.
356 It's ugly as sin,
357 but it works.
358 .lp
359 If neither of these are defined,
360 .i sendmail
361 reads the alias file into memory on every invocation.
362 This can be slow and should be avoided.
363 There are also several methods for remote database access:
364 .ip LDAP
365 Lightweight Directory Access Protocol.
366 .ip NIS
367 Sun's Network Information Services (formerly YP).
368 .ip NISPLUS
369 Sun's NIS+ services.
370 .ip NETINFO
371 NeXT's NetInfo service.
372 .ip HESIOD
373 Hesiod service (from Athena).
374 .lp
375 Other compilation flags are set in
376 .i conf.h
377 and should be predefined for you
378 unless you are porting to a new environment.
379 For more options see
380 .i sendmail/README .
381 .sh 3 "Compilation and installation"
382 .pp
383 After making the local system configuration described above,
384 You should be able to compile and install the system.
385 The script
386 .q Build
387 is the best approach on most systems:
388 .(b
389 \&./Build
390 .)b
391 This will use
392 .i uname (1)
393 to create a custom Makefile for your environment.
394 .pp
395 If you are installing in the standard places,
396 you should be able to install using
397 .(b
398 \&./Build install
399 .)b
400 This should install the binary in
401 /usr/\*(SD
402 and create links from
403 /usr/\*(SB/newaliases
404 and
405 /usr/\*(SB/mailq
406 to
407 /usr/\*(SD/sendmail.
408 On most systems it will also format and install man pages.
409 Notice: as of version 8.12
410 .i sendmail
411 will no longer be installed set-user-ID root by default.
412 If you really want to use the old method, you can specify it as target:
413 .(b
414 \&./Build install-set-user-id
415 .)b
416 .sh 2 "Configuration Files"
417 .pp
418 .i Sendmail
419 cannot operate without a configuration file.
420 The configuration defines the mail delivery mechanisms understood at this site,
421 how to access them,
422 how to forward email to remote mail systems,
423 and a number of tuning parameters.
424 This configuration file is detailed
425 in the later portion of this document.
426 .pp
427 The
428 .i sendmail
429 configuration can be daunting at first.
430 The world is complex,
431 and the mail configuration reflects that.
432 The distribution includes an m4-based configuration package
433 that hides a lot of the complexity.
434 See
435 .i cf/README
436 for details.
437 .pp
438 Our configuration files are processed by
439 .i m4
440 to facilitate local customization;
441 the directory
442 .i cf
443 of the
444 .i sendmail
445 distribution directory
446 contains the source files.
447 This directory contains several subdirectories:
448 .nr ii 1i
449 .ip cf
450 Both site-dependent and site-independent descriptions of hosts.
451 These can be literal host names
452 (e.g.,
453 .q ucbvax.mc )
454 when the hosts are gateways
455 or more general descriptions
456 (such as
457 .q "generic-solaris2.mc"
458 as a general description of an SMTP-connected host
459 running Solaris 2.x.
460 Files ending
461 .b \&.mc
462 (``M4 Configuration'')
463 are the input descriptions;
464 the output is in the corresponding
465 .b \&.cf
466 file.
467 The general structure of these files is described below.
468 .ip domain
469 Site-dependent subdomain descriptions.
470 These are tied to the way your organization wants to do addressing.
471 For example,
472 .b domain/CS.Berkeley.EDU.m4
473 is our description for hosts in the CS.Berkeley.EDU subdomain.
474 These are referenced using the
475 .sm DOMAIN
476 .b m4
477 macro in the
478 .b \&.mc
479 file.
480 .ip feature
481 Definitions of specific features that some particular host in your site
482 might want.
483 These are referenced using the
484 .sm FEATURE
485 .b m4
486 macro.
487 An example feature is
488 use_cw_file
489 (which tells
490 .i sendmail
491 to read an /etc/mail/local-host-names file on startup
492 to find the set of local names).
493 .ip hack
494 Local hacks, referenced using the
495 .sm HACK
496 .b m4
497 macro.
498 Try to avoid these.
499 The point of having them here is to make it clear that they smell.
500 .ip m4
501 Site-independent
502 .i m4 (1)
503 include files that have information common to all configuration files.
504 This can be thought of as a
505 .q #include
506 directory.
507 .ip mailer
508 Definitions of mailers,
509 referenced using the
510 .sm MAILER
511 .b m4
512 macro.
513 The mailer types that are known in this distribution are
514 fax,
515 local,
516 smtp,
517 uucp,
518 and usenet.
519 For example, to include support for the UUCP-based mailers,
520 use
521 .q MAILER(uucp) .
522 .ip ostype
523 Definitions describing various operating system environments
524 (such as the location of support files).
525 These are referenced using the
526 .sm OSTYPE
527 .b m4
528 macro.
529 .ip sh
530 Shell files used by the
531 .b m4
532 build process.
533 You shouldn't have to mess with these.
534 .ip siteconfig
535 Local UUCP connectivity information.
536 This directory has been supplanted by the mailertable feature;
537 any new configurations should use that feature to do UUCP
538 (and other) routing.
539 The use of this directory is deprecated.
540 .pp
541 If you are in a new domain
542 (e.g., a company),
543 you will probably want to create a
544 cf/domain
545 file for your domain.
546 This consists primarily of relay definitions
547 and features you want enabled site-wide:
548 for example, Berkeley's domain definition
549 defines relays for
550 BitNET
551 and UUCP.
552 These are specific to Berkeley,
553 and should be fully-qualified internet-style domain names.
554 Please check to make certain they are reasonable for your domain.
555 .pp
556 Subdomains at Berkeley are also represented in the
557 cf/domain
558 directory.
559 For example,
560 the domain
561 CS.Berkeley.EDU
562 is the Computer Science subdomain,
563 EECS.Berkeley.EDU
564 is the Electrical Engineering and Computer Sciences subdomain,
565 and
566 S2K.Berkeley.EDU
567 is the Sequoia 2000 subdomain.
568 You will probably have to add an entry to this directory
569 to be appropriate for your domain.
570 .pp
571 You will have to use or create
572 .b \&.mc
573 files in the
574 .i cf/cf
575 subdirectory for your hosts.
576 This is detailed in the
577 cf/README
578 file.
579 .sh 2 "Details of Installation Files"
580 .pp
581 This subsection describes the files that
582 comprise the
583 .i sendmail
584 installation.
585 .sh 3 "/usr/\*(SD/sendmail"
586 .pp
587 The binary for
588 .i sendmail
589 is located in /usr/\*(SD\**.
590 .(f
591 \**This is usually
592 /usr/sbin
593 on 4.4BSD and newer systems;
594 many systems install it in
595 /usr/lib.
596 I understand it is in /usr/ucblib
597 on System V Release 4.
598 .)f
599 It should be set-group-ID smmsp as described in
600 sendmail/SECURITY.
601 For security reasons,
602 /, /usr, and /usr/\*(SD
603 should be owned by root, mode 0755\**.
604 .(f
605 \**Some vendors ship them owned by bin;
606 this creates a security hole that is not actually related to
607 .i sendmail .
608 Other important directories that should have restrictive ownerships
609 and permissions are
610 /bin, /usr/bin, /etc, /etc/mail, /usr/etc, /lib, and /usr/lib.
611 .)f
612 .sh 3 "/etc/mail/sendmail.cf"
613 .pp
614 This is the main configuration file for
615 .i sendmail \**.
616 .(f
617 \**Actually, the pathname varies depending on the operating system;
618 /etc/mail is the preferred directory.
619 Some older systems install it in
620 .b /usr/lib/sendmail.cf ,
621 and I've also seen it in
622 .b /usr/ucblib .
623 If you want to move this file,
624 add -D_PATH_SENDMAILCF=\e"/file/name\e"
625 to the flags passed to the C compiler.
626 Moving this file is not recommended:
627 other programs and scripts know of this location.
628 .)f
629 This is one of the two non-library file names compiled into
630 .i sendmail \**,
631 the other is /etc/mail/submit.cf.
632 .(f
633 \**The system libraries can reference other files;
634 in particular, system library subroutines that
635 .i sendmail
636 calls probably reference
637 .i /etc/passwd
638 and
639 .i /etc/resolv.conf .
640 .)f
641 .pp
642 The configuration file is normally created
643 using the distribution files described above.
644 If you have a particularly unusual system configuration
645 you may need to create a special version.
646 The format of this file is detailed in later sections
647 of this document.
648 .sh 3 "/etc/mail/submit.cf"
649 .pp
650 This is the configuration file for
651 .i sendmail
652 when it is used for initial mail submission, in which case
653 it is also called ``Mail Submission Program'' (MSP)
654 in contrast to ``Mail Transfer Agent'' (MTA).
655 Starting with version 8.12,
656 .i sendmail
657 uses one of two different configuration files based on its operation mode
658 (or the new
659 .b \-A
660 option).
661 For initial mail submission, i.e., if one of the options
662 .b \-bm
663 (default),
664 .b \-bs ,
665 or
666 .b \-t
667 is specified, submit.cf is used (if available),
668 for other operations sendmail.cf is used.
669 Details can be found in
670 .i sendmail/SECURITY .
671 submit.cf is shipped with sendmail (in cf/cf/) and is installed by default.
672 If changes to the configuration need to be made, start with
673 cf/cf/submit.mc and follow the instruction in cf/README.
674 .sh 3 "/usr/\*(SB/newaliases"
675 .pp
676 The
677 .i newaliases
678 command should just be a link to
679 .i sendmail :
680 .(b
681 rm \-f /usr/\*(SB/newaliases
682 ln \-s /usr/\*(SD/sendmail /usr/\*(SB/newaliases
683 .)b
684 This can be installed in whatever search path you prefer
685 for your system.
686 .sh 3 "/usr/\*(SB/hoststat"
687 .pp
688 The
689 .i hoststat
690 command should just be a link to
691 .i sendmail ,
692 in a fashion similar to
693 .i newaliases .
694 This command lists the status of the last mail transaction
695 with all remote hosts.  The
696 .b \-v
697 flag will prevent the status display from being truncated.
698 It functions only when the
699 .b HostStatusDirectory
700 option is set.
701 .sh 3 "/usr/\*(SB/purgestat"
702 .pp
703 This command is also a link to
704 .i sendmail .
705 It flushes expired (Timeout.hoststatus) information that is stored in the
706 .b HostStatusDirectory
707 tree.
708 .sh 3 "/var/spool/mqueue"
709 .pp
710 The directory
711 .i /var/spool/mqueue
712 should be created to hold the mail queue.
713 This directory should be mode 0700
714 and owned by root.
715 .pp
716 The actual path of this directory
717 is defined by the
718 .b QueueDirectory
719 option of the
720 .i sendmail.cf
721 file.
722 To use multiple queues,
723 supply a value ending with an asterisk.
724 For example,
725 .i /var/spool/mqueue/qd*
726 will use all of the directories or symbolic links to directories
727 beginning with `qd' in
728 .i /var/spool/mqueue
729 as queue directories.
730 Do not change the queue directory structure
731 while sendmail is running.
732 .pp
733 If these directories have subdirectories or symbolic links to directories
734 named `qf', `df', and `xf', then these will be used for the different
735 queue file types.
736 That is, the data files are stored in the `df' subdirectory,
737 the transcript files are stored in the `xf' subdirectory, and
738 all others are stored in the `qf' subdirectory.
739 .pp
740 If shared memory support is compiled in,
741 .i sendmail
742 stores the available diskspace in a shared memory segment
743 to make the values readily available to all children without
744 incurring system overhead.
745 In this case, only the daemon updates the data;
746 i.e., the sendmail daemon creates the shared memory segment
747 and deletes it if it is terminated.
748 To use this,
749 .i sendmail
750 must have been compiled with support for shared memory
751 (-DSM_CONF_SHM)
752 and the option
753 .b SharedMemoryKey
754 must be set.
755 Notice: do not use the same key for
756 .i sendmail
757 invocations with different queue directories
758 or different queue group declarations.
759 Access to shared memory is not controlled by locks,
760 i.e., there is a race condition when data in the shared memory is updated.
761 However, since operation of
762 .i sendmail
763 does not rely on the data in the shared memory, this does not negatively
764 influence the behavior.
765 .sh 3 "/var/spool/clientmqueue"
766 .pp
767 The directory
768 .i /var/spool/clientmqueue
769 should be created to hold the mail queue.
770 This directory should be mode 0770
771 and owned by user smmsp, group smmsp.
772 .pp
773 The actual path of this directory
774 is defined by the
775 .b QueueDirectory
776 option of the
777 .i submit.cf
778 file.
779 .sh 3 "/var/spool/mqueue/.hoststat"
780 .pp
781 This is a typical value for the
782 .b HostStatusDirectory
783 option,
784 containing one file per host
785 that this sendmail has chatted with recently.
786 It is normally a subdirectory of
787 .i mqueue .
788 .sh 3 "/etc/mail/aliases*"
789 .pp
790 The system aliases are held in
791 .q /etc/mail/aliases .
792 A sample is given in
793 .q sendmail/aliases
794 which includes some aliases which
795 .i must
796 be defined:
797 .(b
798 cp sendmail/aliases /etc/mail/aliases
799 .i "edit /etc/mail/aliases"
800 .)b
801 You should extend this file with any aliases that are apropos to your system.
802 .pp
803 Normally
804 .i sendmail
805 looks at a database version of the files,
806 stored either in
807 .q /etc/mail/aliases.dir
808 and
809 .q /etc/mail/aliases.pag
810 or
811 .q /etc/mail/aliases.db
812 depending on which database package you are using.
813 The actual path of this file
814 is defined in the
815 .b AliasFile
816 option of the
817 .i sendmail.cf
818 file.
819 .pp
820 The permissions of the alias file and the database versions
821 should be 0640 to prevent local denial of service attacks
822 as explained in the top level
823 .b README
824 in the sendmail distribution.
825 If the permissions 0640 are used, be sure that only trusted users belong
826 to the group assigned to those files.  Otherwise, files should not even
827 be group readable.
828 .sh 3 "/etc/rc or /etc/init.d/sendmail"
829 .pp
830 It will be necessary to start up the
831 .i sendmail
832 daemon when your system reboots.
833 This daemon performs two functions:
834 it listens on the SMTP socket for connections
835 (to receive mail from a remote system)
836 and it processes the queue periodically
837 to insure that mail gets delivered when hosts come up.
838 .pp
839 If necessary, add the following lines to
840 .q /etc/rc
841 (or
842 .q /etc/rc.local
843 as appropriate)
844 in the area where it is starting up the daemons
845 on a BSD-base system,
846 or on a System-V-based system
847 in one of the startup files, typically
848 .q /etc/init.d/sendmail :
849 .(b
850 if [ \-f /usr/\*(SD/sendmail \-a \-f /etc/mail/sendmail.cf ]; then
851         (cd /var/spool/mqueue; rm \-f xf*)
852         /usr/\*(SD/sendmail \-bd \-q30m &
853         echo \-n ' sendmail' >/dev/console
854 fi
855 .)b
856 The
857 .q cd
858 and
859 .q rm
860 commands insure that all transcript files have been removed;
861 extraneous transcript files may be left around
862 if the system goes down in the middle of processing a message.
863 The line that actually invokes
864 .i sendmail
865 has two flags:
866 .q \-bd
867 causes it to listen on the SMTP port,
868 and
869 .q \-q30m
870 causes it to run the queue every half hour.
871 .pp
872 Some people use a more complex startup script,
873 removing zero length qf/hf/Qf files and df files for which there is no
874 qf/hf/Qf file.
875 Note this is not advisable.
876 For example, see Figure 1
877 for an example of a complex script which does this clean up.
878 .(z
879 .hl
880 #!/bin/sh
881 # remove zero length qf/hf/Qf files
882 for qffile in qf* hf* Qf*
883 do
884         if [ \-r $qffile ]
885         then
886                 if [ ! \-s $qffile ]
887                 then
888                         echo \-n " <zero: $qffile>" > /dev/console
889                         rm \-f $qffile
890                 fi
891         fi
892 done
893 # rename tf files to be qf if the qf does not exist
894 for tffile in tf*
895 do
896         qffile=`echo $tffile | sed 's/t/q/'`
897         if [ \-r $tffile \-a ! \-f $qffile ]
898         then
899                 echo \-n " <recovering: $tffile>" > /dev/console
900                 mv $tffile $qffile
901         else
902                 if [ \-f $tffile ]
903                 then
904                         echo \-n " <extra: $tffile>" > /dev/console
905                         rm \-f $tffile
906                 fi
907         fi
908 done
909 # remove df files with no corresponding qf/hf/Qf files
910 for dffile in df*
911 do
912         qffile=`echo $dffile | sed 's/d/q/'`
913         hffile=`echo $dffile | sed 's/d/h/'`
914         Qffile=`echo $dffile | sed 's/d/Q/'`
915         if [ \-r $dffile \-a ! \-f $qffile \-a ! \-f $hffile \-a ! \-f $Qffile ]
916         then
917                 echo \-n " <incomplete: $dffile>" > /dev/console
918                 mv $dffile `echo $dffile | sed 's/d/D/'`
919         fi
920 done
921 # announce files that have been saved during disaster recovery
922 for xffile in [A-Z]f*
923 do
924         if [ \-f $xffile ]
925         then
926                 echo \-n " <panic: $xffile>" > /dev/console
927         fi
928 done
929 .sp
930 .ce
931 Figure 1 \(em A complex startup script
932 .hl
933 .)z
934 .sh 3 "/etc/mail/helpfile"
935 .pp
936 This is the help file used by the SMTP
937 .b HELP
938 command.
939 It should be copied from
940 .q sendmail/helpfile :
941 .(b
942 cp sendmail/helpfile /etc/mail/helpfile
943 .)b
944 The actual path of this file
945 is defined in the
946 .b HelpFile
947 option of the
948 .i sendmail.cf
949 file.
950 .sh 3 "/etc/mail/statistics"
951 .pp
952 If you wish to collect statistics
953 about your mail traffic,
954 you should create the file
955 .q /etc/mail/statistics :
956 .(b
957 cp /dev/null /etc/mail/statistics
958 chmod 0600 /etc/mail/statistics
959 .)b
960 This file does not grow.
961 It is printed with the program
962 .q mailstats/mailstats.c.
963 The actual path of this file
964 is defined in the
965 .b S
966 option of the
967 .i sendmail.cf
968 file.
969 .sh 3 "/usr/\*(SB/mailq"
970 .pp
971 If
972 .i sendmail
973 is invoked as
974 .q mailq,
975 it will simulate the
976 .b \-bp
977 flag
978 (i.e.,
979 .i sendmail
980 will print the contents of the mail queue;
981 see below).
982 This should be a link to /usr/\*(SD/sendmail.
983 .sh 3 "sendmail.pid"
984 .pp
985 .i sendmail
986 stores its current pid in the file specified by the
987 .b PidFile
988 option (default is _PATH_SENDMAILPID).
989 .i sendmail
990 uses
991 .b TempFileMode
992 (which defaults to 0600) as
993 the permissions of that file
994 to prevent local denial of service attacks
995 as explained in the top level
996 .b README
997 in the sendmail distribution.
998 If the file already exists, then it might be necessary to
999 change the permissions accordingly, e.g.,
1000 .(b
1001 chmod 0600 /var/run/sendmail.pid
1002 .)b
1003 Note that as of version 8.13, this file is unlinked when
1004 .i sendmail
1005 exits.
1006 As a result of this change, a script such as the following,
1007 which may have worked prior to 8.13, will no longer work:
1008 .(b
1009 # stop & start sendmail
1010 PIDFILE=/var/run/sendmail.pid
1011 kill `head -1 $PIDFILE`
1012 `tail -1 $PIDFILE`
1013 .)b
1014 because it assumes that the pidfile will still exist even
1015 after killing the process to which it refers.
1016 Below is a script which will work correctly
1017 on both newer and older versions:
1018 .(b
1019 # stop & start sendmail
1020 PIDFILE=/var/run/sendmail.pid
1021 pid=`head -1 $PIDFILE`
1022 cmd=`tail -1 $PIDFILE`
1023 kill $pid
1024 $cmd
1025 .)b
1026 This is just an example script, it does not perform any error checks,
1027 e.g., whether the pidfile exists at all.
1028 .sh 3 "Map Files"
1029 .pp
1030 To prevent local denial of service attacks
1031 as explained in the top level
1032 .b README
1033 in the sendmail distribution,
1034 the permissions of map files created by
1035 .i makemap
1036 should be 0640.
1037 The use of 0640 implies that only trusted users belong to the group
1038 assigned to those files.
1039 If those files already exist, then it might be necessary to
1040 change the permissions accordingly, e.g.,
1041 .(b
1042 cd /etc/mail
1043 chmod 0640 *.db *.pag *.dir
1044 .)b
1045 .sh 1 "NORMAL OPERATIONS"
1046 .sh 2 "The System Log"
1047 .pp
1048 The system log is supported by the
1049 .i syslogd \|(8)
1050 program.
1051 All messages from
1052 .i sendmail
1053 are logged under the
1054 .sm LOG_MAIL
1055 facility\**.
1056 .(f
1057 \**Except on Ultrix,
1058 which does not support facilities in the syslog.
1059 .)f
1060 .sh 3 "Format"
1061 .pp
1062 Each line in the system log
1063 consists of a timestamp,
1064 the name of the machine that generated it
1065 (for logging from several machines
1066 over the local area network),
1067 the word
1068 .q sendmail: ,
1069 and a message\**.
1070 .(f
1071 \**This format may vary slightly if your vendor has changed
1072 the syntax.
1073 .)f
1074 Most messages are a sequence of
1075 .i name \c
1076 =\c
1077 .i value
1078 pairs.
1079 .pp
1080 The two most common lines are logged when a message is processed.
1081 The first logs the receipt of a message;
1082 there will be exactly one of these per message.
1083 Some fields may be omitted if they do not contain interesting information.
1084 Fields are:
1085 .ip from
1086 The envelope sender address.
1087 .ip size
1088 The size of the message in bytes.
1089 .ip class
1090 The class (i.e., numeric precedence) of the message.
1091 .ip pri
1092 The initial message priority (used for queue sorting).
1093 .ip nrcpts
1094 The number of envelope recipients for this message
1095 (after aliasing and forwarding).
1096 .ip msgid
1097 The message id of the message (from the header).
1098 .ip bodytype
1099 The message body type (7BIT or 8BITMIME),
1100 as determined from the envelope.
1101 .ip proto
1102 The protocol used to receive this message (e.g., ESMTP or UUCP)
1103 .ip daemon
1104 The daemon name from the
1105 .b DaemonPortOptions
1106 setting.
1107 .ip relay
1108 The machine from which it was received.
1109 .lp
1110 There is also one line logged per delivery attempt
1111 (so there can be several per message if delivery is deferred
1112 or there are multiple recipients).
1113 Fields are:
1114 .ip to
1115 A comma-separated list of the recipients to this mailer.
1116 .ip ctladdr
1117 The ``controlling user'', that is, the name of the user
1118 whose credentials we use for delivery.
1119 .ip delay
1120 The total delay between the time this message was received
1121 and the current delivery attempt.
1122 .ip xdelay
1123 The amount of time needed in this delivery attempt
1124 (normally indicative of the speed of the connection).
1125 .ip mailer
1126 The name of the mailer used to deliver to this recipient.
1127 .ip relay
1128 The name of the host that actually accepted (or rejected) this recipient.
1129 .ip dsn
1130 The enhanced error code (RFC 2034) if available.
1131 .ip stat
1132 The delivery status.
1133 .lp
1134 Not all fields are present in all messages;
1135 for example, the relay is usually not listed for local deliveries.
1136 .sh 3 "Levels"
1137 .pp
1138 If you have
1139 .i syslogd \|(8)
1140 or an equivalent installed,
1141 you will be able to do logging.
1142 There is a large amount of information that can be logged.
1143 The log is arranged as a succession of levels.
1144 At the lowest level
1145 only extremely strange situations are logged.
1146 At the highest level,
1147 even the most mundane and uninteresting events
1148 are recorded for posterity.
1149 As a convention,
1150 log levels under ten
1151 are considered generally
1152 .q useful;
1153 log levels above 64
1154 are reserved for debugging purposes.
1155 Levels from 11\-64 are reserved for verbose information
1156 that some sites might want.
1157 .pp
1158 A complete description of the log levels
1159 is given in section ``Log Level''.
1160 .sh 2 "Dumping State"
1161 .pp
1162 You can ask
1163 .i sendmail
1164 to log a dump of the open files
1165 and the connection cache
1166 by sending it a
1167 .sm SIGUSR1
1168 signal.
1169 The results are logged at
1170 .sm LOG_DEBUG
1171 priority.
1172 .sh 2 "The Mail Queues"
1173 .pp
1174 Mail messages may either be delivered immediately or be held for later
1175 delivery.
1176 Held messages are placed into a holding directory called a mail queue.
1177 .pp
1178 A mail message may be queued for these reasons:
1179 .bu
1180 If a mail message is temporarily undeliverable, it is queued
1181 and delivery is attempted later.
1182 If the message is addressed to multiple recipients, it is queued
1183 only for those recipients to whom delivery is not immediately possible.
1184 .bu
1185 If the SuperSafe option is set to true,
1186 all mail messages are queued while delivery is attempted.
1187 .bu
1188 If the DeliveryMode option is set to queue-only or defer,
1189 all mail is queued, and no immediate delivery is attempted.
1190 .bu
1191 If the load average becomes higher than the value of the QueueLA option
1192 and the
1193 .b QueueFactor
1194 (\c
1195 .b q )
1196 option divided by the difference in the current load average and the
1197 .b QueueLA
1198 option plus one
1199 is less than the priority of the message,
1200 messages are queued rather than immediately delivered.
1201 .bu
1202 One or more addresses are marked as expensive and delivery is postponed
1203 until the next queue run or one or more address are marked as held via
1204 mailer which uses the hold mailer flag.
1205 .bu
1206 The mail message has been marked as quarantined via a mail filter or
1207 rulesets.
1208 .bu
1209 .sh 3 "Queue Groups and Queue Directories"
1210 .pp
1211 There are one or more mail queues.
1212 Each mail queue belongs to a queue group.
1213 There is always a default queue group that is called ``mqueue''
1214 (which is where messages go by default unless otherwise specified).
1215 The directory or directories which comprise the default queue group
1216 are specified by the QueueDirectory option.
1217 There are zero or more
1218 additional named queue groups declared using the
1219 .b Q
1220 command in the configuration file.
1221 .pp
1222 By default, a queued message is placed in the queue group
1223 associated with the first recipient in the recipient list.
1224 A recipient address is mapped to a queue group as follows.
1225 First, if there is a ruleset called ``queuegroup'',
1226 and if this ruleset maps the address to a queue group name,
1227 then that queue group is chosen.
1228 That is, the argument for the ruleset is the recipient address
1229 and the result should be
1230 .b $#
1231 followed by the name of a queue group.
1232 Otherwise, if the mailer associated with the address specifies
1233 a queue group, then that queue group is chosen.
1234 Otherwise, the default queue group is chosen.
1235 .pp
1236 A message with multiple recipients will be split
1237 if different queue groups are chosen
1238 by the mapping of recipients to queue groups.
1239 .pp
1240 When a message is placed in a queue group, and the queue group has
1241 more than one queue, a queue is selected randomly.
1242 .pp
1243 If a message with multiple recipients is placed into a queue group
1244 with the 'r' option (maximum number of recipients per message)
1245 set to a positive value
1246 .i N ,
1247 and if there are more than
1248 .i N
1249 recipients
1250 in the message, then the message will be split into multiple messages,
1251 each of which have at most
1252 .i N
1253 recipients.
1254 .pp
1255 Notice: if multiple queue groups are used, do
1256 .b not
1257 move queue files around, e.g., into a different queue directory.
1258 This may have weird effects and can cause mail not to be delivered.
1259 Queue files and directories should be treated as opaque
1260 and should not be manipulated directly.
1261 .sh 3 "Queue Runs"
1262 .pp
1263 .i sendmail
1264 has two different ways to process the queue(s).
1265 The first one is to start queue runners after certain intervals
1266 (``normal'' queue runners),
1267 the second one is to keep queue runner processes around
1268 (``persistent'' queue runners).
1269 How to select either of these types is discussed in the appendix
1270 ``COMMAND LINE FLAGS''.
1271 Persistent queue runners have the advantage that no new processes
1272 need to be spawned at certain intervals; they just sleep for
1273 a specified time after they finished a queue run.
1274 Another advantage of persistent queue runners is that only one process
1275 belonging to a workgroup (a workgroup is a set of queue groups)
1276 collects the data for a queue run
1277 and then multiple queue runner may go ahead using that data.
1278 This can significantly reduce the disk I/O necessary to read the
1279 queue files compared to starting multiple queue runners directly.
1280 Their disadvantage is that a new queue run is only started
1281 after all queue runners belonging to a group finished their tasks.
1282 In case one of the queue runners tries delivery to a slow recipient site
1283 at the end of a queue run, the next queue run may be substantially delayed.
1284 In general this should be smoothed out due to the distribution of
1285 those slow jobs, however, for sites with small number of
1286 queue entries this might introduce noticable delays.
1287 In general, persistent queue runners are only useful for
1288 sites with big queues.
1289 .sh 3 "Manual Intervention"
1290 .pp
1291 Under normal conditions the mail queue will be processed transparently.
1292 However, you may find that manual intervention is sometimes necessary.
1293 For example,
1294 if a major host is down for a period of time
1295 the queue may become clogged.
1296 Although
1297 .i sendmail
1298 ought to recover gracefully when the host comes up,
1299 you may find performance unacceptably bad in the meantime.
1300 In that case you want to check the content of the queue
1301 and manipulate it as explained in the next two sections.
1302 .sh 3 "Printing the queue"
1303 .pp
1304 The contents of the queue(s) can be printed
1305 using the
1306 .i mailq
1307 command
1308 (or by specifying the
1309 .b \-bp
1310 flag to
1311 .i sendmail ):
1312 .(b
1313 mailq
1314 .)b
1315 This will produce a listing of the queue id's,
1316 the size of the message,
1317 the date the message entered the queue,
1318 and the sender and recipients.
1319 If shared memory support is compiled in,
1320 the flag
1321 .b \-bP
1322 can be used to print the number of entries in the queue(s),
1323 provided a process updates the data.
1324 However, as explained earlier, the output might be slightly wrong,
1325 since access to the shared memory is not locked.
1326 For example,
1327 ``unknown number of entries''
1328 might be shown.
1329 The internal counters are updated after each queue run
1330 to the correct value again.
1331 .sh 3 "Forcing the queue"
1332 .pp
1333 .i Sendmail
1334 should run the queue automatically at intervals.
1335 When using multiple queues,
1336 a separate process will by default be created to
1337 run each of the queues
1338 unless the queue run is initiated by a user
1339 with the verbose flag.
1340 The algorithm is to read and sort the queue,
1341 and then to attempt to process all jobs in order.
1342 When it attempts to run the job,
1343 .i sendmail
1344 first checks to see if the job is locked.
1345 If so, it ignores the job.
1346 .pp
1347 There is no attempt to insure that only one queue processor
1348 exists at any time,
1349 since there is no guarantee that a job cannot take forever
1350 to process
1351 (however,
1352 .i sendmail
1353 does include heuristics to try to abort jobs
1354 that are taking absurd amounts of time;
1355 technically, this violates RFC 821, but is blessed by RFC 1123).
1356 Due to the locking algorithm,
1357 it is impossible for one job to freeze the entire queue.
1358 However,
1359 an uncooperative recipient host
1360 or a program recipient
1361 that never returns
1362 can accumulate many processes in your system.
1363 Unfortunately,
1364 there is no completely general way to solve this.
1365 .pp
1366 In some cases,
1367 you may find that a major host going down
1368 for a couple of days
1369 may create a prohibitively large queue.
1370 This will result in
1371 .i sendmail
1372 spending an inordinate amount of time
1373 sorting the queue.
1374 This situation can be fixed by moving the queue to a temporary place
1375 and creating a new queue.
1376 The old queue can be run later when the offending host returns to service.
1377 .pp
1378 To do this,
1379 it is acceptable to move the entire queue directory:
1380 .(b
1381 cd /var/spool
1382 mv mqueue omqueue; mkdir mqueue; chmod 0700 mqueue
1383 .)b
1384 You should then kill the existing daemon
1385 (since it will still be processing in the old queue directory)
1386 and create a new daemon.
1387 .pp
1388 To run the old mail queue, issue the following command:
1389 .(b
1390 /usr/\*(SD/sendmail \-C /etc/mail/queue.cf \-q
1391 .)b
1392 The
1393 .b \-C
1394 flag specifies an alternate configuration file
1395 .b queue.cf
1396 which should refer to the moved queue directory
1397 .(b
1398 O QueueDirectory=/var/spool/omqueue
1399 .)b
1400 and the
1401 .b \-q
1402 flag says to just run every job in the queue.
1403 You can also specify the moved queue directory on the command line
1404 .(b
1405 /usr/\*(SD/sendmail \-oQ/var/spool/omqueue \-q
1406 .)b
1407 but this requires that you do not have
1408 queue groups in the configuration file,
1409 because those are not subdirectories of the moved directory.
1410 See the section about ``Queue Group Declaration'' for details;
1411 you most likely need a different configuration file to correctly deal
1412 with this problem.
1413 However, a proper configuration of queue groups should avoid
1414 filling up queue directories, so you shouldn't run into
1415 this problem.
1416 If you have a tendency toward voyeurism,
1417 you can use the
1418 .b \-v
1419 flag to watch what is going on.
1420 .pp
1421 When the queue is finally emptied,
1422 you can remove the directory:
1423 .(b
1424 rmdir /var/spool/omqueue
1425 .)b
1426 .sh 3 "Quarantined Queue Items"
1427 .pp
1428 It is possible to "quarantine" mail messages,
1429 otherwise known as envelopes.
1430 Envelopes (queue files) are stored but not considered for delivery or
1431 display unless the "quarantine" state of the envelope is undone or
1432 delivery or display of quarantined items is requested.
1433 Quarantined messages are tagged by using a different name for the queue
1434 file, 'hf' instead of 'qf', and by adding the quarantine reason to the
1435 queue file.
1436 .pp
1437 Delivery or display of quarantined items can be requested using the
1438 .b \-qQ
1439 flag to
1440 .i sendmail
1441 or
1442 .i mailq .
1443 Additionally, messages already in the queue can be quarantined or
1444 unquarantined using the new
1445 .b \-Q
1446 flag to sendmail.
1447 For example,
1448 .(b
1449 sendmail -Qreason -q[!][I|R|S][matchstring]
1450 .)b
1451 Quarantines the normal queue items matching the criteria specified by the
1452 .b "-q[!][I|R|S][matchstring]"
1453 using the reason given on the
1454 .b \-Q
1455 flag.
1456 Likewise,
1457 .(b
1458 sendmail -qQ -Q[reason] -q[!][I|R|S|Q][matchstring]
1459 .)b
1460 Change the quarantine reason for the quarantined items matching the
1461 criteria specified by the
1462 .b "-q[!][I|R|S|Q][matchstring]"
1463 using the reason given on the
1464 .b \-Q
1465 flag.
1466 If there is no reason,
1467  unquarantine the matching items and make them normal queue items.
1468 Note that the
1469 .b \-qQ
1470 flag tells sendmail to operate on quarantined items instead of normal items.
1471 .sh 2 "Disk Based Connection Information"
1472 .pp
1473 .i Sendmail
1474 stores a large amount of information about each remote system it
1475 has connected to in memory. It is possible to preserve some
1476 of this information on disk as well, by using the
1477 .b HostStatusDirectory
1478 option, so that it may be shared between several invocations of
1479 .i sendmail .
1480 This allows mail to be queued immediately or skipped during a queue run if
1481 there has been a recent failure in connecting to a remote machine.
1482 Note: information about a remote system is stored in a file
1483 whose pathname consists of the components of the hostname in reverse order.
1484 For example, the information for
1485 .b host.example.com
1486 is stored in
1487 .b com./example./host .
1488 For top-level domains like
1489 .b com
1490 this can create a large number of subdirectories
1491 which on some filesystems can exhaust some limits.
1492 Moreover, the performance of lookups in directory with thousands of entries
1493 can be fairly slow depending on the filesystem implementation.
1494 .pp
1495 Additionally enabling
1496 .b SingleThreadDelivery
1497 has the added effect of single-threading mail delivery to a destination.
1498 This can be quite helpful
1499 if the remote machine is running an SMTP server that is easily overloaded
1500 or cannot accept more than a single connection at a time,
1501 but can cause some messages to be punted to a future queue run.
1502 It also applies to
1503 .i all
1504 hosts, so setting this because you have one machine on site
1505 that runs some software that is easily overrun
1506 can cause mail to other hosts to be slowed down.
1507 If this option is set,
1508 you probably want to set the
1509 .b MinQueueAge
1510 option as well and run the queue fairly frequently;
1511 this way jobs that are skipped because another
1512 .i sendmail
1513 is talking to the same host will be tried again quickly
1514 rather than being delayed for a long time.
1515 .pp
1516 The disk based host information is stored in a subdirectory of the
1517 .b mqueue
1518 directory called
1519 .b \&.hoststat \**.
1520 .(f
1521 \**This is the usual value of the
1522 .b HostStatusDirectory
1523 option;
1524 it can, of course, go anywhere you like in your filesystem.
1525 .)f
1526 Removing this directory and its subdirectories has an effect similar to
1527 the
1528 .i purgestat
1529 command and is completely safe.
1530 However,
1531 .i purgestat
1532 only removes expired (Timeout.hoststatus) data.
1533 The information in these directories can
1534 be perused with the
1535 .i hoststat
1536 command, which will indicate the host name, the last access, and the
1537 status of that access.
1538 An asterisk in the left most column indicates that a
1539 .i sendmail
1540 process currently has the host locked for mail delivery.
1541 .pp
1542 The disk based connection information is treated the same way as memory based
1543 connection information for the purpose of timeouts.
1544 By default, information about host failures is valid for 30 minutes.
1545 This can be adjusted with
1546 the
1547 .b Timeout.hoststatus
1548 option.
1549 .pp
1550 The connection information stored on disk may be expired at any time
1551 with the
1552 .i purgestat
1553 command or by invoking sendmail with the
1554 .b \-bH
1555 switch.
1556 The connection information may be viewed with the
1557 .i hoststat
1558 command or by invoking sendmail with the
1559 .b \-bh
1560 switch.
1561 .sh 2 "The Service Switch"
1562 .pp
1563 The implementation of certain system services
1564 such as host and user name lookup
1565 is controlled by the service switch.
1566 If the host operating system supports such a switch,
1567 and sendmail knows about it,
1568 .i sendmail
1569 will use the native version.
1570 Ultrix, Solaris, and DEC OSF/1 are examples of such systems\**.
1571 .(f
1572 \**HP-UX 10 has service switch support,
1573 but since the APIs are apparently not available in the libraries
1574 .i sendmail
1575 does not use the native service switch in this release.
1576 .)f
1577 .pp
1578 If the underlying operating system does not support a service switch
1579 (e.g., SunOS 4.X, HP-UX, BSD)
1580 then
1581 .i sendmail
1582 will provide a stub implementation.
1583 The
1584 .b ServiceSwitchFile
1585 option points to the name of a file that has the service definitions.
1586 Each line has the name of a service
1587 and the possible implementations of that service.
1588 For example, the file:
1589 .(b
1590 hosts   dns files nis
1591 aliases files nis
1592 .)b
1593 will ask
1594 .i sendmail
1595 to look for hosts in the Domain Name System first.
1596 If the requested host name is not found, it tries local files,
1597 and if that fails it tries NIS.
1598 Similarly, when looking for aliases
1599 it will try the local files first followed by NIS.
1600 .pp
1601 Notice: since
1602 .i sendmail
1603 must access MX records for correct operation, it will use
1604 DNS if it is configured in the
1605 .b ServiceSwitchFile
1606 file.
1607 Hence an entry like
1608 .(b
1609 hosts   files dns
1610 .)b
1611 will not avoid DNS lookups even if a host can be found
1612 in /etc/hosts.
1613 .pp
1614 Service switches are not completely integrated.
1615 For example, despite the fact that the host entry listed in the above example
1616 specifies to look in NIS,
1617 on SunOS this won't happen because the system implementation of
1618 .i gethostbyname \|(3)
1619 doesn't understand this.
1620 .sh 2 "The Alias Database"
1621 .pp
1622 After recipient addresses are read from the SMTP connection
1623 or command line
1624 they are parsed by ruleset 0,
1625 which must resolve to a
1626 {\c
1627 .i mailer ,
1628 .i host ,
1629 .i address }
1630 triple.
1631 If the flags selected by the
1632 .i mailer
1633 include the
1634 .b A
1635 (aliasable) flag,
1636 the
1637 .i address
1638 part of the triple is looked up as the key
1639 (i.e., the left hand side)
1640 in the alias database.
1641 If there is a match, the address is deleted from the send queue
1642 and all addresses on the right hand side of the alias
1643 are added in place of the alias that was found.
1644 This is a recursive operation,
1645 so aliases found in the right hand side of the alias
1646 are similarly expanded.
1647 .pp
1648 The alias database exists in two forms.
1649 One is a text form,
1650 maintained in the file
1651 .i /etc/mail/aliases.
1652 The aliases are of the form
1653 .(b
1654 name: name1, name2, ...
1655 .)b
1656 Only local names may be aliased;
1657 e.g.,
1658 .(b
1659 eric@prep.ai.MIT.EDU: eric@CS.Berkeley.EDU
1660 .)b
1661 will not have the desired effect
1662 (except on prep.ai.MIT.EDU,
1663 and they probably don't want me)\**.
1664 .(f
1665 \**Actually, any mailer that has the `A' mailer flag set
1666 will permit aliasing;
1667 this is normally limited to the local mailer.
1668 .)f
1669 Aliases may be continued by starting any continuation lines
1670 with a space or a tab or by putting a backslash directly before
1671 the newline.
1672 Blank lines and lines beginning with a sharp sign
1673 (\c
1674 .q # )
1675 are comments.
1676 .pp
1677 The second form is processed by the
1678 .i ndbm \|(3)\**
1679 .(f
1680 \**The
1681 .i gdbm
1682 package does not work.
1683 .)f
1684 or the Berkeley DB library.
1685 This form is in the file
1686 .i /etc/mail/aliases.db
1687 (if using NEWDB)
1688 or
1689 .i /etc/mail/aliases.dir
1690 and
1691 .i /etc/mail/aliases.pag
1692 (if using NDBM).
1693 This is the form that
1694 .i sendmail
1695 actually uses to resolve aliases.
1696 This technique is used to improve performance.
1697 .pp
1698 The control of search order is actually set by the service switch.
1699 Essentially, the entry
1700 .(b
1701 O AliasFile=switch:aliases
1702 .)b
1703 is always added as the first alias entry;
1704 also, the first alias file name without a class
1705 (e.g., without
1706 .q nis:
1707 on the front)
1708 will be used as the name of the file for a ``files'' entry
1709 in the aliases switch.
1710 For example, if the configuration file contains
1711 .(b
1712 O AliasFile=/etc/mail/aliases
1713 .)b
1714 and the service switch contains
1715 .(b
1716 aliases nis files nisplus
1717 .)b
1718 then aliases will first be searched in the NIS database,
1719 then in /etc/mail/aliases,
1720 then in the NIS+ database.
1721 .pp
1722 You can also use
1723 .sm NIS -based
1724 alias files.
1725 For example, the specification:
1726 .(b
1727 O AliasFile=/etc/mail/aliases
1728 O AliasFile=nis:mail.aliases@my.nis.domain
1729 .)b
1730 will first search the /etc/mail/aliases file
1731 and then the map named
1732 .q mail.aliases
1733 in
1734 .q my.nis.domain .
1735 Warning: if you build your own
1736 .sm NIS -based
1737 alias files,
1738 be sure to provide the
1739 .b \-l
1740 flag to
1741 .i makedbm (8)
1742 to map upper case letters in the keys to lower case;
1743 otherwise, aliases with upper case letters in their names
1744 won't match incoming addresses.
1745 .pp
1746 Additional flags can be added after the colon
1747 exactly like a
1748 .b K
1749 line \(em for example:
1750 .(b
1751 O AliasFile=nis:\-N mail.aliases@my.nis.domain
1752 .)b
1753 will search the appropriate NIS map and always include null bytes in the key.
1754 Also:
1755 .(b
1756 O AliasFile=nis:\-f mail.aliases@my.nis.domain
1757 .)b
1758 will prevent sendmail from downcasing the key before the alias lookup.
1759 .sh 3 "Rebuilding the alias database"
1760 .pp
1761 The
1762 .i hash
1763 or
1764 .i dbm
1765 version of the database
1766 may be rebuilt explicitly by executing the command
1767 .(b
1768 newaliases
1769 .)b
1770 This is equivalent to giving
1771 .i sendmail
1772 the
1773 .b \-bi
1774 flag:
1775 .(b
1776 /usr/\*(SD/sendmail \-bi
1777 .)b
1778 .pp
1779 If you have multiple aliases databases specified,
1780 the
1781 .b \-bi
1782 flag rebuilds all the database types it understands
1783 (for example, it can rebuild NDBM databases but not NIS databases).
1784 .sh 3 "Potential problems"
1785 .pp
1786 There are a number of problems that can occur
1787 with the alias database.
1788 They all result from a
1789 .i sendmail
1790 process accessing the DBM version
1791 while it is only partially built.
1792 This can happen under two circumstances:
1793 One process accesses the database
1794 while another process is rebuilding it,
1795 or the process rebuilding the database dies
1796 (due to being killed or a system crash)
1797 before completing the rebuild.
1798 .pp
1799 Sendmail has three techniques to try to relieve these problems.
1800 First, it ignores interrupts while rebuilding the database;
1801 this avoids the problem of someone aborting the process
1802 leaving a partially rebuilt database.
1803 Second,
1804 it locks the database source file during the rebuild \(em
1805 but that may not work over NFS or if the file is unwritable.
1806 Third,
1807 at the end of the rebuild
1808 it adds an alias of the form
1809 .(b
1810 @: @
1811 .)b
1812 (which is not normally legal).
1813 Before
1814 .i sendmail
1815 will access the database,
1816 it checks to insure that this entry exists\**.
1817 .(f
1818 \**The
1819 .b AliasWait
1820 option is required in the configuration
1821 for this action to occur.
1822 This should normally be specified.
1823 .)f
1824 .sh 3 "List owners"
1825 .pp
1826 If an error occurs on sending to a certain address,
1827 say
1828 .q \fIx\fP ,
1829 .i sendmail
1830 will look for an alias
1831 of the form
1832 .q owner-\fIx\fP
1833 to receive the errors.
1834 This is typically useful
1835 for a mailing list
1836 where the submitter of the list
1837 has no control over the maintenance of the list itself;
1838 in this case the list maintainer would be the owner of the list.
1839 For example:
1840 .(b
1841 unix-wizards: eric@ucbarpa, wnj@monet, nosuchuser,
1842         sam@matisse
1843 owner-unix-wizards: unix-wizards-request
1844 unix-wizards-request: eric@ucbarpa
1845 .)b
1846 would cause
1847 .q eric@ucbarpa
1848 to get the error that will occur
1849 when someone sends to
1850 unix-wizards
1851 due to the inclusion of
1852 .q nosuchuser
1853 on the list.
1854 .pp
1855 List owners also cause the envelope sender address to be modified.
1856 The contents of the owner alias are used if they point to a single user,
1857 otherwise the name of the alias itself is used.
1858 For this reason, and to obey Internet conventions,
1859 the
1860 .q owner-
1861 address normally points at the
1862 .q -request
1863 address; this causes messages to go out with the typical Internet convention
1864 of using ``\c
1865 .i list -request''
1866 as the return address.
1867 .sh 2 "User Information Database"
1868 .pp
1869 This option is deprecated, use virtusertable and genericstable instead
1870 as explained in
1871 .i cf/README .
1872 If you have a version of
1873 .i sendmail
1874 with the user information database
1875 compiled in,
1876 and you have specified one or more databases using the
1877 .b U
1878 option,
1879 the databases will be searched for a
1880 .i user :maildrop
1881 entry.
1882 If found, the mail will be sent to the specified address.
1883 .sh 2 "Per-User Forwarding (.forward Files)"
1884 .pp
1885 As an alternative to the alias database,
1886 any user may put a file with the name
1887 .q .forward
1888 in his or her home directory.
1889 If this file exists,
1890 .i sendmail
1891 redirects mail for that user
1892 to the list of addresses listed in the .forward file.
1893 Note that aliases are fully expanded before forward files are referenced.
1894 For example, if the home directory for user
1895 .q mckusick
1896 has a .forward file with contents:
1897 .(b
1898 mckusick@ernie
1899 kirk@calder
1900 .)b
1901 then any mail arriving for
1902 .q mckusick
1903 will be redirected to the specified accounts.
1904 .pp
1905 Actually, the configuration file defines a sequence of filenames to check.
1906 By default, this is the user's .forward file,
1907 but can be defined to be more generally using the
1908 .b ForwardPath
1909 option.
1910 If you change this,
1911 you will have to inform your user base of the change;
1912 \&.forward is pretty well incorporated into the collective subconscious.
1913 .sh 2 "Special Header Lines"
1914 .pp
1915 Several header lines have special interpretations
1916 defined by the configuration file.
1917 Others have interpretations built into
1918 .i sendmail
1919 that cannot be changed without changing the code.
1920 These built-ins are described here.
1921 .sh 3 "Errors-To:"
1922 .pp
1923 If errors occur anywhere during processing,
1924 this header will cause error messages to go to
1925 the listed addresses.
1926 This is intended for mailing lists.
1927 .pp
1928 The Errors-To: header was created in the bad old days
1929 when UUCP didn't understand the distinction between an envelope and a header;
1930 this was a hack to provide what should now be passed
1931 as the envelope sender address.
1932 It should go away.
1933 It is only used if the
1934 .b UseErrorsTo
1935 option is set.
1936 .pp
1937 The Errors-To: header is officially deprecated
1938 and will go away in a future release.
1939 .sh 3 "Apparently-To:"
1940 .pp
1941 RFC 822 requires at least one recipient field
1942 (To:, Cc:, or Bcc: line)
1943 in every message.
1944 If a message comes in with no recipients listed in the message
1945 then
1946 .i sendmail
1947 will adjust the header based on the
1948 .q NoRecipientAction
1949 option.
1950 One of the possible actions is to add an
1951 .q "Apparently-To:"
1952 header line for any recipients it is aware of.
1953 .pp
1954 The Apparently-To: header is non-standard
1955 and is both deprecated and strongly discouraged.
1956 .sh 3 "Precedence"
1957 .pp
1958 The Precedence: header can be used as a crude control of message priority.
1959 It tweaks the sort order in the queue
1960 and can be configured to change the message timeout values.
1961 The precedence of a message also controls how
1962 delivery status notifications (DSNs)
1963 are processed for that message.
1964 .sh 2 "IDENT Protocol Support"
1965 .pp
1966 .i Sendmail
1967 supports the IDENT protocol as defined in RFC 1413.
1968 Note that the RFC states
1969 a client should wait at least 30 seconds for a response.
1970 The default Timeout.ident is 5 seconds
1971 as many sites have adopted the practice of dropping IDENT queries.
1972 This has lead to delays processing mail.
1973 Although this enhances identification
1974 of the author of an email message
1975 by doing a ``call back'' to the originating system to include
1976 the owner of a particular TCP connection
1977 in the audit trail
1978 it is in no sense perfect;
1979 a determined forger can easily spoof the IDENT protocol.
1980 The following description is excerpted from RFC 1413:
1981 .ba +5
1982 .lp
1983 6.  Security Considerations
1984 .lp
1985 The information returned by this protocol is at most as trustworthy
1986 as the host providing it OR the organization operating the host.  For
1987 example, a PC in an open lab has few if any controls on it to prevent
1988 a user from having this protocol return any identifier the user
1989 wants.  Likewise, if the host has been compromised the information
1990 returned may be completely erroneous and misleading.
1991 .lp
1992 The Identification Protocol is not intended as an authorization or
1993 access control protocol.  At best, it provides some additional
1994 auditing information with respect to TCP connections.  At worst, it
1995 can provide misleading, incorrect, or maliciously incorrect
1996 information.
1997 .lp
1998 The use of the information returned by this protocol for other than
1999 auditing is strongly discouraged.  Specifically, using Identification
2000 Protocol information to make access control decisions - either as the
2001 primary method (i.e., no other checks) or as an adjunct to other
2002 methods may result in a weakening of normal host security.
2003 .lp
2004 An Identification server may reveal information about users,
2005 entities, objects or processes which might normally be considered
2006 private.  An Identification server provides service which is a rough
2007 analog of the CallerID services provided by some phone companies and
2008 many of the same privacy considerations and arguments that apply to
2009 the CallerID service apply to Identification.  If you wouldn't run a
2010 "finger" server due to privacy considerations you may not want to run
2011 this protocol.
2012 .ba
2013 .lp
2014 In some cases your system may not work properly with IDENT support
2015 due to a bug in the TCP/IP implementation.
2016 The symptoms will be that for some hosts
2017 the SMTP connection will be closed
2018 almost immediately.
2019 If this is true or if you do not want to use IDENT,
2020 you should set the IDENT timeout to zero;
2021 this will disable the IDENT protocol.
2022 .sh 1 "ARGUMENTS"
2023 .pp
2024 The complete list of arguments to
2025 .i sendmail
2026 is described in detail in Appendix A.
2027 Some important arguments are described here.
2028 .sh 2 "Queue Interval"
2029 .pp
2030 The amount of time between forking a process
2031 to run through the queue is defined by the
2032 .b \-q
2033 flag.
2034 If you run with delivery mode set to
2035 .b i
2036 or
2037 .b b
2038 this can be relatively large, since it will only be relevant
2039 when a host that was down comes back up.
2040 If you run in
2041 .b q
2042 mode it should be relatively short,
2043 since it defines the maximum amount of time that a message
2044 may sit in the queue.
2045 (See also the MinQueueAge option.)
2046 .pp
2047 RFC 1123 section 5.3.1.1 says that this value should be at least 30 minutes
2048 (although that probably doesn't make sense if you use ``queue-only'' mode).
2049 .pp
2050 Notice: the meaning of the interval time depends on whether normal
2051 queue runners or persistent queue runners are used.
2052 For the former, it is the time between subsequent starts of a queue run.
2053 For the latter, it is the time sendmail waits after a persistent queue
2054 runner has finished its work to start the next one.
2055 Hence for persistent queue runners this interval should be very low,
2056 typically no more than two minutes.
2057 .sh 2 "Daemon Mode"
2058 .pp
2059 If you allow incoming mail over an IPC connection,
2060 you should have a daemon running.
2061 This should be set by your
2062 .i /etc/rc
2063 file using the
2064 .b \-bd
2065 flag.
2066 The
2067 .b \-bd
2068 flag and the
2069 .b \-q
2070 flag may be combined in one call:
2071 .(b
2072 /usr/\*(SD/sendmail \-bd \-q30m
2073 .)b
2074 .pp
2075 An alternative approach is to invoke sendmail from
2076 .i inetd (8)
2077 (use the
2078 .b \-bs \ \-Am
2079 flags to ask sendmail to speak SMTP on its standard input and output
2080 and to run as MTA).
2081 This works and allows you to wrap
2082 .i sendmail
2083 in a TCP wrapper program,
2084 but may be a bit slower since the configuration file
2085 has to be re-read on every message that comes in.
2086 If you do this, you still need to have a
2087 .i sendmail
2088 running to flush the queue:
2089 .(b
2090 /usr/\*(SD/sendmail \-q30m
2091 .)b
2092 .sh 2 "Forcing the Queue"
2093 .pp
2094 In some cases you may find that the queue has gotten clogged for some reason.
2095 You can force a queue run
2096 using the
2097 .b \-q
2098 flag (with no value).
2099 It is entertaining to use the
2100 .b \-v
2101 flag (verbose)
2102 when this is done to watch what happens:
2103 .(b
2104 /usr/\*(SD/sendmail \-q \-v
2105 .)b
2106 .pp
2107 You can also limit the jobs to those with a particular queue identifier,
2108 recipient, sender, quarantine reason, or queue group
2109 using one of the queue modifiers.
2110 For example,
2111 .q \-qRberkeley
2112 restricts the queue run to jobs that have the string
2113 .q berkeley
2114 somewhere in one of the recipient addresses.
2115 Similarly,
2116 .q \-qSstring
2117 limits the run to particular senders,
2118 .q \-qIstring
2119 limits it to particular queue identifiers, and
2120 .q \-qQstring
2121 limits it to particular quarantined reasons and only operated on
2122 quarantined queue items, and
2123 .q \-qGstring
2124 limits it to a particular queue group.
2125 The named queue group will be run even if it is set to have 0 runners.
2126 You may also place an
2127 .b !
2128 before the
2129 .b I
2130 or
2131 .b R
2132 or
2133 .b S
2134 or
2135 .b Q
2136 to indicate that jobs are limited to not including a particular queue
2137 identifier, recipient or sender.
2138 For example,
2139 .q \-q!Rseattle
2140 limits the queue run to jobs that do not have the string
2141 .q seattle
2142 somewhere in one of the recipient addresses.
2143 Should you need to terminate the queue jobs currently active then a SIGTERM
2144 to the parent of the process (or processes) will cleanly stop the jobs.
2145 .sh 2 "Debugging"
2146 .pp
2147 There are a fairly large number of debug flags
2148 built into
2149 .i sendmail .
2150 Each debug flag has a category and a level.
2151 Higher levels increase the level of debugging activity;
2152 in most cases, this means to print out more information.
2153 The convention is that levels greater than nine are
2154 .q absurd,
2155 i.e.,
2156 they print out so much information that you wouldn't normally
2157 want to see them except for debugging that particular piece of code.
2158 .pp
2159 You should
2160 .b never
2161 run a production sendmail server in debug mode.
2162 Many of the debug flags will result in debug output being sent over the
2163 SMTP channel unless the option
2164 .b \-D
2165 is used.
2166 This will confuse many mail programs.
2167 However, for testing purposes, it can be useful
2168 when sending mail manually via
2169 telnet to the port you are using while debugging.
2170 .pp
2171 A debug category is either an integer, like 42,
2172 or a name, like ANSI.
2173 You can specify a range of numeric debug categories
2174 using the syntax 17-42.
2175 You can specify a set of named debug categories using
2176 a glob pattern like
2177 .q sm_trace_* .
2178 At present, only
2179 .q *
2180 and
2181 .q ?
2182 are supported in these glob patterns.
2183 .pp
2184 Debug flags are set using the
2185 .b \-d
2186 option;
2187 the syntax is:
2188 .(b
2189 .ta \w'debug-categories:M 'u
2190 debug-flag:     \fB\-d\fP debug-list
2191 debug-list:     debug-option [ , debug-option ]*
2192 debug-option:   debug-categories [ . debug-level ]
2193 debug-categories:       integer | integer \- integer | category-pattern
2194 category-pattern:       [a-zA-Z_*?][a-zA-Z0-9_*?]*
2195 debug-level:    integer
2196 .)b
2197 where spaces are for reading ease only.
2198 For example,
2199 .(b
2200 \-d12   Set category 12 to level 1
2201 \-d12.3 Set category 12 to level 3
2202 \-d3\-17        Set categories 3 through 17 to level 1
2203 \-d3\-17.4      Set categories 3 through 17 to level 4
2204 \-dANSI Set category ANSI to level 1
2205 \-dsm_trace_*.3 Set all named categories matching sm_trace_* to level 3
2206 .)b
2207 For a complete list of the available debug flags
2208 you will have to look at the code
2209 and the
2210 .i TRACEFLAGS
2211 file in the sendmail distribution
2212 (they are too dynamic to keep this document up to date).
2213 For a list of named debug categories in the sendmail binary, use
2214 .(b
2215 ident /usr/sbin/sendmail | grep Debug
2216 .)b
2217 .sh 2 "Changing the Values of Options"
2218 .pp
2219 Options can be overridden using the
2220 .b \-o
2221 or
2222 .b \-O
2223 command line flags.
2224 For example,
2225 .(b
2226 /usr/\*(SD/sendmail \-oT2m
2227 .)b
2228 sets the
2229 .b T
2230 (timeout) option to two minutes
2231 for this run only;
2232 the equivalent line using the long option name is
2233 .(b
2234 /usr/\*(SD/sendmail -OTimeout.queuereturn=2m
2235 .)b
2236 .pp
2237 Some options have security implications.
2238 Sendmail allows you to set these,
2239 but relinquishes its set-user-ID or set-group-ID permissions thereafter\**.
2240 .(f
2241 \**That is, it sets its effective uid to the real uid;
2242 thus, if you are executing as root,
2243 as from root's crontab file or during system startup
2244 the root permissions will still be honored.
2245 .)f
2246 .sh 2 "Trying a Different Configuration File"
2247 .pp
2248 An alternative configuration file
2249 can be specified using the
2250 .b \-C
2251 flag; for example,
2252 .(b
2253 /usr/\*(SD/sendmail \-Ctest.cf \-oQ/tmp/mqueue
2254 .)b
2255 uses the configuration file
2256 .i test.cf
2257 instead of the default
2258 .i /etc/mail/sendmail.cf.
2259 If the
2260 .b \-C
2261 flag has no value
2262 it defaults to
2263 .i sendmail.cf
2264 in the current directory.
2265 .pp
2266 .i Sendmail
2267 gives up set-user-ID root permissions
2268 (if it has been installed set-user-ID root)
2269 when you use this flag, so it is common to use a publicly writable directory
2270 (such as /tmp)
2271 as the queue directory (QueueDirectory or Q option) while testing.
2272 .sh 2 "Logging Traffic"
2273 .pp
2274 Many SMTP implementations do not fully implement the protocol.
2275 For example, some personal computer based SMTPs
2276 do not understand continuation lines in reply codes.
2277 These can be very hard to trace.
2278 If you suspect such a problem, you can set traffic logging using the
2279 .b \-X
2280 flag.
2281 For example,
2282 .(b
2283 /usr/\*(SD/sendmail \-X /tmp/traffic \-bd
2284 .)b
2285 will log all traffic in the file
2286 .i /tmp/traffic .
2287 .pp
2288 This logs a lot of data very quickly and should
2289 .b NEVER
2290 be used
2291 during normal operations.
2292 After starting up such a daemon,
2293 force the errant implementation to send a message to your host.
2294 All message traffic in and out of
2295 .i sendmail ,
2296 including the incoming SMTP traffic,
2297 will be logged in this file.
2298 .sh 2 "Testing Configuration Files"
2299 .pp
2300 When you build a configuration table,
2301 you can do a certain amount of testing
2302 using the
2303 .q "test mode"
2304 of
2305 .i sendmail .
2306 For example,
2307 you could invoke
2308 .i sendmail
2309 as:
2310 .(b
2311 sendmail \-bt \-Ctest.cf
2312 .)b
2313 which would read the configuration file
2314 .q test.cf
2315 and enter test mode.
2316 In this mode,
2317 you enter lines of the form:
2318 .(b
2319 rwset address
2320 .)b
2321 where
2322 .i rwset
2323 is the rewriting set you want to use
2324 and
2325 .i address
2326 is an address to apply the set to.
2327 Test mode shows you the steps it takes
2328 as it proceeds,
2329 finally showing you the address it ends up with.
2330 You may use a comma separated list of rwsets
2331 for sequential application of rules to an input.
2332 For example:
2333 .(b
2334 3,1,21,4 monet:bollard
2335 .)b
2336 first applies ruleset three to the input
2337 .q monet:bollard.
2338 Ruleset one is then applied to the output of ruleset three,
2339 followed similarly by rulesets twenty-one and four.
2340 .pp
2341 If you need more detail,
2342 you can also use the
2343 .q \-d21
2344 flag to turn on more debugging.
2345 For example,
2346 .(b
2347 sendmail \-bt \-d21.99
2348 .)b
2349 turns on an incredible amount of information;
2350 a single word address
2351 is probably going to print out several pages worth of information.
2352 .pp
2353 You should be warned that internally,
2354 .i sendmail
2355 applies ruleset 3 to all addresses.
2356 In test mode
2357 you will have to do that manually.
2358 For example, older versions allowed you to use
2359 .(b
2360 0 bruce@broadcast.sony.com
2361 .)b
2362 This version requires that you use:
2363 .(b
2364 3,0 bruce@broadcast.sony.com
2365 .)b
2366 .pp
2367 As of version 8.7,
2368 some other syntaxes are available in test mode:
2369 .nr ii 1i
2370 .ip \&.D\|x\|value
2371 defines macro
2372 .i x
2373 to have the indicated
2374 .i value .
2375 This is useful when debugging rules that use the
2376 .b $& \c
2377 .i x
2378 syntax.
2379 .ip \&.C\|c\|value
2380 adds the indicated
2381 .i value
2382 to class
2383 .i c .
2384 .ip \&=S\|ruleset
2385 dumps the contents of the indicated ruleset.
2386 .ip \-d\|debug-spec
2387 is equivalent to the command-line flag.
2388 .lp
2389 Version 8.9 introduced more features:
2390 .nr ii 1i
2391 .ip ?
2392 shows a help message.
2393 .ip =M
2394 display the known mailers.
2395 .ip $m
2396 print the value of macro m.
2397 .ip $=c
2398 print the contents of class c.
2399 .ip /mx\ host
2400 returns the MX records for `host'.
2401 .ip /parse\ address
2402 parse address, returning the value of
2403 .i crackaddr ,
2404 and the parsed address.
2405 .ip /try\ mailer\ addr
2406 rewrite address into the form it will have when
2407 presented to the indicated mailer.
2408 .ip /tryflags\ flags
2409 set flags used by parsing.  The flags can be `H' for
2410 Header or `E' for Envelope, and `S' for Sender or `R'
2411 for Recipient.  These can be combined, `HR' sets
2412 flags for header recipients.
2413 .ip /canon\ hostname
2414 try to canonify hostname.
2415 .ip /map\ mapname\ key
2416 look up `key' in the indicated `mapname'.
2417 .ip /quit
2418 quit address test mode.
2419 .lp
2420 .sh 2 "Persistent Host Status Information"
2421 .pp
2422 When
2423 .b HostStatusDirectory
2424 is enabled,
2425 information about the status of hosts is maintained on disk
2426 and can thus be shared between different instantiations of
2427 .i sendmail .
2428 The status of the last connection with each remote host
2429 may be viewed with the command:
2430 .(b
2431 sendmail \-bh
2432 .)b
2433 This information may be flushed with the command:
2434 .(b
2435 sendmail \-bH
2436 .)b
2437 Flushing the information prevents new
2438 .i sendmail
2439 processes from loading it,
2440 but does not prevent existing processes from using the status information
2441 that they already have.
2442 .sh 1 "TUNING"
2443 .pp
2444 There are a number of configuration parameters
2445 you may want to change,
2446 depending on the requirements of your site.
2447 Most of these are set
2448 using an option in the configuration file.
2449 For example,
2450 the line
2451 .q "O Timeout.queuereturn=5d"
2452 sets option
2453 .q Timeout.queuereturn
2454 to the value
2455 .q 5d
2456 (five days).
2457 .pp
2458 Most of these options have appropriate defaults for most sites.
2459 However,
2460 sites having very high mail loads may find they need to tune them
2461 as appropriate for their mail load.
2462 In particular,
2463 sites experiencing a large number of small messages,
2464 many of which are delivered to many recipients,
2465 may find that they need to adjust the parameters
2466 dealing with queue priorities.
2467 .pp
2468 All versions of
2469 .i sendmail
2470 prior to 8.7
2471 had single character option names.
2472 As of 8.7,
2473 options have long (multi-character names).
2474 Although old short names are still accepted,
2475 most new options do not have short equivalents.
2476 .pp
2477 This section only describes the options you are most likely
2478 to want to tweak;
2479 read section
2480 .\"XREF
2481 5
2482 for more details.
2483 .sh 2 "Timeouts"
2484 .pp
2485 All time intervals are set
2486 using a scaled syntax.
2487 For example,
2488 .q 10m
2489 represents ten minutes, whereas
2490 .q 2h30m
2491 represents two and a half hours.
2492 The full set of scales is:
2493 .(b
2494 .ta 4n
2495 s       seconds
2496 m       minutes
2497 h       hours
2498 d       days
2499 w       weeks
2500 .)b
2501 .sh 3 "Queue interval"
2502 .pp
2503 The argument to the
2504 .b \-q
2505 flag specifies how often a sub-daemon will run the queue.
2506 This is typically set to between fifteen minutes and one hour.
2507 If not set, or set to zero,
2508 the queue will not be run automatically.
2509 RFC 1123 section 5.3.1.1 recommends that this be at least 30 minutes.
2510 Should you need to terminate the queue jobs currently active then a SIGTERM
2511 to the parent of the process (or processes) will cleanly stop the jobs.
2512 .sh 3 "Read timeouts"
2513 .pp
2514 Timeouts all have option names
2515 .q Timeout.\fIsuboption\fP .
2516 Most of these control SMTP operations.
2517 The recognized
2518 .i suboption s,
2519 their default values, and the minimum values
2520 allowed by RFC 2821 section 4.5.3.2 (or RFC 1123 section 5.3.2) are:
2521 .nr ii 1i
2522 .ip connect
2523 The time to wait for an SMTP connection to open
2524 (the
2525 .i connect (2)
2526 system call)
2527 [0, unspecified].
2528 If zero, uses the kernel default.
2529 In no case can this option extend the timeout
2530 longer than the kernel provides, but it can shorten it.
2531 This is to get around kernels that provide an absurdly long connection timeout
2532 (90 minutes in one case).
2533 .ip iconnect
2534 The same as
2535 .i connect,
2536 except it applies only to the initial attempt to connect to a host
2537 for a given message
2538 [0, unspecified].
2539 The concept is that this should be very short (a few seconds);
2540 hosts that are well connected and responsive will thus be serviced immediately.
2541 Hosts that are slow will not hold up other deliveries in the initial
2542 delivery attempt.
2543 .ip aconnect
2544 [0, unspecified]
2545 The overall timeout waiting for all connection for a single delivery
2546 attempt to succeed.
2547 If 0, no overall limit is applied.
2548 This can be used to restrict the total amount of time trying to connect to
2549 a long list of host that could accept an e-mail for the recipient.
2550 This timeout does not apply to
2551 .b FallbackMXhost ,
2552 i.e., if the time is exhausted, the
2553 .b FallbackMXhost
2554 is tried next.
2555 .ip initial
2556 The wait for the initial 220 greeting message
2557 [5m, 5m].
2558 .ip helo
2559 The wait for a reply from a HELO or EHLO command
2560 [5m, unspecified].
2561 This may require a host name lookup, so
2562 five minutes is probably a reasonable minimum.
2563 .ip mail\(dg
2564 The wait for a reply from a MAIL command
2565 [10m, 5m].
2566 .ip rcpt\(dg
2567 The wait for a reply from a RCPT command
2568 [1h, 5m].
2569 This should be long
2570 because it could be pointing at a list
2571 that takes a long time to expand
2572 (see below).
2573 .ip datainit\(dg
2574 The wait for a reply from a DATA command
2575 [5m, 2m].
2576 .ip datablock\(dg\(dd
2577 The wait for reading a data block
2578 (that is, the body of the message).
2579 [1h, 3m].
2580 This should be long because it also applies to programs
2581 piping input to
2582 .i sendmail
2583 which have no guarantee of promptness.
2584 .ip datafinal\(dg
2585 The wait for a reply from the dot terminating a message.
2586 [1h, 10m].
2587 If this is shorter than the time actually needed
2588 for the receiver to deliver the message,
2589 duplicates will be generated.
2590 This is discussed in RFC 1047.
2591 .ip rset
2592 The wait for a reply from a RSET command
2593 [5m, unspecified].
2594 .ip quit
2595 The wait for a reply from a QUIT command
2596 [2m, unspecified].
2597 .ip misc
2598 The wait for a reply from miscellaneous (but short) commands
2599 such as NOOP (no-operation) and VERB (go into verbose mode).
2600 [2m, unspecified].
2601 .ip command\(dg\(dd
2602 In server SMTP,
2603 the time to wait for another command.
2604 [1h, 5m].
2605 .ip ident\(dd
2606 The timeout waiting for a reply to an IDENT query
2607 [5s\**, unspecified].
2608 .(f
2609 \**On some systems the default is zero to turn the protocol off entirely.
2610 .)f
2611 .ip lhlo
2612 The wait for a reply to an LMTP LHLO command
2613 [2m, unspecified].
2614 .ip auth
2615 The timeout for a reply in an SMTP AUTH dialogue
2616 [10m, unspecified].
2617 .ip starttls
2618 The timeout for a reply to an SMTP STARTTLS command and the TLS handshake
2619 [1h, unspecified].
2620 .ip fileopen\(dd
2621 The timeout for opening .forward and :include: files [60s, none].
2622 .ip control\(dd
2623 The timeout for a complete control socket transaction to complete [2m, none].
2624 .ip hoststatus\(dd
2625 How long status information about a host
2626 (e.g., host down)
2627 will be cached before it is considered stale
2628 [30m, unspecified].
2629 .ip resolver.retrans\(dd
2630 The resolver's
2631 retransmission time interval
2632 (in seconds)
2633 [varies].
2634 Sets both
2635 .i Timeout.resolver.retrans.first
2636 and
2637 .i Timeout.resolver.retrans.normal .
2638 .ip resolver.retrans.first\(dd
2639 The resolver's
2640 retransmission time interval
2641 (in seconds)
2642 for the first attempt to
2643 deliver a message
2644 [varies].
2645 .ip resolver.retrans.normal\(dd
2646 The resolver's
2647 retransmission time interval
2648 (in seconds)
2649 for all resolver lookups
2650 except the first delivery attempt
2651 [varies].
2652 .ip resolver.retry\(dd
2653 The number of times
2654 to retransmit a resolver query.
2655 Sets both
2656 .i Timeout.resolver.retry.first
2657 and
2658 .i Timeout.resolver.retry.normal
2659 [varies].
2660 .ip resolver.retry.first\(dd
2661 The number of times
2662 to retransmit a resolver query
2663 for the first attempt
2664 to deliver a message
2665 [varies].
2666 .ip resolver.retry.normal\(dd
2667 The number of times
2668 to retransmit a resolver query
2669 for all resolver lookups
2670  except the first delivery attempt
2671 [varies].
2672 .lp
2673 For compatibility with old configuration files,
2674 if no
2675 .i suboption
2676 is specified,
2677 all the timeouts marked with
2678 .DG
2679 (\(dg) are set to the indicated value.
2680 All but those marked with
2681 .DD
2682 (\(dd) apply to client SMTP.
2683 .pp
2684 For example, the lines:
2685 .(b
2686 O Timeout.command=25m
2687 O Timeout.datablock=3h
2688 .)b
2689 sets the server SMTP command timeout to 25 minutes
2690 and the input data block timeout to three hours.
2691 .sh 3 "Message timeouts"
2692 .pp
2693 After sitting in the queue for a few days,
2694 an undeliverable message will time out.
2695 This is to insure that at least the sender is aware
2696 of the inability to send a message.
2697 The timeout is typically set to five days.
2698 It is sometimes considered convenient to also send a warning message
2699 if the message is in the queue longer than a few hours
2700 (assuming you normally have good connectivity;
2701 if your messages normally took several hours to send
2702 you wouldn't want to do this because it wouldn't be an unusual event).
2703 These timeouts are set using the
2704 .b Timeout.queuereturn
2705 and
2706 .b Timeout.queuewarn
2707 options in the configuration file
2708 (previously both were set using the
2709 .b T
2710 option).
2711 .pp
2712 If the message is submitted using the
2713 .sm NOTIFY
2714 .sm SMTP
2715 extension,
2716 warning messages will only be sent if
2717 .sm NOTIFY=DELAY
2718 is specified.
2719 The queuereturn and queuewarn timeouts
2720 can be further qualified with a tag based on the Precedence: field
2721 in the message;
2722 they must be one of
2723 .q urgent
2724 (indicating a positive non-zero precedence),
2725 .q normal
2726 (indicating a zero precedence), or
2727 .q non-urgent
2728 (indicating negative precedences).
2729 For example, setting
2730 .q Timeout.queuewarn.urgent=1h
2731 sets the warning timeout for urgent messages only
2732 to one hour.
2733 The default if no precedence is indicated
2734 is to set the timeout for all precedences.
2735 If the message has a normal (default) precedence
2736 and it is a delivery status notification (DSN),
2737 .b Timeout.queuereturn.dsn
2738 and
2739 .b Timeout.queuewarn.dsn
2740 can be used to give an alternative warn and return time
2741 for DSNs.
2742 The value "now" can be used for
2743 -O Timeout.queuereturn
2744 to return entries immediately during a queue run,
2745 e.g., to bounce messages independent of their time in the queue.
2746 .pp
2747 Since these options are global,
2748 and since you cannot know
2749 .i "a priori"
2750 how long another host outside your domain will be down,
2751 a five day timeout is recommended.
2752 This allows a recipient to fix the problem even if it occurs
2753 at the beginning of a long weekend.
2754 RFC 1123 section 5.3.1.1 says that this parameter
2755 should be ``at least 4\-5 days''.
2756 .pp
2757 The
2758 .b Timeout.queuewarn
2759 value can be piggybacked on the
2760 .b T
2761 option by indicating a time after which
2762 a warning message should be sent;
2763 the two timeouts are separated by a slash.
2764 For example, the line
2765 .(b
2766 OT5d/4h
2767 .)b
2768 causes email to fail after five days,
2769 but a warning message will be sent after four hours.
2770 This should be large enough that the message will have been tried
2771 several times.
2772 .sh 2 "Forking During Queue Runs"
2773 .pp
2774 By setting the
2775 .b ForkEachJob
2776 (\c
2777 .b Y )
2778 option,
2779 .i sendmail
2780 will fork before each individual message
2781 while running the queue.
2782 This option was used with earlier releases to prevent
2783 .i sendmail
2784 from consuming large amounts of memory.
2785 It should no longer be necessary with
2786 .i sendmail
2787 8.12.
2788 If the
2789 .b ForkEachJob
2790 option is not set,
2791 .i sendmail
2792 will keep track of hosts that are down during a queue run,
2793 which can improve performance dramatically.
2794 .pp
2795 If the
2796 .b ForkEachJob
2797 option is set,
2798 .i sendmail
2799 cannot use connection caching.
2800 .sh 2 "Queue Priorities"
2801 .pp
2802 Every message is assigned a priority when it is first instantiated,
2803 consisting of the message size (in bytes)
2804 offset by the message class
2805 (which is determined from the Precedence: header)
2806 times the
2807 .q "work class factor"
2808 and the number of recipients times the
2809 .q "work recipient factor."
2810 The priority is used to order the queue.
2811 Higher numbers for the priority mean that the message will be processed later
2812 when running the queue.
2813 .pp
2814 The message size is included so that large messages are penalized
2815 relative to small messages.
2816 The message class allows users to send
2817 .q "high priority"
2818 messages by including a
2819 .q Precedence:
2820 field in their message;
2821 the value of this field is looked up in the
2822 .b P
2823 lines of the configuration file.
2824 Since the number of recipients affects the amount of load a message presents
2825 to the system,
2826 this is also included into the priority.
2827 .pp
2828 The recipient and class factors
2829 can be set in the configuration file using the
2830 .b RecipientFactor
2831 (\c
2832 .b y )
2833 and
2834 .b ClassFactor
2835 (\c
2836 .b z )
2837 options respectively.
2838 They default to 30000 (for the recipient factor)
2839 and 1800
2840 (for the class factor).
2841 The initial priority is:
2842 .EQ
2843 pri = msgsize - (class times bold ClassFactor) + (nrcpt times bold RecipientFactor)
2844 .EN
2845 (Remember, higher values for this parameter actually mean
2846 that the job will be treated with lower priority.)
2847 .pp
2848 The priority of a job can also be adjusted each time it is processed
2849 (that is, each time an attempt is made to deliver it)
2850 using the
2851 .q "work time factor,"
2852 set by the
2853 .b RetryFactor
2854 (\c
2855 .b Z )
2856 option.
2857 This is added to the priority,
2858 so it normally decreases the precedence of the job,
2859 on the grounds that jobs that have failed many times
2860 will tend to fail again in the future.
2861 The
2862 .b RetryFactor
2863 option defaults to 90000.
2864 .sh 2 "Load Limiting"
2865 .pp
2866 .i Sendmail
2867 can be asked to queue (but not deliver) mail
2868 if the system load average gets too high using the
2869 .b QueueLA
2870 (\c
2871 .b x )
2872 option.
2873 When the load average exceeds the value of the
2874 .b QueueLA
2875 option, the delivery mode is set to
2876 .b q
2877 (queue only) if the
2878 .b QueueFactor
2879 (\c
2880 .b q )
2881 option divided by the difference in the current load average and the
2882 .b QueueLA
2883 option plus one
2884 is less than the priority of the message \(em
2885 that is, the message is queued iff:
2886 .EQ
2887 pri > { bold QueueFactor } over { LA - { bold QueueLA } + 1 }
2888 .EN
2889 The
2890 .b QueueFactor
2891 option defaults to 600000,
2892 so each point of load average is worth 600000 priority points
2893 (as described above).
2894 .pp
2895 For drastic cases, the
2896 .b RefuseLA
2897 (\c
2898 .b X )
2899 option defines a load average at which
2900 .i sendmail
2901 will refuse to accept network connections.
2902 Locally generated mail, i.e., mail which is not submitted via SMTP
2903 (including incoming UUCP mail),
2904 is still accepted.
2905 Notice that the MSP submits mail to the MTA via SMTP, and hence
2906 mail will be queued in the client queue in such a case.
2907 Therefore it is necessary to run the client mail queue periodically.
2908 .sh 2 "Resource Limits"
2909 .pp
2910 .i Sendmail
2911 has several parameters to control resource usage.
2912 Besides those mentionted in the previous section, there are at least
2913 .b MaxDaemonChildren ,
2914 .b ConnectionRateThrottle ,
2915 .b MaxQueueChildren ,
2916 and
2917 .b MaxRunnersPerQueue .
2918 The latter two limit the number of
2919 .i sendmail
2920 processes that operate on the queue.
2921 These are discussed in the section
2922 ``Queue Group Declaration''.
2923 The former two can be used to limit the number of incoming connections.
2924 Their appropriate values depend on the host operating system and
2925 the hardware, e.g., amount of memory.
2926 In many situations it might be useful to set limits to prevent
2927 to have too many
2928 .i sendmail
2929 processes, however, these limits can be abused to mount a
2930 denial of service attack.
2931 For example, if
2932 .b MaxDaemonChildren=10
2933 then an attacker needs to open only 10 SMTP sessions to the server,
2934 leave them idle for most of the time,
2935 and no more connections will be accepted.
2936 If this option is set then the timeouts used in a SMTP session
2937 should be lowered from their default values to
2938 their minimum values as specified in RFC 2821 and listed in
2939 section
2940 .\"XREF
2941 4.1.2.
2942 .sh 2 "Measures against Denial of Service Attacks"
2943 .pp
2944 .i Sendmail
2945 has some built-in measures against simple denial of service (DoS) attacks.
2946 The SMTP server by default slows down if too many bad commands are
2947 issued or if some commands are repeated too often within a session.
2948 Details can be found in the source file
2949 .b sendmail/srvrsmtp.c
2950 by looking for the macro definitions of
2951 .b MAXBADCOMMANDS ,
2952 .b MAXNOOPCOMMANDS ,
2953 .b MAXHELOCOMMANDS ,
2954 .b MAXVRFYCOMMANDS ,
2955 and
2956 .b MAXETRNCOMMANDS .
2957 If an SMTP command is issued more often than the corresponding
2958 .b MAXcmdCOMMANDS 
2959 value, then the response is delayed exponentially,
2960 starting with a sleep time of one second,
2961 up to a maximum of four minutes (as defined by
2962 .b MAXTIMEOUT ).
2963 If the option
2964 .b MaxDaemonChildren
2965 is set to a value greater than zero,
2966 then this could make a DoS attack even worse since it
2967 keeps a connection open longer than necessary.
2968 Therefore a connection is terminated with a 421 SMTP reply code
2969 if the number of commands exceeds the limit by a factor of two and
2970 .b MAXBADCOMMANDS 
2971 is set to a value greater than zero (the default is 25).
2972 .sh 2 "Delivery Mode"
2973 .pp
2974 There are a number of delivery modes that
2975 .i sendmail
2976 can operate in,
2977 set by the
2978 .b DeliveryMode
2979 (\c
2980 .b d )
2981 configuration option.
2982 These modes
2983 specify how quickly mail will be delivered.
2984 Legal modes are:
2985 .(b
2986 .ta 4n
2987 i       deliver interactively (synchronously)
2988 b       deliver in background (asynchronously)
2989 q       queue only (don't deliver)
2990 d       defer delivery attempts (don't deliver)
2991 .)b
2992 There are tradeoffs.
2993 Mode
2994 .q i
2995 gives the sender the quickest feedback,
2996 but may slow down some mailers and
2997 is hardly ever necessary.
2998 Mode
2999 .q b
3000 delivers promptly but
3001 can cause large numbers of processes
3002 if you have a mailer that takes a long time to deliver a message.
3003 Mode
3004 .q q
3005 minimizes the load on your machine,
3006 but means that delivery may be delayed for up to the queue interval.
3007 Mode
3008 .q d
3009 is identical to mode
3010 .q q
3011 except that it also prevents lookups in maps including the
3012 .b -D
3013 flag from working during the initial queue phase;
3014 it is intended for ``dial on demand'' sites where DNS lookups
3015 might cost real money.
3016 Some simple error messages
3017 (e.g., host unknown during the SMTP protocol)
3018 will be delayed using this mode.
3019 Mode
3020 .q b
3021 is the usual default.
3022 .pp
3023 If you run in mode
3024 .q q
3025 (queue only),
3026 .q d
3027 (defer),
3028 or
3029 .q b
3030 (deliver in background)
3031 .i sendmail
3032 will not expand aliases and follow .forward files
3033 upon initial receipt of the mail.
3034 This speeds up the response to RCPT commands.
3035 Mode
3036 .q i
3037 should not be used by the SMTP server.
3038 .sh 2 "Log Level"
3039 .pp
3040 The level of logging can be set for
3041 .i sendmail .
3042 The default using a standard configuration table is level 9.
3043 The levels are as follows:
3044 .nr ii 0.5i
3045 .ip 0
3046 Minimal logging.
3047 .ip 1
3048 Serious system failures and potential security problems.
3049 .ip 2
3050 Lost communications (network problems) and protocol failures.
3051 .ip 3
3052 Other serious failures, malformed addresses, transient forward/include
3053 errors, connection timeouts.
3054 .ip 4
3055 Minor failures, out of date alias databases, connection rejections
3056 via check_ rulesets.
3057 .ip 5
3058 Message collection statistics.
3059 .ip 6
3060 Creation of error messages,
3061 VRFY and EXPN commands.
3062 .ip 7
3063 Delivery failures (host or user unknown, etc.).
3064 .ip 8
3065 Successful deliveries and alias database rebuilds.
3066 .ip 9
3067 Messages being deferred
3068 (due to a host being down, etc.).
3069 .ip 10
3070 Database expansion (alias, forward, and userdb lookups)
3071 and authentication information.
3072 .ip 11
3073 NIS errors and end of job processing.
3074 .ip 12
3075 Logs all SMTP connections.
3076 .ip 13
3077 Log bad user shells, files with improper permissions, and other
3078 questionable situations.
3079 .ip 14
3080 Logs refused connections.
3081 .ip 15
3082 Log all incoming and outgoing SMTP commands.
3083 .ip 20
3084 Logs attempts to run locked queue files.
3085 These are not errors,
3086 but can be useful to note if your queue appears to be clogged.
3087 .ip 30
3088 Lost locks (only if using lockf instead of flock).
3089 .lp
3090 Additionally,
3091 values above 64 are reserved for extremely verbose debugging output.
3092 No normal site would ever set these.
3093 .sh 2 "File Modes"
3094 .pp
3095 The modes used for files depend on what functionality you want
3096 and the level of security you require.
3097 In many cases
3098 .i sendmail
3099 does careful checking of the modes
3100 of files and directories
3101 to avoid accidental compromise;
3102 if you want to make it possible to have group-writable support files
3103 you may need to use the
3104 .b DontBlameSendmail
3105 option to turn off some of these checks.
3106 .sh 3 "To suid or not to suid?"
3107 .pp
3108 .i Sendmail
3109 is no longer installed
3110 set-user-ID to root.
3111 sendmail/SECURITY
3112 explains how to configure and install
3113 .i sendmail
3114 without set-user-ID to root but set-group-ID
3115 which is the default configuration starting with 8.12.
3116 .pp
3117 The daemon usually runs as root, unless other measures are taken.
3118 At the point where
3119 .i sendmail
3120 is about to
3121 .i exec \|(2)
3122 a mailer,
3123 it checks to see if the userid is zero (root);
3124 if so,
3125 it resets the userid and groupid to a default
3126 (set by the
3127 .b U=
3128 equate in the mailer line;
3129 if that is not set, the
3130 .b DefaultUser
3131 option is used).
3132 This can be overridden
3133 by setting the
3134 .b S
3135 flag to the mailer
3136 for mailers that are trusted
3137 and must be called as root.
3138 However,
3139 this will cause mail processing
3140 to be accounted
3141 (using
3142 .i sa \|(8))
3143 to root
3144 rather than to the user sending the mail.
3145 .pp
3146 A middle ground is to set the
3147 .b RunAsUser
3148 option.
3149 This causes
3150 .i sendmail
3151 to become the indicated user as soon as it has done the startup
3152 that requires root privileges
3153 (primarily, opening the
3154 .sm SMTP
3155 socket).
3156 If you use
3157 .b RunAsUser ,
3158 the queue directory
3159 (normally
3160 .i /var/spool/mqueue )
3161 should be owned by that user,
3162 and all files and databases
3163 (including user
3164 .i \&.forward
3165 files,
3166 alias files,
3167 :include: files,
3168 and external databases)
3169 must be readable by that user.
3170 Also, since sendmail will not be able to change its uid,
3171 delivery to programs or files will be marked as unsafe,
3172 e.g., undeliverable,
3173 in
3174 .i \&.forward ,
3175 aliases,
3176 and :include: files.
3177 Administrators can override this by setting the
3178 .b DontBlameSendmail
3179 option to the setting
3180 .b NonRootSafeAddr .
3181 .b RunAsUser
3182 is probably best suited for firewall configurations
3183 that don't have regular user logins.
3184 If the option is used on a system which performs local delivery,
3185 then the local delivery agent must have the proper permissions
3186 (i.e., usually set-user-ID root)
3187 since it will be invoked by the
3188 .b RunAsUser ,
3189 not by root.
3190 .sh 3 "Turning off security checks"
3191 .pp
3192 .i Sendmail
3193 is very particular about the modes of files that it reads or writes.
3194 For example, by default it will refuse to read most files
3195 that are group writable
3196 on the grounds that they might have been tampered with
3197 by someone other than the owner;
3198 it will even refuse to read files in group writable directories.
3199 Also, sendmail will refuse to create a new aliases database in an
3200 unsafe directory.  You can get around this by manually creating the
3201 database file as a trusted user ahead of time and then rebuilding the
3202 aliases database with
3203 .b newaliases .
3204 .pp
3205 If you are
3206 .i quite
3207 sure that your configuration is safe and you want
3208 .i sendmail
3209 to avoid these security checks,
3210 you can turn off certain checks using the
3211 .b DontBlameSendmail
3212 option.
3213 This option takes one or more names that disable checks.
3214 In the descriptions that follow,
3215 .q "unsafe directory"
3216 means a directory that is writable by anyone other than the owner.
3217 The values are:
3218 .nr ii 0.5i
3219 .ip Safe
3220 No special handling.
3221 .ip AssumeSafeChown
3222 Assume that the
3223 .i chown
3224 system call is restricted to root.
3225 Since some versions of UNIX permit regular users
3226 to give away their files to other users on some filesystems,
3227 .i sendmail
3228 often cannot assume that a given file was created by the owner,
3229 particularly when it is in a writable directory.
3230 You can set this flag if you know that file giveaway is restricted
3231 on your system.
3232 .ip ClassFileInUnsafeDirPath
3233 When reading class files (using the
3234 .b F
3235 line in the configuration file),
3236 allow files that are in unsafe directories.
3237 .ip DontWarnForwardFileInUnsafeDirPath
3238 Prevent logging of
3239 unsafe directory path warnings
3240 for non-existent forward files.
3241 .ip ErrorHeaderInUnsafeDirPath
3242 Allow the file named in the
3243 .b ErrorHeader
3244 option to be in an unsafe directory.
3245 .ip FileDeliveryToHardLink
3246 Allow delivery to files that are hard links.
3247 .ip FileDeliveryToSymLink
3248 Allow delivery to files that are symbolic links.
3249 .ip ForwardFileInGroupWritableDirPath
3250 Allow
3251 .i \&.forward
3252 files in group writable directories.
3253 .ip ForwardFileInUnsafeDirPath
3254 Allow
3255 .i \&.forward
3256 files in unsafe directories.
3257 .ip ForwardFileInUnsafeDirPathSafe
3258 Allow a
3259 .i \&.forward
3260 file that is in an unsafe directory to include references
3261 to program and files.
3262 .ip GroupReadableKeyFile
3263 Accept a group-readable key file for STARTTLS.
3264 .ip GroupReadableSASLDBFile
3265 Accept a group-readable Cyrus SASL password file.
3266 .ip GroupWritableAliasFile
3267 Allow group-writable alias files.
3268 .ip GroupWritableDirPathSafe
3269 Change the definition of
3270 .q "unsafe directory"
3271 to consider group-writable directories to be safe.
3272 World-writable directories are always unsafe.
3273 .ip GroupWritableForwardFile
3274 Allow group writable
3275 .i \&.forward
3276 files.
3277 .ip GroupWritableForwardFileSafe
3278 Accept group-writable
3279 .i \&.forward
3280 files as safe for program and file delivery.
3281 .ip GroupWritableIncludeFile
3282 Allow group wriable
3283 .i :include:
3284 files.
3285 .ip GroupWritableIncludeFileSafe
3286 Accept group-writable
3287 .i :include:
3288 files as safe for program and file delivery.
3289 .ip GroupWritableSASLDBFile
3290 Accept a group-writable Cyrus SASL password file.
3291 .ip HelpFileInUnsafeDirPath
3292 Allow the file named in the
3293 .b HelpFile
3294 option to be in an unsafe directory.
3295 .ip IncludeFileInGroupWritableDirPath
3296 Allow
3297 .i :include:
3298 files in group writable directories.
3299 .ip IncludeFileInUnsafeDirPath
3300 Allow
3301 .i :include:
3302 files in unsafe directories.
3303 .ip IncludeFileInUnsafeDirPathSafe
3304 Allow a
3305 .i :include:
3306 file that is in an unsafe directory to include references
3307 to program and files.
3308 .ip InsufficientEntropy
3309 Try to use STARTTLS even if the PRNG for OpenSSL is not properly seeded
3310 despite the security problems.
3311 .ip LinkedAliasFileInWritableDir
3312 Allow an alias file that is a link in a writable directory.
3313 .ip LinkedClassFileInWritableDir
3314 Allow class files that are links in writable directories.
3315 .ip LinkedForwardFileInWritableDir
3316 Allow
3317 .i \&.forward
3318 files that are links in writable directories.
3319 .ip LinkedIncludeFileInWritableDir
3320 Allow
3321 .i :include:
3322 files that are links in writable directories.
3323 .ip LinkedMapInWritableDir
3324 Allow map files that are links in writable directories.
3325 This includes alias database files.
3326 .ip LinkedServiceSwitchFileInWritableDir
3327 Allow the service switch file to be a link
3328 even if the directory is writable.
3329 .ip MapInUnsafeDirPath
3330 Allow maps (e.g.,
3331 .i hash ,
3332 .i btree ,
3333 and
3334 .i dbm
3335 files)
3336 in unsafe directories.
3337 This includes alias database files.
3338 .ip NonRootSafeAddr
3339 Do not mark file and program deliveries as unsafe
3340 if sendmail is not running with root privileges.
3341 .ip RunProgramInUnsafeDirPath
3342 Run programs that are in writable directories without logging a warning.
3343 .ip RunWritableProgram
3344 Run programs that are group- or world-writable without logging a warning.
3345 .ip TrustStickyBit
3346 Allow group or world writable directories
3347 if the sticky bit is set on the directory.
3348 Do not set this on systems which do not honor
3349 the sticky bit on directories.
3350 .ip WorldWritableAliasFile
3351 Accept world-writable alias files.
3352 .ip WorldWritableForwardfile
3353 Allow world writable
3354 .i \&.forward
3355 files.
3356 .ip WorldWritableIncludefile
3357 Allow world wriable
3358 .i :include:
3359 files.
3360 .ip WriteMapToHardLink
3361 Allow writes to maps that are hard links.
3362 .ip WriteMapToSymLink
3363 Allow writes to maps that are symbolic links.
3364 .ip WriteStatsToHardLink
3365 Allow the status file to be a hard link.
3366 .ip WriteStatsToSymLink
3367 Allow the status file to be a symbolic link.
3368 .sh 2 "Connection Caching"
3369 .pp
3370 When processing the queue,
3371 .i sendmail
3372 will try to keep the last few open connections open
3373 to avoid startup and shutdown costs.
3374 This only applies to IPC and LPC connections.
3375 .pp
3376 When trying to open a connection
3377 the cache is first searched.
3378 If an open connection is found, it is probed to see if it is still active
3379 by sending a
3380 .sm RSET
3381 command.
3382 It is not an error if this fails;
3383 instead, the connection is closed and reopened.
3384 .pp
3385 Two parameters control the connection cache.
3386 The
3387 .b ConnectionCacheSize
3388 (\c
3389 .b k )
3390 option defines the number of simultaneous open connections
3391 that will be permitted.
3392 If it is set to zero,
3393 connections will be closed as quickly as possible.
3394 The default is one.
3395 This should be set as appropriate for your system size;
3396 it will limit the amount of system resources that
3397 .i sendmail
3398 will use during queue runs.
3399 Never set this higher than 4.
3400 .pp
3401 The
3402 .b ConnectionCacheTimeout
3403 (\c
3404 .b K )
3405 option specifies the maximum time that any cached connection
3406 will be permitted to idle.
3407 When the idle time exceeds this value
3408 the connection is closed.
3409 This number should be small
3410 (under ten minutes)
3411 to prevent you from grabbing too many resources
3412 from other hosts.
3413 The default is five minutes.
3414 .sh 2 "Name Server Access"
3415 .pp
3416 Control of host address lookups is set by the
3417 .b hosts
3418 service entry in your service switch file.
3419 If you are on a system that has built-in service switch support
3420 (e.g., Ultrix, Solaris, or DEC OSF/1)
3421 then your system is probably configured properly already.
3422 Otherwise,
3423 .i sendmail
3424 will consult the file
3425 .b /etc/mail/service.switch ,
3426 which should be created.
3427 .i Sendmail
3428 only uses two entries:
3429 .b hosts
3430 and
3431 .b aliases ,
3432 although system routines may use other services
3433 (notably the
3434 .b passwd
3435 service for user name lookups by
3436 .i getpwname ).
3437 .pp
3438 However, some systems (such as SunOS 4.X)
3439 will do DNS lookups
3440 regardless of the setting of the service switch entry.
3441 In particular, the system routine
3442 .i gethostbyname (3)
3443 is used to look up host names,
3444 and many vendor versions try some combination of DNS, NIS,
3445 and file lookup in /etc/hosts
3446 without consulting a service switch.
3447 .i Sendmail
3448 makes no attempt to work around this problem,
3449 and the DNS lookup will be done anyway.
3450 If you do not have a nameserver configured at all,
3451 such as at a UUCP-only site,
3452 .i sendmail
3453 will get a
3454 .q "connection refused"
3455 message when it tries to connect to the name server.
3456 If the
3457 .b hosts
3458 switch entry has the service
3459 .q dns
3460 listed somewhere in the list,
3461 .i sendmail
3462 will interpret this to mean a temporary failure
3463 and will queue the mail for later processing;
3464 otherwise, it ignores the name server data.
3465 .pp
3466 The same technique is used to decide whether to do MX lookups.
3467 If you want MX support, you
3468 .i must
3469 have
3470 .q dns
3471 listed as a service in the
3472 .b hosts
3473 switch entry.
3474 .pp
3475 The
3476 .b ResolverOptions
3477 (\c
3478 .b I )
3479 option allows you to tweak name server options.
3480 The command line takes a series of flags as documented in
3481 .i resolver (3)
3482 (with the leading
3483 .q RES_
3484 deleted).
3485 Each can be preceded by an optional `+' or `\(mi'.
3486 For example, the line
3487 .(b
3488 O ResolverOptions=+AAONLY \(miDNSRCH
3489 .)b
3490 turns on the AAONLY (accept authoritative answers only)
3491 and turns off the DNSRCH (search the domain path) options.
3492 Most resolver libraries default DNSRCH, DEFNAMES, and RECURSE
3493 flags on and all others off.
3494 If NETINET6 is enabled, most libraries default to USE_INET6 as well.
3495 You can also include
3496 .q HasWildcardMX
3497 to specify that there is a wildcard MX record matching your domain;
3498 this turns off MX matching when canonifying names,
3499 which can lead to inappropriate canonifications.
3500 Use
3501 .q WorkAroundBrokenAAAA
3502 when faced with a broken nameserver that returns SERVFAIL
3503 (a temporary failure)
3504 on T_AAAA (IPv6) lookups
3505 during hostname canonification.
3506 Notice: it might be necessary to apply the same (or similar) options to
3507 .i submit.cf
3508 too.
3509 .pp
3510 Version level 1 configurations (see the section about
3511 ``Configuration Version Level'')
3512 turn DNSRCH and DEFNAMES off when doing delivery lookups,
3513 but leave them on everywhere else.
3514 Version 8 of
3515 .i sendmail
3516 ignores them when doing canonification lookups
3517 (that is, when using $[ ... $]),
3518 and always does the search.
3519 If you don't want to do automatic name extension,
3520 don't call $[ ... $].
3521 .pp
3522 The search rules for $[ ... $] are somewhat different than usual.
3523 If the name being looked up
3524 has at least one dot, it always tries the unmodified name first.
3525 If that fails, it tries the reduced search path,
3526 and lastly tries the unmodified name
3527 (but only for names without a dot,
3528 since names with a dot have already been tried).
3529 This allows names such as
3530 ``utc.CS''
3531 to match the site in Czechoslovakia
3532 rather than the site in your local Computer Science department.
3533 It also prefers A and CNAME records over MX records \*-
3534 that is, if it finds an MX record it makes note of it,
3535 but keeps looking.
3536 This way, if you have a wildcard MX record matching your domain,
3537 it will not assume that all names match.
3538 .pp
3539 To completely turn off all name server access
3540 on systems without service switch support
3541 (such as SunOS 4.X)
3542 you will have to recompile with
3543 \-DNAMED_BIND=0
3544 and remove \-lresolv from the list of libraries to be searched
3545 when linking.
3546 .sh 2 "Moving the Per-User Forward Files"
3547 .pp
3548 Some sites mount each user's home directory
3549 from a local disk on their workstation,
3550 so that local access is fast.
3551 However, the result is that .forward file lookups
3552 from a central mail server are slow.
3553 In some cases,
3554 mail can even be delivered on machines inappropriately
3555 because of a file server being down.
3556 The performance can be especially bad if you run the automounter.
3557 .pp
3558 The
3559 .b ForwardPath
3560 (\c
3561 .b J )
3562 option allows you to set a path of forward files.
3563 For example, the config file line
3564 .(b
3565 O ForwardPath=/var/forward/$u:$z/.forward.$w
3566 .)b
3567 would first look for a file with the same name as the user's login
3568 in /var/forward;
3569 if that is not found (or is inaccessible)
3570 the file
3571 ``.forward.\c
3572 .i machinename ''
3573 in the user's home directory is searched.
3574 A truly perverse site could also search by sender
3575 by using $r, $s, or $f.
3576 .pp
3577 If you create a directory such as /var/forward,
3578 it should be mode 1777
3579 (that is, the sticky bit should be set).
3580 Users should create the files mode 0644.
3581 Note that you must use the
3582 ForwardFileInUnsafeDirPath and
3583 ForwardFileInUnsafeDirPathSafe
3584 flags with the
3585 .b DontBlameSendmail
3586 option to allow forward files in a world writable directory.
3587 This might also be used as a denial of service attack
3588 (users could create forward files for other users);
3589 a better approach might be to create
3590 /var/forward
3591 mode 0755
3592 and create empty files for each user,
3593 owned by that user,
3594 mode 0644.
3595 If you do this, you don't have to set the DontBlameSendmail options
3596 indicated above.
3597 .sh 2 "Free Space"
3598 .pp
3599 On systems that have one of the system calls in the
3600 .i statfs (2)
3601 family
3602 (including
3603 .i statvfs
3604 and
3605 .i ustat ),
3606 you can specify a minimum number of free blocks on the queue filesystem
3607 using the
3608 .b MinFreeBlocks
3609 (\c
3610 .b b )
3611 option.
3612 If there are fewer than the indicated number of blocks free
3613 on the filesystem on which the queue is mounted
3614 the SMTP server will reject mail
3615 with the
3616 452 error code.
3617 This invites the SMTP client to try again later.
3618 .pp
3619 Beware of setting this option too high;
3620 it can cause rejection of email
3621 when that mail would be processed without difficulty.
3622 .sh 2 "Maximum Message Size"
3623 .pp
3624 To avoid overflowing your system with a large message,
3625 the
3626 .b MaxMessageSize
3627 option can be set to set an absolute limit
3628 on the size of any one message.
3629 This will be advertised in the ESMTP dialogue
3630 and checked during message collection.
3631 .sh 2 "Privacy Flags"
3632 .pp
3633 The
3634 .b PrivacyOptions
3635 (\c
3636 .b p )
3637 option allows you to set certain
3638 ``privacy''
3639 flags.
3640 Actually, many of them don't give you any extra privacy,
3641 rather just insisting that client SMTP servers
3642 use the HELO command
3643 before using certain commands
3644 or adding extra headers to indicate possible spoof attempts.
3645 .pp
3646 The option takes a series of flag names;
3647 the final privacy is the inclusive or of those flags.
3648 For example:
3649 .(b
3650 O PrivacyOptions=needmailhelo, noexpn
3651 .)b
3652 insists that the HELO or EHLO command be used before a MAIL command is accepted
3653 and disables the EXPN command.
3654 .pp
3655 The flags are detailed in section
3656 .\"XREF
3657 5.6.
3658 .sh 2 "Send to Me Too"
3659 .pp
3660 Beginning with version 8.10,
3661 .i sendmail
3662 includes by default the (envelope) sender in any list expansions.
3663 For example, if
3664 .q matt
3665 sends to a list that contains
3666 .q matt
3667 as one of the members he will get a copy of the message.
3668 If the
3669 .b MeToo
3670 option is set to
3671 .sm FALSE
3672 (in the configuration file or via the command line),
3673 this behavior is changed, i.e.,
3674 the (envelope) sender is excluded in list expansions.
3675 .sh 1 "THE WHOLE SCOOP ON THE CONFIGURATION FILE"
3676 .pp
3677 This section describes the configuration file
3678 in detail.
3679 .pp
3680 There is one point that should be made clear immediately:
3681 the syntax of the configuration file
3682 is designed to be reasonably easy to parse,
3683 since this is done every time
3684 .i sendmail
3685 starts up,
3686 rather than easy for a human to read or write.
3687 The configuration file should be generated via the method described in
3688 .b cf/README ,
3689 it should not be edited directly unless someone is familiar
3690 with the internals of the syntax described here and it is
3691 not possible to achieve the desired result via the default method.
3692 .pp
3693 The configuration file is organized as a series of lines,
3694 each of which begins with a single character
3695 defining the semantics for the rest of the line.
3696 Lines beginning with a space or a tab
3697 are continuation lines
3698 (although the semantics are not well defined in many places).
3699 Blank lines and lines beginning with a sharp symbol
3700 (`#')
3701 are comments.
3702 .sh 2 "R and S \*- Rewriting Rules"
3703 .pp
3704 The core of address parsing
3705 are the rewriting rules.
3706 These are an ordered production system.
3707 .i Sendmail
3708 scans through the set of rewriting rules
3709 looking for a match on the left hand side
3710 (LHS)
3711 of the rule.
3712 When a rule matches,
3713 the address is replaced by the right hand side
3714 (RHS)
3715 of the rule.
3716 .pp
3717 There are several sets of rewriting rules.
3718 Some of the rewriting sets are used internally
3719 and must have specific semantics.
3720 Other rewriting sets
3721 do not have specifically assigned semantics,
3722 and may be referenced by the mailer definitions
3723 or by other rewriting sets.
3724 .pp
3725 The syntax of these two commands are:
3726 .(b F
3727 .b S \c
3728 .i n
3729 .)b
3730 Sets the current ruleset being collected to
3731 .i n .
3732 If you begin a ruleset more than once
3733 it appends to the old definition.
3734 .(b F
3735 .b R \c
3736 .i lhs
3737 .i rhs
3738 .i comments
3739 .)b
3740 The
3741 fields must be separated
3742 by at least one tab character;
3743 there may be embedded spaces
3744 in the fields.
3745 The
3746 .i lhs
3747 is a pattern that is applied to the input.
3748 If it matches,
3749 the input is rewritten to the
3750 .i rhs .
3751 The
3752 .i comments
3753 are ignored.
3754 .pp
3755 Macro expansions of the form
3756 .b $ \c
3757 .i x
3758 are performed when the configuration file is read.
3759 A literal
3760 .b $
3761 can be included using
3762 .b $$ .
3763 Expansions of the form
3764 .b $& \c
3765 .i x
3766 are performed at run time using a somewhat less general algorithm.
3767 This is intended only for referencing internally defined macros
3768 such as
3769 .b $h
3770 that are changed at runtime.
3771 .sh 3 "The left hand side"
3772 .pp
3773 The left hand side of rewriting rules contains a pattern.
3774 Normal words are simply matched directly.
3775 Metasyntax is introduced using a dollar sign.
3776 The metasymbols are:
3777 .(b
3778 .ta \w'\fB$=\fP\fIx\fP  'u
3779 \fB$*\fP        Match zero or more tokens
3780 \fB$+\fP        Match one or more tokens
3781 \fB$\-\fP       Match exactly one token
3782 \fB$=\fP\fIx\fP Match any phrase in class \fIx\fP
3783 \fB$~\fP\fIx\fP Match any word not in class \fIx\fP
3784 .)b
3785 If any of these match,
3786 they are assigned to the symbol
3787 .b $ \c
3788 .i n
3789 for replacement on the right hand side,
3790 where
3791 .i n
3792 is the index in the LHS.
3793 For example,
3794 if the LHS:
3795 .(b
3796 $\-:$+
3797 .)b
3798 is applied to the input:
3799 .(b
3800 UCBARPA:eric
3801 .)b
3802 the rule will match, and the values passed to the RHS will be:
3803 .(b
3804 .ta 4n
3805 $1      UCBARPA
3806 $2      eric
3807 .)b
3808 .pp
3809 Additionally, the LHS can include
3810 .b $@
3811 to match zero tokens.
3812 This is
3813 .i not
3814 bound to a
3815 .b $ \c
3816 .i n
3817 on the RHS, and is normally only used when it stands alone
3818 in order to match the null input.
3819 .sh 3 "The right hand side"
3820 .pp
3821 When the left hand side of a rewriting rule matches,
3822 the input is deleted and replaced by the right hand side.
3823 Tokens are copied directly from the RHS
3824 unless they begin with a dollar sign.
3825 Metasymbols are:
3826 .(b
3827 .ta \w'$#mailer\0\0\0'u
3828 \fB$\fP\fIn\fP  Substitute indefinite token \fIn\fP from LHS
3829 \fB$[\fP\fIname\fP\fB$]\fP      Canonicalize \fIname\fP
3830 \fB$(\fP\fImap key\fP \fB$@\fP\fIarguments\fP \fB$:\fP\fIdefault\fP \fB$)\fP
3831         Generalized keyed mapping function
3832 \fB$>\fP\fIn\fP \*(lqCall\*(rq ruleset \fIn\fP
3833 \fB$#\fP\fImailer\fP    Resolve to \fImailer\fP
3834 \fB$@\fP\fIhost\fP      Specify \fIhost\fP
3835 \fB$:\fP\fIuser\fP      Specify \fIuser\fP
3836 .)b
3837 .pp
3838 The
3839 .b $ \c
3840 .i n
3841 syntax substitutes the corresponding value from a
3842 .b $+ ,
3843 .b $\- ,
3844 .b $* ,
3845 .b $= ,
3846 or
3847 .b $~
3848 match on the LHS.
3849 It may be used anywhere.
3850 .pp
3851 A host name enclosed between
3852 .b $[
3853 and
3854 .b $]
3855 is looked up in the host database(s)
3856 and replaced by the canonical name\**.
3857 .(f
3858 \**This is actually
3859 completely equivalent
3860 to $(host \fIhostname\fP$).
3861 In particular, a
3862 .b $:
3863 default can be used.
3864 .)f
3865 For example,
3866 .q $[ftp$]
3867 might become
3868 .q ftp.CS.Berkeley.EDU
3869 and
3870 .q $[[128.32.130.2]$]
3871 would become
3872 .q vangogh.CS.Berkeley.EDU.
3873 .i Sendmail
3874 recognizes its numeric IP address
3875 without calling the name server
3876 and replaces it with its canonical name.
3877 .pp
3878 The
3879 .b $(
3880 \&...
3881 .b $)
3882 syntax is a more general form of lookup;
3883 it uses a named map instead of an implicit map.
3884 If no lookup is found, the indicated
3885 .i default
3886 is inserted;
3887 if no default is specified and no lookup matches,
3888 the value is left unchanged.
3889 The
3890 .i arguments
3891 are passed to the map for possible use.
3892 .pp
3893 The
3894 .b $> \c
3895 .i n
3896 syntax
3897 causes the remainder of the line to be substituted as usual
3898 and then passed as the argument to ruleset
3899 .i n .
3900 The final value of ruleset
3901 .i n
3902 then becomes
3903 the substitution for this rule.
3904 The
3905 .b $>
3906 syntax expands everything after the ruleset name
3907 to the end of the replacement string
3908 and then passes that as the initial input to the ruleset.
3909 Recursive calls are allowed.
3910 For example,
3911 .(b
3912 $>0 $>3 $1
3913 .)b
3914 expands $1, passes that to ruleset 3, and then passes the result
3915 of ruleset 3 to ruleset 0.
3916 .pp
3917 The
3918 .b $#
3919 syntax should
3920 .i only
3921 be used in ruleset zero,
3922 a subroutine of ruleset zero,
3923 or rulesets that return decisions (e.g., check_rcpt).
3924 It causes evaluation of the ruleset to terminate immediately,
3925 and signals to
3926 .i sendmail
3927 that the address has completely resolved.
3928 The complete syntax for ruleset 0 is:
3929 .(b
3930 \fB$#\fP\fImailer\fP \fB$@\fP\fIhost\fP \fB$:\fP\fIuser\fP
3931 .)b
3932 This specifies the
3933 {mailer, host, user}
3934 3-tuple necessary to direct the mailer.
3935 Note: the third element (
3936 .i user
3937 ) is often also called
3938 .i address
3939 part.
3940 If the mailer is local
3941 the host part may be omitted\**.
3942 .(f
3943 \**You may want to use it for special
3944 .q "per user"
3945 extensions.
3946 For example, in the address
3947 .q jgm+foo@CMU.EDU ;
3948 the
3949 .q +foo
3950 part is not part of the user name,
3951 and is passed to the local mailer for local use.
3952 .)f
3953 The
3954 .i mailer
3955 must be a single word,
3956 but the
3957 .i host
3958 and
3959 .i user
3960 may be multi-part.
3961 If the
3962 .i mailer
3963 is the built-in IPC mailer,
3964 the
3965 .i host
3966 may be a colon-separated list of hosts
3967 that are searched in order for the first working address
3968 (exactly like MX records).
3969 The
3970 .i user
3971 is later rewritten by the mailer-specific envelope rewriting set
3972 and assigned to the
3973 .b $u
3974 macro.
3975 As a special case, if the mailer specified has the
3976 .b F=@
3977 flag specified
3978 and the first character of the
3979 .b $:
3980 value is
3981 .q @ ,
3982 the
3983 .q @
3984 is stripped off, and a flag is set in the address descriptor
3985 that causes sendmail to not do ruleset 5 processing.
3986 .pp
3987 Normally, a rule that matches is retried,
3988 that is,
3989 the rule loops until it fails.
3990 A RHS may also be preceded by a
3991 .b $@
3992 or a
3993 .b $:
3994 to change this behavior.
3995 A
3996 .b $@
3997 prefix causes the ruleset to return with the remainder of the RHS
3998 as the value.
3999 A
4000 .b $:
4001 prefix causes the rule to terminate immediately,
4002 but the ruleset to continue;
4003 this can be used to avoid continued application of a rule.
4004 The prefix is stripped before continuing.
4005 .pp
4006 The
4007 .b $@
4008 and
4009 .b $:
4010 prefixes may precede a
4011 .b $>
4012 spec;
4013 for example:
4014 .(b
4015 .ta 8n
4016 R$+     $: $>7 $1
4017 .)b
4018 matches anything,
4019 passes that to ruleset seven,
4020 and continues;
4021 the
4022 .b $:
4023 is necessary to avoid an infinite loop.
4024 .pp
4025 Substitution occurs in the order described,
4026 that is,
4027 parameters from the LHS are substituted,
4028 hostnames are canonicalized,
4029 .q subroutines
4030 are called,
4031 and finally
4032 .b $# ,
4033 .b $@ ,
4034 and
4035 .b $:
4036 are processed.
4037 .sh 3 "Semantics of rewriting rule sets"
4038 .pp
4039 There are six rewriting sets
4040 that have specific semantics.
4041 Five of these are related as depicted by figure 1.
4042 .(z
4043 .hl
4044 .ie n \{\
4045 .(c
4046                     +---+
4047                  -->| 0 |-->resolved address
4048                 /   +---+
4049                /            +---+   +---+
4050               /        ---->| 1 |-->| S |--
4051        +---+ / +---+  /     +---+   +---+  \e    +---+
4052 addr-->| 3 |-->| D |--                      --->| 4 |-->msg
4053        +---+   +---+  \e     +---+   +---+  /    +---+
4054                         --->| 2 |-->| R |--
4055                             +---+   +---+
4056 .)c
4057
4058 .\}
4059 .el \{\
4060 .ie !"\*(.T"" \{\
4061 .PS
4062 boxwid = 0.3i
4063 boxht = 0.3i
4064 movewid = 0.3i
4065 moveht = 0.3i
4066 linewid = 0.3i
4067 lineht = 0.3i
4068
4069         box invis "addr"; arrow
4070 Box3:   box "3"
4071 A1:     arrow
4072 BoxD:   box "D"; line; L1: Here
4073 C:      [
4074         C1:     arrow; box "1"; arrow; box "S"; line; E1: Here
4075                 move to C1 down 0.5; right
4076         C2:     arrow; box "2"; arrow; box "R"; line; E2: Here
4077         ] with .w at L1 + (0.5, 0)
4078         move to C.e right 0.5
4079 L4:     arrow; box "4"; arrow; box invis "msg"
4080         line from L1 to C.C1
4081         line from L1 to C.C2
4082         line from C.E1 to L4
4083         line from C.E2 to L4
4084         move to BoxD.n up 0.6; right
4085 Box0:   arrow; box "0"
4086         arrow; box invis "resolved address" width 1.3
4087         line from 1/3 of the way between A1 and BoxD.w to Box0
4088 .PE
4089 .\}
4090 .el .sp 2i
4091 .\}
4092 .ce
4093 Figure 1 \*- Rewriting set semantics
4094 .(c
4095 D \*- sender domain addition
4096 S \*- mailer-specific sender rewriting
4097 R \*- mailer-specific recipient rewriting
4098 .)c
4099 .hl
4100 .)z
4101 .pp
4102 Ruleset three
4103 should turn the address into
4104 .q "canonical form."
4105 This form should have the basic syntax:
4106 .(b
4107 local-part@host-domain-spec
4108 .)b
4109 Ruleset three
4110 is applied by
4111 .i sendmail
4112 before doing anything with any address.
4113 .pp
4114 If no
4115 .q @
4116 sign is specified,
4117 then the
4118 host-domain-spec
4119 .i may
4120 be appended (box
4121 .q D
4122 in Figure 1)
4123 from the
4124 sender address
4125 (if the
4126 .b C
4127 flag is set in the mailer definition
4128 corresponding to the
4129 .i sending
4130 mailer).
4131 .pp
4132 Ruleset zero
4133 is applied after ruleset three
4134 to addresses that are going to actually specify recipients.
4135 It must resolve to a
4136 .i "{mailer, host, address}"
4137 triple.
4138 The
4139 .i mailer
4140 must be defined in the mailer definitions
4141 from the configuration file.
4142 The
4143 .i host
4144 is defined into the
4145 .b $h
4146 macro
4147 for use in the argv expansion of the specified mailer.
4148 Notice: since the envelope sender address will be used if
4149 a delivery status notification must be send,
4150 i.e., is may specify a recipient,
4151 it is also run through ruleset zero.
4152 If ruleset zero returns a temporary error
4153 .b 4xy
4154 then delivery is deferred.
4155 This can be used to temporarily disable delivery,
4156 e.g., based on the time of the day or other varying parameters.
4157 It should not be used to quarantine e-mails.
4158 .pp
4159 Rulesets one and two
4160 are applied to all sender and recipient addresses respectively.
4161 They are applied before any specification
4162 in the mailer definition.
4163 They must never resolve.
4164 .pp
4165 Ruleset four is applied to all addresses
4166 in the message.
4167 It is typically used
4168 to translate internal to external form.
4169 .pp
4170 In addition,
4171 ruleset 5 is applied to all local addresses
4172 (specifically, those that resolve to a mailer with the `F=5'
4173 flag set)
4174 that do not have aliases.
4175 This allows a last minute hook for local names.
4176 .sh 3 "Ruleset hooks"
4177 .pp
4178 A few extra rulesets are defined as
4179 .q hooks
4180 that can be defined to get special features.
4181 They are all named rulesets.
4182 The
4183 .q check_*
4184 forms all give accept/reject status;
4185 falling off the end or returning normally is an accept,
4186 and resolving to
4187 .b $#error
4188 is a reject or quarantine.
4189 Quarantining is chosen by specifying
4190 .b quarantine
4191 in the second part of the mailer triplet:
4192 .(b
4193 $#error $@ quarantine $: Reason for quarantine
4194 .)b
4195 Many of these can also resolve to the special mailer name
4196 .b $#discard ;
4197 this accepts the message as though it were successful
4198 but then discards it without delivery.
4199 Note,
4200 this mailer cannot be chosen as a mailer in ruleset 0.
4201 Note also that all
4202 .q check_*
4203 rulesets have to deal with temporary failures, especially for map lookups,
4204 themselves, i.e., they should return a temporary error code
4205 or at least they should make a proper decision in those cases.
4206 .sh 4 "check_relay"
4207 .pp
4208 The
4209 .i check_relay
4210 ruleset is called after a connection is accepted by the daemon.
4211 It is not called when sendmail is started using the
4212 .b \-bs
4213 option.
4214 It is passed
4215 .(b
4216 client.host.name $| client.host.address
4217 .)b
4218 where
4219 .b $|
4220 is a metacharacter separating the two parts.
4221 This ruleset can reject connections from various locations.
4222 Note that it only checks the connecting SMTP client IP address and hostname.
4223 It does not check for third party message relaying.
4224 The
4225 .i check_rcpt
4226 ruleset discussed below usually does third party message relay checking.
4227 .sh 4 "check_mail"
4228 .pp
4229 The
4230 .i check_mail
4231 ruleset is passed the user name parameter of the
4232 .sm "SMTP MAIL"
4233 command.
4234 It can accept or reject the address.
4235 .sh 4 "check_rcpt"
4236 .pp
4237 The
4238 .i check_rcpt
4239 ruleset is passed the user name parameter of the
4240 .sm "SMTP RCPT"
4241 command.
4242 It can accept or reject the address.
4243 .sh 4 "check_data"
4244 .pp
4245 The
4246 .i check_data
4247 ruleset is called after the
4248 .sm "SMTP DATA"
4249 command, its parameter is the number of recipients.
4250 It can accept or reject the command.
4251 .sh 4 "check_compat"
4252 .pp
4253 The
4254 .i check_compat
4255 ruleset is passed
4256 .(b
4257 sender-address $| recipient-address
4258 .)b
4259 where
4260 .b $|
4261 is a metacharacter separating the addresses.
4262 It can accept or reject mail transfer between these two addresses
4263 much like the
4264 .i checkcompat()
4265 function.
4266 Note:
4267 while other
4268 .i check_*
4269 rulesets are invoked during the SMTP mail receiption stage
4270 (i.e., in the SMTP server),
4271 .i check_compat
4272 is invoked during the mail delivery stage.
4273 .sh 4 "check_eoh"
4274 .pp
4275 The
4276 .i check_eoh
4277 ruleset is passed
4278 .(b
4279 number-of-headers $| size-of-headers
4280 .)b
4281 where
4282 .b $|
4283 is a metacharacter separating the numbers.
4284 These numbers can be used for size comparisons with the
4285 .b arith
4286 map.
4287 The ruleset is triggered after
4288 all of the headers have been read.
4289 It can be used to correlate information gathered
4290 from those headers using the
4291 .b macro
4292 storage map.
4293 One possible use is to check for a missing header.
4294 For example:
4295 .(b
4296 .ta 1.5i
4297 Kstorage macro
4298 HMessage-Id: $>CheckMessageId
4299
4300 SCheckMessageId
4301 # Record the presence of the header
4302 R$*                     $: $(storage {MessageIdCheck} $@ OK $) $1
4303 R< $+ @ $+ >            $@ OK
4304 R$*                     $#error $: 553 Header Error
4305
4306 Scheck_eoh
4307 # Check the macro
4308 R$*                     $: < $&{MessageIdCheck} >
4309 # Clear the macro for the next message
4310 R$*                     $: $(storage {MessageIdCheck} $) $1
4311 # Has a Message-Id: header
4312 R< $+ >                 $@ OK
4313 # Allow missing Message-Id: from local mail
4314 R$*                     $: < $&{client_name} >
4315 R< >                    $@ OK
4316 R< $=w >                $@ OK
4317 # Otherwise, reject the mail
4318 R$*                     $#error $: 553 Header Error
4319 .)b
4320 Keep in mind the Message-Id: header is not a required header and
4321 is not a guaranteed spam indicator.
4322 This ruleset is an example and
4323 should probably not be used in production.
4324 .sh 4 "check_eom"
4325 .pp
4326 The
4327 .i check_eom
4328 ruleset is called after the end of a message,
4329 its parameter is the message size.
4330 It can accept or reject the message.
4331 .sh 4 "check_etrn"
4332 .pp
4333 The
4334 .i check_etrn
4335 ruleset is passed the parameter of the
4336 .sm "SMTP ETRN"
4337 command.
4338 It can accept or reject the command.
4339 .sh 4 "check_expn"
4340 .pp
4341 The
4342 .i check_expn
4343 ruleset is passed the user name parameter of the
4344 .sm "SMTP EXPN"
4345 command.
4346 It can accept or reject the address.
4347 .sh 4 "check_vrfy"
4348 .pp
4349 The
4350 .i check_vrfy
4351 ruleset is passed the user name parameter of the
4352 .sm "SMTP VRFY"
4353 command.
4354 It can accept or reject the command.
4355 .sh 4 "trust_auth"
4356 .pp
4357 The
4358 .i trust_auth
4359 ruleset is passed the AUTH= parameter of the
4360 .sm "SMTP MAIL"
4361 command.
4362 It is used to determine whether this value should be
4363 trusted. In order to make this decision, the ruleset
4364 may make use of the various
4365 .b ${auth_*}
4366 macros.
4367 If the ruleset does resolve to the
4368 .q error
4369 mailer the AUTH= parameter is not trusted and hence
4370 not passed on to the next relay.
4371 .sh 4 "tls_client"
4372 .pp
4373 The
4374 .i tls_client
4375 ruleset is called when sendmail acts as server, after a STARTTLS command
4376 has been issued, and from
4377 .i check_mail.
4378 The parameter is the value of
4379 .b ${verify}
4380 and STARTTLS or MAIL, respectively.
4381 If the ruleset does resolve to the
4382 .q error
4383 mailer, the appropriate error code is returned to the client.
4384 .sh 4 "tls_server"
4385 .pp
4386 The
4387 .i tls_server
4388 ruleset is called when sendmail acts as client after a STARTTLS command
4389 (should) have been issued.
4390 The parameter is the value of
4391 .b ${verify} .
4392 If the ruleset does resolve to the
4393 .q error
4394 mailer, the connection is aborted
4395 (treated as non-deliverable with a permanent or temporary error).
4396 .sh 4 "tls_rcpt"
4397 .pp
4398 The
4399 .i tls_rcpt
4400 ruleset is called each time before a RCPT TO command is sent.
4401 The parameter is the current recipient.
4402 If the ruleset does resolve to the
4403 .q error
4404 mailer, the RCPT TO command is suppressed
4405 (treated as non-deliverable with a permanent or temporary error).
4406 This ruleset allows to require encryption or verification of
4407 the recipient's MTA even if the mail is somehow redirected
4408 to another host.
4409 For example, sending mail to
4410 .i luke@endmail.org
4411 may get redirected to a host named
4412 .i death.star
4413 and hence the tls_server ruleset won't apply.
4414 By introducing per recipient restrictions such attacks
4415 (e.g., via DNS spoofing) can be made impossible.
4416 See
4417 .i cf/README
4418 how this ruleset can be used.
4419 .sh 4 "srv_features"
4420 .pp
4421 The
4422 .i srv_features
4423 ruleset is called with the connecting client's host name
4424 when a client connects to sendmail.
4425 This ruleset should return
4426 .b $#
4427 followed by a list of options (single characters
4428 delimited by white space).
4429 If the return value starts with anything else it is silently ignored.
4430 Generally upper case characters turn off a feature
4431 while lower case characters turn it on.
4432 Option `S' causes the server not to offer STARTTLS,
4433 which is useful to interact with MTAs/MUAs that have broken
4434 STARTTLS implementations by simply not offering it.
4435 `V' turns off the request for a client certificate during the TLS handshake.
4436 Options `A' and `P' suppress SMTP AUTH and PIPELINING, respectively.
4437 `c' is the equivalent to AuthOptions=p, i.e.,
4438 it doesn't permit mechanisms susceptible to simple
4439 passive attack (e.g., PLAIN, LOGIN), unless a security layer is active.
4440 Option `l' requires SMTP AUTH for a connection.
4441 Options 'B', 'D', 'E', and 'X' suppress SMTP VERB, DSN, ETRN, and EXPN,
4442 respectively.
4443 .(b
4444 .ta 9n
4445 A       Do not offer AUTH
4446 a       Offer AUTH (default)
4447 B       Do not offer VERB
4448 b       Offer VERB (default)
4449 C       Do not require security layer for
4450         plaintext AUTH (default)
4451 c       Require security layer for plaintext AUTH
4452 D       Do not offer DSN
4453 d       Offer DSN (default)
4454 E       Do not offer ETRN
4455 e       Offer ETRN (default)
4456 L       Do not require AUTH (default)
4457 l       Require AUTH
4458 P       Do not offer PIPELINING
4459 p       Offer PIPELINING (default)
4460 S       Do not offer STARTTLS
4461 s       Offer STARTTLS (default)
4462 V       Do not request a client certificate
4463 v       Request a client certificate (default)
4464 X       Do not offer EXPN
4465 x       Offer EXPN (default)
4466 .)b
4467 Note: the entries marked as ``(default)'' may require that some
4468 configuration has been made, e.g., SMTP AUTH is only available if
4469 properly configured.
4470 Moreover, many options can be changed on a global basis via other
4471 settings as explained in this document, e.g., via DaemonPortOptions.
4472 .pp
4473 The ruleset may return `$#temp' to indicate that there is a temporary
4474 problem determining the correct features, e.g., if a map is unavailable.
4475 In that case, the SMTP server issues a temporary failure and does not
4476 accept email.
4477 .sh 4 "try_tls"
4478 .pp
4479 The
4480 .i try_tls
4481 ruleset is called when sendmail connects to another MTA.
4482 If the ruleset does resolve to the
4483 .q error
4484 mailer, sendmail does not try STARTTLS even if it is offered.
4485 This is useful to interact with MTAs that have broken
4486 STARTTLS implementations by simply not using it.
4487 .sh 4 "authinfo"
4488 .pp
4489 The
4490 .i authinfo
4491 ruleset is called when sendmail tries to authenticate to another MTA.
4492 It should return
4493 .b $#
4494 followed by a list of tokens that are used for SMTP AUTH.
4495 If the return value starts with anything else it is silently ignored.
4496 Each token is a tagged string of the form:
4497 "TDstring"
4498 (including the quotes), where
4499 .(b
4500 .ta 9n
4501 T       Tag which describes the item
4502 D       Delimiter: ':' simple text follows
4503         '=' string is base64 encoded
4504 string  Value of the item
4505 .)b
4506 Valid values for the tag are:
4507 .(b
4508 .ta 9n
4509 U       user (authorization) id
4510 I       authentication id
4511 P       password
4512 R       realm
4513 M       list of mechanisms delimited by spaces
4514 .)b
4515 If this ruleset is defined, the option
4516 .b DefaultAuthInfo
4517 is ignored (even if the ruleset does not return a ``useful'' result).
4518 .sh 4 "queuegroup"
4519 .pp
4520 The
4521 .i queuegroup
4522 ruleset is used to map a recipient address to a queue group name.
4523 The input for the ruleset is a recipient address as specified by the
4524 .sm "SMTP RCPT"
4525 command.
4526 The ruleset should return
4527 .b $#
4528 followed by the name of a queue group.
4529 If the return value starts with anything else it is silently ignored.
4530 See the section about ``Queue Groups and Queue Directories''
4531 for further information.
4532 .sh 4 "greet_pause"
4533 .pp
4534 The
4535 .i greet_pause
4536 ruleset is used to specify the amount of time to pause before sending the
4537 initial SMTP 220 greeting.
4538 If any traffic is received during that pause, an SMTP 554 rejection
4539 response is given instead of the 220 greeting and all SMTP commands are
4540 rejected during that connection.
4541 This helps protect sites from open proxies and SMTP slammers.
4542 The ruleset should return
4543 .b $#
4544 followed by the number of milliseconds (thousandths of a second) to
4545 pause.
4546 If the return value starts with anything else or is not a number,
4547 it is silently ignored.
4548 Note: this ruleset is not invoked (and hence the feature is disabled)
4549 when the smtps (SMTP over SSL) is used, i.e.,
4550 the
4551 .i s
4552 modifier is set for the daemon via
4553 .b DaemonPortOptions ,
4554 because in this case the SSL handshake is performed before
4555 the greeting is sent.
4556 .sh 3 "IPC mailers"
4557 .pp
4558 Some special processing occurs
4559 if the ruleset zero resolves to an IPC mailer
4560 (that is, a mailer that has
4561 .q [IPC]
4562 listed as the Path in the
4563 .b M
4564 configuration line.
4565 The host name passed after
4566 .q $@
4567 has MX expansion performed if not delivering via a named socket;
4568 this looks the name up in DNS to find alternate delivery sites.
4569 .pp
4570 The host name can also be provided as a dotted quad
4571 or an IPv6 address in square brackets;
4572 for example:
4573 .(b
4574 [128.32.149.78]
4575 .)b
4576 or
4577 .(b
4578 [IPv6:2002:c0a8:51d2::23f4]
4579 .)b
4580 This causes direct conversion of the numeric value
4581 to an IP host address.
4582 .pp
4583 The host name passed in after the
4584 .q $@
4585 may also be a colon-separated list of hosts.
4586 Each is separately MX expanded and the results are concatenated
4587 to make (essentially) one long MX list.
4588 The intent here is to create
4589 .q fake
4590 MX records that are not published in DNS
4591 for private internal networks.
4592 .pp
4593 As a final special case, the host name can be passed in
4594 as a text string
4595 in square brackets:
4596 .(b
4597 [ucbvax.berkeley.edu]
4598 .)b
4599 This form avoids the MX mapping.
4600 .b N.B.:
4601 .i
4602 This is intended only for situations where you have a network firewall
4603 or other host that will do special processing for all your mail,
4604 so that your MX record points to a gateway machine;
4605 this machine could then do direct delivery to machines
4606 within your local domain.
4607 Use of this feature directly violates RFC 1123 section 5.3.5:
4608 it should not be used lightly.
4609 .r
4610 .sh 2 "D \*- Define Macro"
4611 .pp
4612 Macros are named with a single character
4613 or with a word in {braces}.
4614 The names ``x'' and ``{x}'' denote the same macro
4615 for every single character ``x''.
4616 Single character names may be selected from the entire ASCII set,
4617 but user-defined macros
4618 should be selected from the set of upper case letters only.
4619 Lower case letters
4620 and special symbols
4621 are used internally.
4622 Long names beginning with a lower case letter or a punctuation character
4623 are reserved for use by sendmail,
4624 so user-defined long macro names should begin with an upper case letter.
4625 .pp
4626 The syntax for macro definitions is:
4627 .(b F
4628 .b D \c
4629 .i x\|val
4630 .)b
4631 where
4632 .i x
4633 is the name of the macro
4634 (which may be a single character
4635 or a word in braces)
4636 and
4637 .i val
4638 is the value it should have.
4639 There should be no spaces given
4640 that do not actually belong in the macro value.
4641 .pp
4642 Macros are interpolated
4643 using the construct
4644 .b $ \c
4645 .i x ,
4646 where
4647 .i x
4648 is the name of the macro to be interpolated.
4649 This interpolation is done when the configuration file is read,
4650 except in
4651 .b M
4652 lines.
4653 The special construct
4654 .b $& \c
4655 .i x
4656 can be used in
4657 .b R
4658 lines to get deferred interpolation.
4659 .pp
4660 Conditionals can be specified using the syntax:
4661 .(b
4662 $?x text1 $| text2 $.
4663 .)b
4664 This interpolates
4665 .i text1
4666 if the macro
4667 .b $x
4668 is set and non-null,
4669 and
4670 .i text2
4671 otherwise.
4672 The
4673 .q else
4674 (\c
4675 .b $| )
4676 clause may be omitted.
4677 .pp
4678 The following macros are defined and/or used internally by
4679 .i sendmail
4680 for interpolation into argv's for mailers
4681 or for other contexts.
4682 The ones marked \(dg are information passed into sendmail\**,
4683 .(f
4684 \**As of version 8.6,
4685 all of these macros have reasonable defaults.
4686 Previous versions required that they be defined.
4687 .)f
4688 the ones marked \(dd are information passed both in and out of sendmail,
4689 and the unmarked macros are passed out of sendmail
4690 but are not otherwise used internally.
4691 These macros are:
4692 .nr ii 5n
4693 .ip $a
4694 The origination date in RFC 822 format.
4695 This is extracted from the Date: line.
4696 .ip $b
4697 The current date in RFC 822 format.
4698 .ip $c
4699 The hop count.
4700 This is a count of the number of Received: lines
4701 plus the value of the
4702 .b \-h
4703 command line flag.
4704 .ip $d
4705 The current date in UNIX (ctime) format.
4706 .ip $e\(dg
4707 (Obsolete; use SmtpGreetingMessage option instead.)
4708 The SMTP entry message.
4709 This is printed out when SMTP starts up.
4710 The first word must be the
4711 .b $j
4712 macro as specified by RFC 821.
4713 Defaults to
4714 .q "$j Sendmail $v ready at $b" .
4715 Commonly redefined to include the configuration version number, e.g.,
4716 .q "$j Sendmail $v/$Z ready at $b"
4717 .ip $f
4718 The envelope sender (from) address.
4719 .ip $g
4720 The sender address relative to the recipient.
4721 For example, if
4722 .b $f
4723 is
4724 .q foo ,
4725 .b $g
4726 will be
4727 .q host!foo ,
4728 .q foo@host.domain ,
4729 or whatever is appropriate for the receiving mailer.
4730 .ip $h
4731 The recipient host.
4732 This is set in ruleset 0 from the $@ field of a parsed address.
4733 .ip $i
4734 The queue id,
4735 e.g.,
4736 .q f344MXxp018717 .
4737 .ip $j\(dd
4738 The \*(lqofficial\*(rq domain name for this site.
4739 This is fully qualified if the full qualification can be found.
4740 It
4741 .i must
4742 be redefined to be the fully qualified domain name
4743 if your system is not configured so that information can find
4744 it automatically.
4745 .ip $k
4746 The UUCP node name (from the uname system call).
4747 .ip $l\(dg
4748 (Obsolete; use UnixFromLine option instead.)
4749 The format of the UNIX from line.
4750 Unless you have changed the UNIX mailbox format,
4751 you should not change the default,
4752 which is
4753 .q "From $g $d" .
4754 .ip $m
4755 The domain part of the \fIgethostname\fP return value.
4756 Under normal circumstances,
4757 .b $j
4758 is equivalent to
4759 .b $w.$m .
4760 .ip $n\(dg
4761 The name of the daemon (for error messages).
4762 Defaults to
4763 .q MAILER-DAEMON .
4764 .ip $o\(dg
4765 (Obsolete: use OperatorChars option instead.)
4766 The set of \*(lqoperators\*(rq in addresses.
4767 A list of characters
4768 which will be considered tokens
4769 and which will separate tokens
4770 when doing parsing.
4771 For example, if
4772 .q @
4773 were in the
4774 .b $o
4775 macro, then the input
4776 .q a@b
4777 would be scanned as three tokens:
4778 .q a,
4779 .q @,
4780 and
4781 .q b.
4782 Defaults to
4783 .q ".:@[]" ,
4784 which is the minimum set necessary to do RFC 822 parsing;
4785 a richer set of operators is
4786 .q ".:%@!/[]" ,
4787 which adds support for UUCP, the %-hack, and X.400 addresses.
4788 .ip $p
4789 Sendmail's process id.
4790 .ip $q\(dg
4791 Default format of sender address.
4792 The
4793 .b $q
4794 macro specifies how an address should appear in a message
4795 when it is defaulted.
4796 Defaults to
4797 .q "<$g>" .
4798 It is commonly redefined to be
4799 .q "$?x$x <$g>$|$g$."
4800 or
4801 .q "$g$?x ($x)$." ,
4802 corresponding to the following two formats:
4803 .(b
4804 Eric Allman <eric@CS.Berkeley.EDU>
4805 eric@CS.Berkeley.EDU (Eric Allman)
4806 .)b
4807 .i Sendmail
4808 properly quotes names that have special characters
4809 if the first form is used.
4810 .ip $r
4811 Protocol used to receive the message.
4812 Set from the
4813 .b \-p
4814 command line flag or by the SMTP server code.
4815 .ip $s
4816 Sender's host name.
4817 Set from the
4818 .b \-p
4819 command line flag or by the SMTP server code
4820 (in which case it is set to the EHLO/HELO parameter).
4821 .ip $t
4822 A numeric representation of the current time in the format YYYYMMDDHHmm
4823 (4 digit year 1900-9999, 2 digit month 01-12, 2 digit day 01-31,
4824 2 digit hours 00-23, 2 digit minutes 00-59).
4825 .ip $u
4826 The recipient user.
4827 .ip $v
4828 The version number of the
4829 .i sendmail
4830 binary.
4831 .ip $w\(dd
4832 The hostname of this site.
4833 This is the root name of this host (but see below for caveats).
4834 .ip $x
4835 The full name of the sender.
4836 .ip $z
4837 The home directory of the recipient.
4838 .ip $_
4839 The validated sender address.
4840 See also
4841 .b ${client_resolve} .
4842 .ip ${addr_type}
4843 The type of the address which is currently being rewritten.
4844 This macro contains up to three characters, the first
4845 is either `e' or `h' for envelope/header address,
4846 the second is a space,
4847 and the third is either `s' or `r' for sender/recipient address.
4848 .ip ${alg_bits}
4849 The maximum keylength (in bits) of the symmetric encryption algorithm
4850 used for a TLS connection.
4851 This may be less than the effective keylength,
4852 which is stored in
4853 .b ${cipher_bits} ,
4854 for ``export controlled'' algorithms.
4855 .ip ${auth_authen}
4856 The client's authentication credentials as determined by authentication
4857 (only set if successful).
4858 The format depends on the mechanism used, it might be just `user',
4859 or `user@realm', or something similar (SMTP AUTH only).
4860 .ip ${auth_author}
4861 The authorization identity, i.e. the AUTH= parameter of the
4862 .sm "SMTP MAIL"
4863 command if supplied.
4864 .ip ${auth_type}
4865 The mechanism used for SMTP authentication
4866 (only set if successful).
4867 .ip ${auth_ssf}
4868 The keylength (in bits) of the symmetric encryption algorithm
4869 used for the security layer of a SASL mechanism.
4870 .ip ${bodytype}
4871 The message body type
4872 (7BIT or 8BITMIME),
4873 as determined from the envelope.
4874 .ip ${cert_issuer}
4875 The DN (distinguished name) of the CA (certificate authority)
4876 that signed the presented certificate (the cert issuer)
4877 (STARTTLS only).
4878 .ip ${cert_md5}
4879 The MD5 hash of the presented certificate (STARTTLS only).
4880 .ip ${cert_subject}
4881 The DN of the presented certificate (called the cert subject)
4882 (STARTTLS only).
4883 .ip ${cipher}
4884 The cipher suite used for the connection, e.g., EDH-DSS-DES-CBC3-SHA,
4885 EDH-RSA-DES-CBC-SHA, DES-CBC-MD5, DES-CBC3-SHA
4886 (STARTTLS only).
4887 .ip ${cipher_bits}
4888 The effective keylength (in bits) of the symmetric encryption algorithm
4889 used for a TLS connection.
4890 .ip ${client_addr}
4891 The IP address of the SMTP client.
4892 IPv6 addresses are tagged with "IPv6:" before the address.
4893 Defined in the SMTP server only.
4894 .ip ${client_connections}
4895 The number of open connections in the SMTP server for the client IP address.
4896 .ip ${client_flags}
4897 The flags specified by the
4898 Modifier= part of
4899 .b ClientPortOptions
4900 where flags are separated from each other by spaces
4901 and upper case flags are doubled.
4902 That is,
4903 Modifier=hA
4904 will be represented as
4905 "h AA" in
4906 .b ${client_flags} ,
4907 which is required for testing the flags in rulesets.
4908 .ip ${client_name}
4909 The host name of the SMTP client.
4910 This may be the client's bracketed IP address
4911 in the form [ nnn.nnn.nnn.nnn ] for IPv4
4912 and [ IPv6:nnnn:...:nnnn ] for IPv6
4913 if the client's
4914 IP address is not resolvable, or if it is resolvable
4915 but the IP address of the resolved hostname
4916 doesn't match the original IP address.
4917 Defined in the SMTP server only.
4918 See also
4919 .b ${client_resolve} .
4920 .ip ${client_port}
4921 The port number of the SMTP client.
4922 Defined in the SMTP server only.
4923 .ip ${client_ptr}
4924 The result of the PTR lookup for the client IP address.
4925 Note: this is the same as
4926 .b ${client_name}
4927 if and only if
4928 .b ${client_resolve}
4929 is OK.
4930 Defined in the SMTP server only.
4931 .ip ${client_rate}
4932 The number of incoming connections for the client IP address
4933 over the time interval specified by ConnectionRateWindowSize.
4934 .ip ${client_resolve}
4935 Holds the result of the resolve call for
4936 .b ${client_name} .
4937 Possible values are:
4938 .(b
4939 .ta 10n
4940 OK      resolved successfully
4941 FAIL    permanent lookup failure
4942 FORGED  forward lookup doesn't match reverse lookup
4943 TEMP    temporary lookup failure
4944 .)b
4945 Defined in the SMTP server only.
4946 .i sendmail
4947 performs a hostname lookup on the IP address of the connecting client.
4948 Next the IP addresses of that hostname are looked up.
4949 If the client IP address does not appear in that list,
4950 then the hostname is maybe forged.
4951 This is reflected as the value FORGED for
4952 .b ${client_resolve}
4953 and it also shows up in
4954 .b $_
4955 as "(may be forged)".
4956 .ip ${cn_issuer}
4957 The CN (common name) of the CA that signed the presented certificate
4958 (STARTTLS only).
4959 Note: if the CN cannot be extracted properly it will be replaced by
4960 one of these strings based on the encountered error:
4961 .(b
4962 .ta 25n
4963 BadCertificateContainsNUL       CN contains a NUL character
4964 BadCertificateTooLong   CN is too long
4965 BadCertificateUnknown   CN could not be extracted
4966 .)b
4967 In the last case, some other (unspecific) error occurred.
4968 .ip ${cn_subject}
4969 The CN (common name) of the presented certificate
4970 (STARTTLS only).
4971 See
4972 .b ${cn_issuer}
4973 for possible replacements.
4974 .ip ${currHeader}
4975 Header value as quoted string
4976 (possibly truncated to
4977 .b MAXNAME ).
4978 This macro is only available in header check rulesets.
4979 .ip ${daemon_addr}
4980 The IP address the daemon is listening on for connections.
4981 .ip ${daemon_family}
4982 The network family
4983 if the daemon is accepting network connections.
4984 Possible values include
4985 .q inet ,
4986 .q inet6 ,
4987 .q iso ,
4988 .q ns ,
4989 .q x.25
4990 .ip ${daemon_flags}
4991 The flags for the daemon as specified by the
4992 Modifier= part of
4993 .b DaemonPortOptions
4994 whereby the flags are separated from each other by spaces,
4995 and upper case flags are doubled.
4996 That is,
4997 Modifier=Ea
4998 will be represented as
4999 "EE a" in
5000 .b ${daemon_flags} ,
5001 which is required for testing the flags in rulesets.
5002 .ip ${daemon_info}
5003 Some information about a daemon as a text string.
5004 For example,
5005 .q SMTP+queueing@00:30:00 .
5006 .ip ${daemon_name}
5007 The name of the daemon from
5008 .b DaemonPortOptions
5009 Name= suboption.
5010 If this suboption is not set,
5011 "Daemon#",
5012 where # is the daemon number,
5013 is used.
5014 .ip ${daemon_port}
5015 The port the daemon is accepting connection on.
5016 Unless
5017 .b DaemonPortOptions
5018 is set, this will most likely be
5019 .q 25 .
5020 .ip ${deliveryMode}
5021 The current delivery mode sendmail is using.
5022 It is initially set to the value of the
5023 .b DeliveryMode
5024 option.
5025 .ip ${envid}
5026 The envelope id parameter (ENVID=) passed to sendmail as part of the envelope.
5027 .ip ${hdrlen}
5028 The length of the header value which is stored in
5029 ${currHeader} (before possible truncation).
5030 If this value is greater than or equal to
5031 .b MAXNAME
5032 the header has been truncated.
5033 .ip ${hdr_name}
5034 The name of the header field for which the current header
5035 check ruleset has been called.
5036 This is useful for a default header check ruleset to get
5037 the name of the header;
5038 the macro is only available in header check rulesets.
5039 .ip ${if_addr}
5040 The IP address of the interface of an incoming connection
5041 unless it is in the loopback net.
5042 IPv6 addresses are tagged with "IPv6:" before the address.
5043 .ip ${if_addr_out}
5044 The IP address of the interface of an outgoing connection
5045 unless it is in the loopback net.
5046 IPv6 addresses are tagged with "IPv6:" before the address.
5047 .ip ${if_family}
5048 The IP family of the interface of an incoming connection
5049 unless it is in the loopback net.
5050 .ip ${if_family_out}
5051 The IP family of the interface of an outgoing connection
5052 unless it is in the loopback net.
5053 .ip ${if_name}
5054 The hostname associated with the interface of an incoming connection.
5055 This macro can be used for
5056 SmtpGreetingMessage and HReceived for virtual hosting.
5057 For example:
5058 .(b
5059 O SmtpGreetingMessage=$?{if_name}${if_name}$|$j$. MTA
5060 .)b
5061 .ip ${if_name_out}
5062 The name of the interface of an outgoing connection.
5063 .ip ${load_avg}
5064 The current load average.
5065 .ip ${mail_addr}
5066 The address part of the resolved triple of the address given for the
5067 .sm "SMTP MAIL"
5068 command.
5069 Defined in the SMTP server only.
5070 .ip ${mail_host}
5071 The host from the resolved triple of the address given for the
5072 .sm "SMTP MAIL"
5073 command.
5074 Defined in the SMTP server only.
5075 .ip ${mail_mailer}
5076 The mailer from the resolved triple of the address given for the
5077 .sm "SMTP MAIL"
5078 command.
5079 Defined in the SMTP server only.
5080 .ip ${msg_id}
5081 The value of the Message-Id: header.
5082 .ip ${msg_size}
5083 The value of the SIZE= parameter,
5084 i.e., usually the size of the message (in an ESMTP dialogue),
5085 before the message has been collected, thereafter
5086 the message size as computed by
5087 .i sendmail
5088 (and can be used in check_compat).
5089 .ip ${nbadrcpts}
5090 The number of bad recipients for a single message.
5091 .ip ${nrcpts}
5092 The number of validated recipients for a single message.
5093 Note: since recipient validation happens after
5094 .i check_rcpt
5095 has been called, the value in this ruleset
5096 is one less than what might be expected.
5097 .ip ${ntries}
5098 The number of delivery attempts.
5099 .ip ${opMode}
5100 The current operation mode (from the
5101 .b \-b
5102 flag).
5103 .ip ${quarantine}
5104 The quarantine reason for the envelope,
5105 if it is quarantined.
5106 .ip ${queue_interval}
5107 The queue run interval given by the
5108 .b \-q
5109 flag.
5110 For example,
5111 .b \-q30m
5112 would set
5113 .b ${queue_interval}
5114 to
5115 .q 00:30:00 .
5116 .ip ${rcpt_addr}
5117 The address part of the resolved triple of the address given for the
5118 .sm "SMTP RCPT"
5119 command.
5120 Defined in the SMTP server only after a RCPT command.
5121 .ip ${rcpt_host}
5122 The host from the resolved triple of the address given for the
5123 .sm "SMTP RCPT"
5124 command.
5125 Defined in the SMTP server only after a RCPT command.
5126 .ip ${rcpt_mailer}
5127 The mailer from the resolved triple of the address given for the
5128 .sm "SMTP RCPT"
5129 command.
5130 Defined in the SMTP server only after a RCPT command.
5131 .ip ${server_addr}
5132 The address of the server of the current outgoing SMTP connection.
5133 For LMTP delivery the macro is set to the name of the mailer.
5134 .ip ${server_name}
5135 The name of the server of the current outgoing SMTP or LMTP connection.
5136 .ip ${time}
5137 The output of the
5138 .i time (3)
5139 function, i.e., the number of seconds since 0 hours, 0 minutes,
5140 0 seconds, January 1, 1970, Coordinated Universal Time (UTC).
5141 .ip ${tls_version}
5142 The TLS/SSL version used for the connection, e.g., TLSv1, SSLv3, SSLv2;
5143 defined after STARTTLS has been used.
5144 .ip ${total_rate}
5145 The total number of incoming connections over the time interval specified
5146 by ConnectionRateWindowSize.
5147 .ip ${verify}
5148 The result of the verification of the presented cert;
5149 only defined after STARTTLS has been used (or attempted).
5150 Possible values are:
5151 .(b
5152 .ta 13n
5153 OK      verification succeeded.
5154 NO      no cert presented.
5155 NOT     no cert requested.
5156 FAIL    cert presented but could not be verified,
5157         e.g., the signing CA is missing.
5158 NONE    STARTTLS has not been performed.
5159 TEMP    temporary error occurred.
5160 PROTOCOL        some protocol error occurred
5161         at the ESMTP level (not TLS).
5162 SOFTWARE        STARTTLS handshake failed,
5163         which is a fatal error for this session,
5164         the e-mail will be queued.
5165 .)b
5166 .pp
5167 There are three types of dates that can be used.
5168 The
5169 .b $a
5170 and
5171 .b $b
5172 macros are in RFC 822 format;
5173 .b $a
5174 is the time as extracted from the
5175 .q Date:
5176 line of the message
5177 (if there was one),
5178 and
5179 .b $b
5180 is the current date and time
5181 (used for postmarks).
5182 If no
5183 .q Date:
5184 line is found in the incoming message,
5185 .b $a
5186 is set to the current time also.
5187 The
5188 .b $d
5189 macro is equivalent to the
5190 .b $b
5191 macro in UNIX
5192 (ctime)
5193 format.
5194 .pp
5195 The macros
5196 .b $w ,
5197 .b $j ,
5198 and
5199 .b $m
5200 are set to the identity of this host.
5201 .i Sendmail
5202 tries to find the fully qualified name of the host
5203 if at all possible;
5204 it does this by calling
5205 .i gethostname (2)
5206 to get the current hostname
5207 and then passing that to
5208 .i gethostbyname (3)
5209 which is supposed to return the canonical version of that host name.\**
5210 .(f
5211 \**For example, on some systems
5212 .i gethostname
5213 might return
5214 .q foo
5215 which would be mapped to
5216 .q foo.bar.com
5217 by
5218 .i gethostbyname .
5219 .)f
5220 Assuming this is successful,
5221 .b $j
5222 is set to the fully qualified name
5223 and
5224 .b $m
5225 is set to the domain part of the name
5226 (everything after the first dot).
5227 The
5228 .b $w
5229 macro is set to the first word
5230 (everything before the first dot)
5231 if you have a level 5 or higher configuration file;
5232 otherwise, it is set to the same value as
5233 .b $j .
5234 If the canonification is not successful,
5235 it is imperative that the config file set
5236 .b $j
5237 to the fully qualified domain name\**.
5238 .(f
5239 \**Older versions of sendmail didn't pre-define
5240 .b $j
5241 at all, so up until 8.6,
5242 config files
5243 .i always
5244 had to define
5245 .b $j .
5246 .)f
5247 .pp
5248 The
5249 .b $f
5250 macro is the id of the sender
5251 as originally determined;
5252 when mailing to a specific host
5253 the
5254 .b $g
5255 macro is set to the address of the sender
5256 .ul
5257 relative to the recipient.
5258 For example,
5259 if I send to
5260 .q bollard@matisse.CS.Berkeley.EDU
5261 from the machine
5262 .q vangogh.CS.Berkeley.EDU
5263 the
5264 .b $f
5265 macro will be
5266 .q eric
5267 and the
5268 .b $g
5269 macro will be
5270 .q eric@vangogh.CS.Berkeley.EDU.
5271 .pp
5272 The
5273 .b $x
5274 macro is set to the full name of the sender.
5275 This can be determined in several ways.
5276 It can be passed as flag to
5277 .i sendmail .
5278 It can be defined in the
5279 .sm NAME
5280 environment variable.
5281 The third choice is the value of the
5282 .q Full-Name:
5283 line in the header if it exists,
5284 and the fourth choice is the comment field
5285 of a
5286 .q From:
5287 line.
5288 If all of these fail,
5289 and if the message is being originated locally,
5290 the full name is looked up in the
5291 .i /etc/passwd
5292 file.
5293 .pp
5294 When sending,
5295 the
5296 .b $h ,
5297 .b $u ,
5298 and
5299 .b $z
5300 macros get set to the host, user, and home directory
5301 (if local)
5302 of the recipient.
5303 The first two are set from the
5304 .b $@
5305 and
5306 .b $:
5307 part of the rewriting rules, respectively.
5308 .pp
5309 The
5310 .b $p
5311 and
5312 .b $t
5313 macros are used to create unique strings
5314 (e.g., for the
5315 .q Message-Id:
5316 field).
5317 The
5318 .b $i
5319 macro is set to the queue id on this host;
5320 if put into the timestamp line
5321 it can be extremely useful for tracking messages.
5322 The
5323 .b $v
5324 macro is set to be the version number of
5325 .i sendmail ;
5326 this is normally put in timestamps
5327 and has been proven extremely useful for debugging.
5328 .pp
5329 The
5330 .b $c
5331 field is set to the
5332 .q "hop count,"
5333 i.e., the number of times this message has been processed.
5334 This can be determined
5335 by the
5336 .b \-h
5337 flag on the command line
5338 or by counting the timestamps in the message.
5339 .pp
5340 The
5341 .b $r
5342 and
5343 .b $s
5344 fields are set to the protocol used to communicate with
5345 .i sendmail
5346 and the sending hostname.
5347 They can be set together using the
5348 .b \-p
5349 command line flag or separately using the
5350 .b \-M
5351 or
5352 .b \-oM
5353 flags.
5354 .pp
5355 The
5356 .b $_
5357 is set to a validated sender host name.
5358 If the sender is running an RFC 1413 compliant IDENT server
5359 and the receiver has the IDENT protocol turned on,
5360 it will include the user name on that host.
5361 .pp
5362 The
5363 .b ${client_name} ,
5364 .b ${client_addr} ,
5365 and
5366 .b ${client_port}
5367 macros
5368 are set to the name, address, and port number of the SMTP client
5369 who is invoking
5370 .i sendmail
5371 as a server.
5372 These can be used in the
5373 .i check_*
5374 rulesets (using the
5375 .b $&
5376 deferred evaluation form, of course!).
5377 .sh 2 "C and F \*- Define Classes"
5378 .pp
5379 Classes of phrases may be defined
5380 to match on the left hand side of rewriting rules,
5381 where a
5382 .q phrase
5383 is a sequence of characters that does not contain space characters.
5384 For example
5385 a class of all local names for this site
5386 might be created
5387 so that attempts to send to oneself
5388 can be eliminated.
5389 These can either be defined directly in the configuration file
5390 or read in from another file.
5391 Classes are named as a single letter or a word in {braces}.
5392 Class names beginning with lower case letters
5393 and special characters are reserved for system use.
5394 Classes defined in config files may be given names
5395 from the set of upper case letters for short names
5396 or beginning with an upper case letter for long names.
5397 .pp
5398 The syntax is:
5399 .(b F
5400 .b C \c
5401 .i c\|phrase1
5402 .i phrase2...
5403 .br
5404 .b F \c
5405 .i c\|file
5406 .br
5407 .b F \c
5408 .i c\||program
5409 .br
5410 .b F \c
5411 .i c\|[mapkey]@mapclass:mapspec
5412 .)b
5413 The first form defines the class
5414 .i c
5415 to match any of the named words.
5416 If
5417 .i phrase1
5418 or
5419 .i phrase2
5420 is another class,
5421 e.g.,
5422 .i $=S ,
5423 the contents of class
5424 .i S
5425 are added to class
5426 .i c .
5427 It is permissible to split them among multiple lines;
5428 for example, the two forms:
5429 .(b
5430 CHmonet ucbmonet
5431 .)b
5432 and
5433 .(b
5434 CHmonet
5435 CHucbmonet
5436 .)b
5437 are equivalent.
5438 The ``F'' forms
5439 read the elements of the class
5440 .i c
5441 from the named
5442 .i file ,
5443 .i program ,
5444 or
5445 .i "map specification" .
5446 Each element should be listed on a separate line.
5447 To specify an optional file, use ``\-o'' between the class
5448 name and the file name, e.g.,
5449 .(b
5450 Fc \-o /path/to/file
5451 .)b
5452 If the file can't be used,
5453 .i sendmail
5454 will not complain but silently ignore it.
5455 The map form should be an optional map key, an at sign,
5456 and a map class followed by the specification for that map.
5457 Examples include:
5458 .(b
5459 F{VirtHosts}@ldap:\-k (&(objectClass=virtHosts)(host=*)) \-v host
5460 F{MyClass}foo@hash:/etc/mail/classes
5461 .)b
5462 will fill the class
5463 .b $={VirtHosts}
5464 from an LDAP map lookup and
5465 .b $={MyClass}
5466 from a hash database map lookup of the
5467 .b foo .
5468 There is also a built-in schema that can be accessed by only specifying:
5469 .(b
5470 F{\c
5471 .i ClassName }@LDAP
5472 .)b
5473 This will tell sendmail to use the default schema:
5474 .(b
5475 \-k (&(objectClass=sendmailMTAClass)
5476      (sendmailMTAClassName=\c
5477 .i ClassName )
5478      (|(sendmailMTACluster=${sendmailMTACluster})
5479        (sendmailMTAHost=$j)))
5480 \-v sendmailMTAClassValue
5481 .)b
5482 Note that the lookup is only done when sendmail is initially started.
5483 .pp
5484 Elements of classes can be accessed in rules using
5485 .b $=
5486 or
5487 .b $~ .
5488 The
5489 .b $~
5490 (match entries not in class)
5491 only matches a single word;
5492 multi-word entries in the class are ignored in this context.
5493 .pp
5494 Some classes have internal meaning to
5495 .i sendmail :
5496 .nr ii 0.5i
5497 .\".ip $=b
5498 .\"A set of Content-Types that will not have the newline character
5499 .\"translated to CR-LF before encoding into base64 MIME.
5500 .\"The class can have major times
5501 .\"(e.g.,
5502 .\".q image )
5503 .\"or full types
5504 .\"(such as
5505 .\".q application/octet-stream ).
5506 .\"The class is initialized with
5507 .\".q application/octet-stream ,
5508 .\".q image ,
5509 .\".q audio ,
5510 .\"and
5511 .\".q video .
5512 .ip $=e
5513 contains the Content-Transfer-Encodings that can be 8\(->7 bit encoded.
5514 It is predefined to contain
5515 .q 7bit ,
5516 .q 8bit ,
5517 and
5518 .q binary .
5519 .ip $=k
5520 set to be the same as
5521 .b $k ,
5522 that is, the UUCP node name.
5523 .ip $=m
5524 set to the set of domains by which this host is known,
5525 initially just
5526 .b $m .
5527 .ip $=n
5528 can be set to the set of MIME body types
5529 that can never be eight to seven bit encoded.
5530 It defaults to
5531 .q multipart/signed .
5532 Message types
5533 .q message/*
5534 and
5535 .q multipart/*
5536 are never encoded directly.
5537 Multipart messages are always handled recursively.
5538 The handling of message/* messages
5539 are controlled by class
5540 .b $=s .
5541 .ip $=q
5542 A 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).
5544 It can have primary types
5545 (e.g.,
5546 .q text )
5547 or full types
5548 (such as
5549 .q text/plain ).
5550 .ip $=s
5551 contains the set of subtypes of message that can be treated recursively.
5552 By default it contains only
5553 .q rfc822 .
5554 Other
5555 .q message/*
5556 types cannot be 8\(->7 bit encoded.
5557 If a message containing eight bit data is sent to a seven bit host,
5558 and that message cannot be encoded into seven bits,
5559 it will be stripped to 7 bits.
5560 .ip $=t
5561 set to the set of trusted users by the
5562 .b T
5563 configuration line.
5564 If you want to read trusted users from a file, use
5565 .b Ft \c
5566 .i /file/name .
5567 .ip $=w
5568 set to be the set of all names
5569 this host is known by.
5570 This can be used to match local hostnames.
5571 .ip $={persistentMacros}
5572 set to the macros that should be saved across queue runs.
5573 Care should be taken when adding macro names to this class.
5574 .pp
5575 .i Sendmail
5576 can be compiled to allow a
5577 .i scanf (3)
5578 string on the
5579 .b F
5580 line.
5581 This lets you do simplistic parsing of text files.
5582 For example, to read all the user names in your system
5583 .i /etc/passwd
5584 file into a class, use
5585 .(b
5586 FL/etc/passwd %[^:]
5587 .)b
5588 which reads every line up to the first colon.
5589 .sh 2 "M \*- Define Mailer"
5590 .pp
5591 Programs and interfaces to mailers
5592 are defined in this line.
5593 The format is:
5594 .(b F
5595 .b M \c
5596 .i name ,
5597 {\c
5598 .i field =\c
5599 .i value \|}*
5600 .)b
5601 where
5602 .i name
5603 is the name of the mailer
5604 (used internally only)
5605 and the
5606 .q field=name
5607 pairs define attributes of the mailer.
5608 Fields are:
5609 .(b
5610 .ta 1i
5611 Path    The pathname of the mailer
5612 Flags   Special flags for this mailer
5613 Sender  Rewriting set(s) for sender addresses
5614 Recipient       Rewriting set(s) for recipient addresses
5615 recipients      Maximum number of recipients per connection
5616 Argv    An argument vector to pass to this mailer
5617 Eol     The end-of-line string for this mailer
5618 Maxsize The maximum message length to this mailer
5619 maxmessages     The maximum message deliveries per connection
5620 Linelimit       The maximum line length in the message body
5621 Directory       The working directory for the mailer
5622 Userid  The default user and group id to run as
5623 Nice    The nice(2) increment for the mailer
5624 Charset The default character set for 8-bit characters
5625 Type    Type information for DSN diagnostics
5626 Wait    The maximum time to wait for the mailer
5627 Queuegroup      The default queue group for the mailer
5628 /       The root directory for the mailer
5629 .)b
5630 Only the first character of the field name is checked
5631 (it's case-sensitive).
5632 .pp
5633 The following flags may be set in the mailer description.
5634 Any other flags may be used freely
5635 to conditionally assign headers to messages
5636 destined for particular mailers.
5637 Flags marked with \(dg
5638 are not interpreted by the
5639 .i sendmail
5640 binary;
5641 these are the conventionally used to correlate to the flags portion
5642 of the
5643 .b H
5644 line.
5645 Flags marked with \(dd
5646 apply to the mailers for the sender address
5647 rather than the usual recipient mailers.
5648 .nr ii 4n
5649 .ip a
5650 Run Extended SMTP (ESMTP) protocol (defined in RFCs 1869, 1652, and 1870).
5651 This flag defaults on if the SMTP greeting message includes the word
5652 .q ESMTP .
5653 .ip A
5654 Look up the user (address) part of the resolved mailer triple,
5655 in the alias database.
5656 Normally this is only set for local mailers.
5657 .ip b
5658 Force a blank line on the end of a message.
5659 This is intended to work around some stupid versions of
5660 /bin/mail
5661 that require a blank line, but do not provide it themselves.
5662 It would not normally be used on network mail.
5663 .ip B
5664 Strip leading backslashes (\e) off of the address;
5665 this is a subset of the functionality of the
5666 .b s
5667 flag.
5668 .ip c
5669 Do not include comments in addresses.
5670 This should only be used if you have to work around
5671 a remote mailer that gets confused by comments.
5672 This strips addresses of the form
5673 .q "Phrase <address>"
5674 or
5675 .q "address (Comment)"
5676 down to just
5677 .q address .
5678 .ip C\(dd
5679 If mail is
5680 .i received
5681 from a mailer with this flag set,
5682 any addresses in the header that do not have an at sign
5683 (\c
5684 .q @ )
5685 after being rewritten by ruleset three
5686 will have the
5687 .q @domain
5688 clause from the sender envelope address
5689 tacked on.
5690 This allows mail with headers of the form:
5691 .(b
5692 From: usera@hosta
5693 To: userb@hostb, userc
5694 .)b
5695 to be rewritten as:
5696 .(b
5697 From: usera@hosta
5698 To: userb@hostb, userc@hosta
5699 .)b
5700 automatically.
5701 However, it doesn't really work reliably.
5702 .ip d
5703 Do not include angle brackets around route-address syntax addresses.
5704 This is useful on mailers that are going to pass addresses to a shell
5705 that might interpret angle brackets as I/O redirection.
5706 However, it does not protect against other shell metacharacters.
5707 Therefore, passing addresses to a shell should not be considered secure.
5708 .ip D\(dg
5709 This mailer wants a
5710 .q Date:
5711 header line.
5712 .ip e
5713 This mailer is expensive to connect to,
5714 so try to avoid connecting normally;
5715 any necessary connection will occur during a queue run.
5716 See also option
5717 .b HoldExpensive .
5718 .ip E
5719 Escape lines beginning with
5720 .q From\0
5721 in the message with a `>' sign.
5722 .ip f
5723 The mailer wants a
5724 .b \-f
5725 .i from
5726 flag,
5727 but only if this is a network forward operation
5728 (i.e.,
5729 the mailer will give an error
5730 if the executing user
5731 does not have special permissions).
5732 .ip F\(dg
5733 This mailer wants a
5734 .q From:
5735 header line.
5736 .ip g
5737 Normally,
5738 .i sendmail
5739 sends internally generated email (e.g., error messages)
5740 using the null return address
5741 as required by RFC 1123.
5742 However, some mailers don't accept a null return address.
5743 If necessary,
5744 you can set the
5745 .b g
5746 flag to prevent
5747 .i sendmail
5748 from obeying the standards;
5749 error messages will be sent as from the MAILER-DAEMON
5750 (actually, the value of the
5751 .b $n
5752 macro).
5753 .ip h
5754 Upper case should be preserved in host names
5755 (the $@ portion of the mailer triplet resolved from ruleset 0)
5756 for this mailer.
5757 .ip i
5758 Do User Database rewriting on envelope sender address.
5759 .ip I
5760 This mailer will be speaking SMTP
5761 to another
5762 .i sendmail
5763 \*-
5764 as such it can use special protocol features.
5765 This flag should not be used except for debugging purposes
5766 because it uses
5767 .b VERB
5768 as SMTP command.
5769 .ip j
5770 Do User Database rewriting on recipients as well as senders.
5771 .ip k
5772 Normally when
5773 .i sendmail
5774 connects to a host via SMTP,
5775 it checks to make sure that this isn't accidently the same host name
5776 as might happen if
5777 .i sendmail
5778 is misconfigured or if a long-haul network interface is set in loopback mode.
5779 This flag disables the loopback check.
5780 It should only be used under very unusual circumstances.
5781 .ip K
5782 Currently unimplemented.
5783 Reserved for chunking.
5784 .ip l
5785 This mailer is local
5786 (i.e.,
5787 final delivery will be performed).
5788 .ip L
5789 Limit the line lengths as specified in RFC 821.
5790 This deprecated option should be replaced by the
5791 .b L=
5792 mail declaration.
5793 For historic reasons, the
5794 .b L
5795 flag also sets the
5796 .b 7
5797 flag.
5798 .ip m
5799 This mailer can send to multiple users
5800 on the same host
5801 in one transaction.
5802 When a
5803 .b $u
5804 macro occurs in the
5805 .i argv
5806 part of the mailer definition,
5807 that field will be repeated as necessary
5808 for all qualifying users.
5809 Removing this flag can defeat duplicate supression on a remote site
5810 as each recipient is sent in a separate transaction.
5811 .ip M\(dg
5812 This mailer wants a
5813 .q Message-Id:
5814 header line.
5815 .ip n
5816 Do not insert a UNIX-style
5817 .q From
5818 line on the front of the message.
5819 .ip o
5820 Always run as the owner of the recipient mailbox.
5821 Normally
5822 .i sendmail
5823 runs as the sender for locally generated mail
5824 or as
5825 .q daemon
5826 (actually, the user specified in the
5827 .b u
5828 option)
5829 when delivering network mail.
5830 The normal behavior is required by most local mailers,
5831 which will not allow the envelope sender address
5832 to be set unless the mailer is running as daemon.
5833 This flag is ignored if the
5834 .b S
5835 flag is set.
5836 .ip p
5837 Use the route-addr style reverse-path in the SMTP
5838 .q "MAIL FROM:"
5839 command
5840 rather than just the return address;
5841 although this is required in RFC 821 section 3.1,
5842 many hosts do not process reverse-paths properly.
5843 Reverse-paths are officially discouraged by RFC 1123.
5844 .ip P\(dg
5845 This mailer wants a
5846 .q Return-Path:
5847 line.
5848 .ip q
5849 When an address that resolves to this mailer is verified
5850 (SMTP VRFY command),
5851 generate 250 responses instead of 252 responses.
5852 This will imply that the address is local.
5853 .ip r
5854 Same as
5855 .b f ,
5856 but sends a
5857 .b \-r
5858 flag.
5859 .ip R
5860 Open SMTP connections from a
5861 .q secure
5862 port.
5863 Secure ports aren't
5864 (secure, that is)
5865 except on UNIX machines,
5866 so it is unclear that this adds anything.
5867 .i sendmail
5868 must be running as root to be able to use this flag.
5869 .ip s
5870 Strip quote characters (" and \e) off of the address
5871 before calling the mailer.
5872 .ip S
5873 Don't reset the userid
5874 before calling the mailer.
5875 This would be used in a secure environment
5876 where
5877 .i sendmail
5878 ran as root.
5879 This could be used to avoid forged addresses.
5880 If the
5881 .b U=
5882 field is also specified,
5883 this flag causes the effective user id to be set to that user.
5884 .ip u
5885 Upper case should be preserved in user names for this mailer.  Standards
5886 require preservation of case in the local part of addresses, except for
5887 those address for which your system accepts responsibility.
5888 RFC 2142 provides a long list of addresses which should be case
5889 insensitive.
5890 If you use this flag, you may be violating RFC 2142.
5891 Note that postmaster is always treated as a case insensitive address
5892 regardless of this flag.
5893 .ip U
5894 This mailer wants UUCP-style
5895 .q From
5896 lines with the ugly
5897 .q "remote from <host>"
5898 on the end.
5899 .ip w
5900 The user must have a valid account on this machine,
5901 i.e.,
5902 .i getpwnam
5903 must succeed.
5904 If not, the mail is bounced.
5905 See also the
5906 .b MailBoxDatabase
5907 option.
5908 This is required to get
5909 .q \&.forward
5910 capability.
5911 .ip W
5912 Ignore long term host status information (see Section
5913 "Persistent Host Status Information").
5914 .ip x\(dg
5915 This mailer wants a
5916 .q Full-Name:
5917 header line.
5918 .ip X
5919 This mailer wants to use the hidden dot algorithm as specified in RFC 821;
5920 basically, any line beginning with a dot will have an extra dot prepended
5921 (to be stripped at the other end).
5922 This insures that lines in the message containing a dot
5923 will not terminate the message prematurely.
5924 .ip z
5925 Run Local Mail Transfer Protocol (LMTP)
5926 between
5927 .i sendmail
5928 and the local mailer.
5929 This is a variant on SMTP
5930 defined in RFC 2033
5931 that is specifically designed for delivery to a local mailbox.
5932 .ip Z
5933 Apply DialDelay (if set) to this mailer.
5934 .ip 0
5935 Don't look up MX records for hosts sent via SMTP/LMTP.
5936 Do not apply
5937 .b FallbackMXhost
5938 either.
5939 .ip 1
5940 Don't send null characters ('\\0') to this mailer.
5941 .ip 2
5942 Don't use ESMTP even if offered; this is useful for broken
5943 systems that offer ESMTP but fail on EHLO (without recovering
5944 when HELO is tried next).
5945 .ip 3
5946 Extend the list of characters converted to =XX notation
5947 when converting to Quoted-Printable
5948 to include those that don't map cleanly between ASCII and EBCDIC.
5949 Useful if you have IBM mainframes on site.
5950 .ip 5
5951 If no aliases are found for this address,
5952 pass the address through ruleset 5 for possible alternate resolution.
5953 This is intended to forward the mail to an alternate delivery spot.
5954 .ip 6
5955 Strip headers to seven bits.
5956 .ip 7
5957 Strip all output to seven bits.
5958 This is the default if the
5959 .b L
5960 flag is set.
5961 Note that clearing this option is not
5962 sufficient to get full eight bit data passed through
5963 .i sendmail .
5964 If the
5965 .b 7
5966 option is set, this is essentially always set,
5967 since the eighth bit was stripped on input.
5968 Note that this option will only impact messages
5969 that didn't have 8\(->7 bit MIME conversions performed.
5970 .ip 8
5971 If set,
5972 it is acceptable to send eight bit data to this mailer;
5973 the usual attempt to do 8\(->7 bit MIME conversions will be bypassed.
5974 .ip 9
5975 If set,
5976 do
5977 .i limited
5978 7\(->8 bit MIME conversions.
5979 These conversions are limited to text/plain data.
5980 .ip :
5981 Check addresses to see if they begin
5982 .q :include: ;
5983 if they do, convert them to the
5984 .q *include*
5985 mailer.
5986 .ip |
5987 Check addresses to see if they begin with a `|';
5988 if they do, convert them to the
5989 .q prog
5990 mailer.
5991 .ip /
5992 Check addresses to see if they begin with a `/';
5993 if they do, convert them to the
5994 .q *file*
5995 mailer.
5996 .ip @
5997 Look up addresses in the user database.
5998 .ip %
5999 Do not attempt delivery on initial receipt of a message
6000 or on queue runs
6001 unless the queued message is selected
6002 using one of the -qI/-qR/-qS queue run modifiers
6003 or an ETRN request.
6004 .pp
6005 Configuration files prior to level 6
6006 assume the `A', `w', `5', `:', `|', `/', and `@' options
6007 on the mailer named
6008 .q local .
6009 .pp
6010 The mailer with the special name
6011 .q error
6012 can be used to generate a user error.
6013 The (optional) host field is an exit status to be returned,
6014 and the user field is a message to be printed.
6015 The exit status may be numeric or one of the values
6016 USAGE, NOUSER, NOHOST, UNAVAILABLE, SOFTWARE, TEMPFAIL, PROTOCOL, or CONFIG
6017 to return the corresponding EX_ exit code,
6018 or an enhanced error code as described in RFC 1893,
6019 .ul
6020 Enhanced Mail System Status Codes.
6021 For example, the entry:
6022 .(b
6023 $#error $@ NOHOST $: Host unknown in this domain
6024 .)b
6025 on the RHS of a rule
6026 will cause the specified error to be generated
6027 and the
6028 .q "Host unknown"
6029 exit status to be returned
6030 if the LHS matches.
6031 This mailer is only functional in rulesets 0, 5,
6032 or one of the check_* rulesets.
6033 The host field can also contain the special token
6034 .b quarantine
6035 which instructs sendmail to quarantine the current message.
6036 .pp
6037 The mailer with the special name
6038 .q discard
6039 causes any mail sent to it to be discarded
6040 but otherwise treated as though it were successfully delivered.
6041 This mailer cannot be used in ruleset 0,
6042 only in the various address checking rulesets.
6043 .pp
6044 The mailer named
6045 .q local
6046 .i must
6047 be defined in every configuration file.
6048 This is used to deliver local mail,
6049 and is treated specially in several ways.
6050 Additionally, three other mailers named
6051 .q prog ,
6052 .q *file* ,
6053 and
6054 .q *include*
6055 may be defined to tune the delivery of messages to programs,
6056 files,
6057 and :include: lists respectively.
6058 They default to:
6059 .(b
6060 Mprog, P=/bin/sh, F=lsoDq9, T=DNS/RFC822/X-Unix, A=sh \-c $u
6061 M*file*, P=[FILE], F=lsDFMPEouq9, T=DNS/RFC822/X-Unix, A=FILE $u
6062 M*include*, P=/dev/null, F=su, A=INCLUDE $u
6063 .)b
6064 .pp
6065 Builtin pathnames are [FILE] and [IPC], the former is used for
6066 delivery to files, the latter for delivery via interprocess communication.
6067 For mailers that use [IPC] as pathname the argument vector (A=)
6068 must start with TCP or FILE for delivery via a TCP or a Unix domain socket.
6069 If TCP is used, the second argument must be the name of the host
6070 to contact.
6071 Optionally a third argument can be used to specify a port,
6072 the default is smtp (port 25).
6073 If FILE is used, the second argument must be the name of
6074 the Unix domain socket.
6075 .pp
6076 If the argument vector does not contain $u then
6077 .i sendmail
6078 will speak SMTP (or LMTP if the mailer flag z is specified) to the mailer.
6079 .pp
6080 If no Eol field is defined, then the default is "\\r\\n" for
6081 SMTP mailers and "\\n" of others.
6082 .pp
6083 The Sender and Recipient rewriting sets
6084 may either be a simple ruleset id
6085 or may be two ids separated by a slash;
6086 if so, the first rewriting set is applied to envelope
6087 addresses
6088 and the second is applied to headers.
6089 Setting any value to zero disables corresponding mailer-specific rewriting.
6090 .pp
6091 The Directory
6092 is actually a colon-separated path of directories to try.
6093 For example, the definition
6094 .q D=$z:/
6095 first tries to execute in the recipient's home directory;
6096 if that is not available,
6097 it tries to execute in the root of the filesystem.
6098 This is intended to be used only on the
6099 .q prog
6100 mailer,
6101 since some shells (such as
6102 .i csh )
6103 refuse to execute if they cannot read the current directory.
6104 Since the queue directory is not normally readable by unprivileged users
6105 .i csh
6106 scripts as recipients can fail.
6107 .pp
6108 The Userid
6109 specifies the default user and group id to run as,
6110 overriding the
6111 .b DefaultUser
6112 option (q.v.).
6113 If the
6114 .b S
6115 mailer flag is also specified,
6116 this user and group will be set as the
6117 effective uid and gid for the process.
6118 This may be given as
6119 .i user:group
6120 to set both the user and group id;
6121 either may be an integer or a symbolic name to be looked up
6122 in the
6123 .i passwd
6124 and
6125 .i group
6126 files respectively.
6127 If only a symbolic user name is specified,
6128 the group id in the
6129 .i passwd
6130 file for that user is used as the group id.
6131 .pp
6132 The Charset field
6133 is used when converting a message to MIME;
6134 this is the character set used in the
6135 Content-Type: header.
6136 If this is not set, the
6137 .b DefaultCharset
6138 option is used,
6139 and if that is not set, the value
6140 .q unknown-8bit
6141 is used.
6142 .b WARNING:
6143 this field applies to the sender's mailer,
6144 not the recipient's mailer.
6145 For example, if the envelope sender address
6146 lists an address on the local network
6147 and the recipient is on an external network,
6148 the character set will be set from the Charset= field
6149 for the local network mailer,
6150 not that of the external network mailer.
6151 .pp
6152 The Type= field
6153 sets the type information
6154 used in MIME error messages
6155 as defined by
6156 RFC 1894.
6157 It is actually three values separated by slashes:
6158 the MTA-type (that is, the description of how hosts are named),
6159 the address type (the description of e-mail addresses),
6160 and the diagnostic type (the description of error diagnostic codes).
6161 Each of these must be a registered value
6162 or begin with
6163 .q X\- .
6164 The default is
6165 .q dns/rfc822/smtp .
6166 .pp
6167 The m= field specifies the maximum number of messages
6168 to attempt to deliver on a single SMTP or LMTP connection.
6169 The default is infinite.
6170 .pp
6171 The r= field specifies the maximum number of recipients
6172 to attempt to deliver in a single envelope.
6173 It defaults to 100.
6174 .pp
6175 The /= field specifies a new root directory for the mailer.  The path is
6176 macro expanded and then passed to the
6177 .q chroot
6178 system call.  The root directory is changed before the Directory field is
6179 consulted or the uid is changed.
6180 .pp
6181 The Wait= field specifies the maximum time to wait for the
6182 mailer to return after sending all data to it.
6183 This applies to mailers that have been forked by
6184 .i sendmail .
6185 .pp
6186 The Queuegroup= field specifies the default queue group in which
6187 received mail should be queued.
6188 This can be overridden by other means as explained in section
6189 ``Queue Groups and Queue Directories''.
6190 .sh 2 "H \*- Define Header"
6191 .pp
6192 The format of the header lines that
6193 .i sendmail
6194 inserts into the message
6195 are defined by the
6196 .b H
6197 line.
6198 The syntax of this line is one of the following:
6199 .(b F
6200 .b H \c
6201 .i hname \c
6202 .b :
6203 .i htemplate
6204 .)b
6205 .(b F
6206 .b H [\c
6207 .b ? \c
6208 .i mflags \c
6209 .b ? \c
6210 .b ]\c
6211 .i hname \c
6212 .b :
6213 .i htemplate
6214 .)b
6215 .(b F
6216 .b H [\c
6217 .b ?$ \c
6218 .i {macro} \c
6219 .b ? \c
6220 .b ]\c
6221 .i hname \c
6222 .b :
6223 .i htemplate
6224 .)b
6225 Continuation lines in this spec
6226 are reflected directly into the outgoing message.
6227 The
6228 .i htemplate
6229 is macro-expanded before insertion into the message.
6230 If the
6231 .i mflags
6232 (surrounded by question marks)
6233 are specified,
6234 at least one of the specified flags
6235 must be stated in the mailer definition
6236 for this header to be automatically output.
6237 If a
6238 .i ${macro}
6239 (surrounded by question marks)
6240 is specified,
6241 the header will be automatically output
6242 if the macro is set.
6243 The macro may be set using any of the normal methods,
6244 including using the
6245 .b macro
6246 storage map in a ruleset.
6247 If one of these headers is in the input
6248 it is reflected to the output
6249 regardless of these flags or macros.
6250 Notice:
6251 If a
6252 .i ${macro}
6253 is used to set a header, then it is useful to add that macro to class
6254 .i $={persistentMacros}
6255 which consists of the macros that should be saved across queue runs.
6256 .pp
6257 Some headers have special semantics
6258 that will be described later.
6259 .pp
6260 A secondary syntax allows validation of headers as they are being read.
6261 To enable validation, use:
6262 .(b
6263 .b H \c
6264 .i Header \c
6265 .b ": $>" \c
6266 .i Ruleset
6267 .b H \c
6268 .i Header \c
6269 .b ": $>+" \c
6270 .i Ruleset
6271 .)b
6272 The indicated
6273 .i Ruleset
6274 is called for the specified
6275 .i Header ,
6276 and can return
6277 .b $#error
6278 to reject or quarantine the message or
6279 .b $#discard
6280 to discard the message
6281 (as with the other
6282 .b check_ *
6283 rulesets).
6284 The ruleset receives the header field-body as argument,
6285 i.e., not the header field-name; see also
6286 ${hdr_name} and ${currHeader}.
6287 The header is treated as a structured field,
6288 that is,
6289 text in parentheses is deleted before processing,
6290 unless the second form
6291 .b $>+
6292 is used.
6293 Note: only one ruleset can be associated with a header;
6294 .i sendmail
6295 will silently ignore multiple entries.
6296 .pp
6297 For example, the configuration lines:
6298 .(b
6299 HMessage-Id: $>CheckMessageId
6300
6301 SCheckMessageId
6302 R< $+ @ $+  >   $@ OK
6303 R$*             $#error $: Illegal Message-Id header
6304 .)b
6305 would refuse any message that had a Message-Id: header of any of the
6306 following forms:
6307 .(b
6308 Message-Id: <>
6309 Message-Id: some text
6310 Message-Id: <legal text@domain> extra crud
6311 .)b
6312 A default ruleset that is called for headers which don't have a
6313 specific ruleset defined for them can be specified by:
6314 .(b
6315 .b H \c
6316 .i * \c
6317 .b ": $>" \c
6318 .i Ruleset
6319 .)b
6320 or
6321 .(b
6322 .b H \c
6323 .i * \c
6324 .b ": $>+" \c
6325 .i Ruleset
6326 .)b
6327 .sh 2 "O \*- Set Option"
6328 .pp
6329 There are a number of global options that
6330 can be set from a configuration file.
6331 Options are represented by full words;
6332 some are also representable as single characters for back compatibility.
6333 The syntax of this line is:
6334 .(b F
6335 .b O \0
6336 .i option \c
6337 .b = \c
6338 .i value
6339 .)b
6340 This sets option
6341 .i option
6342 to be
6343 .i value .
6344 Note that there
6345 .i must
6346 be a space between the letter `O' and the name of the option.
6347 An older version is:
6348 .(b F
6349 .b O \c
6350 .i o\|value
6351 .)b
6352 where the option
6353 .i o
6354 is a single character.
6355 Depending on the option,
6356 .i value
6357 may be a string, an integer,
6358 a boolean
6359 (with legal values
6360 .q t ,
6361 .q T ,
6362 .q f ,
6363 or
6364 .q F ;
6365 the default is TRUE),
6366 or
6367 a time interval.
6368 .pp
6369 All filenames used in options should be absolute paths,
6370 i.e., starting with '/'.
6371 Relative filenames most likely cause surprises during operation
6372 (unless otherwise noted).
6373 .pp
6374 The options supported (with the old, one character names in brackets) are:
6375 .nr ii 1i
6376 .ip "AliasFile=\fIspec, spec, ...\fP"
6377 [A]
6378 Specify possible alias file(s).
6379 Each
6380 .i spec
6381 should be in the format
6382 ``\c
6383 .i class \c
6384 .b :
6385 .i info ''
6386 where
6387 .i class \c
6388 .b :
6389 is optional and defaults to ``implicit''.
6390 Note that
6391 .i info
6392 is required for all
6393 .i class es
6394 except
6395 .q ldap .
6396 For the
6397 .q ldap
6398 class,
6399 if
6400 .i info
6401 is not specified,
6402 a default
6403 .i info
6404 value is used as follows:
6405 .(b
6406 \-k (&(objectClass=sendmailMTAAliasObject)
6407      (sendmailMTAAliasName=aliases)
6408      (|(sendmailMTACluster=${sendmailMTACluster})
6409        (sendmailMTAHost=$j))
6410      (sendmailMTAKey=%0))
6411 \-v sendmailMTAAliasValue
6412 .)b
6413 Depending on how
6414 .i sendmail
6415 is compiled, valid classes are
6416 .q implicit
6417 (search through a compiled-in list of alias file types,
6418 for back compatibility),
6419 .q hash
6420 (if
6421 .sm NEWDB
6422 is specified),
6423 .q btree
6424 (if
6425 .sm NEWDB
6426 is specified),
6427 .q dbm
6428 (if
6429 .sm NDBM
6430 is specified),
6431 .q stab
6432 (internal symbol table \*- not normally used
6433 unless you have no other database lookup),
6434 .q sequence
6435 (use a sequence of maps
6436 previously declared),
6437 .q ldap
6438 (if
6439 .sm LDAPMAP
6440 is specified),
6441 or
6442 .q nis
6443 (if
6444 .sm NIS
6445 is specified).
6446 If a list of
6447 .i spec s
6448 are provided,
6449 .i sendmail
6450 searches them in order.
6451 .ip AliasWait=\fItimeout\fP
6452 [a]
6453 If set,
6454 wait up to
6455 .i timeout
6456 (units default to minutes)
6457 for an
6458 .q @:@
6459 entry to exist in the alias database
6460 before starting up.
6461 If it does not appear in the
6462 .i timeout
6463 interval issue a warning.
6464 .ip AllowBogusHELO
6465 [no short name]
6466 If set, allow HELO SMTP commands that don't include a host name.
6467 Setting this violates RFC 1123 section 5.2.5,
6468 but is necessary to interoperate with several SMTP clients.
6469 If there is a value, it is still checked for legitimacy.
6470 .ip AuthMaxBits=\fIN\fP
6471 [no short name]
6472 Limit the maximum encryption strength for the security layer in
6473 SMTP AUTH (SASL). Default is essentially unlimited.
6474 This allows to turn off additional encryption in SASL if
6475 STARTTLS is already encrypting the communication, because the
6476 existing encryption strength is taken into account when choosing
6477 an algorithm for the security layer.
6478 For example, if STARTTLS is used and the symmetric cipher is 3DES,
6479 then the the keylength (in bits) is 168.
6480 Hence setting
6481 .b AuthMaxBits
6482 to 168 will disable any encryption in SASL.
6483 .ip AuthMechanisms
6484 [no short name]
6485 List of authentication mechanisms for AUTH (separated by spaces).
6486 The advertised list of authentication mechanisms will be the
6487 intersection of this list and the list of available mechanisms as
6488 determined by the Cyrus SASL library.
6489 If STARTTLS is active, EXTERNAL will be added to this list.
6490 In that case, the value of {cert_subject} is used as authentication id.
6491 .ip AuthOptions
6492 [no short name]
6493 List of options for SMTP AUTH consisting of single characters
6494 with intervening white space or commas.
6495 .(b
6496 .ta 4n
6497 A       Use the AUTH= parameter for the MAIL FROM
6498         command only when authentication succeeded.
6499         This can be used as a workaround for broken
6500         MTAs that do not implement RFC 2554 correctly.
6501 a       protection from active (non-dictionary) attacks
6502         during authentication exchange.
6503 c       require mechanisms which pass client credentials,
6504         and allow mechanisms which can pass credentials
6505         to do so.
6506 d       don't permit mechanisms susceptible to passive
6507         dictionary attack.
6508 f       require forward secrecy between sessions
6509         (breaking one won't help break next).
6510 m       require mechanisms which provide mutual authentication
6511         (only available if using Cyrus SASL v2 or later).
6512 p       don't permit mechanisms susceptible to simple
6513         passive attack (e.g., PLAIN, LOGIN), unless a
6514         security layer is active.
6515 y       don't permit mechanisms that allow anonymous login.
6516 .)b
6517 The first option applies to sendmail as a client, the others to a server.
6518 Example:
6519 .(b
6520 O AuthOptions=p,y
6521 .)b
6522 would disallow ANONYMOUS as AUTH mechanism and would
6523 allow PLAIN and LOGIN only if a security layer (e.g.,
6524 provided by STARTTLS) is already active.
6525 The options 'a', 'c', 'd', 'f', 'p', and 'y' refer to properties of the
6526 selected SASL mechanisms.
6527 Explanations of these properties can be found in the Cyrus SASL documentation.
6528 .ip AuthRealm
6529 [no short name]
6530 The authentication realm that is passed to the Cyrus SASL library.
6531 If no realm is specified,
6532 .b $j
6533 is used.
6534 .ip BadRcptThrottle=\fIN\fP
6535 [no short name]
6536 If set and the specified number of recipients in a single SMTP
6537 transaction have been rejected, sleep for one second after each subsequent
6538 RCPT command in that transaction.
6539 .ip BlankSub=\fIc\fP
6540 [B]
6541 Set the blank substitution character to
6542 .i c .
6543 Unquoted spaces in addresses are replaced by this character.
6544 Defaults to space (i.e., no change is made).
6545 .ip CACertPath
6546 [no short name]
6547 Path to directory with certificates of CAs.
6548 This directory directory must contain the hashes of each CA certificate
6549 as filenames (or as links to them).
6550 .ip CACertFile
6551 [no short name]
6552 File containing one or more CA certificates;
6553 see section about STARTTLS for more information.
6554 .ip CheckAliases
6555 [n]
6556 Validate the RHS of aliases when rebuilding the alias database.
6557 .ip CheckpointInterval=\fIN\fP
6558 [C]
6559 Checkpoints the queue every
6560 .i N
6561 (default 10)
6562 addresses sent.
6563 If your system crashes during delivery to a large list,
6564 this prevents retransmission to any but the last
6565 .i N
6566 recipients.
6567 .ip ClassFactor=\fIfact\fP
6568 [z]
6569 The indicated
6570 .i fact or
6571 is multiplied by the message class
6572 (determined by the Precedence: field in the user header
6573 and the
6574 .b P
6575 lines in the configuration file)
6576 and subtracted from the priority.
6577 Thus, messages with a higher Priority: will be favored.
6578 Defaults to 1800.
6579 .ip ClientCertFile
6580 [no short name]
6581 File containing the certificate of the client, i.e., this certificate
6582 is used when
6583 .i sendmail
6584 acts as client (for STARTTLS).
6585 .ip ClientKeyFile
6586 [no short name]
6587 File containing the private key belonging to the client certificate
6588 (for STARTTLS if
6589 .i sendmail
6590 runs as client).
6591 .ip ClientPortOptions=\fIoptions\fP
6592 [O]
6593 Set client SMTP options.
6594 The options are
6595 .i key=value
6596 pairs separated by commas.
6597 Known keys are:
6598 .(b
6599 .ta 1i
6600 Port    Name/number of source port for connection (defaults to any free port)
6601 Addr    Address mask (defaults INADDR_ANY)
6602 Family  Address family (defaults to INET)
6603 SndBufSize      Size of TCP send buffer
6604 RcvBufSize      Size of TCP receive buffer
6605 Modifier        Options (flags) for the client
6606 .)b
6607 The
6608 .i Addr ess
6609 mask may be a numeric address in IPv4 dot notation or IPv6 colon notation
6610 or a network name.
6611 Note that if a network name is specified,
6612 only the first IP address returned for it will be used.
6613 This may cause indeterminate behavior for network names
6614 that resolve to multiple addresses.
6615 Therefore, use of an address is recommended.
6616 .i Modifier
6617 can be the following character:
6618 .(b
6619 .ta 1i
6620 h       use name of interface for HELO command
6621 A       don't use AUTH when sending e-mail
6622 S       don't use STARTTLS when sending e-mail
6623 .)b
6624 If ``h'' is set, the name corresponding to the outgoing interface
6625 address (whether chosen via the Connection parameter or
6626 the default) is used for the HELO/EHLO command.
6627 However, the name must not start with a square bracket
6628 and it must contain at least one dot.
6629 This is a simple test whether the name is not
6630 an IP address (in square brackets) but a qualified hostname.
6631 Note that multiple ClientPortOptions settings are allowed
6632 in order to give settings for each protocol family
6633 (e.g., one for Family=inet and one for Family=inet6).
6634 A restriction placed on one family only affects
6635 outgoing connections on that particular family.
6636 .ip ColonOkInAddr
6637 [no short name]
6638 If set, colons are acceptable in e-mail addresses
6639 (e.g.,
6640 .q host:user ).
6641 If not set, colons indicate the beginning of a RFC 822 group construct
6642 (\c
6643 .q "groupname: member1, member2, ... memberN;" ).
6644 Doubled colons are always acceptable
6645 (\c
6646 .q nodename::user )
6647 and proper route-addr nesting is understood
6648 (\c
6649 .q <@relay:user@host> ).
6650 Furthermore, this option defaults on if the configuration version level
6651 is less than 6 (for back compatibility).
6652 However, it must be off for full compatibility with RFC 822.
6653 .ip ConnectionCacheSize=\fIN\fP
6654 [k]
6655 The maximum number of open connections that will be cached at a time.
6656 The default is one.
6657 This delays closing the current connection until
6658 either this invocation of
6659 .i sendmail
6660 needs to connect to another host
6661 or it terminates.
6662 Setting it to zero defaults to the old behavior,
6663 that is, connections are closed immediately.
6664 Since this consumes file descriptors,
6665 the connection cache should be kept small:
6666 4 is probably a practical maximum.
6667 .ip ConnectionCacheTimeout=\fItimeout\fP
6668 [K]
6669 The maximum amount of time a cached connection will be permitted to idle
6670 without activity.
6671 If this time is exceeded,
6672 the connection is immediately closed.
6673 This value should be small (on the order of ten minutes).
6674 Before
6675 .i sendmail
6676 uses a cached connection,
6677 it always sends a RSET command
6678 to check the connection;
6679 if this fails, it reopens the connection.
6680 This keeps your end from failing if the other end times out.
6681 The point of this option is to be a good network neighbor
6682 and avoid using up excessive resources
6683 on the other end.
6684 The default is five minutes.
6685 .ip ConnectOnlyTo=\fIaddress\fP
6686 [no short name]
6687 This can be used to
6688 override the connection address (for testing purposes).
6689 .ip ConnectionRateThrottle=\fIN\fP
6690 [no short name]
6691 If set to a positive value,
6692 allow no more than
6693 .i N
6694 incoming connections in a one second period per daemon.
6695 This is intended to flatten out peaks
6696 and allow the load average checking to cut in.
6697 Defaults to zero (no limits).
6698 .ip ConnectionRateWindowSize=\fIN\fP
6699 [no short name]
6700 Define the length of the interval for which
6701 the number of incoming connections is maintained.
6702 The default is 60 seconds.
6703 .ip ControlSocketName=\fIname\fP
6704 [no short name]
6705 Name of the control socket for daemon management.
6706 A running
6707 .i sendmail
6708 daemon can be controlled through this named socket.
6709 Available commands are:
6710 .i help,
6711 .i mstat,
6712 .i restart,
6713 .i shutdown,
6714 and
6715 .i status.
6716 The
6717 .i status
6718 command returns the current number of daemon children,
6719 the maximum number of daemon children,
6720 the free disk space (in blocks) of the queue directory,
6721 and the load average of the machine expressed as an integer.
6722 If not set, no control socket will be available.
6723 Solaris and pre-4.4BSD kernel users should see the note in sendmail/README .
6724 .ip CRLFile=\fIname\fP
6725 [no short name]
6726 Name of file that contains certificate
6727 revocation status, useful for X.509v3 authentication.
6728 CRL checking requires at least OpenSSL version 0.9.7.
6729 Note: if a CRLFile is specified but the file is unusable,
6730 STARTTLS is disabled.
6731 .ip DHParameters
6732 Possible values are:
6733 .(b
6734 .ta 1i
6735 5       use 512 bit prime
6736 1       use 1024 bit prime
6737 none    do not use Diffie-Hellman
6738 NAME    load prime from file
6739 .)b
6740 This is only required if a ciphersuite containing DSA/DH is used.
6741 If ``5'' is selected, then precomputed, fixed primes are used.
6742 This is the default for the client side.
6743 If ``1'' is selected, then prime values are computed during startup.
6744 This is the default for the server side.
6745 Note: this operation can take a significant amount of time on a
6746 slow machine (several seconds), but it is only done once at startup.
6747 If ``none'' is selected, then TLS ciphersuites containing DSA/DH
6748 cannot be used.
6749 If a file name is specified (which must be an absolute path),
6750 then the primes are read from it.
6751 .ip DaemonPortOptions=\fIoptions\fP
6752 [O]
6753 Set server SMTP options.
6754 Each instance of
6755 .b DaemonPortOptions
6756 leads to an additional incoming socket.
6757 The options are
6758 .i key=value
6759 pairs.
6760 Known keys are:
6761 .(b
6762 .ta 1i
6763 Name    User-definable name for the daemon (defaults to "Daemon#")
6764 Port    Name/number of listening port (defaults to "smtp")
6765 Addr    Address mask (defaults INADDR_ANY)
6766 Family  Address family (defaults to INET)
6767 InputMailFilters        List of input mail filters for the daemon
6768 Listen  Size of listen queue (defaults to 10)
6769 Modifier        Options (flags) for the daemon
6770 SndBufSize      Size of TCP send buffer
6771 RcvBufSize      Size of TCP receive buffer
6772 children        maximum number of children per daemon, see \fBMaxDaemonChildren\fP.
6773 DeliveryMode    Delivery mode per daemon, see \fBDeliveryMode\fP.
6774 refuseLA        RefuseLA per daemon
6775 delayLA         DelayLA per daemon
6776 queueLA         QueueLA per daemon
6777 .)b
6778 The
6779 .i Name
6780 key is used for error messages and logging.
6781 The
6782 .i Addr ess
6783 mask may be a numeric address in IPv4 dot notation or IPv6 colon notation
6784 or a network name.
6785 Note that if a network name is specified,
6786 only the first IP address returned for it will be used.
6787 This may cause indeterminate behavior for network names
6788 that resolve to multiple addresses.
6789 Therefore, use of an address is recommended.
6790 The
6791 .i Family
6792 key defaults to INET (IPv4).
6793 IPv6 users who wish to also accept IPv6 connections
6794 should add additional Family=inet6
6795 .b DaemonPortOptions
6796 lines.
6797 The
6798 .i InputMailFilters
6799 key overrides the default list of input mail filters listed in the
6800 .b InputMailFilters
6801 option.
6802 If multiple input mail filters are required, they must be separated
6803 by semicolons (not commas).
6804 .i Modifier
6805 can be a sequence (without any delimiters)
6806 of the following characters:
6807 .(b
6808 .ta 1i
6809 a       always require authentication
6810 b       bind to interface through which mail has been received
6811 c       perform hostname canonification (.cf)
6812 f       require fully qualified hostname (.cf)
6813 s       Run smtps (SMTP over SSL) instead of smtp
6814 u       allow unqualified addresses (.cf)
6815 A       disable AUTH (overrides 'a' modifier)
6816 C       don't perform hostname canonification
6817 E       disallow ETRN (see RFC 2476)
6818 O       optional; if opening the socket fails ignore it
6819 S       don't offer STARTTLS
6820 .)b
6821 That is, one way to specify a message submission agent (MSA) that
6822 always requires authentication is:
6823 .(b
6824 O DaemonPortOptions=Name=MSA, Port=587, M=Ea
6825 .)b
6826 The modifiers that are marked with "(.cf)" have only
6827 effect in the standard configuration file, in which
6828 they are available via
6829 .b ${daemon_flags} .
6830 Notice: Do
6831 .b not
6832 use the ``a'' modifier on a public accessible MTA!
6833 It should only be used for a MSA that is accessed by authorized
6834 users for initial mail submission.
6835 Users must authenticate to use a MSA which has this option turned on.
6836 The flags ``c'' and ``C'' can change the default for
6837 hostname canonification in the
6838 .i sendmail.cf
6839 file.
6840 See the relevant documentation for
6841 .sm FEATURE(nocanonify) .
6842 The modifier ``f'' disallows addresses of the form
6843 .b user@host
6844 unless they are submitted directly.
6845 The flag ``u'' allows unqualified sender addresses,
6846 i.e., those without @host.
6847 ``b'' forces sendmail to bind to the interface
6848 through which the e-mail has been
6849 received for the outgoing connection.
6850 .b WARNING:
6851 Use ``b''
6852 only if outgoing mail can be routed through the incoming connection's
6853 interface to its destination. No attempt is made to catch problems due to a
6854 misconfiguration of this parameter, use it only for virtual hosting
6855 where each virtual interface can connect to every possible location.
6856 This will also override possible settings via
6857 .b ClientPortOptions.
6858 Note,
6859 .i sendmail
6860 will listen on a new socket
6861 for each occurence of the
6862 .b DaemonPortOptions
6863 option in a configuration file.
6864 The modifier ``O'' causes sendmail to ignore a socket
6865 if it can't be opened.
6866 This applies to failures from the socket(2) and bind(2) calls.
6867 .ip DefaultAuthInfo
6868 [no short name]
6869 Filename that contains default authentication information for outgoing
6870 connections. This file must contain the user id, the authorization id,
6871 the password (plain text), the realm and the list of mechanisms to use
6872 on separate lines and must be readable by
6873 root (or the trusted user) only.
6874 If no realm is specified,
6875 .b $j
6876 is used.
6877 If no mechanisms are specified, the list given by
6878 .b AuthMechanisms
6879 is used.
6880 Notice: this option is deprecated and will be removed in future versions.
6881 Moreover, it doesn't work for the MSP since it can't read the file
6882 (the file must not be group/world-readable otherwise
6883 .i sendmail
6884 will complain).
6885 Use the authinfo ruleset instead which provides more control over
6886 the usage of the data anyway.
6887 .ip DefaultCharSet=\fIcharset\fP
6888 [no short name]
6889 When a message that has 8-bit characters but is not in MIME format
6890 is converted to MIME
6891 (see the EightBitMode option)
6892 a character set must be included in the Content-Type: header.
6893 This character set is normally set from the Charset= field
6894 of the mailer descriptor.
6895 If that is not set, the value of this option is used.
6896 If this option is not set, the value
6897 .q unknown-8bit
6898 is used.
6899 .ip DataFileBufferSize=\fIthreshold\fP
6900 [no short name]
6901 Set the
6902 .i threshold ,
6903 in bytes,
6904 before a memory-based
6905 queue data file
6906 becomes disk-based.
6907 The default is 4096 bytes.
6908 .ip DeadLetterDrop=\fIfile\fP
6909 [no short name]
6910 Defines the location of the system-wide dead.letter file,
6911 formerly hardcoded to /usr/tmp/dead.letter.
6912 If this option is not set (the default),
6913 sendmail will not attempt to save to a system-wide dead.letter file
6914 in the event
6915 it cannot bounce the mail to the user or postmaster.
6916 Instead, it will rename the qf file
6917 as it has in the past
6918 when the dead.letter file could not be opened.
6919 .ip DefaultUser=\fIuser:group\fP
6920 [u]
6921 Set the default userid for mailers to
6922 .i user:group .
6923 If
6924 .i group
6925 is omitted and
6926 .i user
6927 is a user name
6928 (as opposed to a numeric user id)
6929 the default group listed in the /etc/passwd file for that user is used
6930 as the default group.
6931 Both
6932 .i user
6933 and
6934 .i group
6935 may be numeric.
6936 Mailers without the
6937 .i S
6938 flag in the mailer definition
6939 will run as this user.
6940 Defaults to 1:1.
6941 The value can also be given as a symbolic user name.\**
6942 .(f
6943 \**The old
6944 .b g
6945 option has been combined into the
6946 .b DefaultUser
6947 option.
6948 .)f
6949 .ip DelayLA=\fILA\fP
6950 [no short name]
6951 When the system load average exceeds
6952 .i LA ,
6953 .i sendmail
6954 will sleep for one second on most SMTP commands and
6955 before accepting connections.
6956 .ip DeliverByMin=\fItime\fP
6957 [0]
6958 Set minimum time for Deliver By SMTP Service Extension (RFC 2852).
6959 If 0, no time is listed, if less than 0, the extension is not offered,
6960 if greater than 0, it is listed as minimum time
6961 for the EHLO keyword DELIVERBY.
6962 .ip DeliveryMode=\fIx\fP
6963 [d]
6964 Deliver in mode
6965 .i x .
6966 Legal modes are:
6967 .(b
6968 .ta 4n
6969 i       Deliver interactively (synchronously)
6970 b       Deliver in background (asynchronously)
6971 q       Just queue the message (deliver during queue run)
6972 d       Defer delivery and all map lookups (deliver during queue run)
6973 .)b
6974 Defaults to ``b'' if no option is specified,
6975 ``i'' if it is specified but given no argument
6976 (i.e., ``Od'' is equivalent to ``Odi'').
6977 The
6978 .b \-v
6979 command line flag sets this to
6980 .b i .
6981 Note: for internal reasons,
6982 ``i'' does not work
6983 if a milter is enabled which can reject or delete recipients.
6984 In that case the mode will be changed to ``b''.
6985 .ip DialDelay=\fIsleeptime\fP
6986 [no short name]
6987 Dial-on-demand network connections can see timeouts
6988 if a connection is opened before the call is set up.
6989 If this is set to an interval and a connection times out
6990 on the first connection being attempted
6991 .i sendmail
6992 will sleep for this amount of time and try again.
6993 This should give your system time to establish the connection
6994 to your service provider.
6995 Units default to seconds, so
6996 .q DialDelay=5
6997 uses a five second delay.
6998 Defaults to zero
6999 (no retry).
7000 This delay only applies to mailers which have the
7001 Z flag set.
7002 .ip DirectSubmissionModifiers=\fImodifiers\fP
7003 Defines
7004 .b ${daemon_flags}
7005 for direct (command line) submissions.
7006 If not set,
7007 .b ${daemon_flags}
7008 is either "CC f" if the option
7009 .b \-G
7010 is used or "c u" otherwise.
7011 Note that only the the "CC", "c", "f", and "u" flags are checked.
7012 .ip DontBlameSendmail=\fIoption,option,...\fP
7013 [no short name]
7014 In order to avoid possible cracking attempts
7015 caused by world- and group-writable files and directories,
7016 .i sendmail
7017 does paranoid checking when opening most of its support files.
7018 If for some reason you absolutely must run with,
7019 for example,
7020 a group-writable
7021 .i /etc
7022 directory,
7023 then you will have to turn off this checking
7024 (at the cost of making your system more vulnerable to attack).
7025 The possible arguments have been described earlier.
7026 The details of these flags are described above.
7027 .\"XXX should have more here!!!  XXX
7028 .b "Use of this option is not recommended."
7029 .ip DontExpandCnames
7030 [no short name]
7031 The standards say that all host addresses used in a mail message
7032 must be fully canonical.
7033 For example, if your host is named
7034 .q Cruft.Foo.ORG
7035 and also has an alias of
7036 .q FTP.Foo.ORG ,
7037 the former name must be used at all times.
7038 This is enforced during host name canonification
7039 ($[ ... $] lookups).
7040 If this option is set, the protocols are ignored and the
7041 .q wrong
7042 thing is done.
7043 However, the IETF is moving toward changing this standard,
7044 so the behavior may become acceptable.
7045 Please note that hosts downstream may still rewrite the address
7046 to be the true canonical name however.
7047 .ip DontInitGroups
7048 [no short name]
7049 If set,
7050 .i sendmail
7051 will avoid using the initgroups(3) call.
7052 If you are running NIS,
7053 this causes a sequential scan of the groups.byname map,
7054 which can cause your NIS server to be badly overloaded in a large domain.
7055 The cost of this is that the only group found for users
7056 will be their primary group (the one in the password file),
7057 which will make file access permissions somewhat more restrictive.
7058 Has no effect on systems that don't have group lists.
7059 .ip DontProbeInterfaces
7060 [no short name]
7061 .i Sendmail
7062 normally finds the names of all interfaces active on your machine
7063 when it starts up
7064 and adds their name to the
7065 .b $=w
7066 class of known host aliases.
7067 If you have a large number of virtual interfaces
7068 or if your DNS inverse lookups are slow
7069 this can be time consuming.
7070 This option turns off that probing.
7071 However, you will need to be certain to include all variant names
7072 in the
7073 .b $=w
7074 class by some other mechanism.
7075 If set to
7076 .b loopback ,
7077 loopback interfaces (e.g., lo0) will not be probed.
7078 .ip DontPruneRoutes
7079 [R]
7080 Normally,
7081 .i sendmail
7082 tries to eliminate any unnecessary explicit routes
7083 when sending an error message
7084 (as discussed in RFC 1123 \(sc 5.2.6).
7085 For example,
7086 when sending an error message to
7087 .(b
7088 <@known1,@known2,@known3:user@unknown>
7089 .)b
7090 .i sendmail
7091 will strip off the
7092 .q @known1,@known2
7093 in order to make the route as direct as possible.
7094 However, if the
7095 .b R
7096 option is set, this will be disabled,
7097 and the mail will be sent to the first address in the route,
7098 even if later addresses are known.
7099 This may be useful if you are caught behind a firewall.
7100 .ip DoubleBounceAddress=\fIerror-address\fP
7101 [no short name]
7102 If an error occurs when sending an error message,
7103 send the error report
7104 (termed a
7105 .q "double bounce"
7106 because it is an error
7107 .q bounce
7108 that occurs when trying to send another error
7109 .q bounce )
7110 to the indicated address.
7111 The address is macro expanded
7112 at the time of delivery.
7113 If not set, defaults to
7114 .q postmaster .
7115 If set to an empty string, double bounces are dropped.
7116 .ip EightBitMode=\fIaction\fP
7117 [8]
7118 Set handling of eight-bit data.
7119 There are two kinds of eight-bit data:
7120 that declared as such using the
7121 .b BODY=8BITMIME
7122 ESMTP declaration or the
7123 .b \-B8BITMIME
7124 command line flag,
7125 and undeclared 8-bit data, that is,
7126 input that just happens to be eight bits.
7127 There are three basic operations that can happen:
7128 undeclared 8-bit data can be automatically converted to 8BITMIME,
7129 undeclared 8-bit data can be passed as-is without conversion to MIME
7130 (``just send 8''),
7131 and declared 8-bit data can be converted to 7-bits
7132 for transmission to a non-8BITMIME mailer.
7133 The possible
7134 .i action s
7135 are:
7136 .(b
7137 .\"  r  Reject undeclared 8-bit data;
7138 .\"     don't convert 8BITMIME\(->7BIT (``reject'')
7139   s     Reject undeclared 8-bit data (``strict'')
7140 .\"     do convert 8BITMIME\(->7BIT (``strict'')
7141 .\"  c  Convert undeclared 8-bit data to MIME;
7142 .\"     don't convert 8BITMIME\(->7BIT (``convert'')
7143   m     Convert undeclared 8-bit data to MIME (``mime'')
7144 .\"     do convert 8BITMIME\(->7BIT (``mime'')
7145 .\"  j  Pass undeclared 8-bit data;
7146 .\"     don't convert 8BITMIME\(->7BIT (``just send 8'')
7147   p     Pass undeclared 8-bit data (``pass'')
7148 .\"     do convert 8BITMIME\(->7BIT (``pass'')
7149 .\"  a  Adaptive algorithm: see below
7150 .)b
7151 .\"The adaptive algorithm is to accept 8-bit data,
7152 .\"converting it to 8BITMIME only if the receiver understands that,
7153 .\"otherwise just passing it as undeclared 8-bit data;
7154 .\"8BITMIME\(->7BIT conversions are done.
7155 In all cases properly declared 8BITMIME data will be converted to 7BIT
7156 as needed.
7157 .ip ErrorHeader=\fIfile-or-message\fP
7158 [E]
7159 Prepend error messages with the indicated message.
7160 If it begins with a slash,
7161 it is assumed to be the pathname of a file
7162 containing a message (this is the recommended setting).
7163 Otherwise, it is a literal message.
7164 The error file might contain the name, email address, and/or phone number
7165 of a local postmaster who could provide assistance
7166 to end users.
7167 If the option is missing or null,
7168 or if it names a file which does not exist or which is not readable,
7169 no message is printed.
7170 .ip ErrorMode=\fIx\fP
7171 [e]
7172 Dispose of errors using mode
7173 .i x .
7174 The values for
7175 .i x
7176 are:
7177 .(b
7178 p       Print error messages (default)
7179 q       No messages, just give exit status
7180 m       Mail back errors
7181 w       Write back errors (mail if user not logged in)
7182 e       Mail back errors (when applicable) and give zero exit stat always
7183 .)b
7184 Note that the last mode,
7185 .q e ,
7186 is for Berknet error processing and
7187 should not be used in normal circumstances.
7188 Note, too, that mode
7189 .q q ,
7190 only applies to errors recognized before sendmail forks for
7191 background delivery.
7192 .ip FallbackMXhost=\fIfallbackhost\fP
7193 [V]
7194 If specified, the
7195 .i fallbackhost
7196 acts like a very low priority MX
7197 on every host.
7198 MX records will be looked up for this host,
7199 unless the name is surrounded by square brackets.
7200 This is intended to be used by sites with poor network connectivity.
7201 Messages which are undeliverable due to temporary address failures
7202 (e.g., DNS failure)
7203 also go to the FallbackMXhost.
7204 .ip FallBackSmartHost=\fIhostname\fP
7205 If specified, the
7206 .i FallBackSmartHost
7207 will be used in a last-ditch effort for each host.
7208 This is intended to be used by sites with "fake internal DNS",
7209 e.g., a company whose DNS accurately reflects the world
7210 inside that company's domain but not outside.
7211 .ip FastSplit
7212 [no short name]
7213 If set to a value greater than zero (the default is one),
7214 it suppresses the MX lookups on addresses
7215 when they are initially sorted, i.e., for the first delivery attempt.
7216 This usually results in faster envelope splitting unless the MX records
7217 are readily available in a local DNS cache.
7218 To enforce initial sorting based on MX records set
7219 .b FastSplit
7220 to zero.
7221 If the mail is submitted directly from the command line, then
7222 the value also limits the number of processes to deliver the envelopes;
7223 if more envelopes are created they are only queued up
7224 and must be taken care of by a queue run.
7225 Since the default submission method is via SMTP (either from a MUA
7226 or via the MSP), the value of
7227 .b FastSplit
7228 is seldom used to limit the number of processes to deliver the envelopes.
7229 .ip ForkEachJob
7230 [Y]
7231 If set,
7232 deliver each job that is run from the queue in a separate process.
7233 .ip ForwardPath=\fIpath\fP
7234 [J]
7235 Set the path for searching for users' .forward files.
7236 The default is
7237 .q $z/.forward .
7238 Some sites that use the automounter may prefer to change this to
7239 .q /var/forward/$u
7240 to search a file with the same name as the user in a system directory.
7241 It can also be set to a sequence of paths separated by colons;
7242 .i sendmail
7243 stops at the first file it can successfully and safely open.
7244 For example,
7245 .q /var/forward/$u:$z/.forward
7246 will search first in /var/forward/\c
7247 .i username
7248 and then in
7249 .i ~username /.forward
7250 (but only if the first file does not exist).
7251 .ip HeloName=\fIname\fP
7252 [no short name]
7253 Set the name to be used for HELO/EHLO (instead of $j).
7254 .ip HoldExpensive
7255 [c]
7256 If an outgoing mailer is marked as being expensive,
7257 don't connect immediately.
7258 .ip HostsFile=\fIpath\fP
7259 [no short name]
7260 The path to the hosts database,
7261 normally
7262 .q /etc/hosts .
7263 This option is only consulted when sendmail
7264 is canonifying addresses,
7265 and then only when
7266 .q files
7267 is in the
7268 .q hosts
7269 service switch entry.
7270 In particular, this file is
7271 .i never
7272 used when looking up host addresses;
7273 that is under the control of the system
7274 .i gethostbyname (3)
7275 routine.
7276 .ip HostStatusDirectory=\fIpath\fP
7277 [no short name]
7278 The location of the long term host status information.
7279 When set,
7280 information about the status of hosts
7281 (e.g., host down or not accepting connections)
7282 will be shared between all
7283 .i sendmail
7284 processes;
7285 normally, this information is only held within a single queue run.
7286 This option requires a connection cache of at least 1 to function.
7287 If the option begins with a leading `/',
7288 it is an absolute pathname;
7289 otherwise,
7290 it is relative to the mail queue directory.
7291 A suggested value for sites desiring persistent host status is
7292 .q \&.hoststat
7293 (i.e., a subdirectory of the queue directory).
7294 .ip IgnoreDots
7295 [i]
7296 Ignore dots in incoming messages.
7297 This is always disabled (that is, dots are always accepted)
7298 when reading SMTP mail.
7299 .ip InputMailFilters=\fIname,name,...\fP
7300 A comma separated list of filters which determines which filters
7301 (see the "X \*- Mail Filter (Milter) Definitions" section)
7302 and the invocation sequence are contacted for incoming SMTP messages.
7303 If none are set, no filters will be contacted.
7304 .ip LDAPDefaultSpec=\fIspec\fP
7305 [no short name]
7306 Sets a default map specification for LDAP maps.
7307 The value should only contain LDAP specific settings
7308 such as
7309 .q "-h host -p port -d bindDN" .
7310 The settings will be used for all LDAP maps
7311 unless the individual map specification overrides a setting.
7312 This option should be set before any LDAP maps are defined.
7313 .ip LogLevel=\fIn\fP
7314 [L]
7315 Set the log level to
7316 .i n .
7317 Defaults to 9.
7318 .ip M\fIx\|value\fP
7319 [no long version]
7320 Set the macro
7321 .i x
7322 to
7323 .i value .
7324 This is intended only for use from the command line.
7325 The
7326 .b \-M
7327 flag is preferred.
7328 .ip MailboxDatabase
7329 [no short name]
7330 Type of lookup to find information about local mailboxes,
7331 defaults to ``pw'' which uses
7332 .i getpwnam .
7333 Other types can be introduced by adding them to the source code,
7334 see libsm/mbdb.c for details.
7335 .ip UseMSP
7336 [no short name]
7337 Use as mail submission program, i.e.,
7338 allow group writable queue files
7339 if the group is the same as that of a set-group-ID sendmail binary.
7340 See the file
7341 .b sendmail/SECURITY
7342 in the distribution tarball.
7343 .ip MatchGECOS
7344 [G]
7345 Allow fuzzy matching on the GECOS field.
7346 If this flag is set,
7347 and the usual user name lookups fail
7348 (that is, there is no alias with this name and a
7349 .i getpwnam
7350 fails),
7351 sequentially search the password file
7352 for a matching entry in the GECOS field.
7353 This also requires that MATCHGECOS
7354 be turned on during compilation.
7355 This option is not recommended.
7356 .ip MaxAliasRecursion=\fIN\fP
7357 [no short name]
7358 The maximum depth of alias recursion (default: 10).
7359 .ip MaxDaemonChildren=\fIN\fP
7360 [no short name]
7361 If set,
7362 .i sendmail
7363 will refuse connections when it has more than
7364 .i N
7365 children processing incoming mail or automatic queue runs.
7366 This does not limit the number of outgoing connections.
7367 If the default
7368 .b DeliveryMode
7369 (background) is used, then
7370 .i sendmail
7371 may create an almost unlimited number of children
7372 (depending on the number of transactions and the
7373 relative execution times of mail receiption and mail delivery).
7374 If the limit should be enforced, then a
7375 .b DeliveryMode
7376 other than background must be used.
7377 If not set, there is no limit to the number of children --
7378 that is, the system load average controls this.
7379 .ip MaxHeadersLength=\fIN\fP
7380 [no short name]
7381 The maximum length of the sum of all headers.
7382 This can be used to prevent a denial of service attack.
7383 The default is no limit.
7384 .ip MaxHopCount=\fIN\fP
7385 [h]
7386 The maximum hop count.
7387 Messages that have been processed more than
7388 .i N
7389 times are assumed to be in a loop and are rejected.
7390 Defaults to 25.
7391 .ip MaxMessageSize=\fIN\fP
7392 [no short name]
7393 Specify the maximum message size
7394 to be advertised in the ESMTP EHLO response.
7395 Messages larger than this will be rejected.
7396 If set to a value greater than zero,
7397 that value will be listed in the SIZE response,
7398 otherwise SIZE is advertised in the ESMTP EHLO response
7399 without a parameter.
7400 .ip MaxMimeHeaderLength=\fIN[/M]\fP
7401 [no short name]
7402 Sets the maximum length of certain MIME header field values to
7403 .i N
7404 characters.
7405 These MIME header fields are determined by being a member of
7406 class {checkMIMETextHeaders}, which currently contains only
7407 the header Content-Description.
7408 For some of these headers which take parameters,
7409 the maximum length of each parameter is set to
7410 .i M
7411 if specified.  If
7412 .i /M
7413 is not specified, one half of
7414 .i N
7415 will be used.
7416 By default,
7417 these values are 2048 and 1024, respectively.
7418 To allow any length, a value of 0 can be specified.
7419 .ip MaxNOOPCommands=\fIN\fP
7420 Override the default of
7421 .b MAXNOOPCOMMANDS
7422 for the number of
7423 .i useless
7424 commands, see Section
7425 "Measures against Denial of Service Attacks".
7426 .ip MaxQueueChildren=\fIN\fP
7427 [no short name]
7428 When set, this limits the number of concurrent queue runner processes to
7429 .i N.
7430 This helps to control the amount of system resources used when processing
7431 the queue.  When there are multiple queue groups defined and the total number
7432 of queue runners for these queue groups would exceed
7433 .i MaxQueueChildren
7434 then the queue groups will not all run concurrently. That is, some portion
7435 of the queue groups will run concurrently such that
7436 .i MaxQueueChildren
7437 will not be exceeded, while the remaining queue groups will be run later (in
7438 round robin order). See also
7439 .i MaxRunnersPerQueue
7440 and the section \fBQueue Group Declaration\fP.
7441 Notice:
7442 .i sendmail
7443 does not count individual queue runners, but only sets of processes
7444 that act on a workgroup.
7445 Hence the actual number of queue runners may be lower than the limit
7446 imposed by
7447 .i MaxQueueChildren .
7448 This discrepancy can be large if some queue runners have to wait
7449 for a slow server and if short intervals are used.
7450 .ip MaxQueueRunSize=\fIN\fP
7451 [no short name]
7452 The maximum number of jobs that will be processed
7453 in a single queue run.
7454 If not set, there is no limit on the size.
7455 If you have very large queues or a very short queue run interval
7456 this could be unstable.
7457 However, since the first
7458 .i N
7459 jobs in queue directory order are run (rather than the
7460 .i N
7461 highest priority jobs)
7462 this should be set as high as possible to avoid
7463 .q losing
7464 jobs that happen to fall late in the queue directory.
7465 Note: this option also restricts the number of entries printed by
7466 .i mailq .
7467 That is, if
7468 .i MaxQueueRunSize
7469 is set to a value
7470 .b N
7471 larger than zero,
7472 then only
7473 .b N
7474 entries are printed per queue group.
7475 .ip MaxRecipientsPerMessage=\fIN\fP
7476 [no short name]
7477 The maximum number of recipients that will be accepted per message
7478 in an SMTP transaction.
7479 Note: setting this too low can interfere with sending mail from
7480 MUAs that use SMTP for initial submission.
7481 If not set, there is no limit on the number of recipients per envelope.
7482 .ip MaxRunnersPerQueue=\fIN\fP
7483 [no short name]
7484 This sets the default maximum number of queue runners for queue groups.
7485 Up to
7486 .i N
7487 queue runners will work in parallel on a queue group's messages.
7488 This is useful where the processing of a message in the queue might
7489 delay the processing of subsequent messages. Such a delay may be the result
7490 of non-erroneous situations such as a low bandwidth connection.
7491 May be overridden on a per queue group basis by setting the
7492 .i Runners
7493 option; see the section \fBQueue Group Declaration\fP.
7494 The default is 1 when not set.
7495 .ip MeToo
7496 [m]
7497 Send to me too,
7498 even if I am in an alias expansion.
7499 This option is deprecated
7500 and will be removed from a future version.
7501 .ip Milter
7502 [no short name]
7503 This option has several sub(sub)options.
7504 The names of the suboptions are separated by dots.
7505 At the first level the following options are available:
7506 .(b
7507 .ta \w'LogLevel'u+3n
7508 LogLevel        Log level for input mail filter actions, defaults to LogLevel.
7509 macros          Specifies list of macro to transmit to filters.
7510                 See list below.
7511 .)b
7512 The ``macros'' option has the following suboptions
7513 which specify the list of macro to transmit to milters
7514 after a certain event occurred.
7515 .(b
7516 .ta \w'envfrom'u+3n
7517 connect After session connection start
7518 helo    After EHLO/HELO command
7519 envfrom After MAIL From command
7520 envrcpt After RCPT To command
7521 data    After DATA command.
7522 eoh     After DATA command and header
7523 eom     After DATA command and terminating ``.''
7524 .)b
7525 By default the lists of macros are empty.
7526 Example:
7527 .(b
7528 O Milter.LogLevel=12
7529 O Milter.macros.connect=j, _, {daemon_name}
7530 .)b
7531 .ip MinFreeBlocks=\fIN\fP
7532 [b]
7533 Insist on at least
7534 .i N
7535 blocks free on the filesystem that holds the queue files
7536 before accepting email via SMTP.
7537 If there is insufficient space
7538 .i sendmail
7539 gives a 452 response
7540 to the MAIL command.
7541 This invites the sender to try again later.
7542 .ip MinQueueAge=\fIage\fP
7543 [no short name]
7544 Don't process any queued jobs
7545 that have been in the queue less than the indicated time interval.
7546 This is intended to allow you to get responsiveness
7547 by processing the queue fairly frequently
7548 without thrashing your system by trying jobs too often.
7549 The default units are minutes.
7550 Note:
7551 This option is ignored for queue runs that select a subset
7552 of the queue, i.e.,
7553 .q \-q[!][I|R|S|Q][string]
7554 .ip MustQuoteChars=\fIs\fP
7555 [no short name]
7556 Sets the list of characters that must be quoted if used in a full name
7557 that is in the phrase part of a ``phrase <address>'' syntax.
7558 The default is ``\'.''.
7559 The characters ``@,;:\e()[]'' are always added to this list.
7560 .ip NiceQueueRun
7561 [no short name]
7562 The priority of queue runners (nice(3)).
7563 This value must be greater or equal zero.
7564 .ip NoRecipientAction
7565 [no short name]
7566 The action to take when you receive a message that has no valid
7567 recipient headers (To:, Cc:, Bcc:, or Apparently-To: \(em
7568 the last included for back compatibility with old
7569 .i sendmail s).
7570 It can be
7571 .b None
7572 to pass the message on unmodified,
7573 which violates the protocol,
7574 .b Add-To
7575 to add a To: header with any recipients it can find in the envelope
7576 (which might expose Bcc: recipients),
7577 .b Add-Apparently-To
7578 to add an Apparently-To: header
7579 (this is only for back-compatibility
7580 and is officially deprecated),
7581 .b Add-To-Undisclosed
7582 to add a header
7583 .q "To: undisclosed-recipients:;"
7584 to make the header legal without disclosing anything,
7585 or
7586 .b Add-Bcc
7587 to add an empty Bcc: header.
7588 .ip OldStyleHeaders
7589 [o]
7590 Assume that the headers may be in old format,
7591 i.e.,
7592 spaces delimit names.
7593 This actually turns on
7594 an adaptive algorithm:
7595 if any recipient address contains a comma, parenthesis,
7596 or angle bracket,
7597 it will be assumed that commas already exist.
7598 If this flag is not on,
7599 only commas delimit names.
7600 Headers are always output with commas between the names.
7601 Defaults to off.
7602 .ip OperatorChars=\fIcharlist\fP
7603 [$o macro]
7604 The list of characters that are considered to be
7605 .q operators ,
7606 that is, characters that delimit tokens.
7607 All operator characters are tokens by themselves;
7608 sequences of non-operator characters are also tokens.
7609 White space characters separate tokens
7610 but are not tokens themselves \(em for example,
7611 .q AAA.BBB
7612 has three tokens, but
7613 .q "AAA BBB"
7614 has two.
7615 If not set, OperatorChars defaults to
7616 .q \&.\|:\|@\|[\|] ;
7617 additionally, the characters
7618 .q (\|)\|<\|>\|,\|;
7619 are always operators.
7620 Note that OperatorChars must be set in the
7621 configuration file before any rulesets.
7622 .ip PidFile=\fIfilename\fP
7623 [no short name]
7624 Filename of the pid file.
7625 (default is _PATH_SENDMAILPID).
7626 The
7627 .i filename
7628 is macro-expanded before it is opened, and unlinked when
7629 .i sendmail
7630 exits.
7631 .ip PostmasterCopy=\fIpostmaster\fP
7632 [P]
7633 If set,
7634 copies of error messages will be sent to the named
7635 .i postmaster .
7636 Only the header of the failed message is sent.
7637 Errors resulting from messages with a negative precedence will not be sent.
7638 Since most errors are user problems,
7639 this is probably not a good idea on large sites,
7640 and arguably contains all sorts of privacy violations,
7641 but it seems to be popular with certain operating systems vendors.
7642 The address is macro expanded
7643 at the time of delivery.
7644 Defaults to no postmaster copies.
7645 .ip PrivacyOptions=\fI\|opt,opt,...\fP
7646 [p]
7647 Set the privacy
7648 .i opt ions.
7649 ``Privacy'' is really a misnomer;
7650 many of these are just a way of insisting on stricter adherence
7651 to the SMTP protocol.
7652 The
7653 .i opt ions
7654 can be selected from:
7655 .(b
7656 .ta \w'noactualrecipient'u+3n
7657 public  Allow open access
7658 needmailhelo    Insist on HELO or EHLO command before MAIL
7659 needexpnhelo    Insist on HELO or EHLO command before EXPN
7660 noexpn  Disallow EXPN entirely, implies noverb.
7661 needvrfyhelo    Insist on HELO or EHLO command before VRFY
7662 novrfy  Disallow VRFY entirely
7663 noetrn  Disallow ETRN entirely
7664 noverb  Disallow VERB entirely
7665 restrictmailq   Restrict mailq command
7666 restrictqrun    Restrict \-q command line flag
7667 restrictexpand  Restrict \-bv and \-v command line flags
7668 noreceipts      Don't return success DSNs\**
7669 nobodyreturn    Don't return the body of a message with DSNs
7670 goaway  Disallow essentially all SMTP status queries
7671 authwarnings    Put X-Authentication-Warning: headers in messages
7672                 and log warnings
7673 noactualrecipient       Don't put X-Actual-Recipient lines in DSNs
7674                 which reveal the actual account that addresses map to.
7675 .)b
7676 .(f
7677 \**N.B.:
7678 the
7679 .b noreceipts
7680 flag turns off support for RFC 1891
7681 (Delivery Status Notification).
7682 .)f
7683 The
7684 .q goaway
7685 pseudo-flag sets all flags except
7686 .q noreceipts ,
7687 .q restrictmailq ,
7688 .q restrictqrun ,
7689 .q restrictexpand ,
7690 .q noetrn ,
7691 and
7692 .q nobodyreturn .
7693 If mailq is restricted,
7694 only people in the same group as the queue directory
7695 can print the queue.
7696 If queue runs are restricted,
7697 only root and the owner of the queue directory
7698 can run the queue.
7699 The
7700 .q restrictexpand
7701 pseudo-flag instructs
7702 .i sendmail
7703 to drop privileges when the
7704 .b \-bv
7705 option is given by users who are neither root nor the TrustedUser
7706 so users cannot read private aliases, forwards, or :include: files.
7707 It will add the
7708 .q NonRootSafeAddr
7709 to the
7710 .q DontBlameSendmail
7711 option to prevent misleading unsafe address warnings.
7712 It also overrides the
7713 .b \-v
7714 (verbose) command line option to prevent information leakage.
7715 Authentication Warnings add warnings about various conditions
7716 that may indicate attempts to spoof the mail system,
7717 such as using a non-standard queue directory.
7718 .ip ProcessTitlePrefix=\fIstring\fP
7719 [no short name]
7720 Prefix the process title shown on 'ps' listings with
7721 .i string .
7722 The
7723 .i string
7724 will be macro processed.
7725 .ip QueueDirectory=\fIdir\fP
7726 [Q]
7727 The QueueDirectory option serves two purposes.
7728 First, it specifies the directory or set of directories that comprise
7729 the default queue group.
7730 Second, it specifies the directory D which is the ancestor of all queue
7731 directories, and which sendmail uses as its current working directory.
7732 When sendmail dumps core, it leaves its core files in D.
7733 There are two cases.
7734 If \fIdir\fR ends with an asterisk (eg, \fI/var/spool/mqueue/qd*\fR),
7735 then all of the directories or symbolic links to directories
7736 beginning with `qd' in
7737 .i /var/spool/mqueue
7738 will be used as queue directories of the default queue group,
7739 and
7740 .i /var/spool/mqueue
7741 will be used as the working directory D.
7742 Otherwise,
7743 \fIdir\fR must name a directory (usually \fI/var/spool/mqueue\fR):
7744 the default queue group consists of the single queue directory \fIdir\fR,
7745 and the working directory D is set to \fIdir\fR.
7746 To define additional groups of queue directories,
7747 use the configuration file `Q' command.
7748 Do not change the queue directory structure
7749 while sendmail is running.
7750 .ip QueueFactor=\fIfactor\fP
7751 [q]
7752 Use
7753 .i factor
7754 as the multiplier in the map function
7755 to decide when to just queue up jobs rather than run them.
7756 This value is divided by the difference between the current load average
7757 and the load average limit
7758 (\c
7759 .b QueueLA
7760 option)
7761 to determine the maximum message priority
7762 that will be sent.
7763 Defaults to 600000.
7764 .ip QueueLA=\fILA\fP
7765 [x]
7766 When the system load average exceeds
7767 .i LA
7768 and the
7769 .b QueueFactor
7770 (\c
7771 .b q )
7772 option divided by the difference in the current load average and the
7773 .b QueueLA
7774 option plus one
7775 is less than the priority of the message,
7776 just queue messages
7777 (i.e., don't try to send them).
7778 Defaults to 8 multiplied by
7779 the number of processors online on the system
7780 (if that can be determined).
7781 .ip QueueFileMode=\fImode\fP
7782 [no short name]
7783 Default permissions for queue files (octal).
7784 If not set, sendmail uses 0600 unless its real
7785 and effective uid are different in which case it uses 0644.
7786 .ip QueueSortOrder=\fIalgorithm\fP
7787 [no short name]
7788 Sets the
7789 .i algorithm
7790 used for sorting the queue.
7791 Only the first character of the value is used.
7792 Legal values are
7793 .q host
7794 (to order by the name of the first host name of the first recipient),
7795 .q filename
7796 (to order by the name of the queue file name),
7797 .q time
7798 (to order by the submission/creation time),
7799 .q random
7800 (to order randomly),
7801 .q modification
7802 (to order by the modification time of the qf file (older entries first)),
7803 .q none
7804 (to not order),
7805 and
7806 .q priority
7807 (to order by message priority).
7808 Host ordering makes better use of the connection cache,
7809 but may tend to process low priority messages
7810 that go to a single host
7811 over high priority messages that go to several hosts;
7812 it probably shouldn't be used on slow network links.
7813 Filename and modification time ordering saves the overhead of
7814 reading all of the queued items
7815 before starting the queue run.
7816 Creation (submission) time ordering is almost always a bad idea,
7817 since it allows large, bulk mail to go out
7818 before smaller, personal mail,
7819 but may have applicability on some hosts with very fast connections.
7820 Random is useful if several queue runners are started by hand
7821 which try to drain the same queue since odds are they will be working
7822 on different parts of the queue at the same time.
7823 Priority ordering is the default.
7824 .ip QueueTimeout=\fItimeout\fP
7825 [T]
7826 A synonym for
7827 .q Timeout.queuereturn .
7828 Use that form instead of the
7829 .q QueueTimeout
7830 form.
7831 .ip RandFile
7832 [no short name]
7833 Name of file containing random data or the name of the UNIX socket
7834 if EGD is used.
7835 A (required) prefix "egd:" or "file:" specifies the type.
7836 STARTTLS requires this filename if the compile flag HASURANDOMDEV is not set
7837 (see sendmail/README).
7838 .ip ResolverOptions=\fIoptions\fP
7839 [I]
7840 Set resolver options.
7841 Values can be set using
7842 .b + \c
7843 .i flag
7844 and cleared using
7845 .b \- \c
7846 .i flag ;
7847 the
7848 .i flag s
7849 can be
7850 .q debug ,
7851 .q aaonly ,
7852 .q usevc ,
7853 .q primary ,
7854 .q igntc ,
7855 .q recurse ,
7856 .q defnames ,
7857 .q stayopen ,
7858 .q use_inet6 ,
7859 or
7860 .q dnsrch .
7861 The string
7862 .q HasWildcardMX
7863 (without a
7864 .b +
7865 or
7866 .b \- )
7867 can be specified to turn off matching against MX records
7868 when doing name canonifications.
7869 The string
7870 .q WorkAroundBrokenAAAA
7871 (without a
7872 .b +
7873 or
7874 .b \- )
7875 can be specified to work around some broken nameservers
7876 which return SERVFAIL (a temporary failure) on T_AAAA (IPv6) lookups.
7877 Notice: it might be necessary to apply the same (or similar) options to
7878 .i submit.cf
7879 too.
7880 .ip RequiresDirfsync
7881 [no short name]
7882 This option can be used to override the compile time flag
7883 .b REQUIRES_DIR_FSYNC
7884 at runtime by setting it to
7885 .sm false .
7886 If the compile time flag is not set, the option is ignored.
7887 The flag turns on support for file systems that require to call
7888 .i fsync()
7889 for a directory if the meta-data in it has been changed.
7890 This should be turned on at least for older versions of ReiserFS;
7891 it is enabled by default for Linux.
7892 According to some information this flag is not needed
7893 anymore for kernel 2.4.16 and newer.
7894 .ip RrtImpliesDsn
7895 [R]
7896 If this option is set, a
7897 .q Return-Receipt-To:
7898 header causes the request of a DSN, which is sent to
7899 the envelope sender as required by RFC 1891,
7900 not to the address given in the header.
7901 .ip RunAsUser=\fIuser\fP
7902 [no short name]
7903 The
7904 .i user
7905 parameter may be a user name
7906 (looked up in
7907 .i /etc/passwd )
7908 or a numeric user id;
7909 either form can have
7910 .q ":group"
7911 attached
7912 (where group can be numeric or symbolic).
7913 If set to a non-zero (non-root) value,
7914 .i sendmail
7915 will change to this user id shortly after startup\**.
7916 .(f
7917 \**When running as a daemon,
7918 it changes to this user after accepting a connection
7919 but before reading any
7920 .sm SMTP
7921 commands.
7922 .)f
7923 This avoids a certain class of security problems.
7924 However, this means that all
7925 .q \&.forward
7926 and
7927 .q :include:
7928 files must be readable by the indicated
7929 .i user
7930 and all files to be written must be writable by
7931 .i user
7932 Also, all file and program deliveries will be marked unsafe
7933 unless the option
7934 .b DontBlameSendmail=NonRootSafeAddr
7935 is set,
7936 in which case the delivery will be done as
7937 .i user .
7938 It is also incompatible with the
7939 .b SafeFileEnvironment
7940 option.
7941 In other words, it may not actually add much to security on an average system,
7942 and may in fact detract from security
7943 (because other file permissions must be loosened).
7944 However, it should be useful on firewalls and other
7945 places where users don't have accounts and the aliases file is
7946 well constrained.
7947 .ip RecipientFactor=\fIfact\fP
7948 [y]
7949 The indicated
7950 .i fact or
7951 is added to the priority (thus
7952 .i lowering
7953 the priority of the job)
7954 for each recipient,
7955 i.e., this value penalizes jobs with large numbers of recipients.
7956 Defaults to 30000.
7957 .ip RefuseLA=\fILA\fP
7958 [X]
7959 When the system load average exceeds
7960 .i LA ,
7961 refuse incoming SMTP connections.
7962 Defaults to 12 multiplied by
7963 the number of processors online on the system
7964 (if that can be determined).
7965 .ip RejectLogInterval=\fItimeout\fP
7966 [no short name]
7967 Log interval when refusing connections for this long
7968 (default: 3h).
7969 .ip RetryFactor=\fIfact\fP
7970 [Z]
7971 The
7972 .i fact or
7973 is added to the priority
7974 every time a job is processed.
7975 Thus,
7976 each time a job is processed,
7977 its priority will be decreased by the indicated value.
7978 In most environments this should be positive,
7979 since hosts that are down are all too often down for a long time.
7980 Defaults to 90000.
7981 .ip SafeFileEnvironment=\fIdir\fP
7982 [no short name]
7983 If this option is set,
7984 .i sendmail
7985 will do a
7986 .i chroot (2)
7987 call into the indicated
7988 .i dir ectory
7989 before doing any file writes.
7990 If the file name specified by the user begins with
7991 .i dir ,
7992 that partial path name will be stripped off before writing,
7993 so (for example)
7994 if the SafeFileEnvironment variable is set to
7995 .q /safe
7996 then aliases of
7997 .q /safe/logs/file
7998 and
7999 .q /logs/file
8000 actually indicate the same file.
8001 Additionally, if this option is set,
8002 .i sendmail
8003 refuses to deliver to symbolic links.
8004 .ip SaveFromLine
8005 [f]
8006 Save
8007 UNIX-style
8008 .q From
8009 lines at the front of headers.
8010 Normally they are assumed redundant
8011 and discarded.
8012 .ip SendMimeErrors
8013 [j]
8014 If set, send error messages in MIME format
8015 (see RFC 2045 and RFC 1344 for details).
8016 If disabled,
8017 .i sendmail
8018 will not return the DSN keyword in response to an EHLO
8019 and will not do Delivery Status Notification processing as described in
8020 RFC 1891.
8021 .ip ServerCertFile
8022 [no short name]
8023 File containing the certificate of the server, i.e., this certificate
8024 is used when sendmail acts as server
8025 (used for STARTTLS).
8026 .ip ServerKeyFile
8027 [no short name]
8028 File containing the private key belonging to the server certificate
8029 (used for STARTTLS).
8030 .ip ServiceSwitchFile=\fIfilename\fP
8031 [no short name]
8032 If your host operating system has a service switch abstraction
8033 (e.g., /etc/nsswitch.conf on Solaris
8034 or /etc/svc.conf on Ultrix and DEC OSF/1)
8035 that service will be consulted and this option is ignored.
8036 Otherwise, this is the name of a file
8037 that provides the list of methods used to implement particular services.
8038 The syntax is a series of lines,
8039 each of which is a sequence of words.
8040 The first word is the service name,
8041 and following words are service types.
8042 The services that
8043 .i sendmail
8044 consults directly are
8045 .q aliases
8046 and
8047 .q hosts.
8048 Service types can be
8049 .q dns ,
8050 .q nis ,
8051 .q nisplus ,
8052 or
8053 .q files
8054 (with the caveat that the appropriate support
8055 must be compiled in
8056 before the service can be referenced).
8057 If ServiceSwitchFile is not specified, it defaults to
8058 /etc/mail/service.switch.
8059 If that file does not exist, the default switch is:
8060 .(b
8061 aliases files
8062 hosts   dns nis files
8063 .)b
8064 The default file is
8065 .q /etc/mail/service.switch .
8066 .ip SevenBitInput
8067 [7]
8068 Strip input to seven bits for compatibility with old systems.
8069 This shouldn't be necessary.
8070 .ip SharedMemoryKey
8071 [no short name]
8072 Key to use for shared memory segment;
8073 if not set (or 0), shared memory will not be used.
8074 If set to
8075 -1
8076 .i sendmail
8077 can select a key itself provided that also
8078 .b SharedMemoryKeyFile
8079 is set.
8080 Requires support for shared memory to be compiled into
8081 .i sendmail .
8082 If this option is set,
8083 .i sendmail
8084 can share some data between different instances.
8085 For example, the number of entries in a queue directory
8086 or the available space in a file system.
8087 This allows for more efficient program execution, since only
8088 one process needs to update the data instead of each individual
8089 process gathering the data each time it is required.
8090 .ip SharedMemoryKeyFile
8091 [no short name]
8092 If
8093 .b SharedMemoryKey
8094 is set to
8095 -1
8096 then the automatically selected shared memory key will be stored
8097 in the specified file.
8098 .ip SingleLineFromHeader
8099 [no short name]
8100 If set, From: lines that have embedded newlines are unwrapped
8101 onto one line.
8102 This is to get around a botch in Lotus Notes
8103 that apparently cannot understand legally wrapped RFC 822 headers.
8104 .ip SingleThreadDelivery
8105 [no short name]
8106 If set, a client machine will never try to open two SMTP connections
8107 to a single server machine at the same time,
8108 even in different processes.
8109 That is, if another
8110 .i sendmail
8111 is already talking to some host a new
8112 .i sendmail
8113 will not open another connection.
8114 This property is of mixed value;
8115 although this reduces the load on the other machine,
8116 it can cause mail to be delayed
8117 (for example, if one
8118 .i sendmail
8119 is delivering a huge message, other
8120 .i sendmail s
8121 won't be able to send even small messages).
8122 Also, it requires another file descriptor
8123 (for the lock file)
8124 per connection, so you may have to reduce the
8125 .b ConnectionCacheSize
8126 option to avoid running out of per-process file descriptors.
8127 Requires the
8128 .b HostStatusDirectory
8129 option.
8130 .ip SmtpGreetingMessage=\fImessage\fP
8131 [$e macro]
8132 The message printed when the SMTP server starts up.
8133 Defaults to
8134 .q "$j Sendmail $v ready at $b".
8135 .ip SoftBounce
8136 If set, issue temporary errors (4xy) instead of permanent errors (5xy).
8137 This can be useful during testing of a new configuration to avoid
8138 erroneous bouncing of mails.
8139 .ip StatusFile=\fIfile\fP
8140 [S]
8141 Log summary statistics in the named
8142 .i file .
8143 If no file name is specified, "statistics" is used.
8144 If not set,
8145 no summary statistics are saved.
8146 This file does not grow in size.
8147 It can be printed using the
8148 .i mailstats (8)
8149 program.
8150 .ip SuperSafe
8151 [s]
8152 This option can be set to True, False, Interactive, or PostMilter.
8153 If set to True,
8154 .i sendmail
8155 will be super-safe when running things,
8156 i.e., always instantiate the queue file,
8157 even if you are going to attempt immediate delivery.
8158 .i Sendmail
8159 always instantiates the queue file
8160 before returning control to the client
8161 under any circumstances.
8162 This should really
8163 .i always
8164 be set to True.
8165 The Interactive value has been introduced in 8.12 and can
8166 be used together with
8167 .b DeliveryMode=i .
8168 It skips some synchronization calls which are effectively
8169 doubled in the code execution path for this mode.
8170 If set to PostMilter,
8171 .i sendmail
8172 defers synchronizing the queue file until any milters have
8173 signaled acceptance of the message.
8174 PostMilter is useful only when
8175 .i sendmail
8176 is running as an SMTP server; in all other situations it
8177 acts the same as True.
8178 .ip TLSSrvOptions
8179 [no short name]
8180 List of options for SMTP STARTTLS for the server
8181 consisting of single characters
8182 with intervening white space or commas.
8183 The flag ``V'' disables client verification, and hence
8184 it is not possible to use a client certificate for relaying.
8185 Currently there are no other flags available.
8186 .ip TempFileMode=\fImode\fP
8187 [F]
8188 The file mode for transcript files, files to which
8189 .i sendmail
8190 delivers directly, files in the
8191 .b HostStatusDirectory ,
8192 and
8193 .b StatusFile .
8194 It is interpreted in octal by default.
8195 Defaults to 0600.
8196 .ip Timeout.\fItype\fP=\|\fItimeout\fP
8197 [r; subsumes old T option as well]
8198 Set timeout values.
8199 For more information,
8200 see section
8201 .\" XREF
8202 4.1.
8203 .ip TimeZoneSpec=\fItzinfo\fP
8204 [t]
8205 Set the local time zone info to
8206 .i tzinfo
8207 \*- for example,
8208 .q PST8PDT .
8209 Actually, if this is not set,
8210 the TZ environment variable is cleared (so the system default is used);
8211 if set but null, the user's TZ variable is used,
8212 and if set and non-null the TZ variable is set to this value.
8213 .ip TrustedUser=\fIuser\fP
8214 [no short name]
8215 The
8216 .i user
8217 parameter may be a user name
8218 (looked up in
8219 .i /etc/passwd )
8220 or a numeric user id.
8221 Trusted user for file ownership and starting the daemon.  If set, generated
8222 alias databases and the control socket (if configured) will automatically
8223 be owned by this user.
8224 .ip TryNullMXList
8225 [w]
8226 If this system is the
8227 .q best
8228 (that is, lowest preference)
8229 MX for a given host,
8230 its configuration rules should normally detect this situation
8231 and treat that condition specially
8232 by forwarding the mail to a UUCP feed,
8233 treating it as local,
8234 or whatever.
8235 However, in some cases (such as Internet firewalls)
8236 you may want to try to connect directly to that host
8237 as though it had no MX records at all.
8238 Setting this option causes
8239 .i sendmail
8240 to try this.
8241 The downside is that errors in your configuration
8242 are likely to be diagnosed as
8243 .q "host unknown"
8244 or
8245 .q "message timed out"
8246 instead of something more meaningful.
8247 This option is disrecommended.
8248 .ip UnixFromLine=\fIfromline\fP
8249 [$l macro]
8250 Defines the format used when
8251 .i sendmail
8252 must add a UNIX-style From_ line
8253 (that is, a line beginning
8254 .q From<space>user ).
8255 Defaults to
8256 .q "From $g  $d" .
8257 Don't change this unless your system uses a different UNIX mailbox format
8258 (very unlikely).
8259 .ip UnsafeGroupWrites
8260 [no short name]
8261 If set (default),
8262 :include: and .forward files that are group writable are considered
8263 .q unsafe ,
8264 that is,
8265 they cannot reference programs or write directly to files.
8266 World writable :include: and .forward files
8267 are always unsafe.
8268 Note: use
8269 .b DontBlameSendmail
8270 instead; this option is deprecated.
8271 .ip UseErrorsTo
8272 [l]
8273 If there is an
8274 .q Errors-To:
8275 header, send error messages to the addresses listed there.
8276 They normally go to the envelope sender.
8277 Use of this option causes
8278 .i sendmail
8279 to violate RFC 1123.
8280 This option is disrecommended and deprecated.
8281 .ip UserDatabaseSpec=\fIudbspec\fP
8282 [U]
8283 The user database specification.
8284 .ip Verbose
8285 [v]
8286 Run in verbose mode.
8287 If this is set,
8288 .i sendmail
8289 adjusts options
8290 .b HoldExpensive
8291 (old
8292 .b c )
8293 and
8294 .b DeliveryMode
8295 (old
8296 .b d )
8297 so that all mail is delivered completely
8298 in a single job
8299 so that you can see the entire delivery process.
8300 Option
8301 .b Verbose
8302 should
8303 .i never
8304 be set in the configuration file;
8305 it is intended for command line use only.
8306 Note that the use of option
8307 .b Verbose
8308 can cause authentication information to leak, if you use a
8309 sendmail client to authenticate to a server.
8310 If the authentication mechanism uses plain text passwords
8311 (as with LOGIN or PLAIN),
8312 then the password could be compromised.
8313 To avoid this, do not install sendmail set-user-ID root,
8314 and disable the
8315 .b VERB
8316 SMTP command with a suitable
8317 .b PrivacyOptions
8318 setting.
8319 .ip XscriptFileBufferSize=\fIthreshold\fP
8320 [no short name]
8321 Set the
8322 .i threshold ,
8323 in bytes,
8324 before a memory-based
8325 queue transcript file
8326 becomes disk-based.
8327 The default is 4096 bytes.
8328 .lp
8329 All options can be specified on the command line using the
8330 \-O or \-o flag,
8331 but most will cause
8332 .i sendmail
8333 to relinquish its set-user-ID permissions.
8334 The options that will not cause this are
8335 SevenBitInput [7],
8336 EightBitMode [8],
8337 MinFreeBlocks [b],
8338 CheckpointInterval [C],
8339 DeliveryMode [d],
8340 ErrorMode [e],
8341 IgnoreDots [i],
8342 SendMimeErrors [j],
8343 LogLevel [L],
8344 MeToo [m],
8345 OldStyleHeaders [o],
8346 PrivacyOptions [p],
8347 SuperSafe [s],
8348 Verbose [v],
8349 QueueSortOrder,
8350 MinQueueAge,
8351 DefaultCharSet,
8352 Dial Delay,
8353 NoRecipientAction,
8354 ColonOkInAddr,
8355 MaxQueueRunSize,
8356 SingleLineFromHeader,
8357 and
8358 AllowBogusHELO.
8359 Actually, PrivacyOptions [p] given on the command line
8360 are added to those already specified in the
8361 .i sendmail.cf
8362 file, i.e., they can't be reset.
8363 Also, M (define macro) when defining the r or s macros
8364 is also considered
8365 .q safe .
8366 .sh 2 "P \*- Precedence Definitions"
8367 .pp
8368 Values for the
8369 .q "Precedence:"
8370 field may be defined using the
8371 .b P
8372 control line.
8373 The syntax of this field is:
8374 .(b
8375 \fBP\fP\fIname\fP\fB=\fP\fInum\fP
8376 .)b
8377 When the
8378 .i name
8379 is found in a
8380 .q Precedence:
8381 field,
8382 the message class is set to
8383 .i num .
8384 Higher numbers mean higher precedence.
8385 Numbers less than zero
8386 have the special property
8387 that if an error occurs during processing
8388 the body of the message will not be returned;
8389 this is expected to be used for
8390 .q "bulk"
8391 mail such as through mailing lists.
8392 The default precedence is zero.
8393 For example,
8394 our list of precedences is:
8395 .(b
8396 Pfirst-class=0
8397 Pspecial-delivery=100
8398 Plist=\-30
8399 Pbulk=\-60
8400 Pjunk=\-100
8401 .)b
8402 People writing mailing list exploders
8403 are encouraged to use
8404 .q "Precedence: list" .
8405 Older versions of
8406 .i sendmail
8407 (which discarded all error returns for negative precedences)
8408 didn't recognize this name, giving it a default precedence of zero.
8409 This allows list maintainers to see error returns
8410 on both old and new versions of
8411 .i sendmail .
8412 .sh 2 "V \*- Configuration Version Level"
8413 .pp
8414 To provide compatibility with old configuration files,
8415 the
8416 .b V
8417 line has been added to define some very basic semantics
8418 of the configuration file.
8419 These are not intended to be long term supports;
8420 rather, they describe compatibility features
8421 which will probably be removed in future releases.
8422 .pp
8423 .b N.B.:
8424 these version
8425 .i levels
8426 have nothing
8427 to do with the version
8428 .i number
8429 on the files.
8430 For example,
8431 as of this writing
8432 version 10 config files
8433 (specifically, 8.10)
8434 used version level 9 configurations.
8435 .pp
8436 .q Old
8437 configuration files are defined as version level one.
8438 Version level two files make the following changes:
8439 .np
8440 Host name canonification ($[ ... $])
8441 appends a dot if the name is recognized;
8442 this gives the config file a way of finding out if anything matched.
8443 (Actually, this just initializes the
8444 .q host
8445 map with the
8446 .q \-a.
8447 flag \*- you can reset it to anything you prefer
8448 by declaring the map explicitly.)
8449 .np
8450 Default host name extension is consistent throughout processing;
8451 version level one configurations turned off domain extension
8452 (that is, adding the local domain name)
8453 during certain points in processing.
8454 Version level two configurations are expected to include a trailing dot
8455 to indicate that the name is already canonical.
8456 .np
8457 Local names that are not aliases
8458 are passed through a new distinguished ruleset five;
8459 this can be used to append a local relay.
8460 This behavior can be prevented by resolving the local name
8461 with an initial `@'.
8462 That is, something that resolves to a local mailer and a user name of
8463 .q vikki
8464 will be passed through ruleset five,
8465 but a user name of
8466 .q @vikki
8467 will have the `@' stripped,
8468 will not be passed through ruleset five,
8469 but will otherwise be treated the same as the prior example.
8470 The expectation is that this might be used to implement a policy
8471 where mail sent to
8472 .q vikki
8473 was handled by a central hub,
8474 but mail sent to
8475 .q vikki@localhost
8476 was delivered directly.
8477 .pp
8478 Version level three files
8479 allow # initiated comments on all lines.
8480 Exceptions are backslash escaped # marks
8481 and the $# syntax.
8482 .pp
8483 Version level four configurations
8484 are completely equivalent to level three
8485 for historical reasons.
8486 .pp
8487 Version level five configuration files
8488 change the default definition of
8489 .b $w
8490 to be just the first component of the hostname.
8491 .pp
8492 Version level six configuration files
8493 change many of the local processing options
8494 (such as aliasing and matching the beginning of the address for
8495 `|' characters)
8496 to be mailer flags;
8497 this allows fine-grained control over the special local processing.
8498 Level six configuration files may also use long option names.
8499 The
8500 .b ColonOkInAddr
8501 option (to allow colons in the local-part of addresses)
8502 defaults
8503 .b on
8504 for lower numbered configuration files;
8505 the configuration file requires some additional intelligence
8506 to properly handle the RFC 822 group construct.
8507 .pp
8508 Version level seven configuration files
8509 used new option names to replace old macros
8510 (\c
8511 .b $e
8512 became
8513 .b SmtpGreetingMessage ,
8514 .b $l
8515 became
8516 .b UnixFromLine ,
8517 and
8518 .b $o
8519 became
8520 .b OperatorChars .
8521 Also, prior to version seven,
8522 the
8523 .b F=q
8524 flag (use 250 instead of 252 return value for
8525 .sm "SMTP VRFY"
8526 commands)
8527 was assumed.
8528 .pp
8529 Version level eight configuration files allow
8530 .b $#
8531 on the left hand side of ruleset lines.
8532 .pp
8533 Version level nine configuration files allow
8534 parentheses in rulesets, i.e. they are not treated
8535 as comments and hence removed.
8536 .pp
8537 Version level ten configuration files allow
8538 queue group definitions.
8539 .pp
8540 The
8541 .b V
8542 line may have an optional
8543 .b / \c
8544 .i vendor
8545 to indicate that this configuration file uses modifications
8546 specific to a particular vendor\**.
8547 .(f
8548 \**And of course, vendors are encouraged to add themselves
8549 to the list of recognized vendors by editing the routine
8550 .i setvendor
8551 in
8552 .i conf.c .
8553 Please send e-mail to sendmail@Sendmail.ORG
8554 to register your vendor dialect.
8555 .)f
8556 You may use
8557 .q /Berkeley
8558 to emphasize that this configuration file
8559 uses the Berkeley dialect of
8560 .i sendmail .
8561 .sh 2 "K \*- Key File Declaration"
8562 .pp
8563 Special maps can be defined using the line:
8564 .(b
8565 Kmapname mapclass arguments
8566 .)b
8567 The
8568 .i mapname
8569 is the handle by which this map is referenced in the rewriting rules.
8570 The
8571 .i mapclass
8572 is the name of a type of map;
8573 these are compiled in to
8574 .i sendmail .
8575 The
8576 .i arguments
8577 are interpreted depending on the class;
8578 typically,
8579 there would be a single argument naming the file containing the map.
8580 .pp
8581 Maps are referenced using the syntax:
8582 .(b
8583 $( \fImap\fP \fIkey\fP $@ \fIarguments\fP $: \fIdefault\fP $)
8584 .)b
8585 where either or both of the
8586 .i arguments
8587 or
8588 .i default
8589 portion may be omitted.
8590 The
8591 .i "$@ arguments"
8592 may appear more than once.
8593 The indicated
8594 .i key
8595 and
8596 .i arguments
8597 are passed to the appropriate mapping function.
8598 If it returns a value, it replaces the input.
8599 If it does not return a value and the
8600 .i default
8601 is specified, the
8602 .i default
8603 replaces the input.
8604 Otherwise, the input is unchanged.
8605 .pp
8606 The
8607 .i arguments
8608 are passed to the map for arbitrary use.
8609 Most map classes can interpolate these arguments
8610 into their values using the syntax
8611 .q %\fIn\fP
8612 (where
8613 .i n
8614 is a digit)
8615 to indicate the corresponding
8616 .i argument .
8617 Argument
8618 .q %0
8619 indicates the database key.
8620 For example, the rule
8621 .(b
8622 .ta 1.5i
8623 R$\- ! $+       $: $(uucp $1 $@ $2 $: $2 @ $1 . UUCP $)
8624 .)b
8625 Looks up the UUCP name in a (user defined) UUCP map;
8626 if not found it turns it into
8627 .q \&.UUCP
8628 form.
8629 The database might contain records like:
8630 .(b
8631 decvax  %1@%0.DEC.COM
8632 research        %1@%0.ATT.COM
8633 .)b
8634 Note that
8635 .i default
8636 clauses never do this mapping.
8637 .pp
8638 The built-in map with both name and class
8639 .q host
8640 is the host name canonicalization lookup.
8641 Thus,
8642 the syntax:
8643 .(b
8644 $(host \fIhostname\fP$)
8645 .)b
8646 is equivalent to:
8647 .(b
8648 $[\fIhostname\fP$]
8649 .)b
8650 .pp
8651 There are many defined classes.
8652 .ip dbm
8653 Database lookups using the ndbm(3) library.
8654 .i Sendmail
8655 must be compiled with
8656 .b NDBM
8657 defined.
8658 .ip btree
8659 Database lookups using the btree interface to the Berkeley DB
8660 library.
8661 .i Sendmail
8662 must be compiled with
8663 .b NEWDB
8664 defined.
8665 .ip hash
8666 Database lookups using the hash interface to the Berkeley DB
8667 library.
8668 .i Sendmail
8669 must be compiled with
8670 .b NEWDB
8671 defined.
8672 .ip nis
8673 NIS lookups.
8674 .i Sendmail
8675 must be compiled with
8676 .b NIS
8677 defined.
8678 .ip nisplus
8679 NIS+ lookups.
8680 .i Sendmail
8681 must be compiled with
8682 .b NISPLUS
8683 defined.
8684 The argument is the name of the table to use for lookups,
8685 and the
8686 .b \-k
8687 and
8688 .b \-v
8689 flags may be used to set the key and value columns respectively.
8690 .ip hesiod
8691 Hesiod lookups.
8692 .i Sendmail
8693 must be compiled with
8694 .b HESIOD
8695 defined.
8696 .ip ldap
8697 LDAP X500 directory lookups.
8698 .i Sendmail
8699 must be compiled with
8700 .b LDAPMAP
8701 defined.
8702 The map supports most of the standard arguments
8703 and most of the command line arguments of the
8704 .i ldapsearch
8705 program.
8706 Note that,
8707 by default,
8708 if a single query matches multiple values,
8709 only the first value will be returned
8710 unless the
8711 .b \-z
8712 (value separator)
8713 map flag is set.
8714 Also, the
8715 .b \-1
8716 map flag will treat a multiple value return
8717 as if there were no matches.
8718 .ip netinfo
8719 NeXT NetInfo lookups.
8720 .i Sendmail
8721 must be compiled with
8722 .b NETINFO
8723 defined.
8724 .ip text
8725 Text file lookups.
8726 The format of the text file is defined by the
8727 .b \-k
8728 (key field number),
8729 .b \-v
8730 (value field number),
8731 and
8732 .b \-z
8733 (field delimiter)
8734 flags.
8735 .ip ph
8736 PH query map.
8737 Contributed and supported by
8738 Mark Roth, roth@uiuc.edu.
8739 For more information,
8740 consult the web site
8741 .q http://www-dev.cites.uiuc.edu/sendmail/ .
8742 .ip nsd
8743 nsd map for IRIX 6.5 and later.
8744 Contributed and supported by Bob Mende of SGI,
8745 mende@sgi.com.
8746 .ip stab
8747 Internal symbol table lookups.
8748 Used internally for aliasing.
8749 .ip implicit
8750 Really should be called
8751 .q alias
8752 \(em this is used to get the default lookups
8753 for alias files,
8754 and is the default if no class is specified for alias files.
8755 .ip user
8756 Looks up users using
8757 .i getpwnam (3).
8758 The
8759 .b \-v
8760 flag can be used to specify the name of the field to return
8761 (although this is normally used only to check the existence
8762 of a user).
8763 .ip host
8764 Canonifies host domain names.
8765 Given a host name it calls the name server
8766 to find the canonical name for that host.
8767 .ip bestmx
8768 Returns the best MX record for a host name given as the key.
8769 The current machine is always preferred \*-
8770 that is, if the current machine is one of the hosts listed as a
8771 lowest-preference MX record, then it will be guaranteed to be returned.
8772 This can be used to find out if this machine is the target for an MX record,
8773 and mail can be accepted on that basis.
8774 If the
8775 .b \-z
8776 flag is given, then all MX names are returned,
8777 separated by the given delimiter.
8778 .ip dns
8779 This map requires the option -R to specify the DNS resource record
8780 type to lookup. The following types are supported:
8781 A, AAAA, AFSDB, CNAME, MX, NS, PTR, SRV, and TXT.
8782 A map lookup will return only one record.
8783 Hence for some types, e.g., MX records, the return value might be a random
8784 element of the list due to randomizing in the DNS resolver.
8785 .ip sequence
8786 The arguments on the `K' line are a list of maps;
8787 the resulting map searches the argument maps in order
8788 until it finds a match for the indicated key.
8789 For example, if the key definition is:
8790 .(b
8791 Kmap1 ...
8792 Kmap2 ...
8793 Kseqmap sequence map1 map2
8794 .)b
8795 then a lookup against
8796 .q seqmap
8797 first does a lookup in map1.
8798 If that is found, it returns immediately.
8799 Otherwise, the same key is used for map2.
8800 .ip syslog
8801 the key is logged via
8802 .i syslogd \|(8).
8803 The lookup returns the empty string.
8804 .ip switch
8805 Much like the
8806 .q sequence
8807 map except that the order of maps is determined by the service switch.
8808 The argument is the name of the service to be looked up;
8809 the values from the service switch are appended to the map name
8810 to create new map names.
8811 For example, consider the key definition:
8812 .(b
8813 Kali switch aliases
8814 .)b
8815 together with the service switch entry:
8816 .(b
8817 aliases nis files
8818 .)b
8819 This causes a query against the map
8820 .q ali
8821 to search maps named
8822 .q ali.nis
8823 and
8824 .q ali.files
8825 in that order.
8826 .ip dequote
8827 Strip double quotes (") from a name.
8828 It does not strip backslashes,
8829 and will not strip quotes if the resulting string
8830 would contain unscannable syntax
8831 (that is, basic errors like unbalanced angle brackets;
8832 more sophisticated errors such as unknown hosts are not checked).
8833 The intent is for use when trying to accept mail from systems such as
8834 DECnet
8835 that routinely quote odd syntax such as
8836 .(b
8837 "49ers::ubell"
8838 .)b
8839 A typical usage is probably something like:
8840 .(b
8841 Kdequote dequote
8842
8843 \&...
8844
8845 R$\-    $: $(dequote $1 $)
8846 R$\- $+ $: $>3 $1 $2
8847 .)b
8848 Care must be taken to prevent unexpected results;
8849 for example,
8850 .(b
8851 "|someprogram < input > output"
8852 .)b
8853 will have quotes stripped,
8854 but the result is probably not what you had in mind.
8855 Fortunately these cases are rare.
8856 .ip regex
8857 The map definition on the
8858 .b K
8859 line contains a regular expression.
8860 Any key input is compared to that expression using the
8861 POSIX regular expressions routines regcomp(), regerr(), and regexec().
8862 Refer to the documentation for those routines for more information
8863 about the regular expression matching.
8864 No rewriting of the key is done if the
8865 .b \-m
8866 flag is used.  Without it, the key is discarded or if
8867 .b \-s
8868 if used, it is substituted by the substring matches, delimited by
8869 .b $|
8870 or the string specified with the the
8871 .b \-d
8872 flag.  The flags available for the map are
8873 .(b
8874 .ta 4n
8875 -n      not
8876 -f      case sensitive
8877 -b      basic regular expressions (default is extended)
8878 -s      substring match
8879 -d      set the delimiter used for -s
8880 -a      append string to key
8881 -m      match only, do not replace/discard value
8882 -D      perform no lookup in deferred delivery mode.
8883 .)b
8884 The
8885 .b \-s
8886 flag can include an optional parameter which can be used
8887 to select the substrings in the result of the lookup.  For example,
8888 .(b
8889 -s1,3,4
8890 .)b
8891 Notes: to match a
8892 .b $
8893 in a string,
8894 \\$$
8895 must be used.
8896 If the pattern contains spaces, they must be replaced
8897 with the blank substitution character, unless it is
8898 space itself.
8899 .ip program
8900 The arguments on the
8901 .b K
8902 line are the pathname to a program and any initial parameters to be passed.
8903 When the map is called,
8904 the key is added to the initial parameters
8905 and the program is invoked
8906 as the default user/group id.
8907 The first line of standard output is returned as the value of the lookup.
8908 This has many potential security problems,
8909 and has terrible performance;
8910 it should be used only when absolutely necessary.
8911 .ip macro
8912 Set or clear a macro value.
8913 To set a macro,
8914 pass the value as the first argument in the map lookup.
8915 To clear a macro,
8916 do not pass an argument in the map lookup.
8917 The map always returns the empty string.
8918 Example of typical usage include:
8919 .(b
8920 Kstorage macro
8921
8922 \&...
8923
8924 # set macro ${MyMacro} to the ruleset match
8925 R$+     $: $(storage {MyMacro} $@ $1 $) $1
8926 # set macro ${MyMacro} to an empty string
8927 R$*     $: $(storage {MyMacro} $@ $) $1
8928 # clear macro ${MyMacro}
8929 R$\-    $: $(storage {MyMacro} $) $1
8930 .)b
8931 .ip arith
8932 Perform simple arithmetic operations.
8933 The operation is given as key, currently
8934 +, -, *, /, %,
8935 |, & (bitwise OR, AND),
8936 l (for less than), =,
8937 and r (for random) are supported.
8938 The two operands are given as arguments.
8939 The lookup returns the result of the computation,
8940 i.e.,
8941 .sm TRUE
8942 or
8943 .sm FALSE
8944 for comparisons, integer values otherwise.
8945 The r operator returns a pseudo-random number whose value
8946 lies between the first and second operand
8947 (which requires that the first operand is smaller than the second).
8948 All options which are possible for maps are ignored.
8949 A simple example is:
8950 .(b
8951 Kcomp arith
8952
8953 \&...
8954
8955 Scheck_etrn
8956 R$*     $: $(comp l $@ $&{load_avg} $@ 7 $) $1
8957 RFALSE  $# error \&...
8958 .)b
8959 .ip socket
8960 The socket map uses a simple request/reply protocol over TCP or UNIX domain
8961 sockets to query an external server.
8962 Both requests and replies are text based and encoded as netstrings,
8963 i.e., a string "hello there" becomes:
8964 .(b
8965 11:hello there,
8966 .)b
8967 Note: neither requests nor replies end with CRLF.
8968
8969 The request consists of the database map name and the lookup key separated
8970 by a space character:
8971
8972 .(b
8973 <mapname> ' ' <key>
8974 .)b
8975
8976 The server responds with a status indicator and the result (if any):
8977
8978 .(b
8979 <status> ' ' <result>
8980 .)b
8981
8982 The status indicator specifies the result of the lookup operation itself
8983 and is one of the following upper case words:
8984 .(b
8985 .ta 9n
8986 OK      the key was found, result contains the looked up value
8987 NOTFOUND        the key was not found, the result is empty
8988 TEMP    a temporary failure occured
8989 TIMEOUT a timeout occured on the server side
8990 PERM    a permanent failure occured
8991 .)b
8992
8993 In case of errors (status TEMP, TIMEOUT or PERM) the result field may 
8994 contain an explanatory message.
8995 However, the explanatory message is not used any further by
8996 .i sendmail .
8997
8998 Example replies:
8999 .(b
9000 31:OK resolved.address@example.com,
9001 .)b
9002
9003 .(b
9004 56:OK error:550 5.7.1 User does not accept mail from sender,
9005 .)b
9006
9007 in case of successful lookups, or:
9008 .(b
9009 8:NOTFOUND, 
9010 .)b
9011
9012 in case the key was not found, or:
9013 .(b
9014 55:TEMP this text explains that we had a temporary failure,
9015 .)b
9016
9017 in case of a temporary map lookup failure.
9018
9019 The socket map uses the same syntax as milters
9020 (see Section "X \*- Mail Filter (Milter) Definitions")
9021 to specify the remote endpoint, e.g.,
9022 .(b
9023 Ksocket mySocketMap inet:12345@127.0.0.1
9024 .)b
9025
9026 If multiple socket maps define the same remote endpoint, they will share
9027 a single connection to this endpoint.
9028 .pp
9029 Most of these accept as arguments the same optional flags
9030 and a filename
9031 (or a mapname for NIS;
9032 the filename is the root of the database path,
9033 so that
9034 .q .db
9035 or some other extension appropriate for the database type
9036 will be added to get the actual database name).
9037 Known flags are:
9038 .ip "\-o"
9039 Indicates that this map is optional \*- that is,
9040 if it cannot be opened,
9041 no error is produced,
9042 and
9043 .i sendmail
9044 will behave as if the map existed but was empty.
9045 .ip "\-N, \-O"
9046 If neither
9047 .b \-N
9048 or
9049 .b \-O
9050 are specified,
9051 .i sendmail
9052 uses an adaptive algorithm to decide whether or not to look for null bytes
9053 on the end of keys.
9054 It starts by trying both;
9055 if it finds any key with a null byte it never tries again without a null byte
9056 and vice versa.
9057 If
9058 .b \-N
9059 is specified it never tries without a null byte and
9060 if
9061 .b \-O
9062 is specified it never tries with a null byte.
9063 Setting one of
9064 these can speed matches but are never necessary.
9065 If both
9066 .b \-N
9067 and
9068 .b \-O
9069 are specified,
9070 .i sendmail
9071 will never try any matches at all \(em
9072 that is, everything will appear to fail.
9073 .ip "\-a\fIx\fP"
9074 Append the string
9075 .i x
9076 on successful matches.
9077 For example, the default
9078 .i host
9079 map appends a dot on successful matches.
9080 .ip "\-T\fIx\fP"
9081 Append the string
9082 .i x
9083 on temporary failures.
9084 For example,
9085 .i x
9086 would be appended if a DNS lookup returned
9087 .q "server failed"
9088 or an NIS lookup could not locate a server.
9089 See also the
9090 .b \-t
9091 flag.
9092 .ip "\-f"
9093 Do not fold upper to lower case before looking up the key.
9094 .ip "\-m"
9095 Match only (without replacing the value).
9096 If you only care about the existence of a key and not the value
9097 (as you might when searching the NIS map
9098 .q hosts.byname
9099 for example),
9100 this flag prevents the map from substituting the value.
9101 However,
9102 The \-a argument is still appended on a match,
9103 and the default is still taken if the match fails.
9104 .ip "\-k\fIkeycol\fP"
9105 The key column name (for NIS+) or number
9106 (for text lookups).
9107 For LDAP maps this is an LDAP filter string
9108 in which %s is replaced with the literal contents of the lookup key
9109 and %0 is replaced with the LDAP escaped contents of the lookup key
9110 according to RFC 2254.
9111 If the flag
9112 .b \-K
9113 is used, then %1 through %9 are replaced with the LDAP escaped contents
9114 of the arguments specified in the map lookup.
9115 .ip "\-v\fIvalcol\fP"
9116 The value column name (for NIS+) or number
9117 (for text lookups).
9118 For LDAP maps this is the name of one or more
9119 attributes to be returned;
9120 multiple attributes can be separated by commas.
9121 If not specified, all attributes found in the match
9122 will be returned.
9123 The attributes listed can also include a type and one or more
9124 objectClass values for matching as described in the LDAP section.
9125 .ip "\-z\fIdelim\fP"
9126 The column delimiter (for text lookups).
9127 It can be a single character or one of the special strings
9128 .q \|\en
9129 or
9130 .q \|\et
9131 to indicate newline or tab respectively.
9132 If omitted entirely,
9133 the column separator is any sequence of white space.
9134 For LDAP maps this is the separator character
9135 to combine multiple values
9136 into a single return string.
9137 If not set,
9138 the LDAP lookup will only return the first match found.
9139 For DNS maps this is the separator character at which
9140 the result of a query is cut off if is too long.
9141 .ip "\-t"
9142 Normally, when a map attempts to do a lookup
9143 and the server fails
9144 (e.g.,
9145 .i sendmail
9146 couldn't contact any name server;
9147 this is
9148 .i not
9149 the same as an entry not being found in the map),
9150 the message being processed is queued for future processing.
9151 The
9152 .b \-t
9153 flag turns off this behavior,
9154 letting the temporary failure (server down)
9155 act as though it were a permanent failure (entry not found).
9156 It is particularly useful for DNS lookups,
9157 where someone else's misconfigured name server can cause problems
9158 on your machine.
9159 However, care must be taken to ensure that you don't bounce mail
9160 that would be resolved correctly if you tried again.
9161 A common strategy is to forward such mail
9162 to another, possibly better connected, mail server.
9163 .ip "\-D"
9164 Perform no lookup in deferred delivery mode.
9165 This flag is set by default for the
9166 .i host
9167 map.
9168 .ip "\-S\fIspacesub\fP
9169 The character to use to replace space characters
9170 after a successful map lookup (esp. useful for regex
9171 and syslog maps).
9172 .ip "\-s\fIspacesub\fP
9173 For the dequote map only,
9174 the character to use to replace space characters
9175 after a successful dequote.
9176 .ip "\-q"
9177 Don't dequote the key before lookup.
9178 .ip "\-L\fIlevel\fP
9179 For the syslog map only, it specifies the level
9180 to use for the syslog call.
9181 .ip "\-A"
9182 When rebuilding an alias file,
9183 the
9184 .b \-A
9185 flag causes duplicate entries in the text version
9186 to be merged.
9187 For example, two entries:
9188 .(b
9189 list:   user1, user2
9190 list:   user3
9191 .)b
9192 would be treated as though it were the single entry
9193 .(b
9194 list:   user1, user2, user3
9195 .)b
9196 in the presence of the
9197 .b \-A
9198 flag.
9199 .pp
9200 Some additional flags are available for the host and dns maps:
9201 .ip "\-d"
9202 delay: specify the resolver's retransmission time interval (in seconds).
9203 .ip "\-r"
9204 retry: specify the number of times to retransmit a resolver query.
9205 .pp
9206 The dns map has another flag:
9207 .ip "\-B"
9208 basedomain: specify a domain that is always appended to queries.
9209 .pp
9210 The following additional flags are present in the ldap map only:
9211 .ip "\-R"
9212 Do not auto chase referrals.  sendmail must be compiled with
9213 .b \-DLDAP_REFERRALS
9214 to use this flag.
9215 .ip "\-n"
9216 Retrieve attribute names only.
9217 .ip "\-V\fIsep\fP"
9218 Retrieve both attributes name and value(s),
9219 separated by
9220 .i sep .
9221 .ip "\-r\fIderef\fP"
9222 Set the alias dereference option to one of never, always, search, or find.
9223 .ip "\-s\fIscope\fP"
9224 Set search scope to one of base, one (one level), or sub (subtree).
9225 .ip "\-h\fIhost\fP"
9226 LDAP server hostname.
9227 Some LDAP libraries allow you to specify multiple, space-separated hosts for
9228 redundancy.
9229 In addition, each of the hosts listed can be followed by a colon and a port
9230 number to override the default LDAP port.
9231 .ip "\-p\fIport\fP"
9232 LDAP service port.
9233 .ip "\-H \fILDAPURI\fP"
9234 Use the specified LDAP URI instead of specifying the hostname and port
9235 separately with the the
9236 .b \-h
9237 and
9238 .b \-p
9239 options shown above.
9240 For example,
9241 .(b
9242 -h server.example.com -p 389 -b dc=example,dc=com
9243 .)b
9244 is equivalent to
9245 .(b
9246 -H ldap://server.example.com:389 -b dc=example,dc=com
9247 .)b
9248 If the LDAP library supports it,
9249 the LDAP URI format however can also request LDAP over SSL by using
9250 .b ldaps://
9251 instead of
9252 .b ldap:// .
9253 For example:
9254 .(b
9255 O LDAPDefaultSpec=-H ldaps://ldap.example.com -b dc=example,dc=com
9256 .)b
9257 Similarly, if the LDAP library supports it,
9258 It can also be used to specify a UNIX domain socket using
9259 .b ldapi:// :
9260 .(b
9261 O LDAPDefaultSpec=-H ldapi://socketfile -b dc=example,dc=com
9262 .)b
9263 .ip "\-b\fIbase\fP"
9264 LDAP search base.
9265 .ip "\-l\fItimelimit\fP"
9266 Time limit for LDAP queries.
9267 .ip "\-Z\fIsizelimit\fP"
9268 Size (number of matches) limit for LDAP or DNS queries.
9269 .ip "\-d\fIdistinguished_name\fP"
9270 The distinguished name to use to login to the LDAP server.
9271 .ip "\-M\fImethod\fP"
9272 The method to authenticate to the LDAP server.
9273 Should be one of
9274 .b LDAP_AUTH_NONE ,
9275 .b LDAP_AUTH_SIMPLE ,
9276 or
9277 .b LDAP_AUTH_KRBV4 .
9278 .ip "\-P\fIpasswordfile\fP"
9279 The file containing the secret key for the
9280 .b LDAP_AUTH_SIMPLE
9281 authentication method
9282 or the name of the Kerberos ticket file for
9283 .b LDAP_AUTH_KRBV4 .
9284 .ip "\-1"
9285 Force LDAP searches to only succeed if a single match is found.
9286 If multiple values are found,
9287 the search is treated as if no match was found.
9288 .ip "\-w\fIversion\fP"
9289 Set the LDAP API/protocol version to use.
9290 The default depends on the LDAP client libraries in use.
9291 For example,
9292 .b "\-w 3"
9293 will cause
9294 .i sendmail
9295 to use LDAPv3 when communicating with the LDAP server.
9296 .ip "\-K"
9297 Treat the LDAP search key as multi-argument and
9298 replace %1 through %9 in the key with
9299 the LDAP escaped contents of the lookup arguments specified in the map lookup.
9300 .pp
9301 The
9302 .i dbm
9303 map appends the strings
9304 .q \&.pag
9305 and
9306 .q \&.dir
9307 to the given filename;
9308 the
9309 .i hash
9310 and
9311 .i btree
9312 maps append
9313 .q \&.db .
9314 For example, the map specification
9315 .(b
9316 Kuucp dbm \-o \-N /etc/mail/uucpmap
9317 .)b
9318 specifies an optional map named
9319 .q uucp
9320 of class
9321 .q dbm ;
9322 it always has null bytes at the end of every string,
9323 and the data is located in
9324 /etc/mail/uucpmap.{dir,pag}.
9325 .pp
9326 The program
9327 .i makemap (8)
9328 can be used to build any of the three database-oriented maps.
9329 It takes the following flags:
9330 .ip \-f
9331 Do not fold upper to lower case in the map.
9332 .ip \-N
9333 Include null bytes in keys.
9334 .ip \-o
9335 Append to an existing (old) file.
9336 .ip \-r
9337 Allow replacement of existing keys;
9338 normally, re-inserting an existing key is an error.
9339 .ip \-v
9340 Print what is happening.
9341 .lp
9342 The
9343 .i sendmail
9344 daemon does not have to be restarted to read the new maps
9345 as long as you change them in place;
9346 file locking is used so that the maps won't be read
9347 while they are being updated.
9348 .pp
9349 New classes can be added in the routine
9350 .b setupmaps
9351 in file
9352 .b conf.c .
9353 .sh 2 "Q \*- Queue Group Declaration"
9354 .pp
9355 In addition to the option
9356 .i QueueDirectory,
9357 queue groups can be declared that define a (group of) queue directories
9358 under a common name.
9359 The syntax is as follows:
9360 .(b F
9361 .b Q \c
9362 .i name
9363 {, \c
9364 .i field =\c
9365 .i value \|}+
9366 .)b
9367 where
9368 .i name
9369 is the symbolic name of the queue group under which
9370 it can be referenced in various places
9371 and the
9372 .q field=value
9373 pairs define attributes of the queue group.
9374 The name must only consist of alphanumeric characters.
9375 Fields are:
9376 .ip Flags
9377 Flags for this queue group.
9378 .ip Nice
9379 The nice(2) increment for the queue group.
9380 This value must be greater or equal zero.
9381 .ip Interval
9382 The time between two queue runs.
9383 .ip Path
9384 The queue directory of the group (required).
9385 .ip Runners
9386 The number of parallel runners processing the queue.
9387 Note that
9388 .b F=f
9389 must be set if this value is greater than one.
9390 .ip Jobs
9391 The maximum number of jobs (messages delivered) per queue run.
9392 .ip recipients
9393 The maximum number of recipients per envelope.
9394 Envelopes with more than this number of recipients will be split
9395 into multiple envelopes in the same queue directory.
9396 The default value 0 means no limit.
9397 .lp
9398 Only the first character of the field name is checked.
9399 .pp
9400 By default, a queue group named
9401 .i mqueue
9402 is defined that uses the value of the
9403 .i QueueDirectory
9404 option as path.
9405 Notice: all paths that are used for queue groups must
9406 be subdirectories of
9407 .i QueueDirectory .
9408 Since they can be symbolic links, this isn't a real restriction,
9409 If
9410 .i QueueDirectory
9411 uses a wildcard, then the directory one level up is considered
9412 the ``base'' directory which all other queue directories must share.
9413 Please make sure that the queue directories do not overlap,
9414 e.g., do not specify
9415 .(b
9416 O QueueDirectory=/var/spool/mqueue/*
9417 Qone, P=/var/spool/mqueue/dir1
9418 Qtwo, P=/var/spool/mqueue/dir2
9419 .)b
9420 because this also includes
9421 .q dir1
9422 and
9423 .q dir2
9424 in the default queue group.
9425 However,
9426 .(b
9427 O QueueDirectory=/var/spool/mqueue/main*
9428 Qone, P=/var/spool/mqueue/dir
9429 Qtwo, P=/var/spool/mqueue/other*
9430 .)b
9431 is a valid queue group specification.
9432 .pp
9433 Options listed in the ``Flags'' field can be used to modify
9434 the behavior of a queue group.
9435 The ``f'' flag must be set if multiple queue runners are
9436 supposed to work on the entries in a queue group.
9437 Otherwise
9438 .i sendmail
9439 will work on the entries strictly sequentially.
9440 .pp
9441 The ``Interval'' field sets the time between queue runs.
9442 If no queue group specific interval is set, then the parameter of the
9443 .b -q
9444 option from the command line is used.
9445 .pp
9446 To control the overall number of concurrently active queue runners
9447 the option
9448 .b MaxQueueChildren
9449 can be set.
9450 This limits the number of processes used for running the queues to
9451 .b MaxQueueChildren ,
9452 though at any one time fewer processes may be active
9453 as a result of queue options, completed queue runs, system load, etc.
9454 .pp
9455 The maximum number of queue runners for an individual queue group can be
9456 controlled via the
9457 .b Runners
9458 option.
9459 If set to 0, entries in the queue will not be processed, which
9460 is useful to ``quarantine'' queue files.
9461 The number of runners per queue group may also be set with the option
9462 .b MaxRunnersPerQueue ,
9463 which applies to queue groups that have no individual limit.
9464 That is, the default value for
9465 .b Runners
9466 is
9467 .b MaxRunnersPerQueue
9468 if set, otherwise 1.
9469 .pp
9470 The field Jobs describes the maximum number of jobs
9471 (messages delivered) per queue run, which is the queue group specific
9472 value of
9473 .b MaxQueueRunSize .
9474 .pp
9475 Notice: queue groups should be declared after all queue related options
9476 have been set because queue groups take their defaults from those options.
9477 If an option is set after a queue group declaration, the values of
9478 options in the queue group are set to the defaults of
9479 .i sendmail
9480 unless explicitly set in the declaration.
9481 .pp
9482 Each envelope is assigned to a queue group based on the algorithm
9483 described in section
9484 ``Queue Groups and Queue Directories''.
9485 .sh 2 "X \*- Mail Filter (Milter) Definitions"
9486 .pp
9487 The
9488 .i sendmail
9489 Mail Filter API (Milter) is designed to allow third-party programs access
9490 to mail messages as they are being processed in order to filter
9491 meta-information and content.
9492 They are declared in the configuration file as:
9493 .(b F
9494 .b X \c
9495 .i name
9496 {, \c
9497 .i field =\c
9498 .i value \|}*
9499 .)b
9500 where
9501 .i name
9502 is the name of the filter
9503 (used internally only)
9504 and the
9505 .q field=name
9506 pairs define attributes of the filter.
9507 Also see the documentation for the
9508 .b InputMailFilters
9509 option for more information.
9510 .pp
9511 Fields are:
9512 .(b
9513 .ta 1i
9514 Socket          The socket specification
9515 Flags           Special flags for this filter
9516 Timeouts        Timeouts for this filter
9517 .)b
9518 Only the first character of the field name is checked
9519 (it's case-sensitive).
9520 .pp
9521 The socket specification is one of the following forms:
9522 .(b F
9523 .b S= \c
9524 .b inet \c
9525 .b :
9526 .i port
9527 .b @
9528 .i host
9529 .)b
9530 .(b F
9531 .b S= \c
9532 .b inet6 \c
9533 .b :
9534 .i port
9535 .b @
9536 .i host
9537 .)b
9538 .(b F
9539 .b S= \c
9540 .b local \c
9541 .b :
9542 .i path
9543 .)b
9544 The first two describe an IPv4 or IPv6 socket listening on a certain
9545 .i port
9546 at a given
9547 .i host
9548 or IP address.
9549 The final form describes a named socket on the filesystem at the given
9550 .i path .
9551 .pp
9552 The following flags may be set in the filter description.
9553 .nr ii 4n
9554 .ip R
9555 Reject connection if filter unavailable.
9556 .ip T
9557 Temporary fail connection if filter unavailable.
9558 .pp
9559 If neither F=R nor F=T is specified, the message is passed through
9560 .i sendmail
9561 in case of filter errors as if the failing filters were not present.
9562 .pp
9563 The timeouts can be set using the four fields inside of the
9564 .b T=
9565 equate:
9566 .nr ii 4n
9567 .ip C
9568 Timeout for connecting to a filter.
9569 If set to 0, the system's
9570 .i connect()
9571 timeout will be used.
9572 .ip S
9573 Timeout for sending information from the MTA to a filter.
9574 .ip R
9575 Timeout for reading reply from the filter.
9576 .ip E
9577 Overall timeout between sending end-of-message to filter and waiting for
9578 the final acknowledgment.
9579 .pp
9580 Note the separator between each timeout field is a
9581 .b ';' .
9582 The default values (if not set) are:
9583 .b T=C:5m;S:10s;R:10s;E:5m
9584 where
9585 .b s
9586 is seconds and
9587 .b m
9588 is minutes.
9589 .pp
9590 Examples:
9591 .(b
9592 Xfilter1, S=local:/var/run/f1.sock, F=R
9593 Xfilter2, S=inet6:999@localhost, F=T, T=S:1s;R:1s;E:5m
9594 Xfilter3, S=inet:3333@localhost, T=C:2m
9595 .)b
9596 .sh 2 "The User Database"
9597 .pp
9598 The user database is deprecated in favor of ``virtusertable''
9599 and ``genericstable'' as explained in the file
9600 .b cf/README .
9601 If you have a version of
9602 .i sendmail
9603 with the user database package
9604 compiled in,
9605 the handling of sender and recipient addresses
9606 is modified.
9607 .pp
9608 The location of this database is controlled with the
9609 .b UserDatabaseSpec
9610 option.
9611 .sh 3 "Structure of the user database"
9612 .pp
9613 The database is a sorted (BTree-based) structure.
9614 User records are stored with the key:
9615 .(b
9616 \fIuser-name\fP\fB:\fP\fIfield-name\fP
9617 .)b
9618 The sorted database format ensures that user records are clustered together.
9619 Meta-information is always stored with a leading colon.
9620 .pp
9621 Field names define both the syntax and semantics of the value.
9622 Defined fields include:
9623 .nr ii 1i
9624 .ip maildrop
9625 The delivery address for this user.
9626 There may be multiple values of this record.
9627 In particular,
9628 mailing lists will have one
9629 .i maildrop
9630 record for each user on the list.
9631 .ip "mailname"
9632 The outgoing mailname for this user.
9633 For each outgoing name,
9634 there should be an appropriate
9635 .i maildrop
9636 record for that name to allow return mail.
9637 See also
9638 .i :default:mailname .
9639 .ip mailsender
9640 Changes any mail sent to this address to have the indicated envelope sender.
9641 This is intended for mailing lists,
9642 and will normally be the name of an appropriate -request address.
9643 It is very similar to the owner-\c
9644 .i list
9645 syntax in the alias file.
9646 .ip fullname
9647 The full name of the user.
9648 .ip office-address
9649 The office address for this user.
9650 .ip office-phone
9651 The office phone number for this user.
9652 .ip office-fax
9653 The office FAX number for this user.
9654 .ip home-address
9655 The home address for this user.
9656 .ip home-phone
9657 The home phone number for this user.
9658 .ip home-fax
9659 The home FAX number for this user.
9660 .ip project
9661 A (short) description of the project this person is affiliated with.
9662 In the University this is often just the name of their graduate advisor.
9663 .ip plan
9664 A pointer to a file from which plan information can be gathered.
9665 .pp
9666 As of this writing,
9667 only a few of these fields are actually being used by
9668 .i sendmail :
9669 .i maildrop
9670 and
9671 .i mailname .
9672 A
9673 .i finger
9674 program that uses the other fields is planned.
9675 .sh 3 "User database semantics"
9676 .pp
9677 When the rewriting rules submit an address to the local mailer,
9678 the user name is passed through the alias file.
9679 If no alias is found (or if the alias points back to the same address),
9680 the name (with
9681 .q :maildrop
9682 appended)
9683 is then used as a key in the user database.
9684 If no match occurs (or if the maildrop points at the same address),
9685 forwarding is tried.
9686 .pp
9687 If the first token of the user name returned by ruleset 0
9688 is an
9689 .q @
9690 sign, the user database lookup is skipped.
9691 The intent is that the user database will act as a set of defaults
9692 for a cluster (in our case, the Computer Science Division);
9693 mail sent to a specific machine should ignore these defaults.
9694 .pp
9695 When mail is sent,
9696 the name of the sending user is looked up in the database.
9697 If that user has a
9698 .q mailname
9699 record,
9700 the value of that record is used as their outgoing name.
9701 For example, I might have a record:
9702 .(b
9703 eric:mailname   Eric.Allman@CS.Berkeley.EDU
9704 .)b
9705 This would cause my outgoing mail to be sent as Eric.Allman.
9706 .pp
9707 If a
9708 .q maildrop
9709 is found for the user,
9710 but no corresponding
9711 .q mailname
9712 record exists,
9713 the record
9714 .q :default:mailname
9715 is consulted.
9716 If present, this is the name of a host to override the local host.
9717 For example, in our case we would set it to
9718 .q CS.Berkeley.EDU .
9719 The effect is that anyone known in the database
9720 gets their outgoing mail stamped as
9721 .q user@CS.Berkeley.EDU ,
9722 but people not listed in the database use the local hostname.
9723 .sh 3 "Creating the database\**"
9724 .(f
9725 \**These instructions are known to be incomplete.
9726 Other features are available which provide similar functionality,
9727 e.g., virtual hosting and mapping local addresses into a
9728 generic form as explained in cf/README.
9729 .)f
9730 .pp
9731 The user database is built from a text file
9732 using the
9733 .i makemap
9734 utility
9735 (in the distribution in the makemap subdirectory).
9736 The text file is a series of lines corresponding to userdb records;
9737 each line has a key and a value separated by white space.
9738 The key is always in the format described above \*-
9739 for example:
9740 .(b
9741 eric:maildrop
9742 .)b
9743 This file is normally installed in a system directory;
9744 for example, it might be called
9745 .i /etc/mail/userdb .
9746 To make the database version of the map, run the program:
9747 .(b
9748 makemap btree /etc/mail/userdb < /etc/mail/userdb
9749 .)b
9750 Then create a config file that uses this.
9751 For example, using the V8 M4 configuration, include the
9752 following line in your .mc file:
9753 .(b
9754 define(\`confUSERDB_SPEC\', /etc/mail/userdb)
9755 .)b
9756 .sh 1 "OTHER CONFIGURATION"
9757 .pp
9758 There are some configuration changes that can be made by
9759 recompiling
9760 .i sendmail .
9761 This section describes what changes can be made
9762 and what has to be modified to make them.
9763 In most cases this should be unnecessary
9764 unless you are porting
9765 .i sendmail
9766 to a new environment.
9767 .sh 2 "Parameters in devtools/OS/$oscf"
9768 .pp
9769 These parameters are intended to describe the compilation environment,
9770 not site policy,
9771 and should normally be defined in the operating system
9772 configuration file.
9773 .b "This section needs a complete rewrite."
9774 .ip NDBM
9775 If set,
9776 the new version of the DBM library
9777 that allows multiple databases will be used.
9778 If neither NDBM nor NEWDB are set,
9779 a much less efficient method of alias lookup is used.
9780 .ip NEWDB
9781 If set, use the new database package from Berkeley (from 4.4BSD).
9782 This package is substantially faster than DBM or NDBM.
9783 If NEWDB and NDBM are both set,
9784 .i sendmail
9785 will read DBM files,
9786 but will create and use NEWDB files.
9787 .ip NIS
9788 Include support for NIS.
9789 If set together with
9790 .i both
9791 NEWDB and NDBM,
9792 .i sendmail
9793 will create both DBM and NEWDB files if and only if
9794 an alias file includes the substring
9795 .q /yp/
9796 in the name.
9797 This is intended for compatibility with Sun Microsystems'
9798 .i mkalias
9799 program used on YP masters.
9800 .ip NISPLUS
9801 Compile in support for NIS+.
9802 .ip NETINFO
9803 Compile in support for NetInfo (NeXT stations).
9804 .ip LDAPMAP
9805 Compile in support for LDAP X500 queries.
9806 Requires libldap and liblber
9807 from the Umich LDAP 3.2 or 3.3 release
9808 or equivalent libraries for other LDAP libraries
9809 such as OpenLDAP.
9810 .ip HESIOD
9811 Compile in support for Hesiod.
9812 .ip MAP_NSD
9813 Compile in support for IRIX NSD lookups.
9814 .ip MAP_REGEX
9815 Compile in support for regular expression matching.
9816 .ip DNSMAP
9817 Compile in support for DNS map lookups in the
9818 .i sendmail.cf
9819 file.
9820 .ip PH_MAP
9821 Compile in support for ph lookups.
9822 .ip SASL
9823 Compile in support for SASL,
9824 a required component for SMTP Authentication support.
9825 .ip STARTTLS
9826 Compile in support for STARTTLS.
9827 .ip EGD
9828 Compile in support for the "Entropy Gathering Daemon"
9829 to provide better random data for TLS.
9830 .ip TCPWRAPPERS
9831 Compile in support for TCP Wrappers.
9832 .ip _PATH_SENDMAILCF
9833 The pathname of the sendmail.cf file.
9834 .ip _PATH_SENDMAILPID
9835 The pathname of the sendmail.pid file.
9836 .ip SM_CONF_SHM
9837 Compile in support for shared memory, see section about
9838 "/var/spool/mqueue".
9839 .ip MILTER
9840 Compile in support for contacting external mail filters built with the
9841 Milter API.
9842 .pp
9843 There are also several compilation flags to indicate the environment
9844 such as
9845 .q _AIX3
9846 and
9847 .q _SCO_unix_ .
9848 See the sendmail/README
9849 file for the latest scoop on these flags.
9850 .sh 2 "Parameters in sendmail/conf.h"
9851 .pp
9852 Parameters and compilation options
9853 are defined in conf.h.
9854 Most of these need not normally be tweaked;
9855 common parameters are all in sendmail.cf.
9856 However, the sizes of certain primitive vectors, etc.,
9857 are included in this file.
9858 The numbers following the parameters
9859 are their default value.
9860 .pp
9861 This document is not the best source of information
9862 for compilation flags in conf.h \(em
9863 see sendmail/README or sendmail/conf.h itself.
9864 .nr ii 1.2i
9865 .ip "MAXLINE [2048]"
9866 The maximum line length of any input line.
9867 If message lines exceed this length
9868 they will still be processed correctly;
9869 however, header lines,
9870 configuration file lines,
9871 alias lines,
9872 etc.,
9873 must fit within this limit.
9874 .ip "MAXNAME [256]"
9875 The maximum length of any name,
9876 such as a host or a user name.
9877 .ip "MAXPV [256]"
9878 The maximum number of parameters to any mailer.
9879 This limits the number of recipients that may be passed in one transaction.
9880 It can be set to any arbitrary number above about 10,
9881 since
9882 .i sendmail
9883 will break up a delivery into smaller batches as needed.
9884 A higher number may reduce load on your system, however.
9885 .ip "MAXQUEUEGROUPS [50]"
9886 The maximum number of queue groups.
9887 .ip "MAXATOM [1000]"
9888 The maximum number of atoms
9889 (tokens)
9890 in a single address.
9891 For example,
9892 the address
9893 .q "eric@CS.Berkeley.EDU"
9894 is seven atoms.
9895 .ip "MAXMAILERS [25]"
9896 The maximum number of mailers that may be defined
9897 in the configuration file.
9898 This value is defined in include/sendmail/sendmail.h.
9899 .ip "MAXRWSETS [200]"
9900 The maximum number of rewriting sets
9901 that may be defined.
9902 The first half of these are reserved for numeric specification
9903 (e.g., ``S92''),
9904 while the upper half are reserved for auto-numbering
9905 (e.g., ``Sfoo'').
9906 Thus, with a value of 200 an attempt to use ``S99'' will succeed,
9907 but ``S100'' will fail.
9908 .ip "MAXPRIORITIES [25]"
9909 The maximum number of values for the
9910 .q Precedence:
9911 field that may be defined
9912 (using the
9913 .b P
9914 line in sendmail.cf).
9915 .ip "MAXUSERENVIRON [100]"
9916 The maximum number of items in the user environment
9917 that will be passed to subordinate mailers.
9918 .ip "MAXMXHOSTS [100]"
9919 The maximum number of MX records we will accept for any single host.
9920 .ip "MAXMAPSTACK [12]"
9921 The maximum number of maps that may be "stacked" in a
9922 .b sequence
9923 class map.
9924 .ip "MAXMIMEARGS [20]"
9925 The maximum number of arguments in a MIME Content-Type: header;
9926 additional arguments will be ignored.
9927 .ip "MAXMIMENESTING [20]"
9928 The maximum depth to which MIME messages may be nested
9929 (that is, nested Message or Multipart documents;
9930 this does not limit the number of components in a single Multipart document).
9931 .ip "MAXDAEMONS [10]"
9932 The maximum number of sockets sendmail will open for accepting connections
9933 on different ports.
9934 .ip "MAXMACNAMELEN [25]"
9935 The maximum length of a macro name.
9936 .lp
9937 A number of other compilation options exist.
9938 These specify whether or not specific code should be compiled in.
9939 Ones marked with \(dg
9940 are 0/1 valued.
9941 .nr ii 1.2i
9942 .ip NETINET\(dg
9943 If set,
9944 support for Internet protocol networking is compiled in.
9945 Previous versions of
9946 .i sendmail
9947 referred to this as
9948 .sm DAEMON ;
9949 this old usage is now incorrect.
9950 Defaults on;
9951 turn it off in the Makefile
9952 if your system doesn't support the Internet protocols.
9953 .ip NETINET6\(dg
9954 If set,
9955 support for IPv6 networking is compiled in.
9956 It must be separately enabled by adding
9957 .b DaemonPortOptions
9958 settings.
9959 .ip NETISO\(dg
9960 If set,
9961 support for ISO protocol networking is compiled in
9962 (it may be appropriate to #define this in the Makefile instead of conf.h).
9963 .ip NETUNIX\(dg
9964 If set,
9965 support for UNIX domain sockets is compiled in.
9966 This is used for control socket support.
9967 .ip LOG
9968 If set,
9969 the
9970 .i syslog
9971 routine in use at some sites is used.
9972 This makes an informational log record
9973 for each message processed,
9974 and makes a higher priority log record
9975 for internal system errors.
9976 .b "STRONGLY RECOMMENDED"
9977 \(em if you want no logging, turn it off in the configuration file.
9978 .ip MATCHGECOS\(dg
9979 Compile in the code to do ``fuzzy matching'' on the GECOS field
9980 in /etc/passwd.
9981 This also requires that the
9982 .b MatchGECOS
9983 option be turned on.
9984 .ip NAMED_BIND\(dg
9985 Compile in code to use the
9986 Berkeley Internet Name Domain (BIND) server
9987 to resolve TCP/IP host names.
9988 .ip NOTUNIX
9989 If you are using a non-UNIX mail format,
9990 you can set this flag to turn off special processing
9991 of UNIX-style
9992 .q "From "
9993 lines.
9994 .ip USERDB\(dg
9995 Include the
9996 .b experimental
9997 Berkeley user information database package.
9998 This adds a new level of local name expansion
9999 between aliasing and forwarding.
10000 It also uses the NEWDB package.
10001 This may change in future releases.
10002 .lp
10003 The following options are normally turned on
10004 in per-operating-system clauses in conf.h.
10005 .ip IDENTPROTO\(dg
10006 Compile in the IDENT protocol as defined in RFC 1413.
10007 This defaults on for all systems except Ultrix,
10008 which apparently has the interesting
10009 .q feature
10010 that when it receives a
10011 .q "host unreachable"
10012 message it closes all open connections to that host.
10013 Since some firewall gateways send this error code
10014 when you access an unauthorized port (such as 113, used by IDENT),
10015 Ultrix cannot receive email from such hosts.
10016 .ip SYSTEM5
10017 Set all of the compilation parameters appropriate for System V.
10018 .ip HASFLOCK\(dg
10019 Use Berkeley-style
10020 .b flock
10021 instead of System V
10022 .b lockf
10023 to do file locking.
10024 Due to the highly unusual semantics of locks
10025 across forks in
10026 .b lockf ,
10027 this should always be used if at all possible.
10028 .ip HASINITGROUPS
10029 Set this if your system has the
10030 .i initgroups()
10031 call
10032 (if you have multiple group support).
10033 This is the default if SYSTEM5 is
10034 .i not
10035 defined or if you are on HPUX.
10036 .ip HASUNAME
10037 Set this if you have the
10038 .i uname (2)
10039 system call (or corresponding library routine).
10040 Set by default if
10041 SYSTEM5
10042 is set.
10043 .ip HASGETDTABLESIZE
10044 Set this if you have the
10045 .i getdtablesize (2)
10046 system call.
10047 .ip HASWAITPID
10048 Set this if you have the
10049 .i haswaitpid (2)
10050 system call.
10051 .ip FAST_PID_RECYCLE
10052 Set this if your system can possibly
10053 reuse the same pid in the same second of time.
10054 .ip SFS_TYPE
10055 The mechanism that can be used to get file system capacity information.
10056 The values can be one of
10057 SFS_USTAT (use the ustat(2) syscall),
10058 SFS_4ARGS (use the four argument statfs(2) syscall),
10059 SFS_VFS (use the two argument statfs(2) syscall including <sys/vfs.h>),
10060 SFS_MOUNT (use the two argument statfs(2) syscall including <sys/mount.h>),
10061 SFS_STATFS (use the two argument statfs(2) syscall including <sys/statfs.h>),
10062 SFS_STATVFS (use the two argument statfs(2) syscall including <sys/statvfs.h>),
10063 or
10064 SFS_NONE (no way to get this information).
10065 .ip LA_TYPE
10066 The load average type.
10067 Details are described below.
10068 .lp
10069 The are several built-in ways of computing the load average.
10070 .i Sendmail
10071 tries to auto-configure them based on imperfect guesses;
10072 you can select one using the
10073 .i cc
10074 option
10075 .b \-DLA_TYPE= \c
10076 .i type ,
10077 where
10078 .i type
10079 is:
10080 .ip LA_INT
10081 The kernel stores the load average in the kernel as an array of long integers.
10082 The actual values are scaled by a factor FSCALE
10083 (default 256).
10084 .ip LA_SHORT
10085 The kernel stores the load average in the kernel as an array of short integers.
10086 The actual values are scaled by a factor FSCALE
10087 (default 256).
10088 .ip LA_FLOAT
10089 The kernel stores the load average in the kernel as an array of
10090 double precision floats.
10091 .ip LA_MACH
10092 Use MACH-style load averages.
10093 .ip LA_SUBR
10094 Call the
10095 .i getloadavg
10096 routine to get the load average as an array of doubles.
10097 .ip LA_ZERO
10098 Always return zero as the load average.
10099 This is the fallback case.
10100 .lp
10101 If type
10102 .sm LA_INT ,
10103 .sm LA_SHORT ,
10104 or
10105 .sm LA_FLOAT
10106 is specified,
10107 you may also need to specify
10108 .sm _PATH_UNIX
10109 (the path to your system binary)
10110 and
10111 .sm LA_AVENRUN
10112 (the name of the variable containing the load average in the kernel;
10113 usually
10114 .q _avenrun
10115 or
10116 .q avenrun ).
10117 .sh 2 "Configuration in sendmail/conf.c"
10118 .pp
10119 The following changes can be made in conf.c.
10120 .sh 3 "Built-in Header Semantics"
10121 .pp
10122 Not all header semantics are defined in the configuration file.
10123 Header lines that should only be included by certain mailers
10124 (as well as other more obscure semantics)
10125 must be specified in the
10126 .i HdrInfo
10127 table in
10128 .i conf.c .
10129 This table contains the header name
10130 (which should be in all lower case)
10131 and a set of header control flags (described below),
10132 The flags are:
10133 .ip H_ACHECK
10134 Normally when the check is made to see if a header line is compatible
10135 with a mailer,
10136 .i sendmail
10137 will not delete an existing line.
10138 If this flag is set,
10139 .i sendmail
10140 will delete
10141 even existing header lines.
10142 That is,
10143 if this bit is set and the mailer does not have flag bits set
10144 that intersect with the required mailer flags
10145 in the header definition in
10146 sendmail.cf,
10147 the header line is
10148 .i always
10149 deleted.
10150 .ip H_EOH
10151 If this header field is set,
10152 treat it like a blank line,
10153 i.e.,
10154 it will signal the end of the header
10155 and the beginning of the message text.
10156 .ip H_FORCE
10157 Add this header entry
10158 even if one existed in the message before.
10159 If a header entry does not have this bit set,
10160 .i sendmail
10161 will not add another header line if a header line
10162 of this name already existed.
10163 This would normally be used to stamp the message
10164 by everyone who handled it.
10165 .ip H_TRACE
10166 If set,
10167 this is a timestamp
10168 (trace)
10169 field.
10170 If the number of trace fields in a message
10171 exceeds a preset amount
10172 the message is returned
10173 on the assumption that it has an aliasing loop.
10174 .ip H_RCPT
10175 If set,
10176 this field contains recipient addresses.
10177 This is used by the
10178 .b \-t
10179 flag to determine who to send to
10180 when it is collecting recipients from the message.
10181 .ip H_FROM
10182 This flag indicates that this field
10183 specifies a sender.
10184 The order of these fields in the
10185 .i HdrInfo
10186 table specifies
10187 .i sendmail 's
10188 preference
10189 for which field to return error messages to.
10190 .ip H_ERRORSTO
10191 Addresses in this header should receive error messages.
10192 .ip H_CTE
10193 This header is a Content-Transfer-Encoding header.
10194 .ip H_CTYPE
10195 This header is a Content-Type header.
10196 .ip H_STRIPVAL
10197 Strip the value from the header (for Bcc:).
10198 .nr ii 5n
10199 .lp
10200 Let's look at a sample
10201 .i HdrInfo
10202 specification:
10203 .(b
10204 .ta 4n +\w'"content-transfer-encoding",  'u
10205 struct hdrinfo  HdrInfo[] =
10206 \&{
10207              /* originator fields, most to least significant  */
10208         "resent-sender",        H_FROM,
10209         "resent-from",  H_FROM,
10210         "sender",       H_FROM,
10211         "from", H_FROM,
10212         "full-name",    H_ACHECK,
10213         "errors-to",    H_FROM\^|\^H_ERRORSTO,
10214              /* destination fields */
10215         "to",   H_RCPT,
10216         "resent-to",    H_RCPT,
10217         "cc",   H_RCPT,
10218         "bcc",  H_RCPT\^|\^H_STRIPVAL,
10219              /* message identification and control */
10220         "message",      H_EOH,
10221         "text", H_EOH,
10222              /* trace fields */
10223         "received",     H_TRACE\^|\^H_FORCE,
10224              /* miscellaneous fields */
10225         "content-transfer-encoding",    H_CTE,
10226         "content-type", H_CTYPE,
10227
10228         NULL,   0,
10229 };
10230 .)b
10231 This structure indicates that the
10232 .q To: ,
10233 .q Resent-To: ,
10234 and
10235 .q Cc:
10236 fields
10237 all specify recipient addresses.
10238 Any
10239 .q Full-Name:
10240 field will be deleted unless the required mailer flag
10241 (indicated in the configuration file)
10242 is specified.
10243 The
10244 .q Message:
10245 and
10246 .q Text:
10247 fields will terminate the header;
10248 these are used by random dissenters around the network world.
10249 The
10250 .q Received:
10251 field will always be added,
10252 and can be used to trace messages.
10253 .pp
10254 There are a number of important points here.
10255 First,
10256 header fields are not added automatically just because they are in the
10257 .i HdrInfo
10258 structure;
10259 they must be specified in the configuration file
10260 in order to be added to the message.
10261 Any header fields mentioned in the configuration file but not
10262 mentioned in the
10263 .i HdrInfo
10264 structure have default processing performed;
10265 that is,
10266 they are added unless they were in the message already.
10267 Second,
10268 the
10269 .i HdrInfo
10270 structure only specifies cliched processing;
10271 certain headers are processed specially by ad hoc code
10272 regardless of the status specified in
10273 .i HdrInfo .
10274 For example,
10275 the
10276 .q Sender:
10277 and
10278 .q From:
10279 fields are always scanned on ARPANET mail
10280 to determine the sender\**;
10281 .(f
10282 \**Actually, this is no longer true in SMTP;
10283 this information is contained in the envelope.
10284 The older ARPANET protocols did not completely distinguish
10285 envelope from header.
10286 .)f
10287 this is used to perform the
10288 .q "return to sender"
10289 function.
10290 The
10291 .q "From:"
10292 and
10293 .q "Full-Name:"
10294 fields are used to determine the full name of the sender
10295 if possible;
10296 this is stored in the macro
10297 .b $x
10298 and used in a number of ways.
10299 .sh 3 "Restricting Use of Email"
10300 .pp
10301 If it is necessary to restrict mail through a relay,
10302 the
10303 .i checkcompat
10304 routine can be modified.
10305 This routine is called for every recipient address.
10306 It returns an exit status
10307 indicating the status of the message.
10308 The status
10309 .sm EX_OK
10310 accepts the address,
10311 .sm EX_TEMPFAIL
10312 queues the message for a later try,
10313 and other values
10314 (commonly
10315 .sm EX_UNAVAILABLE )
10316 reject the message.
10317 It is up to
10318 .i checkcompat
10319 to print an error message
10320 (using
10321 .i usrerr )
10322 if the message is rejected.
10323 For example,
10324 .i checkcompat
10325 could read:
10326 .(b
10327 .re
10328 .sz -1
10329 .ta 4n +4n +4n +4n +4n +4n +4n
10330 int
10331 checkcompat(to, e)
10332         register ADDRESS *to;
10333         register ENVELOPE *e;
10334 \&{
10335         register STAB *s;
10336
10337         s = stab("private", ST_MAILER, ST_FIND);
10338         if (s != NULL && e\->e_from.q_mailer != LocalMailer &&
10339             to->q_mailer == s->s_mailer)
10340         {
10341                 usrerr("No private net mail allowed through this machine");
10342                 return (EX_UNAVAILABLE);
10343         }
10344         if (MsgSize > 50000 && bitnset(M_LOCALMAILER, to\->q_mailer))
10345         {
10346                 usrerr("Message too large for non-local delivery");
10347                 e\->e_flags |= EF_NORETURN;
10348                 return (EX_UNAVAILABLE);
10349         }
10350         return (EX_OK);
10351 }
10352 .sz
10353 .)b
10354 This would reject messages greater than 50000 bytes
10355 unless they were local.
10356 The
10357 .i EF_NORETURN
10358 flag can be set in
10359 .i e\(->e_flags
10360 to suppress the return of the actual body
10361 of the message in the error return.
10362 The actual use of this routine is highly dependent on the
10363 implementation,
10364 and use should be limited.
10365 .sh 3 "New Database Map Classes"
10366 .pp
10367 New key maps can be added by creating a class initialization function
10368 and a lookup function.
10369 These are then added to the routine
10370 .i setupmaps.
10371 .pp
10372 The initialization function is called as
10373 .(b
10374 \fIxxx\fP_map_init(MAP *map, char *args)
10375 .)b
10376 The
10377 .i map
10378 is an internal data structure.
10379 The
10380 .i args
10381 is a pointer to the portion of the configuration file line
10382 following the map class name;
10383 flags and filenames can be extracted from this line.
10384 The initialization function must return
10385 .sm true
10386 if it successfully opened the map,
10387 .sm false
10388 otherwise.
10389 .pp
10390 The lookup function is called as
10391 .(b
10392 \fIxxx\fP_map_lookup(MAP *map, char buf[], char **av, int *statp)
10393 .)b
10394 The
10395 .i map
10396 defines the map internally.
10397 The
10398 .i buf
10399 has the input key.
10400 This may be (and often is) used destructively.
10401 The
10402 .i av
10403 is a list of arguments passed in from the rewrite line.
10404 The lookup function should return a pointer to the new value.
10405 If the map lookup fails,
10406 .i *statp
10407 should be set to an exit status code;
10408 in particular, it should be set to
10409 .sm EX_TEMPFAIL
10410 if recovery is to be attempted by the higher level code.
10411 .sh 3 "Queueing Function"
10412 .pp
10413 The routine
10414 .i shouldqueue
10415 is called to decide if a message should be queued
10416 or processed immediately.
10417 Typically this compares the message priority to the current load average.
10418 The default definition is:
10419 .(b
10420 bool
10421 shouldqueue(pri, ctime)
10422         long pri;
10423         time_t ctime;
10424 {
10425         if (CurrentLA < QueueLA)
10426                 return false;
10427         return (pri > (QueueFactor / (CurrentLA \- QueueLA + 1)));
10428 }
10429 .)b
10430 If the current load average
10431 (global variable
10432 .i CurrentLA ,
10433 which is set before this function is called)
10434 is less than the low threshold load average
10435 (option
10436 .b x ,
10437 variable
10438 .i QueueLA ),
10439 .i shouldqueue
10440 returns
10441 .sm false
10442 immediately
10443 (that is, it should
10444 .i not
10445 queue).
10446 If the current load average exceeds the high threshold load average
10447 (option
10448 .b X ,
10449 variable
10450 .i RefuseLA ),
10451 .i shouldqueue
10452 returns
10453 .sm true
10454 immediately.
10455 Otherwise, it computes the function based on the message priority,
10456 the queue factor
10457 (option
10458 .b q ,
10459 global variable
10460 .i QueueFactor ),
10461 and the current and threshold load averages.
10462 .pp
10463 An implementation wishing to take the actual age of the message into account
10464 can also use the
10465 .i ctime
10466 parameter,
10467 which is the time that the message was first submitted to
10468 .i sendmail .
10469 Note that the
10470 .i pri
10471 parameter is already weighted
10472 by the number of times the message has been tried
10473 (although this tends to lower the priority of the message with time);
10474 the expectation is that the
10475 .i ctime
10476 would be used as an
10477 .q "escape clause"
10478 to ensure that messages are eventually processed.
10479 .sh 3 "Refusing Incoming SMTP Connections"
10480 .pp
10481 The function
10482 .i refuseconnections
10483 returns
10484 .sm true
10485 if incoming SMTP connections should be refused.
10486 The current implementation is based exclusively on the current load average
10487 and the refuse load average option
10488 (option
10489 .b X ,
10490 global variable
10491 .i RefuseLA ):
10492 .(b
10493 bool
10494 refuseconnections()
10495 {
10496         return (RefuseLA > 0 && CurrentLA >= RefuseLA);
10497 }
10498 .)b
10499 A more clever implementation
10500 could look at more system resources.
10501 .sh 3 "Load Average Computation"
10502 .pp
10503 The routine
10504 .i getla
10505 returns the current load average (as a rounded integer).
10506 The distribution includes several possible implementations.
10507 If you are porting to a new environment
10508 you may need to add some new tweaks.\**
10509 .(f
10510 \**If you do, please send updates to
10511 sendmail@Sendmail.ORG.
10512 .)f
10513 .sh 2 "Configuration in sendmail/daemon.c"
10514 .pp
10515 The file
10516 .i sendmail/daemon.c
10517 contains a number of routines that are dependent
10518 on the local networking environment.
10519 The version supplied assumes you have BSD style sockets.
10520 .pp
10521 In previous releases,
10522 we recommended that you modify the routine
10523 .i maphostname
10524 if you wanted to generalize
10525 .b $[
10526 \&...\&
10527 .b $]
10528 lookups.
10529 We now recommend that you create a new keyed map instead.
10530 .sh 2 "LDAP"
10531 .pp
10532 In this section we assume that
10533 .i sendmail
10534 has been compiled with support for LDAP.
10535 .sh 3 "LDAP Recursion"
10536 .pp
10537 LDAP Recursion allows you to add types to the search attributes on an
10538 LDAP map specification.
10539 The syntax is:
10540 .ip "\-v \fIATTRIBUTE\fP[:\fITYPE\fP[:\fIOBJECTCLASS\fP[|\fIOBJECTCLASS\fP|...]]]
10541 .pp
10542 The new \fITYPE\fPs are:
10543 .nr ii 1i
10544 .ip NORMAL
10545 This attribute type specifies the attribute to add to the results string.
10546 This is the default.
10547 .ip DN
10548 Any matches for this attribute are expected to have a value of a
10549 fully qualified distinguished name.
10550 .i sendmail
10551 will lookup that DN and apply the attributes requested to the
10552 returned DN record.
10553 .ip FILTER
10554 Any matches for this attribute are expected to have a value of an
10555 LDAP search filter.
10556 .i sendmail
10557 will perform a lookup with the same parameters as the original
10558 search but replaces the search filter with the one specified here.
10559 .ip URL
10560 Any matches for this attribute are expected to have a value of an LDAP URL.
10561 .i sendmail
10562 will perform a lookup of that URL and use the results from the attributes
10563 named in that URL.
10564 Note however that the search is done using the current LDAP connection,
10565 regardless of what is specified as the scheme, LDAP host, and LDAP
10566 port in the LDAP URL.
10567 .lp
10568 Any untyped attributes are considered
10569 .sm NORMAL
10570 attributes as described above.
10571 .pp
10572 The optional \fIOBJECTCLASS\fP (| separated) list contains the
10573 objectClass values for which that attribute applies.
10574 If the list is given,
10575 the attribute named will only be used if the LDAP record being returned is a
10576 member of that object class.
10577 Note that if these new value attribute \fITYPE\fPs are used in an
10578 AliasFile
10579 option setting, it will need to be double quoted to prevent
10580 .i sendmail
10581 from misparsing the colons.
10582 .pp
10583 Note that LDAP recursion attributes which do not ultimately point to an
10584 LDAP record are not considered an error.
10585 .sh 4 "Example"
10586 .pp
10587 Since examples usually help clarify, here is an example which uses all
10588 four of the new types:
10589 .(b
10590 O LDAPDefaultSpec=-h ldap.example.com -b dc=example,dc=com
10591
10592 Kexample ldap
10593          -z,
10594          -k (&(objectClass=sendmailMTAAliasObject)(sendmailMTAKey=%0))
10595          -v sendmailMTAAliasValue,mail:NORMAL:inetOrgPerson,
10596             uniqueMember:DN:groupOfUniqueNames,
10597             sendmailMTAAliasSearch:FILTER:sendmailMTAAliasObject,
10598             sendmailMTAAliasURL:URL:sendmailMTAAliasObject
10599 .)b
10600 .pp
10601 That definition specifies that:
10602 .bu
10603 Any value in a
10604 .sm sendmailMTAAliasValue
10605 attribute will be added to the result string regardless of object class.
10606 .bu
10607 The
10608 .sm mail
10609 attribute will be added to the result string if
10610 the LDAP record is a member of the
10611 .sm inetOrgPerson
10612 object class.
10613 .bu
10614 The
10615 .sm uniqueMember
10616 attribute is a recursive attribute, used only in
10617 .sm groupOfUniqueNames
10618 records, and should contain an LDAP DN pointing to another LDAP record.
10619 The desire here is to return the
10620 .sm mail
10621 attribute from those DNs.
10622 .bu
10623 The
10624 .sm sendmailMTAAliasSearch
10625 attribute and
10626 .sm sendmailMTAAliasURL
10627 are both used only if referenced in a
10628 .sm sendmailMTAAliasObject .
10629 They are both recursive, the first for a new LDAP search string and the
10630 latter for an LDAP URL.
10631 .sh 2 "STARTTLS"
10632 .pp
10633 In this section we assume that
10634 .i sendmail
10635 has been compiled with support for STARTTLS.
10636 To properly understand the use of STARTTLS in
10637 .i sendmail ,
10638 it is necessary to understand at least some basics about X.509 certificates
10639 and public key cryptography.
10640 This information can be found in books about SSL/TLS
10641 or on WWW sites, e.g.,
10642 .q http://www.OpenSSL.org/ .
10643 .sh 3 "Certificates for STARTTLS"
10644 .pp
10645 When acting as a server,
10646 .i sendmail
10647 requires X.509 certificates to support STARTTLS:
10648 one as certificate for the server (ServerCertFile and corresponding
10649 private ServerKeyFile)
10650 at least one root CA (CACertFile),
10651 i.e., a certificate that is used to sign other certificates,
10652 and a path to a directory which contains other CAs (CACertPath).
10653 The file specified via
10654 CACertFile
10655 can contain several certificates of CAs.
10656 The DNs of these certificates are sent
10657 to the client during the TLS handshake (as part of the
10658 CertificateRequest) as the list of acceptable CAs.
10659 However, do not list too many root CAs in that file, otherwise
10660 the TLS handshake may fail; e.g.,
10661 .(b
10662 error:14094417:SSL routines:SSL3_READ_BYTES:
10663 sslv3 alert illegal parameter:s3_pkt.c:964:SSL alert number 47
10664 .)b
10665 You should probably put only the CA cert into that file
10666 that signed your own cert(s), or at least only those you trust.
10667 The CACertPath directory must contain the hashes of each CA certificate
10668 as filenames (or as links to them).
10669 Symbolic links can be generated with the following
10670 two (Bourne) shell commands:
10671 .(b
10672 C=FileName_of_CA_Certificate
10673 ln -s $C `openssl x509 -noout -hash < $C`.0
10674 .)b
10675 An X.509 certificate is also required for authentication in client mode
10676 (ClientCertFile and corresponding private ClientKeyFile), however,
10677 .i sendmail
10678 will always use STARTTLS when offered by a server.
10679 The client and server certificates can be identical.
10680 Certificates can be obtained from a certificate authority
10681 or created with the help of OpenSSL.
10682 The required format for certificates and private keys is PEM.
10683 To allow for automatic startup of sendmail, private keys
10684 (ServerKeyFile, ClientKeyFile)
10685 must be stored unencrypted.
10686 The keys are only protected by the permissions of the file system.
10687 Never make a private key available to a third party.
10688 .sh 3 "PRNG for STARTTLS"
10689 .pp
10690 STARTTLS requires a strong pseudo random number generator (PRNG)
10691 to operate properly.
10692 Depending on the TLS library you use, it may be required to explicitly
10693 initialize the PRNG with random data.
10694 OpenSSL makes use of
10695 .b /dev/urandom(4)
10696 if available (this corresponds to the compile flag HASURANDOMDEV).
10697 On systems which lack this support, a random file must be specified in the
10698 .i sendmail.cf
10699 file using the option RandFile.
10700 It is
10701 .b strongly
10702 advised to use the "Entropy Gathering Daemon" EGD
10703 from Brian Warner on those systems to provide useful random data.
10704 In this case,
10705 .i sendmail
10706 must be compiled with the flag EGD, and the
10707 RandFile option must point to the EGD socket.
10708 If neither
10709 .b /dev/urandom(4)
10710 nor EGD are available, you have to make sure
10711 that useful random data is available all the time in RandFile.
10712 If the file hasn't been modified in the last 10 minutes before
10713 it is supposed to be used by
10714 .i sendmail
10715 the content is considered obsolete.
10716 One method for generating this file is:
10717 .(b
10718 openssl rand -out /etc/mail/randfile -rand \c
10719 .i /path/to/file:... \c
10720 256
10721 .)b
10722 See the OpenSSL documentation for more information.
10723 In this case, the PRNG for TLS is only
10724 seeded with other random data if the
10725 .b DontBlameSendmail
10726 option
10727 .b InsufficientEntropy
10728 is set.
10729 This is most likely not sufficient for certain actions, e.g.,
10730 generation of (temporary) keys.
10731 .pp
10732 Please see the OpenSSL documentation or other sources
10733 for further information about certificates, their creation and their usage,
10734 the importance of a good PRNG, and other aspects of TLS.
10735 .sh 2 "Encoding of STARTTLS and AUTH related Macros"
10736 .pp
10737 Macros that contain STARTTLS and AUTH related data which comes from outside
10738 sources, e.g., all macros containing information from certificates,
10739 are encoded to avoid problems with non-printable or special characters.
10740 The latter are '\\', '<', '>', '(', ')', '"', '+', and ' '.
10741 All of these characters are replaced by their value in hexadecimal
10742 with a leading '+'.
10743 For example:
10744 .(b
10745 /C=US/ST=California/O=endmail.org/OU=private/CN=Darth Mail (Cert)/
10746 Email=darth+cert@endmail.org
10747 .)b
10748 is encoded as:
10749 .(b
10750 /C=US/ST=California/O=endmail.org/OU=private/
10751 CN=Darth+20Mail+20+28Cert+29/Email=darth+2Bcert@endmail.org
10752 .)b
10753 (line breaks have been inserted for readability).
10754 The macros which are subject to this encoding are
10755 {cert_subject}, {cert_issuer}, {cn_subject}, {cn_issuer},
10756 as well as
10757 {auth_authen} and {auth_author}.
10758 .sh 1 "ACKNOWLEDGEMENTS"
10759 .pp
10760 I've worked on
10761 .i sendmail
10762 for many years,
10763 and many employers have been remarkably patient
10764 about letting me work on a large project
10765 that was not part of my official job.
10766 This includes time on the INGRES Project at
10767 the University of California at Berkeley,
10768 at Britton Lee,
10769 and again on the Mammoth and Titan Projects at Berkeley.
10770 .pp
10771 Much of the second wave of improvements
10772 resulting in version 8.1
10773 should be credited to Bryan Costales of the
10774 International Computer Science Institute.
10775 As he passed me drafts of his book on
10776 .i sendmail
10777 I was inspired to start working on things again.
10778 Bryan was also available to bounce ideas off of.
10779 .pp
10780 Gregory Neil Shapiro
10781 of Worcester Polytechnic Institute
10782 has become instrumental in all phases of
10783 .i sendmail
10784 support and development,
10785 and was largely responsible for getting versions 8.8 and 8.9
10786 out the door.
10787 .pp
10788 Many, many people contributed chunks of code and ideas to
10789 .i sendmail .
10790 It has proven to be a group network effort.
10791 Version 8 in particular was a group project.
10792 The following people and organizations made notable contributions:
10793 .(l
10794 Claus Assmann
10795 John Beck, Hewlett-Packard & Sun Microsystems
10796 Keith Bostic, CSRG, University of California, Berkeley
10797 Andrew Cheng, Sun Microsystems
10798 Michael J. Corrigan, University of California, San Diego
10799 Bryan Costales, International Computer Science Institute & InfoBeat
10800 Pa\*:r (Pell) Emanuelsson
10801 Craig Everhart, Transarc Corporation
10802 Per Hedeland, Ericsson
10803 Tom Ivar Helbekkmo, Norwegian School of Economics
10804 Kari Hurtta, Finnish Meteorological Institute
10805 Allan E. Johannesen, WPI
10806 Jonathan Kamens, OpenVision Technologies, Inc.
10807 Takahiro Kanbe, Fuji Xerox Information Systems Co., Ltd.
10808 Brian Kantor, University of California, San Diego
10809 John Kennedy, Cal State University, Chico
10810 Murray S. Kucherawy, HookUp Communication Corp.
10811 Bruce Lilly, Sony U.S.
10812 Karl London
10813 Motonori Nakamura, Ritsumeikan University & Kyoto University
10814 John Gardiner Myers, Carnegie Mellon University
10815 Neil Rickert, Northern Illinois University
10816 Gregory Neil Shapiro, WPI
10817 Eric Schnoebelen, Convex Computer Corp.
10818 Eric Wassenaar, National Institute for Nuclear and High Energy Physics, Amsterdam
10819 Randall Winchester, University of Maryland
10820 Christophe Wolfhugel, Pasteur Institute & Herve Schauer Consultants (Paris)
10821 Exactis.com, Inc.
10822 .)l
10823 I apologize for anyone I have omitted, misspelled, misattributed, or
10824 otherwise missed.
10825 At this point, I suspect that at least a hundred people
10826 have contributed code,
10827 and many more have contributed ideas, comments, and encouragement.
10828 I've tried to list them in the RELEASE_NOTES in the distribution directory.
10829 I appreciate their contribution as well.
10830 .pp
10831 Special thanks are reserved for Michael Corrigan and Christophe Wolfhugel,
10832 who besides being wonderful guinea pigs and contributors
10833 have also consented to be added to the ``sendmail@Sendmail.ORG'' list
10834 and, by answering the bulk of the questions sent to that list,
10835 have freed me up to do other work.
10836 .++ A
10837 .+c "COMMAND LINE FLAGS"
10838 .ba 0
10839 .nr ii 1i
10840 .pp
10841 Arguments must be presented with flags before addresses.
10842 The flags are:
10843 .ip \-A\fIx\fP
10844 Select an alternative .cf file which is either
10845 .i sendmail.cf
10846 for
10847 .b \-Am
10848 or
10849 .i submit.cf
10850 for
10851 .b \-Ac .
10852 By default the .cf file is chosen based on the operation mode.
10853 For
10854 .b -bm
10855 (default),
10856 .b -bs ,
10857 and
10858 .b -t
10859 it is
10860 .i submit.cf
10861 if it exists, for all others it is
10862 .i sendmail.cf .
10863 .ip \-b\fIx\fP
10864 Set operation mode to
10865 .i x .
10866 Operation modes are:
10867 .(b
10868 .ta 4n
10869 m       Deliver mail (default)
10870 s       Speak SMTP on input side
10871 a\(dg   ``Arpanet'' mode (get envelope sender information from header)
10872 d       Run as a daemon in background
10873 D       Run as a daemon in foreground
10874 t       Run in test mode
10875 v       Just verify addresses, don't collect or deliver
10876 i       Initialize the alias database
10877 p       Print the mail queue
10878 P       Print overview over the mail queue (requires shared memory)
10879 h       Print the persistent host status database
10880 H       Purge expired entries from the persistent host status database
10881 .)b
10882 .(f
10883 \(dgDeprecated.
10884 .)f
10885 .ip \-B\fItype\fP
10886 Indicate body type.
10887 .ip \-C\fIfile\fP
10888 Use a different configuration file.
10889 .i Sendmail
10890 runs as the invoking user (rather than root)
10891 when this flag is specified.
10892 .ip "\-D \fIlogfile\fP"
10893 Send debugging output to the indicated
10894 .i logfile
10895 instead of stdout.
10896 .ip \-d\fIlevel\fP
10897 Set debugging level.
10898 .ip "\-f\ \fIaddr\fP"
10899 The envelope sender address is set to
10900 .i addr .
10901 This address may also be used in the From: header
10902 if that header is missing during initial submission.
10903 The envelope sender address is used as the recipient
10904 for delivery status notifications
10905 and may also appear in a Return-Path: header.
10906 .ip \-F\ \fIname\fP
10907 Sets the full name of this user to
10908 .i name .
10909 .ip \-G
10910 When accepting messages via the command line,
10911 indicate that they are for relay (gateway) submission.
10912 sendmail may complain about syntactically invalid messages,
10913 e.g., unqualified host names,
10914 rather than fixing them when this flag is set.
10915 sendmail will not do any canonicalization in this mode.
10916 .ip "\-h\ \fIcnt\fP"
10917 Sets the
10918 .q "hop count"
10919 to
10920 .i cnt .
10921 This represents the number of times this message has been processed
10922 by
10923 .i sendmail
10924 (to the extent that it is supported by the underlying networks).
10925 .i Cnt
10926 is incremented during processing,
10927 and if it reaches
10928 MAXHOP
10929 (currently 25)
10930 .i sendmail
10931 throws away the message with an error.
10932 .ip "\-L \fItag\fP"
10933 Sets the identifier used for syslog.
10934 Note that this identifier is set
10935 as early as possible.
10936 However,
10937 .i sendmail
10938 may be used
10939 if problems arise
10940 before the command line arguments
10941 are processed.
10942 .ip \-n
10943 Don't do aliasing or forwarding.
10944 .ip "\-N \fInotifications\fP"
10945 Tag all addresses being sent as wanting the indicated
10946 .i notifications ,
10947 which consists of the word
10948 .q NEVER
10949 or a comma-separated list of
10950 .q SUCCESS ,
10951 .q FAILURE ,
10952 and
10953 .q DELAY
10954 for successful delivery,
10955 failure,
10956 and a message that is stuck in a queue somewhere.
10957 The default is
10958 .q FAILURE,DELAY .
10959 .ip "\-r\ \fIaddr\fP"
10960 An obsolete form of
10961 .b \-f .
10962 .ip \-o\fIx\|value\fP
10963 Set option
10964 .i x
10965 to the specified
10966 .i value .
10967 These options are described in Section 5.6.
10968 .ip \-O\fIoption\fP\fB=\fP\fIvalue\fP
10969 Set
10970 .i option
10971 to the specified
10972 .i value
10973 (for long form option names).
10974 These options are described in Section 5.6.
10975 .ip \-M\fIx\|value\fP
10976 Set macro
10977 .i x
10978 to the specified
10979 .i value .
10980 .ip \-p\fIprotocol\fP
10981 Set the sending protocol.
10982 Programs are encouraged to set this.
10983 The protocol field can be in the form
10984 .i protocol \c
10985 .b : \c
10986 .i host
10987 to set both the sending protocol and sending host.
10988 For example,
10989 .q \-pUUCP:uunet
10990 sets the sending protocol to UUCP
10991 and the sending host to uunet.
10992 (Some existing programs use \-oM to set the r and s macros;
10993 this is equivalent to using \-p.)
10994 .ip \-q\fItime\fP
10995 Try to process the queued up mail.
10996 If the time is given,
10997 a
10998 .i sendmail
10999 will start one or more processes to run through the queue(s) at the specified
11000 time interval to deliver queued mail; otherwise, it only runs once.
11001 Each of these processes acts on a workgroup.
11002 These processes are also known as workgroup processes or WGP's for short.
11003 Each workgroup is responsible for controlling the processing of one or
11004 more queues; workgroups help manage the use of system resources by sendmail.
11005 Each workgroup may have one or more children concurrently processing
11006 queues depending on the setting of \fIMaxQueueChildren\fP.
11007 .ip \-qp\fItime\fP
11008 Similar to \-q with a time argument,
11009 except that instead of periodically starting WGP's
11010 sendmail starts persistent WGP's
11011 that alternate between processing queues and sleeping.
11012 The sleep time is specified by the time argument; it defaults to 1 second,
11013 except that a WGP always sleeps at least 5 seconds if their queues were
11014 empty in the previous run.
11015 Persistent processes are managed by a queue control process (QCP).
11016 The QCP is the parent process of the WGP's.
11017 Typically the QCP will be the sendmail daemon (when started with \-bd or \-bD)
11018 or a special process (named Queue control) (when started without \-bd or \-bD).
11019 If a persistent WGP ceases to be active for some reason
11020 another WGP will be started by the QCP for the same workgroup
11021 in most cases. When a persistent WGP has core dumped, the debug flag
11022 \fIno_persistent_restart\fP is set or the specific persistent WGP has been
11023 restarted too many times already then the WGP will not be started again
11024 and a message will be logged to this effect.
11025 To stop (SIGTERM) or restart (SIGHUP) persistent WGP's the appropriate
11026 signal should be sent to the QCP. The QCP will propagate the signal to all of
11027 the WGP's and if appropriate restart the persistent WGP's.
11028 .ip \-q\fIGname\fP
11029 Run the jobs in the queue group
11030 .i name
11031 once.
11032 .ip \-q[!]\fIXstring\fP
11033 Run the queue once,
11034 limiting the jobs to those matching
11035 .i Xstring .
11036 The key letter
11037 .i X
11038 can be
11039 .b I
11040 to limit based on queue identifier,
11041 .b R
11042 to limit based on recipient,
11043 .b S
11044 to limit based on sender,
11045 or
11046 .b Q
11047 to limit based on quarantine reason for quarantined jobs.
11048 A particular queued job is accepted if one of the corresponding attributes
11049 contains the indicated
11050 .i string .
11051 The optional ! character negates the condition tested.
11052 Multiple
11053 .i \-q\fIX\fP
11054 flags are permitted,
11055 with items with the same key letter
11056 .q or'ed
11057 together, and items with different key letters
11058 .q and'ed
11059 together.
11060 .ip "\-Q[reason]"
11061 Quarantine a normal queue items with the given reason or
11062 unquarantine quarantined queue items if no reason is given.
11063 This should only be used with some sort of item matching using
11064 .b \-q[!]\fIXstring\fP
11065 as described above.
11066 .ip "\-R ret"
11067 What information you want returned if the message bounces;
11068 .i ret
11069 can be
11070 .q HDRS
11071 for headers only or
11072 .q FULL
11073 for headers plus body.
11074 This is a request only;
11075 the other end is not required to honor the parameter.
11076 If
11077 .q HDRS
11078 is specified local bounces also return only the headers.
11079 .ip \-t
11080 Read the header for
11081 .q To: ,
11082 .q Cc: ,
11083 and
11084 .q Bcc:
11085 lines, and send to everyone listed in those lists.
11086 The
11087 .q Bcc:
11088 line will be deleted before sending.
11089 Any addresses in the argument vector will be deleted
11090 from the send list.
11091 .ip "\-V envid"
11092 The indicated
11093 .i envid
11094 is passed with the envelope of the message
11095 and returned if the message bounces.
11096 .ip "\-X \fIlogfile\fP"
11097 Log all traffic in and out of
11098 .i sendmail
11099 in the indicated
11100 .i logfile
11101 for debugging mailer problems.
11102 This produces a lot of data very quickly and should be used sparingly.
11103 .pp
11104 There are a number of options that may be specified as
11105 primitive flags.
11106 These are the e, i, m, and v options.
11107 Also,
11108 the f option
11109 may be specified as the
11110 .b \-s
11111 flag.
11112 The DSN related options
11113 .q "\-N" ,
11114 .q "\-R" ,
11115 and
11116 .q "\-V"
11117 have no effects on
11118 .i sendmail
11119 running as daemon.
11120 .+c "QUEUE FILE FORMATS"
11121 .pp
11122 This appendix describes the format of the queue files.
11123 These files live in a queue directory.
11124 The individual qf, hf, Qf, df, and xf files
11125 may be stored in separate
11126 .i qf/ ,
11127 .i df/ ,
11128 and
11129 .i xf/
11130 subdirectories
11131 if they are present in the queue directory.
11132 .pp
11133 All queue files have the name
11134 .i ttYMDhmsNNppppp
11135 where
11136 .i YMDhmsNNppppp
11137 is the
11138 .i id
11139 for this message
11140 and the
11141 .i tt
11142 is a type.
11143 The individual letters in the
11144 .i id
11145 are:
11146 .nr ii 0.5i
11147 .ip Y
11148 Encoded year
11149 .ip M
11150 Encoded month
11151 .ip D
11152 Encoded day
11153 .ip h
11154 Encoded hour
11155 .ip m
11156 Encoded minute
11157 .ip s
11158 Encoded second
11159 .ip NN
11160 Encoded envelope number
11161 .ip ppppp
11162 At least five decimal digits of the process ID
11163 .pp
11164 All files with the same id collectively define one message.
11165 Due to the use of memory-buffered files,
11166 some of these files may never appear on disk.
11167 .pp
11168 The types are:
11169 .nr ii 0.5i
11170 .ip qf
11171 The queue control file.
11172 This file contains the information necessary to process the job.
11173 .ip hf
11174 The same as a queue control file, but for a quarantined queue job.
11175 .ip df
11176 The data file.
11177 The message body (excluding the header) is kept in this file.
11178 Sometimes the df file is not stored in the same directory as the qf file;
11179 in this case,
11180 the qf file contains a `d' record which names the queue directory
11181 that contains the df file.
11182 .ip tf
11183 A temporary file.
11184 This is an image of the
11185 .b qf
11186 file when it is being rebuilt.
11187 It should be renamed to a
11188 .b qf
11189 file very quickly.
11190 .ip xf
11191 A transcript file,
11192 existing during the life of a session
11193 showing everything that happens
11194 during that session.
11195 Sometimes the xf file must be generated before a queue group has been selected;
11196 in this case,
11197 the xf file will be stored in a directory of the default queue group.
11198 .ip Qf
11199 A ``lost'' queue control file.
11200 .i sendmail
11201 renames a
11202 .b qf
11203 file to
11204 .b Qf
11205 if there is a severe (configuration) problem that cannot be solved without
11206 human intervention.
11207 Search the logfile for the queue file id to figure out what happened.
11208 After you resolved the problem, you can rename the
11209 .b Qf
11210 file to
11211 .b qf
11212 and send it again.
11213 .pp
11214 The queue control file is structured as a series of lines
11215 each beginning with a code letter.
11216 The lines are as follows:
11217 .ip V
11218 The version number of the queue file format,
11219 used to allow new
11220 .i sendmail
11221 binaries to read queue files created by older versions.
11222 Defaults to version zero.
11223 Must be the first line of the file if present.
11224 For 8.12 the version number is 6.
11225 .ip A
11226 The information given by the AUTH= parameter of the
11227 .q "MAIL FROM:"
11228 command or $f@$j
11229 if sendmail has been called directly.
11230 .ip H
11231 A header definition.
11232 There may be any number of these lines.
11233 The order is important:
11234 they represent the order in the final message.
11235 These use the same syntax
11236 as header definitions in the configuration file.
11237 .ip C
11238 The controlling address.
11239 The syntax is
11240 .q localuser:aliasname .
11241 Recipient addresses following this line
11242 will be flagged so that deliveries will be run as the
11243 .i localuser
11244 (a user name from the /etc/passwd file);
11245 .i aliasname
11246 is the name of the alias that expanded to this address
11247 (used for printing messages).
11248 .ip q
11249 The quarantine reason for quarantined queue items.
11250 .ip Q
11251 The ``original recipient'',
11252 specified by the ORCPT= field in an ESMTP transaction.
11253 Used exclusively for Delivery Status Notifications.
11254 It applies only to the following `R' line.
11255 .ip r
11256 The ``final recipient''
11257 used for Delivery Status Notifications.
11258 It applies only to the following `R' line.
11259 .ip R
11260 A recipient address.
11261 This will normally be completely aliased,
11262 but is actually realiased when the job is processed.
11263 There will be one line for each recipient.
11264 Version 1 qf files
11265 also include a leading colon-terminated list of flags,
11266 which can be
11267 `S' to return a message on successful final delivery,
11268 `F' to return a message on failure,
11269 `D' to return a message if the message is delayed,
11270 `B' to indicate that the body should be returned,
11271 `N' to suppress returning the body,
11272 and
11273 `P' to declare this as a ``primary'' (command line or SMTP-session) address.
11274 .ip S
11275 The sender address.
11276 There may only be one of these lines.
11277 .ip T
11278 The job creation time.
11279 This is used to compute when to time out the job.
11280 .ip P
11281 The current message priority.
11282 This is used to order the queue.
11283 Higher numbers mean lower priorities.
11284 The priority changes
11285 as the message sits in the queue.
11286 The initial priority depends on the message class
11287 and the size of the message.
11288 .ip M
11289 A message.
11290 This line is printed by the
11291 .i mailq
11292 command,
11293 and is generally used to store status information.
11294 It can contain any text.
11295 .ip F
11296 Flag bits, represented as one letter per flag.
11297 Defined flag bits are
11298 .b r
11299 indicating that this is a response message
11300 and
11301 .b w
11302 indicating that a warning message has been sent
11303 announcing that the mail has been delayed.
11304 Other flag bits are:
11305 .b 8 :
11306 the body contains 8bit data,
11307 .b b :
11308 a Bcc: header should be removed,
11309 .b d :
11310 the mail has RET parameters (see RFC 1894),
11311 .b n :
11312 the body of the message should not be returned
11313 in case of an error,
11314 .b s :
11315 the envelope has been split.
11316 .ip N
11317 The total number of delivery attempts.
11318 .ip K
11319 The time (as seconds since January 1, 1970)
11320 of the last delivery attempt.
11321 .ip d
11322 If the df file is in a different directory than the qf file,
11323 then a `d' record is present,
11324 specifying the directory in which the df file resides.
11325 .ip I
11326 The i-number of the data file;
11327 this can be used to recover your mail queue
11328 after a disastrous disk crash.
11329 .ip $
11330 A macro definition.
11331 The values of certain macros
11332 are passed through to the queue run phase.
11333 .ip B
11334 The body type.
11335 The remainder of the line is a text string defining the body type.
11336 If this field is missing,
11337 the body type is assumed to be
11338 .q "undefined"
11339 and no special processing is attempted.
11340 Legal values are
11341 .q 7BIT
11342 and
11343 .q 8BITMIME .
11344 .ip Z
11345 The original envelope id (from the ESMTP transaction).
11346 For Deliver Status Notifications only.
11347 .pp
11348 As an example,
11349 the following is a queue file sent to
11350 .q eric@mammoth.Berkeley.EDU
11351 and
11352 .q bostic@okeeffe.CS.Berkeley.EDU \**:
11353 .(f
11354 \**This example is contrived and probably inaccurate for your environment.
11355 Glance over it to get an idea;
11356 nothing can replace looking at what your own system generates.
11357 .)f
11358 .(b
11359 V4
11360 T711358135
11361 K904446490
11362 N0
11363 P2100941
11364 $_eric@localhost
11365 ${daemon_flags}
11366 Seric
11367 Ceric:100:1000:sendmail@vangogh.CS.Berkeley.EDU
11368 RPFD:eric@mammoth.Berkeley.EDU
11369 RPFD:bostic@okeeffe.CS.Berkeley.EDU
11370 H?P?Return-path: <^g>
11371 H??Received: by vangogh.CS.Berkeley.EDU (5.108/2.7) id AAA06703;
11372         Fri, 17 Jul 1992 00:28:55 -0700
11373 H??Received: from mail.CS.Berkeley.EDU by vangogh.CS.Berkeley.EDU (5.108/2.7)
11374         id AAA06698; Fri, 17 Jul 1992 00:28:54 -0700
11375 H??Received: from [128.32.31.21] by mail.CS.Berkeley.EDU (5.96/2.5)
11376         id AA22777; Fri, 17 Jul 1992 03:29:14 -0400
11377 H??Received: by foo.bar.baz.de (5.57/Ultrix3.0-C)
11378         id AA22757; Fri, 17 Jul 1992 09:31:25 GMT
11379 H?F?From: eric@foo.bar.baz.de (Eric Allman)
11380 H?x?Full-name: Eric Allman
11381 H??Message-id: <9207170931.AA22757@foo.bar.baz.de>
11382 H??To: sendmail@vangogh.CS.Berkeley.EDU
11383 H??Subject: this is an example message
11384 .)b
11385 This shows
11386 the person who sent the message,
11387 the submission time
11388 (in seconds since January 1, 1970),
11389 the message priority,
11390 the message class,
11391 the recipients,
11392 and the headers for the message.
11393 .+c "SUMMARY OF SUPPORT FILES"
11394 .pp
11395 This is a summary of the support files
11396 that
11397 .i sendmail
11398 creates or generates.
11399 Many of these can be changed by editing the sendmail.cf file;
11400 check there to find the actual pathnames.
11401 .nr ii 1i
11402 .ip "/usr/\*(SD/sendmail"
11403 The binary of
11404 .i sendmail .
11405 .ip /usr/\*(SB/newaliases
11406 A link to /usr/\*(SD/sendmail;
11407 causes the alias database to be rebuilt.
11408 Running this program is completely equivalent to giving
11409 .i sendmail
11410 the
11411 .b \-bi
11412 flag.
11413 .ip /usr/\*(SB/mailq
11414 Prints a listing of the mail queue.
11415 This program is equivalent to using the
11416 .b \-bp
11417 flag to
11418 .i sendmail .
11419 .ip /etc/mail/sendmail.cf
11420 The configuration file,
11421 in textual form.
11422 .ip /etc/mail/helpfile
11423 The SMTP help file.
11424 .ip /etc/mail/statistics
11425 A statistics file; need not be present.
11426 .ip /etc/mail/sendmail.pid
11427 Created in daemon mode;
11428 it contains the process id of the current SMTP daemon.
11429 If you use this in scripts;
11430 use ``head \-1'' to get just the first line;
11431 the second line contains the command line used to invoke the daemon,
11432 and later versions of
11433 .i sendmail
11434 may add more information to subsequent lines.
11435 .ip /etc/mail/aliases
11436 The textual version of the alias file.
11437 .ip /etc/mail/aliases.db
11438 The alias file in
11439 .i hash \|(3)
11440 format.
11441 .ip /etc/mail/aliases.{pag,dir}
11442 The alias file in
11443 .i ndbm \|(3)
11444 format.
11445 .ip /var/spool/mqueue
11446 The directory in which the mail queue(s)
11447 and temporary files reside.
11448 .ip /var/spool/mqueue/qf*
11449 Control (queue) files for messages.
11450 .ip /var/spool/mqueue/df*
11451 Data files.
11452 .ip /var/spool/mqueue/tf*
11453 Temporary versions of the qf files,
11454 used during queue file rebuild.
11455 .ip /var/spool/mqueue/xf*
11456 A transcript of the current session.
11457 .if o \
11458 \{\
11459 .       bp
11460 .       rs
11461 .       sp |4i
11462 .       ce 2
11463 This page intentionally left blank;
11464 replace it with a blank sheet for double-sided output.
11465 .\}
11466 .\".ro
11467 .\".ls 1
11468 .\".tp
11469 .\".sp 2i
11470 .\".in 0
11471 .\".ce 100
11472 .\".sz 24
11473 .\".b SENDMAIL
11474 .\".sz 14
11475 .\".sp
11476 .\"INSTALLATION AND OPERATION GUIDE
11477 .\".sp
11478 .\".sz 10
11479 .\"Eric Allman
11480 .\".sp
11481 .\"Version $Revision: 8.751 $
11482 .\".ce 0
11483 .bp 3
11484 .ce
11485 .sz 12
11486 TABLE OF CONTENTS
11487 .sz 10
11488 .sp
11489 .\" remove some things to avoid "out of temp file space" problem
11490 .rm sh
11491 .rm (x
11492 .rm )x
11493 .rm ip
11494 .rm pp
11495 .rm lp
11496 .rm he
11497 .rm fo
11498 .rm eh
11499 .rm oh
11500 .rm ef
11501 .rm of
11502 .xp
11503 .if o \
11504 \{\
11505 .       bp
11506 .       rs
11507 .       sp |4i
11508 .       ce 2
11509 This page intentionally left blank;
11510 replace it with a blank sheet for double-sided output.
11511 .\}