2 * Copyright (c) 1998-2006 Sendmail, Inc. and its suppliers.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.
16 #include <sm/sendmail.h>
18 #include <sm/signal.h>
21 SM_UNUSED(static char copyright
[]) =
22 "@(#) Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers.\n\
23 All rights reserved.\n\
24 Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.\n\
25 Copyright (c) 1988, 1993\n\
26 The Regents of the University of California. All rights reserved.\n";
29 SM_RCSID("@(#)$Id: main.c,v 8.963 2007/06/29 20:07:37 ca Exp $")
32 #if NETINET || NETINET6
33 # include <arpa/inet.h>
34 #endif /* NETINET || NETINET6 */
37 #include <sendmail/pathnames.h>
40 DebugNoPRestart
= SM_DEBUG_INITIALIZER("no_persistent_restart",
41 "@(#)$Debug: no_persistent_restart - don't restart, log only $");
43 static void dump_class
__P((STAB
*, int));
44 static void obsolete
__P((char **));
45 static void testmodeline
__P((char *, ENVELOPE
*));
46 static char *getextenv
__P((const char *));
47 static void sm_printoptions
__P((char **));
48 static SIGFUNC_DECL intindebug
__P((int));
49 static SIGFUNC_DECL sighup
__P((int));
50 static SIGFUNC_DECL sigpipe
__P((int));
51 static SIGFUNC_DECL sigterm
__P((int));
53 static SIGFUNC_DECL sigusr1
__P((int));
57 ** SENDMAIL -- Post mail to a set of destinations.
59 ** This is the basic mail router. All user mail programs should
60 ** call this routine to actually deliver mail. Sendmail in
61 ** turn calls a bunch of mail servers that do the real work of
62 ** delivering the mail.
64 ** Sendmail is driven by settings read in from /etc/mail/sendmail.cf
65 ** (read by readcf.c).
68 ** /usr/lib/sendmail [flags] addr ...
70 ** See the associated documentation for details.
73 ** Eric Allman, UCB/INGRES (until 10/81).
74 ** Britton-Lee, Inc., purveyors of fine
75 ** database computers (11/81 - 10/88).
76 ** International Computer Science Institute
78 ** UCB/Mammoth Project (10/89 - 7/95).
79 ** InReference, Inc. (8/95 - 1/97).
80 ** Sendmail, Inc. (1/98 - present).
81 ** The support of my employers is gratefully acknowledged.
82 ** Few of them (Britton-Lee in particular) have had
83 ** anything to gain from my involvement in this project.
85 ** Gregory Neil Shapiro,
86 ** Worcester Polytechnic Institute (until 3/98).
87 ** Sendmail, Inc. (3/98 - present).
90 ** Sendmail, Inc. (12/98 - present).
93 char *FullName
; /* sender's full name */
94 ENVELOPE BlankEnvelope
; /* a "blank" envelope */
95 static ENVELOPE MainEnvelope
; /* the envelope around the basic letter */
96 ADDRESS NullAddress
= /* a null address */
98 char *CommandLineArgs
; /* command line args for pid file */
99 bool Warn_Q_option
= false; /* warn about Q option use */
100 static int MissingFds
= 0; /* bit map of fds missing on startup */
101 char *Mbdb
= "pw"; /* mailbox database defaults to /etc/passwd */
104 GIDSET_T InitialGidSet
[NGROUPS_MAX
];
105 #endif /* NGROUPS_MAX */
107 #define MAXCONFIGLEVEL 10 /* highest config version level known */
110 static sasl_callback_t srvcallbacks
[] =
112 { SASL_CB_VERIFYFILE
, &safesaslfile
, NULL
},
113 { SASL_CB_PROXY_POLICY
, &proxy_policy
, NULL
},
114 { SASL_CB_LIST_END
, NULL
, NULL
}
118 unsigned int SubmitMode
;
119 int SyslogPrefixLen
; /* estimated length of syslog prefix */
120 #define PIDLEN 6 /* pid length for computing SyslogPrefixLen */
122 # define SL_FUDGE 10 /* fudge offset for SyslogPrefixLen */
123 #endif /* ! SL_FUDGE */
124 #define SLDLL 8 /* est. length of default syslog label */
127 /* Some options are dangerous to allow users to use in non-submit mode */
128 #define CHECK_AGAINST_OPMODE(cmd) \
131 OpMode != MD_DELIVER && OpMode != MD_SMTP && \
132 OpMode != MD_ARPAFTP && \
133 OpMode != MD_VERIFY && OpMode != MD_TEST) \
135 (void) sm_io_fprintf(smioout, SM_TIME_DEFAULT, \
136 "WARNING: Ignoring submission mode -%c option (not in submission mode)\n", \
140 if (extraprivs && queuerun) \
142 (void) sm_io_fprintf(smioout, SM_TIME_DEFAULT, \
143 "WARNING: Ignoring submission mode -%c option with -q\n", \
150 main(argc
, argv
, envp
)
157 extern char Version
[];
164 int qgrp
= NOQGRP
; /* queue group to process */
166 BITMAP256
*p_flags
= NULL
; /* daemon flags */
167 bool warn_C_flag
= false;
168 bool auth
= true; /* whether to set e_auth_param */
169 char warn_f_flag
= '\0';
170 bool run_in_foreground
= false; /* -bD mode */
171 bool queuerun
= false, debug
= false;
174 char *nullserver
= NULL
;
175 char *authinfo
= NULL
;
176 char *sysloglabel
= NULL
; /* label for syslog */
177 char *conffile
= NULL
; /* name of .cf file */
178 char *queuegroup
= NULL
; /* queue group to process */
179 char *quarantining
= NULL
; /* quarantine queue items? */
182 bool queuepersistent
= false; /* queue runner process runs forever */
183 bool foregroundqueue
= false; /* queue run in foreground */
184 bool save_val
; /* to save some bool var. */
185 int cftype
; /* which cf file to use? */
187 static time_t starttime
= 0; /* when was process started */
188 struct stat traf_st
; /* for TrafficLog FIFO check */
190 char jbuf
[MAXHOSTNAMELEN
]; /* holds MyHostName */
191 static char rnamebuf
[MAXNAME
]; /* holds RealUserName */
192 char *emptyenviron
[1];
195 #endif /* STARTTLS */
198 extern int DtableSize
;
202 extern char **environ
;
204 extern void sm_sasl_init
__P((void));
209 #endif /* USE_ENVIRON */
211 /* turn off profiling */
214 /* install default exception handler */
215 sm_exc_newthread(fatal_error
);
217 /* set the default in/out channel so errors reported to screen */
219 OutChannel
= smioout
;
222 ** Check to see if we reentered.
223 ** This would normally happen if e_putheader or e_putbody
224 ** were NULL when invoked.
229 syserr("main: reentered!");
232 starttime
= curtime();
234 /* avoid null pointer dereferences */
235 TermEscape
.te_rv_on
= TermEscape
.te_under_on
= TermEscape
.te_normal
= "";
240 /* Check if sendmail is running with extra privs */
241 extraprivs
= (RealUid
!= 0 &&
242 (geteuid() != getuid() || getegid() != getgid()));
244 CurrentPid
= getpid();
246 /* get whatever .cf file is right for the opmode */
247 cftype
= SM_GET_RIGHT_CF
;
249 /* in 4.4BSD, the table can be huge; impose a reasonable limit */
250 DtableSize
= getdtsize();
251 if (DtableSize
> 256)
255 ** Be sure we have enough file descriptors.
256 ** But also be sure that 0, 1, & 2 are open.
259 /* reset errno and fill_errno; the latter is used way down below */
260 errno
= fill_errno
= 0;
261 fill_fd(STDIN_FILENO
, NULL
);
264 fill_fd(STDOUT_FILENO
, NULL
);
267 fill_fd(STDERR_FILENO
, NULL
);
271 sm_closefrom(STDERR_FILENO
+ 1, DtableSize
);
277 # define SM_LOG_STR "sendmail"
278 # endif /* ! SM_LOG_STR */
280 openlog(SM_LOG_STR
, LOG_PID
, LOG_MAIL
);
281 # else /* LOG_MAIL */
282 openlog(SM_LOG_STR
, LOG_PID
);
283 # endif /* LOG_MAIL */
287 ** Seed the random number generator.
288 ** Used for queue file names, picking a queue directory, and
294 /* do machine-dependent initializations */
298 SyslogPrefixLen
= PIDLEN
+ (MAXQFNAME
- 3) + SL_FUDGE
+ SLDLL
;
300 /* reset status from syserr() calls for missing file descriptors */
304 SubmitMode
= SUBMIT_UNKNOWN
;
306 checkfd012("after openlog");
309 tTsetup(tTdvect
, sizeof(tTdvect
), "0-99.1,*_trace_*.1");
312 /* save initial group set for future checks */
313 i
= getgroups(NGROUPS_MAX
, InitialGidSet
);
316 InitialGidSet
[0] = (GID_T
) -1;
319 while (i
< NGROUPS_MAX
)
320 InitialGidSet
[i
++] = InitialGidSet
[0];
321 #endif /* NGROUPS_MAX */
323 /* drop group id privileges (RunAsUser not yet set) */
324 dp
= drop_privileges(false);
328 /* Only allow root (or non-set-*-ID binaries) to use SIGUSR1 */
331 /* arrange to dump state on user-1 signal */
332 (void) sm_signal(SIGUSR1
, sigusr1
);
336 /* ignore user-1 signal */
337 (void) sm_signal(SIGUSR1
, SIG_IGN
);
341 /* initialize for setproctitle */
342 initsetproctitle(argc
, argv
, envp
);
344 /* Handle any non-getoptable constructions. */
348 ** Do a quick prescan of the argument list.
352 /* find initial opMode */
355 p
= strrchr(*av
, '/');
358 if (strcmp(p
, "newaliases") == 0)
359 OpMode
= MD_INITALIAS
;
360 else if (strcmp(p
, "mailq") == 0)
362 else if (strcmp(p
, "smtpd") == 0)
364 else if (strcmp(p
, "hoststat") == 0)
365 OpMode
= MD_HOSTSTAT
;
366 else if (strcmp(p
, "purgestat") == 0)
367 OpMode
= MD_PURGESTAT
;
369 #if defined(__osf__) || defined(_AIX3)
370 # define OPTIONS "A:B:b:C:cD:d:e:F:f:Gh:IiL:M:mN:nO:o:p:Q:q:R:r:sTtV:vX:x"
371 #endif /* defined(__osf__) || defined(_AIX3) */
372 #if defined(sony_news)
373 # define OPTIONS "A:B:b:C:cD:d:E:e:F:f:Gh:IiJ:L:M:mN:nO:o:p:Q:q:R:r:sTtV:vX:"
374 #endif /* defined(sony_news) */
376 # define OPTIONS "A:B:b:C:cD:d:e:F:f:Gh:IiL:M:mN:nO:o:p:Q:q:R:r:sTtV:vX:"
377 #endif /* ! OPTIONS */
379 /* Set to 0 to allow -b; need to check optarg before using it! */
381 while ((j
= getopt(argc
, argv
, OPTIONS
)) != -1)
385 case 'b': /* operations mode */
386 j
= (optarg
== NULL
) ? ' ' : *optarg
;
405 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
406 "Frozen configurations unsupported\n");
410 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
411 "Invalid operation mode %c\n",
421 syserr("-D file must be before -d");
425 dp
= drop_privileges(true);
427 smdebug
= sm_io_open(SmFtStdio
, SM_TIME_DEFAULT
,
428 optarg
, SM_IO_APPEND
, NULL
);
431 syserr("cannot open %s", optarg
);
432 ExitStat
= EX_CANTCREAT
;
435 sm_debug_setfile(smdebug
);
441 (void) sm_io_setvbuf(sm_debug_file(), SM_TIME_DEFAULT
,
442 (char *) NULL
, SM_IO_NBF
,
446 case 'G': /* relay (gateway) submission */
447 SubmitMode
= SUBMIT_MTA
;
453 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
454 "option requires an argument -- '%c'",
458 j
= SM_MIN(strlen(optarg
), 32) + 1;
459 sysloglabel
= xalloc(j
);
460 (void) sm_strlcpy(sysloglabel
, optarg
, j
);
461 SyslogPrefixLen
= PIDLEN
+ (MAXQFNAME
- 3) +
467 /* just check if it is there */
474 /* Don't leak queue information via debug flags */
475 if (extraprivs
&& queuerun
&& debug
)
477 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
478 "WARNING: Can not use -d with -q. Disabling debugging.\n");
480 sm_debug_setfile(NULL
);
481 (void) memset(tTdvect
, '\0', sizeof(tTdvect
));
485 if (sysloglabel
!= NULL
)
487 /* Sanitize the string */
488 for (p
= sysloglabel
; *p
!= '\0'; p
++)
490 if (!isascii(*p
) || !isprint(*p
) || *p
== '%')
495 openlog(sysloglabel
, LOG_PID
, LOG_MAIL
);
496 # else /* LOG_MAIL */
497 openlog(sysloglabel
, LOG_PID
);
498 # endif /* LOG_MAIL */
502 /* set up the blank envelope */
503 BlankEnvelope
.e_puthdr
= putheader
;
504 BlankEnvelope
.e_putbody
= putbody
;
505 BlankEnvelope
.e_xfp
= NULL
;
506 STRUCTCOPY(NullAddress
, BlankEnvelope
.e_from
);
507 CurEnv
= &BlankEnvelope
;
508 STRUCTCOPY(NullAddress
, MainEnvelope
.e_from
);
511 ** Set default values for variables.
512 ** These cannot be in initialized data space.
515 setdefaults(&BlankEnvelope
);
516 initmacros(&BlankEnvelope
);
520 if (OpMode
== MD_DAEMON
)
521 DaemonPid
= CurrentPid
; /* needed for finis() to work */
523 pw
= sm_getpwuid(RealUid
);
525 (void) sm_strlcpy(rnamebuf
, pw
->pw_name
, sizeof(rnamebuf
));
527 (void) sm_snprintf(rnamebuf
, sizeof(rnamebuf
), "Unknown UID %d",
530 RealUserName
= rnamebuf
;
534 sm_dprintf("Version %s\n", Version
);
535 finis(false, true, EX_OK
);
540 ** if running non-set-user-ID binary as non-root, pretend
541 ** we are the RunAsUid
544 if (RealUid
!= 0 && geteuid() == RealUid
)
547 sm_dprintf("Non-set-user-ID binary: RunAsUid = RealUid = %d\n",
551 else if (geteuid() != 0)
552 RunAsUid
= geteuid();
555 if (RealUid
!= 0 && EffGid
== RealGid
)
560 sm_dprintf("main: e/ruid = %d/%d e/rgid = %d/%d\n",
561 (int) geteuid(), (int) getuid(),
562 (int) getegid(), (int) getgid());
563 sm_dprintf("main: RunAsUser = %d:%d\n",
564 (int) RunAsUid
, (int) RunAsGid
);
567 /* save command line arguments */
569 for (av
= argv
; *av
!= NULL
; )
570 j
+= strlen(*av
++) + 1;
571 SaveArgv
= (char **) xalloc(sizeof(char *) * (argc
+ 1));
572 CommandLineArgs
= xalloc(j
);
574 for (av
= argv
, i
= 0; *av
!= NULL
; )
578 SaveArgv
[i
++] = newstr(*av
);
581 (void) sm_strlcpy(p
, *av
++, j
);
590 extern char *CompileOptions
[];
592 sm_dprintf("Version %s\n Compiled with:", Version
);
593 sm_printoptions(CompileOptions
);
597 extern char *OsCompileOptions
[];
599 sm_dprintf(" OS Defines:");
600 sm_printoptions(OsCompileOptions
);
602 sm_dprintf("Kernel symbols:\t%s\n", _PATH_UNIX
);
603 #endif /* _PATH_UNIX */
605 sm_dprintf(" Conf file:\t%s (default for MSP)\n",
606 getcfname(OpMode
, SubmitMode
, SM_GET_SUBMIT_CF
,
608 sm_dprintf(" Conf file:\t%s (default for MTA)\n",
609 getcfname(OpMode
, SubmitMode
, SM_GET_SENDMAIL_CF
,
611 sm_dprintf(" Pid file:\t%s (default)\n", PidFile
);
616 extern char *SmCompileOptions
[];
618 sm_dprintf(" libsm Defines:");
619 sm_printoptions(SmCompileOptions
);
624 extern char *FFRCompileOptions
[];
626 sm_dprintf(" FFR Defines:");
627 sm_printoptions(FFRCompileOptions
);
630 /* clear sendmail's environment */
631 ExternalEnviron
= environ
;
632 emptyenviron
[0] = NULL
;
633 environ
= emptyenviron
;
636 ** restore any original TZ setting until TimeZoneSpec has been
637 ** determined - or early log messages may get bogus time stamps
640 if ((p
= getextenv("TZ")) != NULL
)
645 /* XXX check for reasonable length? */
646 tzlen
= strlen(p
) + 4;
648 (void) sm_strlcpyn(tz
, tzlen
, 2, "TZ=", p
);
650 /* XXX check return code? */
654 /* prime the child environment */
655 sm_setuserenv("AGENT", "sendmail");
657 (void) sm_signal(SIGPIPE
, SIG_IGN
);
658 OldUmask
= umask(022);
659 FullName
= getextenv("NAME");
660 if (FullName
!= NULL
)
661 FullName
= newstr(FullName
);
664 ** Initialize name server if it is going to be used.
668 if (!bitset(RES_INIT
, _res
.options
))
671 _res
.options
|= RES_DEBUG
;
673 _res
.options
&= ~RES_DEBUG
;
674 # ifdef RES_NOALIASES
675 _res
.options
|= RES_NOALIASES
;
676 # endif /* RES_NOALIASES */
677 TimeOuts
.res_retry
[RES_TO_DEFAULT
] = _res
.retry
;
678 TimeOuts
.res_retry
[RES_TO_FIRST
] = _res
.retry
;
679 TimeOuts
.res_retry
[RES_TO_NORMAL
] = _res
.retry
;
680 TimeOuts
.res_retrans
[RES_TO_DEFAULT
] = _res
.retrans
;
681 TimeOuts
.res_retrans
[RES_TO_FIRST
] = _res
.retrans
;
682 TimeOuts
.res_retrans
[RES_TO_NORMAL
] = _res
.retrans
;
683 #endif /* NAMED_BIND */
688 /* initialize some macros, etc. */
689 init_vendor_macros(&BlankEnvelope
);
692 macdefine(&BlankEnvelope
.e_macro
, A_PERM
, 'v', Version
);
695 hp
= myhostname(jbuf
, sizeof(jbuf
));
698 struct utsname utsname
;
701 sm_dprintf("Canonical name: %s\n", jbuf
);
702 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
, 'w', jbuf
);
703 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
, 'j', jbuf
);
706 p
= strchr(jbuf
, '.');
707 if (p
!= NULL
&& p
[1] != '\0')
708 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
, 'm', &p
[1]);
710 if (uname(&utsname
) >= 0)
711 p
= utsname
.nodename
;
715 sm_dprintf("uname failed (%s)\n",
716 sm_errstring(errno
));
721 sm_dprintf(" UUCP nodename: %s\n", p
);
722 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
, 'k', p
);
728 for (av
= hp
->h_aliases
; av
!= NULL
&& *av
!= NULL
; av
++)
731 sm_dprintf("\ta.k.a.: %s\n", *av
);
734 #if NETINET || NETINET6
735 for (i
= 0; i
>= 0 && hp
->h_addr_list
[i
] != NULL
; i
++)
739 char buf6
[INET6_ADDRSTRLEN
];
741 # endif /* NETINET6 */
744 # endif /* NETINET */
748 switch (hp
->h_addrtype
)
752 if (hp
->h_length
!= INADDRSZ
)
755 memmove(&ia
, hp
->h_addr_list
[i
], INADDRSZ
);
756 (void) sm_snprintf(ipbuf
, sizeof(ipbuf
),
757 "[%.100s]", inet_ntoa(ia
));
759 # endif /* NETINET */
763 if (hp
->h_length
!= IN6ADDRSZ
)
766 memmove(&ia6
, hp
->h_addr_list
[i
], IN6ADDRSZ
);
767 addr
= anynet_ntop(&ia6
, buf6
, sizeof(buf6
));
769 (void) sm_snprintf(ipbuf
, sizeof(ipbuf
),
772 # endif /* NETINET6 */
774 if (ipbuf
[0] == '\0')
778 sm_dprintf("\ta.k.a.: %s\n", ipbuf
);
779 setclass('w', ipbuf
);
781 #endif /* NETINET || NETINET6 */
785 #endif /* NETINET6 */
789 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
, 'b', arpadate((char *) NULL
));
791 /* current load average */
794 QueueLimitRecipient
= (QUEUE_CHAR
*) NULL
;
795 QueueLimitSender
= (QUEUE_CHAR
*) NULL
;
796 QueueLimitId
= (QUEUE_CHAR
*) NULL
;
797 QueueLimitQuarantine
= (QUEUE_CHAR
*) NULL
;
804 while ((j
= getopt(argc
, argv
, OPTIONS
)) != -1)
808 case 'b': /* operations mode */
812 case 'A': /* use Alternate sendmail/submit.cf */
813 cftype
= optarg
[0] == 'c' ? SM_GET_SUBMIT_CF
814 : SM_GET_SENDMAIL_CF
;
817 case 'B': /* body type */
818 CHECK_AGAINST_OPMODE(j
);
819 BlankEnvelope
.e_bodytype
= newstr(optarg
);
822 case 'C': /* select configuration file (already done) */
825 conffile
= newstr(optarg
);
826 dp
= drop_privileges(true);
832 case 'd': /* debugging */
836 case 'f': /* from address */
837 case 'r': /* obsolete -f flag */
838 CHECK_AGAINST_OPMODE(j
);
841 usrerr("More than one \"from\" person");
845 if (optarg
[0] == '\0')
848 from
= newstr(denlstring(optarg
, true, true));
849 if (strcmp(RealUserName
, from
) != 0)
853 case 'F': /* set full name */
854 CHECK_AGAINST_OPMODE(j
);
855 FullName
= newstr(optarg
);
858 case 'G': /* relay (gateway) submission */
860 CHECK_AGAINST_OPMODE(j
);
863 case 'h': /* hop count */
864 CHECK_AGAINST_OPMODE(j
);
865 BlankEnvelope
.e_hopcount
= (short) strtol(optarg
, &ep
,
867 (void) sm_snprintf(buf
, sizeof(buf
), "%d",
868 BlankEnvelope
.e_hopcount
);
869 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
, 'c', buf
);
873 usrerr("Bad hop count (%s)", optarg
);
878 case 'L': /* program label */
882 case 'n': /* don't alias */
883 CHECK_AGAINST_OPMODE(j
);
887 case 'N': /* delivery status notifications */
888 CHECK_AGAINST_OPMODE(j
);
889 DefaultNotify
|= QHASNOTIFY
;
890 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
,
891 macid("{dsn_notify}"), optarg
);
892 if (sm_strcasecmp(optarg
, "never") == 0)
894 for (p
= optarg
; p
!= NULL
; optarg
= p
)
899 if (sm_strcasecmp(optarg
, "success") == 0)
900 DefaultNotify
|= QPINGONSUCCESS
;
901 else if (sm_strcasecmp(optarg
, "failure") == 0)
902 DefaultNotify
|= QPINGONFAILURE
;
903 else if (sm_strcasecmp(optarg
, "delay") == 0)
904 DefaultNotify
|= QPINGONDELAY
;
907 usrerr("Invalid -N argument");
913 case 'o': /* set option */
914 setoption(*optarg
, optarg
+ 1, false, true,
918 case 'O': /* set option (long form) */
919 setoption(' ', optarg
, false, true, &BlankEnvelope
);
922 case 'p': /* set protocol */
923 CHECK_AGAINST_OPMODE(j
);
924 p
= strchr(optarg
, ':');
932 cleanstrcpy(ep
, p
, i
);
933 macdefine(&BlankEnvelope
.e_macro
,
939 i
= strlen(optarg
) + 1;
941 cleanstrcpy(ep
, optarg
, i
);
942 macdefine(&BlankEnvelope
.e_macro
, A_HEAP
,
947 case 'Q': /* change quarantining on queued items */
949 if (OpMode
!= MD_DELIVER
&&
950 OpMode
!= MD_QUEUERUN
)
952 usrerr("Can not use -Q with -b%c", OpMode
);
957 if (OpMode
== MD_DELIVER
)
958 set_op_mode(MD_QUEUERUN
);
962 quarantining
= newstr(optarg
);
965 case 'q': /* run queue files at intervals */
967 if (OpMode
!= MD_DELIVER
&&
968 OpMode
!= MD_DAEMON
&&
969 OpMode
!= MD_FGDAEMON
&&
970 OpMode
!= MD_PRINT
&&
971 OpMode
!= MD_PRINTNQE
&&
972 OpMode
!= MD_QUEUERUN
)
974 usrerr("Can not use -q with -b%c", OpMode
);
979 /* don't override -bd, -bD or -bp */
980 if (OpMode
== MD_DELIVER
)
981 set_op_mode(MD_QUEUERUN
);
984 negate
= optarg
[0] == '!';
987 /* negate meaning of pattern match */
988 optarg
++; /* skip '!' for next switch */
993 case 'G': /* Limit by queue group name */
996 usrerr("Can not use -q!G");
1000 if (queuegroup
!= NULL
)
1002 usrerr("Can not use multiple -qG options");
1003 ExitStat
= EX_USAGE
;
1006 queuegroup
= newstr(&optarg
[1]);
1009 case 'I': /* Limit by ID */
1010 new = (QUEUE_CHAR
*) xalloc(sizeof(*new));
1011 new->queue_match
= newstr(&optarg
[1]);
1012 new->queue_negate
= negate
;
1013 new->queue_next
= QueueLimitId
;
1017 case 'R': /* Limit by recipient */
1018 new = (QUEUE_CHAR
*) xalloc(sizeof(*new));
1019 new->queue_match
= newstr(&optarg
[1]);
1020 new->queue_negate
= negate
;
1021 new->queue_next
= QueueLimitRecipient
;
1022 QueueLimitRecipient
= new;
1025 case 'S': /* Limit by sender */
1026 new = (QUEUE_CHAR
*) xalloc(sizeof(*new));
1027 new->queue_match
= newstr(&optarg
[1]);
1028 new->queue_negate
= negate
;
1029 new->queue_next
= QueueLimitSender
;
1030 QueueLimitSender
= new;
1033 case 'f': /* foreground queue run */
1034 foregroundqueue
= true;
1037 case 'Q': /* Limit by quarantine message */
1038 if (optarg
[1] != '\0')
1040 new = (QUEUE_CHAR
*) xalloc(sizeof(*new));
1041 new->queue_match
= newstr(&optarg
[1]);
1042 new->queue_negate
= negate
;
1043 new->queue_next
= QueueLimitQuarantine
;
1044 QueueLimitQuarantine
= new;
1046 QueueMode
= QM_QUARANTINE
;
1049 case 'L': /* act on lost items */
1050 QueueMode
= QM_LOST
;
1053 case 'p': /* Persistent queue */
1054 queuepersistent
= true;
1055 if (QueueIntvl
== 0)
1057 if (optarg
[1] == '\0')
1064 QueueIntvl
= convtime(optarg
, 'm');
1067 usrerr("Invalid -q value");
1068 ExitStat
= EX_USAGE
;
1071 /* check for bad conversion */
1073 ExitStat
= EX_USAGE
;
1078 case 'R': /* DSN RET: what to return */
1079 CHECK_AGAINST_OPMODE(j
);
1080 if (bitset(EF_RET_PARAM
, BlankEnvelope
.e_flags
))
1082 usrerr("Duplicate -R flag");
1083 ExitStat
= EX_USAGE
;
1086 BlankEnvelope
.e_flags
|= EF_RET_PARAM
;
1087 if (sm_strcasecmp(optarg
, "hdrs") == 0)
1088 BlankEnvelope
.e_flags
|= EF_NO_BODY_RETN
;
1089 else if (sm_strcasecmp(optarg
, "full") != 0)
1091 usrerr("Invalid -R value");
1092 ExitStat
= EX_USAGE
;
1094 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
,
1095 macid("{dsn_ret}"), optarg
);
1098 case 't': /* read recipients from message */
1099 CHECK_AGAINST_OPMODE(j
);
1103 case 'V': /* DSN ENVID: set "original" envelope id */
1104 CHECK_AGAINST_OPMODE(j
);
1105 if (!xtextok(optarg
))
1107 usrerr("Invalid syntax in -V flag");
1108 ExitStat
= EX_USAGE
;
1112 BlankEnvelope
.e_envid
= newstr(optarg
);
1113 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
,
1114 macid("{dsn_envid}"), optarg
);
1118 case 'X': /* traffic log file */
1119 dp
= drop_privileges(true);
1121 if (stat(optarg
, &traf_st
) == 0 &&
1122 S_ISFIFO(traf_st
.st_mode
))
1123 TrafficLogFile
= sm_io_open(SmFtStdio
,
1126 SM_IO_WRONLY
, NULL
);
1128 TrafficLogFile
= sm_io_open(SmFtStdio
,
1131 SM_IO_APPEND
, NULL
);
1132 if (TrafficLogFile
== NULL
)
1134 syserr("cannot open %s", optarg
);
1135 ExitStat
= EX_CANTCREAT
;
1138 (void) sm_io_setvbuf(TrafficLogFile
, SM_TIME_DEFAULT
,
1139 NULL
, SM_IO_LBF
, 0);
1142 /* compatibility flags */
1143 case 'c': /* connect to non-local mailers */
1144 case 'i': /* don't let dot stop me */
1145 case 'm': /* send to me too */
1146 case 'T': /* set timeout interval */
1147 case 'v': /* give blow-by-blow description */
1148 setoption(j
, "T", false, true, &BlankEnvelope
);
1151 case 'e': /* error message disposition */
1152 case 'M': /* define macro */
1153 setoption(j
, optarg
, false, true, &BlankEnvelope
);
1156 case 's': /* save From lines in headers */
1157 setoption('f', "T", false, true, &BlankEnvelope
);
1161 case 'I': /* initialize alias DBM file */
1162 set_op_mode(MD_INITALIAS
);
1166 #if defined(__osf__) || defined(_AIX3)
1167 case 'x': /* random flag that OSF/1 & AIX mailx passes */
1169 #endif /* defined(__osf__) || defined(_AIX3) */
1170 #if defined(sony_news)
1172 case 'J': /* ignore flags for Japanese code conversion
1173 implemented on Sony NEWS */
1175 #endif /* defined(sony_news) */
1178 finis(true, true, EX_USAGE
);
1184 /* if we've had errors so far, exit now */
1185 if ((ExitStat
!= EX_OK
&& OpMode
!= MD_TEST
) ||
1186 ExitStat
== EX_OSERR
)
1188 finis(false, true, ExitStat
);
1192 if (bitset(SUBMIT_MTA
, SubmitMode
))
1194 /* If set daemon_flags on command line, don't reset it */
1195 if (macvalue(macid("{daemon_flags}"), &BlankEnvelope
) == NULL
)
1196 macdefine(&BlankEnvelope
.e_macro
, A_PERM
,
1197 macid("{daemon_flags}"), "CC f");
1199 else if (OpMode
== MD_DELIVER
|| OpMode
== MD_SMTP
)
1201 SubmitMode
= SUBMIT_MSA
;
1203 /* If set daemon_flags on command line, don't reset it */
1204 if (macvalue(macid("{daemon_flags}"), &BlankEnvelope
) == NULL
)
1205 macdefine(&BlankEnvelope
.e_macro
, A_PERM
,
1206 macid("{daemon_flags}"), "c u");
1210 ** Do basic initialization.
1211 ** Read system control file.
1212 ** Extract special fields for local use.
1216 checkfd012("before readcf");
1218 vendor_pre_defaults(&BlankEnvelope
);
1220 readcf(getcfname(OpMode
, SubmitMode
, cftype
, conffile
),
1221 safecf
, &BlankEnvelope
);
1222 #if !defined(_USE_SUN_NSSWITCH_) && !defined(_USE_DEC_SVC_CONF_)
1223 ConfigFileRead
= true;
1224 #endif /* !defined(_USE_SUN_NSSWITCH_) && !defined(_USE_DEC_SVC_CONF_) */
1225 vendor_post_defaults(&BlankEnvelope
);
1227 /* now we can complain about missing fds */
1228 if (MissingFds
!= 0 && LogLevel
> 8)
1233 if (bitset(1 << STDIN_FILENO
, MissingFds
))
1234 (void) sm_strlcat(mbuf
, ", stdin", sizeof(mbuf
));
1235 if (bitset(1 << STDOUT_FILENO
, MissingFds
))
1236 (void) sm_strlcat(mbuf
, ", stdout", sizeof(mbuf
));
1237 if (bitset(1 << STDERR_FILENO
, MissingFds
))
1238 (void) sm_strlcat(mbuf
, ", stderr", sizeof(mbuf
));
1240 /* Notice: fill_errno is from high above: fill_fd() */
1241 sm_syslog(LOG_WARNING
, NOQID
,
1242 "File descriptors missing on startup: %s; %s",
1243 &mbuf
[2], sm_errstring(fill_errno
));
1246 /* Remove the ability for a normal user to send signals */
1247 if (RealUid
!= 0 && RealUid
!= geteuid())
1249 uid_t new_uid
= geteuid();
1253 ** Since we can differentiate between uid and euid,
1254 ** make the uid a different user so the real user
1255 ** can't send signals. However, it doesn't need to be
1256 ** root (euid has root).
1262 sm_dprintf("Changing real uid to %d\n", (int) new_uid
);
1263 if (setreuid(new_uid
, geteuid()) < 0)
1265 syserr("main: setreuid(%d, %d) failed",
1266 (int) new_uid
, (int) geteuid());
1267 finis(false, true, EX_OSERR
);
1271 sm_dprintf("Now running as e/ruid %d:%d\n",
1272 (int) geteuid(), (int) getuid());
1273 #else /* HASSETREUID */
1275 ** Have to change both effective and real so need to
1276 ** change them both to effective to keep privs.
1280 sm_dprintf("Changing uid to %d\n", (int) new_uid
);
1281 if (setuid(new_uid
) < 0)
1283 syserr("main: setuid(%d) failed", (int) new_uid
);
1284 finis(false, true, EX_OSERR
);
1288 sm_dprintf("Now running as e/ruid %d:%d\n",
1289 (int) geteuid(), (int) getuid());
1290 #endif /* HASSETREUID */
1294 if (FallbackMX
!= NULL
)
1295 (void) getfallbackmxrr(FallbackMX
);
1296 #endif /* NAMED_BIND */
1298 if (SuperSafe
== SAFE_INTERACTIVE
&& CurEnv
->e_sendmode
!= SM_DELIVER
)
1300 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
1301 "WARNING: SuperSafe=interactive should only be used with\n DeliveryMode=interactive\n");
1304 if (UseMSP
&& (OpMode
== MD_DAEMON
|| OpMode
== MD_FGDAEMON
))
1306 usrerr("Mail submission program cannot be used as daemon");
1307 finis(false, true, EX_USAGE
);
1310 if (OpMode
== MD_DELIVER
|| OpMode
== MD_SMTP
||
1311 OpMode
== MD_QUEUERUN
|| OpMode
== MD_ARPAFTP
||
1312 OpMode
== MD_DAEMON
|| OpMode
== MD_FGDAEMON
)
1315 /* set up the basic signal handlers */
1316 if (sm_signal(SIGINT
, SIG_IGN
) != SIG_IGN
)
1317 (void) sm_signal(SIGINT
, intsig
);
1318 (void) sm_signal(SIGTERM
, intsig
);
1320 /* Enforce use of local time (null string overrides this) */
1321 if (TimeZoneSpec
== NULL
)
1323 else if (TimeZoneSpec
[0] != '\0')
1324 sm_setuserenv("TZ", TimeZoneSpec
);
1326 sm_setuserenv("TZ", NULL
);
1329 /* initialize mailbox database */
1330 i
= sm_mbdb_initialize(Mbdb
);
1333 usrerr("Can't initialize mailbox database \"%s\": %s",
1334 Mbdb
, sm_strexit(i
));
1338 /* avoid denial-of-service attacks */
1341 if (OpMode
== MD_TEST
)
1343 /* can't be done after readcf if RunAs* is used */
1344 dp
= drop_privileges(true);
1347 finis(false, true, dp
);
1351 else if (OpMode
!= MD_DAEMON
&& OpMode
!= MD_FGDAEMON
)
1353 /* drop privileges -- daemon mode done after socket/bind */
1354 dp
= drop_privileges(false);
1356 if (dp
== EX_OK
&& UseMSP
&& (geteuid() == 0 || getuid() == 0))
1358 usrerr("Mail submission program must have RunAsUser set to non root user");
1359 finis(false, true, EX_CONFIG
);
1365 _res
.retry
= TimeOuts
.res_retry
[RES_TO_DEFAULT
];
1366 _res
.retrans
= TimeOuts
.res_retrans
[RES_TO_DEFAULT
];
1367 #endif /* NAMED_BIND */
1370 ** Find our real host name for future logging.
1373 authinfo
= getauthinfo(STDIN_FILENO
, &forged
);
1374 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
, '_', authinfo
);
1376 /* suppress error printing if errors mailed back or whatever */
1377 if (BlankEnvelope
.e_errormode
!= EM_PRINT
)
1380 /* set up the $=m class now, after .cf has a chance to redefine $m */
1381 expand("\201m", jbuf
, sizeof(jbuf
), &BlankEnvelope
);
1382 if (jbuf
[0] != '\0')
1383 setclass('m', jbuf
);
1385 /* probe interfaces and locate any additional names */
1386 if (DontProbeInterfaces
!= DPI_PROBENONE
)
1391 char pidpath
[MAXPATHLEN
];
1393 /* Now we know which .cf file we use */
1394 sm_dprintf(" Conf file:\t%s (selected)\n",
1395 getcfname(OpMode
, SubmitMode
, cftype
, conffile
));
1396 expand(PidFile
, pidpath
, sizeof(pidpath
), &BlankEnvelope
);
1397 sm_dprintf(" Pid file:\t%s (selected)\n", pidpath
);
1402 sm_dprintf("\n============ SYSTEM IDENTITY (after readcf) ============");
1403 sm_dprintf("\n (short domain name) $w = ");
1404 xputs(sm_debug_file(), macvalue('w', &BlankEnvelope
));
1405 sm_dprintf("\n (canonical domain name) $j = ");
1406 xputs(sm_debug_file(), macvalue('j', &BlankEnvelope
));
1407 sm_dprintf("\n (subdomain name) $m = ");
1408 xputs(sm_debug_file(), macvalue('m', &BlankEnvelope
));
1409 sm_dprintf("\n (node name) $k = ");
1410 xputs(sm_debug_file(), macvalue('k', &BlankEnvelope
));
1411 sm_dprintf("\n========================================================\n\n");
1415 ** Do more command line checking -- these are things that
1416 ** have to modify the results of reading the config file.
1419 /* process authorization warnings from command line */
1421 auth_warning(&BlankEnvelope
, "Processed by %s with -C %s",
1422 RealUserName
, conffile
);
1423 if (Warn_Q_option
&& !wordinclass(RealUserName
, 't'))
1424 auth_warning(&BlankEnvelope
, "Processed from queue %s",
1426 if (sysloglabel
!= NULL
&& !wordinclass(RealUserName
, 't') &&
1427 RealUid
!= 0 && RealUid
!= TrustedUid
&& LogLevel
> 1)
1428 sm_syslog(LOG_WARNING
, NOQID
, "user %d changed syslog label",
1431 /* check body type for legality */
1432 i
= check_bodytype(BlankEnvelope
.e_bodytype
);
1433 if (i
== BODYTYPE_ILLEGAL
)
1435 usrerr("Illegal body type %s", BlankEnvelope
.e_bodytype
);
1436 BlankEnvelope
.e_bodytype
= NULL
;
1438 else if (i
!= BODYTYPE_NONE
)
1439 SevenBitInput
= (i
== BODYTYPE_7BIT
);
1441 /* tweak default DSN notifications */
1442 if (DefaultNotify
== 0)
1443 DefaultNotify
= QPINGONFAILURE
|QPINGONDELAY
;
1445 /* check for sane configuration level */
1446 if (ConfigLevel
> MAXCONFIGLEVEL
)
1448 syserr("Warning: .cf version level (%d) exceeds sendmail version %s functionality (%d)",
1449 ConfigLevel
, Version
, MAXCONFIGLEVEL
);
1452 /* need MCI cache to have persistence */
1453 if (HostStatDir
!= NULL
&& MaxMciCache
== 0)
1456 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
1457 "Warning: HostStatusDirectory disabled with ConnectionCacheSize = 0\n");
1460 /* need HostStatusDir in order to have SingleThreadDelivery */
1461 if (SingleThreadDelivery
&& HostStatDir
== NULL
)
1463 SingleThreadDelivery
= false;
1464 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
1465 "Warning: HostStatusDirectory required for SingleThreadDelivery\n");
1469 j
= sm_memstat_open();
1470 if (j
< 0 && (RefuseLowMem
> 0 || QueueLowMem
> 0) && LogLevel
> 4)
1472 sm_syslog(LOG_WARNING
, NOQID
,
1473 "cannot get memory statistics, settings ignored, error=%d"
1476 #endif /* _FFR_MEMSTAT */
1478 /* check for permissions */
1480 RealUid
!= TrustedUid
)
1482 char *action
= NULL
;
1487 if (quarantining
!= NULL
)
1488 action
= "quarantine jobs";
1491 /* Normal users can do a single queue run */
1492 if (QueueIntvl
== 0)
1496 /* but not persistent queue runners */
1498 action
= "start a queue runner daemon";
1503 action
= "purge host status";
1509 action
= "run daemon";
1512 sm_dprintf("Deny user %d attempt to %s\n",
1513 (int) RealUid
, action
);
1516 sm_syslog(LOG_ALERT
, NOQID
,
1517 "user %d attempted to %s",
1518 (int) RealUid
, action
);
1520 usrerr("Permission denied (real uid not trusted)");
1521 finis(false, true, EX_USAGE
);
1526 if (bitset(PRIV_RESTRICTEXPAND
, PrivacyFlags
))
1529 ** If -bv and RestrictExpand,
1530 ** drop privs to prevent normal
1531 ** users from reading private
1532 ** aliases/forwards/:include:s
1536 sm_dprintf("Drop privs for user %d attempt to expand (RestrictExpand)\n",
1539 dp
= drop_privileges(true);
1541 /* Fake address safety */
1543 sm_dprintf("Faking DontBlameSendmail=NonRootSafeAddr\n");
1544 setbitn(DBS_NONROOTSAFEADDR
, DontBlameSendmail
);
1549 sm_dprintf("Failed to drop privs for user %d attempt to expand, exiting\n",
1551 CurEnv
->e_id
= NULL
;
1552 finis(true, true, dp
);
1563 /* Nothing special to check */
1567 if (!wordinclass(RealUserName
, 't'))
1570 sm_dprintf("Deny user %d attempt to rebuild the alias map\n",
1573 sm_syslog(LOG_ALERT
, NOQID
,
1574 "user %d attempted to rebuild the alias map",
1577 usrerr("Permission denied (real uid not trusted)");
1578 finis(false, true, EX_USAGE
);
1584 usrerr("User %d cannot rebuild aliases in mail submission program",
1586 finis(false, true, EX_USAGE
);
1592 if (bitset(PRIV_RESTRICTEXPAND
, PrivacyFlags
) &&
1596 ** If -v and RestrictExpand, reset
1597 ** Verbose to prevent normal users
1598 ** from seeing the expansion of
1599 ** aliases/forwards/:include:s
1603 sm_dprintf("Dropping verbosity for user %d (RestrictExpand)\n",
1612 BlankEnvelope
.e_flags
|= EF_METOO
;
1617 /* don't have persistent host status in test mode */
1621 BlankEnvelope
.e_errormode
= EM_PRINT
;
1626 BlankEnvelope
.e_errormode
= EM_PRINT
;
1628 /* arrange to exit cleanly on hangup signal */
1629 if (sm_signal(SIGHUP
, SIG_IGN
) == (sigfunc_t
) SIG_DFL
)
1630 (void) sm_signal(SIGHUP
, intsig
);
1632 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
1633 "Notice: -bv may give misleading output for non-privileged user\n");
1637 run_in_foreground
= true;
1638 set_op_mode(MD_DAEMON
);
1642 vendor_daemon_setup(&BlankEnvelope
);
1644 /* remove things that don't make sense in daemon mode */
1648 /* arrange to restart on hangup signal */
1649 if (SaveArgv
[0] == NULL
|| SaveArgv
[0][0] != '/')
1650 sm_syslog(LOG_WARNING
, NOQID
,
1651 "daemon invoked without full pathname; kill -1 won't work");
1656 BlankEnvelope
.e_errormode
= EM_PRINT
;
1661 /* arrange to exit cleanly on hangup signal */
1662 if (sm_signal(SIGHUP
, SIG_IGN
) == (sigfunc_t
) SIG_DFL
)
1663 (void) sm_signal(SIGHUP
, intsig
);
1667 /* special considerations for FullName */
1668 if (FullName
!= NULL
)
1672 /* full names can't have newlines */
1673 if (strchr(FullName
, '\n') != NULL
)
1675 full
= newstr(denlstring(FullName
, true, true));
1679 /* check for characters that may have to be quoted */
1680 if (!rfc822_string(FullName
))
1683 ** Quote a full name with special characters
1684 ** as a comment so crackaddr() doesn't destroy
1685 ** the name portion of the address.
1688 FullName
= addquotes(FullName
, NULL
);
1690 sm_free(full
); /* XXX */
1694 /* do heuristic mode adjustment */
1697 /* turn off noconnect option */
1698 setoption('c', "F", true, false, &BlankEnvelope
);
1700 /* turn on interactive delivery */
1701 setoption('d', "", true, false, &BlankEnvelope
);
1705 /* check for vendor mismatch */
1706 if (VendorCode
!= VENDOR_CODE
)
1708 message("Warning: .cf file vendor code mismatch: sendmail expects vendor %s, .cf file vendor is %s",
1709 getvendor(VENDOR_CODE
), getvendor(VendorCode
));
1711 #endif /* VENDOR_CODE */
1713 /* check for out of date configuration level */
1714 if (ConfigLevel
< MAXCONFIGLEVEL
)
1716 message("Warning: .cf file is out of date: sendmail %s supports version %d, .cf file is version %d",
1717 Version
, MAXCONFIGLEVEL
, ConfigLevel
);
1720 if (ConfigLevel
< 3)
1723 /* set options that were previous macros */
1724 if (SmtpGreeting
== NULL
)
1726 if (ConfigLevel
< 7 &&
1727 (p
= macvalue('e', &BlankEnvelope
)) != NULL
)
1728 SmtpGreeting
= newstr(p
);
1730 SmtpGreeting
= "\201j Sendmail \201v ready at \201b";
1732 if (UnixFromLine
== NULL
)
1734 if (ConfigLevel
< 7 &&
1735 (p
= macvalue('l', &BlankEnvelope
)) != NULL
)
1736 UnixFromLine
= newstr(p
);
1738 UnixFromLine
= "From \201g \201d";
1740 SmtpError
[0] = '\0';
1742 /* our name for SMTP codes */
1743 expand("\201j", jbuf
, sizeof(jbuf
), &BlankEnvelope
);
1744 if (jbuf
[0] == '\0')
1745 PSTRSET(MyHostName
, "localhost");
1747 PSTRSET(MyHostName
, jbuf
);
1748 if (strchr(MyHostName
, '.') == NULL
)
1749 message("WARNING: local host name (%s) is not qualified; see cf/README: WHO AM I?",
1752 /* make certain that this name is part of the $=w class */
1753 setclass('w', MyHostName
);
1755 /* fill in the structure of the *default* queue */
1756 st
= stab("mqueue", ST_QUEUE
, ST_FIND
);
1758 syserr("No default queue (mqueue) defined");
1760 set_def_queueval(st
->s_quegrp
, true);
1762 /* the indices of built-in mailers */
1763 st
= stab("local", ST_MAILER
, ST_FIND
);
1765 LocalMailer
= st
->s_mailer
;
1766 else if (OpMode
!= MD_TEST
|| !warn_C_flag
)
1767 syserr("No local mailer defined");
1769 st
= stab("prog", ST_MAILER
, ST_FIND
);
1771 syserr("No prog mailer defined");
1774 ProgMailer
= st
->s_mailer
;
1775 clrbitn(M_MUSER
, ProgMailer
->m_flags
);
1778 st
= stab("*file*", ST_MAILER
, ST_FIND
);
1780 syserr("No *file* mailer defined");
1783 FileMailer
= st
->s_mailer
;
1784 clrbitn(M_MUSER
, FileMailer
->m_flags
);
1787 st
= stab("*include*", ST_MAILER
, ST_FIND
);
1789 syserr("No *include* mailer defined");
1791 InclMailer
= st
->s_mailer
;
1793 if (ConfigLevel
< 6)
1795 /* heuristic tweaking of local mailer for back compat */
1796 if (LocalMailer
!= NULL
)
1798 setbitn(M_ALIASABLE
, LocalMailer
->m_flags
);
1799 setbitn(M_HASPWENT
, LocalMailer
->m_flags
);
1800 setbitn(M_TRYRULESET5
, LocalMailer
->m_flags
);
1801 setbitn(M_CHECKINCLUDE
, LocalMailer
->m_flags
);
1802 setbitn(M_CHECKPROG
, LocalMailer
->m_flags
);
1803 setbitn(M_CHECKFILE
, LocalMailer
->m_flags
);
1804 setbitn(M_CHECKUDB
, LocalMailer
->m_flags
);
1806 if (ProgMailer
!= NULL
)
1807 setbitn(M_RUNASRCPT
, ProgMailer
->m_flags
);
1808 if (FileMailer
!= NULL
)
1809 setbitn(M_RUNASRCPT
, FileMailer
->m_flags
);
1811 if (ConfigLevel
< 7)
1813 if (LocalMailer
!= NULL
)
1814 setbitn(M_VRFY250
, LocalMailer
->m_flags
);
1815 if (ProgMailer
!= NULL
)
1816 setbitn(M_VRFY250
, ProgMailer
->m_flags
);
1817 if (FileMailer
!= NULL
)
1818 setbitn(M_VRFY250
, FileMailer
->m_flags
);
1821 /* MIME Content-Types that cannot be transfer encoded */
1822 setclass('n', "multipart/signed");
1824 /* MIME message/xxx subtypes that can be treated as messages */
1825 setclass('s', "rfc822");
1827 /* MIME Content-Transfer-Encodings that can be encoded */
1828 setclass('e', "7bit");
1829 setclass('e', "8bit");
1830 setclass('e', "binary");
1833 /* MIME Content-Types that should be treated as binary */
1834 setclass('b', "image");
1835 setclass('b', "audio");
1836 setclass('b', "video");
1837 setclass('b', "application/octet-stream");
1838 #endif /* USE_B_CLASS */
1840 /* MIME headers which have fields to check for overflow */
1841 setclass(macid("{checkMIMEFieldHeaders}"), "content-disposition");
1842 setclass(macid("{checkMIMEFieldHeaders}"), "content-type");
1844 /* MIME headers to check for length overflow */
1845 setclass(macid("{checkMIMETextHeaders}"), "content-description");
1847 /* MIME headers to check for overflow and rebalance */
1848 setclass(macid("{checkMIMEHeaders}"), "content-disposition");
1849 setclass(macid("{checkMIMEHeaders}"), "content-id");
1850 setclass(macid("{checkMIMEHeaders}"), "content-transfer-encoding");
1851 setclass(macid("{checkMIMEHeaders}"), "content-type");
1852 setclass(macid("{checkMIMEHeaders}"), "mime-version");
1854 /* Macros to save in the queue file -- don't remove any */
1855 setclass(macid("{persistentMacros}"), "r");
1856 setclass(macid("{persistentMacros}"), "s");
1857 setclass(macid("{persistentMacros}"), "_");
1858 setclass(macid("{persistentMacros}"), "{if_addr}");
1859 setclass(macid("{persistentMacros}"), "{daemon_flags}");
1861 /* operate in queue directory */
1862 if (QueueDir
== NULL
|| *QueueDir
== '\0')
1864 if (OpMode
!= MD_TEST
)
1866 syserr("QueueDirectory (Q) option must be set");
1867 ExitStat
= EX_CONFIG
;
1872 if (OpMode
!= MD_TEST
)
1873 setup_queues(OpMode
== MD_DAEMON
);
1876 /* check host status directory for validity */
1877 if (HostStatDir
!= NULL
&& !path_is_dir(HostStatDir
, false))
1879 /* cannot use this value */
1880 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
1881 "Warning: Cannot use HostStatusDirectory = %s: %s\n",
1882 HostStatDir
, sm_errstring(errno
));
1886 if (OpMode
== MD_QUEUERUN
&&
1887 RealUid
!= 0 && bitset(PRIV_RESTRICTQRUN
, PrivacyFlags
))
1891 /* check to see if we own the queue directory */
1892 if (stat(".", &stbuf
) < 0)
1893 syserr("main: cannot stat %s", QueueDir
);
1894 if (stbuf
.st_uid
!= RealUid
)
1896 /* nope, really a botch */
1898 usrerr("You do not have permission to process the queue");
1899 finis(false, true, EX_NOPERM
);
1905 /* sanity checks on milter filters */
1906 if (OpMode
== MD_DAEMON
|| OpMode
== MD_SMTP
)
1908 milter_config(InputFilterList
, InputFilters
, MAXFILTERS
);
1909 setup_daemon_milters();
1913 /* Convert queuegroup string to qgrp number */
1914 if (queuegroup
!= NULL
)
1916 qgrp
= name2qid(queuegroup
);
1920 usrerr("Queue group %s unknown", queuegroup
);
1921 finis(false, true, ExitStat
);
1926 /* if we've had errors so far, exit now */
1927 if (ExitStat
!= EX_OK
&& OpMode
!= MD_TEST
)
1929 finis(false, true, ExitStat
);
1934 /* sendmail specific SASL initialization */
1939 checkfd012("before main() initmaps");
1943 ** Do operation-mode-dependent initialization.
1949 /* print the queue */
1951 dropenvelope(&BlankEnvelope
, true, false);
1952 (void) sm_signal(SIGPIPE
, sigpipe
);
1957 /* Selecting a particular queue group to run */
1958 for (j
= 0; j
< Queue
[qgrp
]->qg_numqueues
; j
++)
1962 (void) print_single_queue(qgrp
, j
);
1964 finis(false, true, EX_OK
);
1968 finis(false, true, EX_OK
);
1973 /* print number of entries in queue */
1974 dropenvelope(&BlankEnvelope
, true, false);
1975 (void) sm_signal(SIGPIPE
, sigpipe
);
1976 printnqe(smioout
, NULL
);
1977 finis(false, true, EX_OK
);
1982 /* only handle quarantining here */
1983 if (quarantining
== NULL
)
1986 if (QueueMode
!= QM_QUARANTINE
&&
1987 QueueMode
!= QM_NORMAL
)
1990 usrerr("Can not use -Q with -q%c", QueueMode
);
1991 ExitStat
= EX_USAGE
;
1992 finis(false, true, ExitStat
);
1995 quarantine_queue(quarantining
, qgrp
);
1996 finis(false, true, EX_OK
);
2000 (void) sm_signal(SIGPIPE
, sigpipe
);
2001 (void) mci_traverse_persistent(mci_print_persistent
, NULL
);
2002 finis(false, true, EX_OK
);
2007 (void) mci_traverse_persistent(mci_purge_persistent
, NULL
);
2008 finis(false, true, EX_OK
);
2013 /* initialize maps */
2015 finis(false, true, ExitStat
);
2021 /* reset DSN parameters */
2022 DefaultNotify
= QPINGONFAILURE
|QPINGONDELAY
;
2023 macdefine(&BlankEnvelope
.e_macro
, A_PERM
,
2024 macid("{dsn_notify}"), NULL
);
2025 BlankEnvelope
.e_envid
= NULL
;
2026 macdefine(&BlankEnvelope
.e_macro
, A_PERM
,
2027 macid("{dsn_envid}"), NULL
);
2028 BlankEnvelope
.e_flags
&= ~(EF_RET_PARAM
|EF_NO_BODY_RETN
);
2029 macdefine(&BlankEnvelope
.e_macro
, A_PERM
,
2030 macid("{dsn_ret}"), NULL
);
2032 /* don't open maps for daemon -- done below in child */
2038 /* print configuration table (or at least part of it) */
2041 for (i
= 0; i
< MAXMAILERS
; i
++)
2043 if (Mailer
[i
] != NULL
)
2044 printmailer(sm_debug_file(), Mailer
[i
]);
2049 ** Switch to the main envelope.
2052 CurEnv
= newenvelope(&MainEnvelope
, &BlankEnvelope
,
2053 sm_rpool_new_x(NULL
));
2054 MainEnvelope
.e_flags
= BlankEnvelope
.e_flags
;
2057 ** If test mode, read addresses from stdin and process.
2060 if (OpMode
== MD_TEST
)
2062 if (isatty(sm_io_getinfo(smioin
, SM_IO_WHAT_FD
, NULL
)))
2067 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
2068 "ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)\n");
2069 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
2070 "Enter <ruleset> <address>\n");
2072 macdefine(&(MainEnvelope
.e_macro
), A_PERM
,
2073 macid("{addr_type}"), "e r");
2078 (void) sm_signal(SIGINT
, intindebug
);
2079 (void) sm_releasesignal(SIGINT
);
2081 (void) sm_io_fprintf(smioout
,
2084 (void) sm_io_flush(smioout
, SM_TIME_DEFAULT
);
2085 if (sm_io_fgets(smioin
, SM_TIME_DEFAULT
, buf
,
2086 sizeof(buf
)) == NULL
)
2087 testmodeline("/quit", &MainEnvelope
);
2088 p
= strchr(buf
, '\n');
2092 (void) sm_io_fprintf(smioout
,
2095 testmodeline(buf
, &MainEnvelope
);
2097 SM_EXCEPT(exc
, "[!F]*")
2100 ** 8.10 just prints \n on interrupt.
2101 ** I'm printing the exception here in case
2102 ** sendmail is extended to raise additional
2103 ** exceptions in this context.
2106 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
2108 sm_exc_print(exc
, smioout
);
2116 if (OpMode
== MD_QUEUERUN
|| OpMode
== MD_DELIVER
||
2117 OpMode
== MD_ARPAFTP
)
2119 /* check whether STARTTLS is turned off for the client */
2120 if (chkclientmodifiers(D_NOTLS
))
2123 else if (OpMode
== MD_DAEMON
|| OpMode
== MD_FGDAEMON
||
2126 /* check whether STARTTLS is turned off for the server */
2127 if (chkdaemonmodifiers(D_NOTLS
))
2130 else /* other modes don't need STARTTLS */
2135 /* basic TLS initialization */
2136 tls_ok
= init_tls_library();
2139 if (!tls_ok
&& (OpMode
== MD_QUEUERUN
|| OpMode
== MD_DELIVER
))
2141 /* disable TLS for client */
2144 #endif /* STARTTLS */
2147 ** If collecting stuff from the queue, go start doing that.
2150 if (OpMode
== MD_QUEUERUN
&& QueueIntvl
== 0)
2155 /* init TLS for client, ignore result for now */
2156 (void) initclttls(tls_ok
);
2157 #endif /* STARTTLS */
2160 ** The parent process of the caller of runqueue() needs
2161 ** to stay around for a possible SIGTERM. The SIGTERM will
2162 ** tell this process that all of the queue runners children
2163 ** need to be sent SIGTERM as well. At the same time, we
2164 ** want to return control to the command line. So we do an
2168 if (Verbose
|| foregroundqueue
|| (pid
= fork()) <= 0)
2171 ** If the fork() failed we should still try to do
2172 ** the queue run. If it succeeded then the child
2173 ** is going to start the run and wait for all
2174 ** of the children to finish.
2179 /* Reset global flags */
2180 RestartRequest
= NULL
;
2181 ShutdownRequest
= NULL
;
2184 /* disconnect from terminal */
2185 disconnect(2, CurEnv
);
2188 CurrentPid
= getpid();
2191 int rwgflags
= RWG_NONE
;
2194 ** To run a specific queue group mark it to
2195 ** be run, select the work group it's in and
2196 ** increment the work counter.
2199 for (i
= 0; i
< NumQueue
&& Queue
[i
] != NULL
;
2201 Queue
[i
]->qg_nextrun
= (time_t) -1;
2202 Queue
[qgrp
]->qg_nextrun
= 0;
2204 rwgflags
|= RWG_VERBOSE
;
2205 if (queuepersistent
)
2206 rwgflags
|= RWG_PERSISTENT
;
2207 rwgflags
|= RWG_FORCE
;
2208 (void) run_work_group(Queue
[qgrp
]->qg_wgrp
,
2212 (void) runqueue(false, Verbose
,
2213 queuepersistent
, true);
2215 /* set the title to make it easier to find */
2216 sm_setproctitle(true, CurEnv
, "Queue control");
2217 (void) sm_signal(SIGCHLD
, SIG_DFL
);
2218 while (CurChildren
> 0)
2224 while ((ret
= sm_wait(&status
)) <= 0)
2226 if (errno
== ECHILD
)
2229 ** Oops... something got messed
2230 ** up really bad. Waiting for
2231 ** non-existent children
2232 ** shouldn't happen. Let's get
2242 /* something is really really wrong */
2243 if (errno
== ECHILD
)
2245 sm_syslog(LOG_ERR
, NOQID
,
2246 "queue control process: lost all children: wait returned ECHILD");
2250 /* Only drop when a child gives status */
2251 if (WIFSTOPPED(status
))
2254 proc_list_drop(ret
, status
, NULL
);
2257 finis(true, true, ExitStat
);
2262 if (OpMode
== MD_SMTP
|| OpMode
== MD_DAEMON
)
2264 /* check whether AUTH is turned off for the server */
2265 if (!chkdaemonmodifiers(D_NOAUTH
) &&
2266 (i
= sasl_server_init(srvcallbacks
, "Sendmail")) != SASL_OK
)
2267 syserr("!sasl_server_init failed! [%s]",
2268 sasl_errstring(i
, NULL
, NULL
));
2272 if (OpMode
== MD_SMTP
)
2274 proc_list_add(CurrentPid
, "Sendmail SMTP Agent",
2275 PROC_DAEMON
, 0, -1, NULL
);
2277 /* clean up background delivery children */
2278 (void) sm_signal(SIGCHLD
, reapchild
);
2282 ** If a daemon, wait for a request.
2283 ** getrequests will always return in a child.
2284 ** If we should also be processing the queue, start
2285 ** doing it in background.
2286 ** We check for any errors that might have happened
2290 if (OpMode
== MD_DAEMON
|| QueueIntvl
> 0)
2294 /* avoid cleanup in finis(), DaemonPid will be set below */
2296 if (!run_in_foreground
&& !tTd(99, 100))
2298 /* put us in background */
2301 syserr("daemon: cannot fork");
2304 finis(false, true, EX_OK
);
2309 ** Initialize exception stack and default exception
2310 ** handler for child process.
2313 /* Reset global flags */
2314 RestartRequest
= NULL
;
2315 RestartWorkGroup
= false;
2316 ShutdownRequest
= NULL
;
2318 CurrentPid
= getpid();
2320 sm_exc_newthread(fatal_error
);
2322 /* disconnect from our controlling tty */
2323 disconnect(2, &MainEnvelope
);
2327 if (OpMode
== MD_DAEMON
)
2329 (void) sm_strlcat(dtype
, "+SMTP", sizeof(dtype
));
2330 DaemonPid
= CurrentPid
;
2334 (void) sm_strlcat2(dtype
,
2336 ? "+persistent-queueing@"
2338 pintvl(QueueIntvl
, true),
2342 (void) sm_strlcat(dtype
, "+debugging", sizeof(dtype
));
2344 sm_syslog(LOG_INFO
, NOQID
,
2345 "starting daemon (%s): %s", Version
, dtype
+ 1);
2350 /* save daemon type in a macro for possible PidFile use */
2351 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
,
2352 macid("{daemon_info}"), dtype
+ 1);
2354 /* save queue interval in a macro for possible PidFile use */
2355 macdefine(&MainEnvelope
.e_macro
, A_TEMP
,
2356 macid("{queue_interval}"), pintvl(QueueIntvl
, true));
2358 /* workaround: can't seem to release the signal in the parent */
2359 (void) sm_signal(SIGHUP
, sighup
);
2360 (void) sm_releasesignal(SIGHUP
);
2361 (void) sm_signal(SIGTERM
, sigterm
);
2368 int rwgflags
= RWG_NONE
;
2371 ** To run a specific queue group mark it to
2372 ** be run, select the work group it's in and
2373 ** increment the work counter.
2376 for (i
= 0; i
< NumQueue
&& Queue
[i
] != NULL
;
2378 Queue
[i
]->qg_nextrun
= (time_t) -1;
2379 Queue
[qgrp
]->qg_nextrun
= 0;
2381 rwgflags
|= RWG_VERBOSE
;
2382 if (queuepersistent
)
2383 rwgflags
|= RWG_PERSISTENT
;
2384 rwgflags
|= RWG_FORCE
;
2385 (void) run_work_group(Queue
[qgrp
]->qg_wgrp
,
2389 #endif /* _FFR_RUNPQG */
2390 (void) runqueue(true, false, queuepersistent
,
2394 ** If queuepersistent but not in daemon mode then
2395 ** we're going to do the queue runner monitoring here.
2396 ** If in daemon mode then the monitoring will happen
2400 if (OpMode
!= MD_DAEMON
&& queuepersistent
)
2403 ** Write the pid to file
2404 ** XXX Overwrites sendmail.pid
2407 log_sendmail_pid(&MainEnvelope
);
2409 /* set the title to make it easier to find */
2410 sm_setproctitle(true, CurEnv
, "Queue control");
2411 (void) sm_signal(SIGCHLD
, SIG_DFL
);
2412 while (CurChildren
> 0)
2420 while ((ret
= sm_wait(&status
)) <= 0)
2423 ** Waiting for non-existent
2424 ** children shouldn't happen.
2425 ** Let's get out of here if
2429 if (errno
== ECHILD
)
2437 /* something is really really wrong */
2438 if (errno
== ECHILD
)
2440 sm_syslog(LOG_ERR
, NOQID
,
2441 "persistent queue runner control process: lost all children: wait returned ECHILD");
2445 if (WIFSTOPPED(status
))
2448 /* Probe only on a child status */
2449 proc_list_drop(ret
, status
, &group
);
2451 if (WIFSIGNALED(status
))
2453 if (WCOREDUMP(status
))
2455 sm_syslog(LOG_ERR
, NOQID
,
2456 "persistent queue runner=%d core dumped, signal=%d",
2457 group
, WTERMSIG(status
));
2459 /* don't restart this */
2460 mark_work_group_restart(
2465 sm_syslog(LOG_ERR
, NOQID
,
2466 "persistent queue runner=%d died, pid=%ld, signal=%d",
2472 ** When debugging active, don't
2473 ** restart the persistent queues.
2474 ** But do log this as info.
2477 if (sm_debug_active(&DebugNoPRestart
,
2480 sm_syslog(LOG_DEBUG
, NOQID
,
2481 "persistent queue runner=%d, exited",
2483 mark_work_group_restart(group
,
2488 finis(true, true, ExitStat
);
2492 if (OpMode
!= MD_DAEMON
)
2497 ** Write the pid to file
2498 ** XXX Overwrites sendmail.pid
2501 log_sendmail_pid(&MainEnvelope
);
2503 /* set the title to make it easier to find */
2505 (void) sm_strlcpyn(qtype
, sizeof(qtype
), 4,
2507 pintvl(QueueIntvl
, true),
2510 sm_setproctitle(true, CurEnv
, qtype
);
2518 (void) runqueue(true, false,
2523 dropenvelope(&MainEnvelope
, true, false);
2526 /* init TLS for server, ignore result for now */
2527 (void) initsrvtls(tls_ok
);
2528 #endif /* STARTTLS */
2531 p_flags
= getrequests(&MainEnvelope
);
2533 /* drop privileges */
2534 (void) drop_privileges(false);
2537 ** Get authentication data
2538 ** Set _ macro in BlankEnvelope before calling newenvelope().
2541 authinfo
= getauthinfo(sm_io_getinfo(InChannel
, SM_IO_WHAT_FD
,
2543 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
, '_', authinfo
);
2545 /* at this point we are in a child: reset state */
2546 sm_rpool_free(MainEnvelope
.e_rpool
);
2547 (void) newenvelope(&MainEnvelope
, &MainEnvelope
,
2548 sm_rpool_new_x(NULL
));
2553 /* log connection information */
2554 sm_syslog(LOG_INFO
, NULL
, "connect from %s", authinfo
);
2558 ** If running SMTP protocol, start collecting and executing
2559 ** commands. This will never return.
2562 if (OpMode
== MD_SMTP
|| OpMode
== MD_DAEMON
)
2567 ** Save some macros for check_* rulesets.
2574 (void) sm_snprintf(ipbuf
, sizeof(ipbuf
), "[%.100s]",
2575 anynet_ntoa(&RealHostAddr
));
2576 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
,
2577 macid("{client_name}"), ipbuf
);
2580 macdefine(&BlankEnvelope
.e_macro
, A_PERM
,
2581 macid("{client_name}"), RealHostName
);
2582 macdefine(&BlankEnvelope
.e_macro
, A_PERM
,
2583 macid("{client_ptr}"), RealHostName
);
2584 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
,
2585 macid("{client_addr}"), anynet_ntoa(&RealHostAddr
));
2588 switch (RealHostAddr
.sa
.sa_family
)
2592 (void) sm_snprintf(pbuf
, sizeof(pbuf
), "%d",
2593 RealHostAddr
.sin
.sin_port
);
2595 #endif /* NETINET */
2598 (void) sm_snprintf(pbuf
, sizeof(pbuf
), "%d",
2599 RealHostAddr
.sin6
.sin6_port
);
2601 #endif /* NETINET6 */
2603 (void) sm_snprintf(pbuf
, sizeof(pbuf
), "0");
2606 macdefine(&BlankEnvelope
.e_macro
, A_TEMP
,
2607 macid("{client_port}"), pbuf
);
2609 if (OpMode
== MD_DAEMON
)
2611 ENVELOPE
*saved_env
;
2613 /* validate the connection */
2616 CurEnv
= &BlankEnvelope
;
2617 nullserver
= validate_connection(&RealHostAddr
,
2618 macvalue(macid("{client_name}"),
2621 if (bitset(EF_DISCARD
, BlankEnvelope
.e_flags
))
2622 MainEnvelope
.e_flags
|= EF_DISCARD
;
2626 else if (p_flags
== NULL
)
2628 p_flags
= (BITMAP256
*) xalloc(sizeof(*p_flags
));
2632 if (OpMode
== MD_SMTP
)
2633 (void) initsrvtls(tls_ok
);
2634 #endif /* STARTTLS */
2636 /* turn off profiling */
2638 smtp(nullserver
, *p_flags
, &MainEnvelope
);
2642 /* turn off profiling */
2644 if (OpMode
== MD_DAEMON
)
2649 sm_rpool_free(MainEnvelope
.e_rpool
);
2650 clearenvelope(&MainEnvelope
, false, sm_rpool_new_x(NULL
));
2651 if (OpMode
== MD_VERIFY
)
2653 set_delivery_mode(SM_VERIFY
, &MainEnvelope
);
2654 PostMasterCopy
= NULL
;
2658 /* interactive -- all errors are global */
2659 MainEnvelope
.e_flags
|= EF_GLOBALERRS
|EF_LOGSENDER
;
2663 ** Do basic system initialization and set the sender
2666 initsys(&MainEnvelope
);
2667 macdefine(&MainEnvelope
.e_macro
, A_PERM
, macid("{ntries}"), "0");
2668 macdefine(&MainEnvelope
.e_macro
, A_PERM
, macid("{nrcpts}"), "0");
2669 setsender(from
, &MainEnvelope
, NULL
, '\0', false);
2670 if (warn_f_flag
!= '\0' && !wordinclass(RealUserName
, 't') &&
2671 (!bitnset(M_LOCALMAILER
, MainEnvelope
.e_from
.q_mailer
->m_flags
) ||
2672 strcmp(MainEnvelope
.e_from
.q_user
, RealUserName
) != 0))
2674 auth_warning(&MainEnvelope
, "%s set sender to %s using -%c",
2675 RealUserName
, from
, warn_f_flag
);
2684 /* set the initial sender for AUTH= to $f@$j */
2685 fv
= macvalue('f', &MainEnvelope
);
2686 if (fv
== NULL
|| *fv
== '\0')
2687 MainEnvelope
.e_auth_param
= NULL
;
2690 if (strchr(fv
, '@') == NULL
)
2692 i
= strlen(fv
) + strlen(macvalue('j',
2693 &MainEnvelope
)) + 2;
2695 (void) sm_strlcpyn(p
, i
, 3, fv
, "@",
2700 p
= sm_strdup_x(fv
);
2701 MainEnvelope
.e_auth_param
= sm_rpool_strdup_x(MainEnvelope
.e_rpool
,
2703 sm_free(p
); /* XXX */
2706 if (macvalue('s', &MainEnvelope
) == NULL
)
2707 macdefine(&MainEnvelope
.e_macro
, A_PERM
, 's', RealHostName
);
2710 if (*av
== NULL
&& !GrabTo
)
2712 MainEnvelope
.e_to
= NULL
;
2713 MainEnvelope
.e_flags
|= EF_GLOBALERRS
;
2715 SuperSafe
= SAFE_NO
;
2716 usrerr("Recipient names must be specified");
2718 /* collect body for UUCP return */
2719 if (OpMode
!= MD_VERIFY
)
2720 collect(InChannel
, false, NULL
, &MainEnvelope
, true);
2721 finis(true, true, EX_USAGE
);
2726 ** Scan argv and deliver the message to everyone.
2729 save_val
= LogUsrErrs
;
2731 sendtoargv(av
, &MainEnvelope
);
2732 LogUsrErrs
= save_val
;
2734 /* if we have had errors sofar, arrange a meaningful exit stat */
2735 if (Errors
> 0 && ExitStat
== EX_OK
)
2736 ExitStat
= EX_USAGE
;
2740 ** If using -t, force not sending to argv recipients, even
2741 ** if they are mentioned in the headers.
2748 for (q
= MainEnvelope
.e_sendqueue
; q
!= NULL
; q
= q
->q_next
)
2749 q
->q_state
= QS_REMOVED
;
2751 #endif /* _FFR_FIX_DASHT */
2754 ** Read the input mail.
2757 MainEnvelope
.e_to
= NULL
;
2758 if (OpMode
!= MD_VERIFY
|| GrabTo
)
2761 unsigned long savedflags
;
2764 ** workaround for compiler warning on Irix:
2765 ** do not initialize variable in the definition, but
2767 ** warning(1548): transfer of control bypasses
2768 ** initialization of:
2769 ** variable "savederrors" (declared at line 2570)
2770 ** variable "savedflags" (declared at line 2571)
2774 savederrors
= Errors
;
2775 savedflags
= MainEnvelope
.e_flags
& EF_FATALERRS
;
2776 MainEnvelope
.e_flags
|= EF_GLOBALERRS
;
2777 MainEnvelope
.e_flags
&= ~EF_FATALERRS
;
2780 collect(InChannel
, false, NULL
, &MainEnvelope
, true);
2782 /* header checks failed */
2788 /* Log who the mail would have gone to */
2789 logundelrcpts(&MainEnvelope
,
2790 MainEnvelope
.e_message
,
2794 finis(true, true, ExitStat
);
2799 /* bail out if message too large */
2800 if (bitset(EF_CLRQUEUE
, MainEnvelope
.e_flags
))
2802 finis(true, true, ExitStat
!= EX_OK
? ExitStat
2808 /* set message size */
2809 (void) sm_snprintf(buf
, sizeof(buf
), "%ld",
2810 MainEnvelope
.e_msgsize
);
2811 macdefine(&MainEnvelope
.e_macro
, A_TEMP
,
2812 macid("{msg_size}"), buf
);
2814 Errors
= savederrors
;
2815 MainEnvelope
.e_flags
|= savedflags
;
2820 sm_dprintf("From person = \"%s\"\n",
2821 MainEnvelope
.e_from
.q_paddr
);
2823 /* Check if quarantining stats should be updated */
2824 if (MainEnvelope
.e_quarmsg
!= NULL
)
2825 markstats(&MainEnvelope
, NULL
, STATS_QUARANTINE
);
2828 ** Actually send everything.
2829 ** If verifying, just ack.
2834 if (!split_by_recipient(&MainEnvelope
) &&
2835 bitset(EF_FATALERRS
, MainEnvelope
.e_flags
))
2839 /* make sure we deliver at least the first envelope */
2840 i
= FastSplit
> 0 ? 0 : -1;
2841 for (e
= &MainEnvelope
; e
!= NULL
; e
= e
->e_sibling
, i
++)
2845 e
->e_from
.q_state
= QS_SENDER
;
2848 sm_dprintf("main[%d]: QS_SENDER ", i
);
2849 printaddr(sm_debug_file(), &e
->e_from
, false);
2855 _res
.retry
= TimeOuts
.res_retry
[RES_TO_FIRST
];
2856 _res
.retrans
= TimeOuts
.res_retrans
[RES_TO_FIRST
];
2857 #endif /* NAMED_BIND */
2858 next
= e
->e_sibling
;
2859 e
->e_sibling
= NULL
;
2861 /* after FastSplit envelopes: queue up */
2862 sendall(e
, i
>= FastSplit
? SM_QUEUE
: SM_DEFAULT
);
2863 e
->e_sibling
= next
;
2868 ** Don't send return error message if in VERIFY mode.
2871 finis(true, true, ExitStat
);
2876 ** STOP_SENDMAIL -- Stop the running program
2891 /* reset uid for process accounting */
2893 (void) setuid(RealUid
);
2897 ** FINIS -- Clean up and exit.
2900 ** drop -- whether or not to drop CurEnv envelope
2901 ** cleanup -- call exit() or _exit()?
2902 ** exitstat -- exit status to use for exit() call
2912 finis(drop
, cleanup
, exitstat
)
2915 volatile int exitstat
;
2917 char pidpath
[MAXPATHLEN
];
2920 /* Still want to process new timeouts added below */
2922 (void) sm_releasesignal(SIGALRM
);
2926 sm_dprintf("\n====finis: stat %d e_id=%s e_flags=",
2928 CurEnv
->e_id
== NULL
? "NOQUEUE" : CurEnv
->e_id
);
2929 printenvflags(CurEnv
);
2932 printopenfds(false);
2936 ** Clean up. This might raise E:mta.quickabort
2939 /* clean up temp files */
2940 CurEnv
->e_to
= NULL
;
2943 if (CurEnv
->e_id
!= NULL
)
2945 dropenvelope(CurEnv
, true, false);
2946 sm_rpool_free(CurEnv
->e_rpool
);
2947 CurEnv
->e_rpool
= NULL
;
2949 /* these may have pointed to the rpool */
2950 CurEnv
->e_to
= NULL
;
2951 CurEnv
->e_message
= NULL
;
2952 CurEnv
->e_statmsg
= NULL
;
2953 CurEnv
->e_quarmsg
= NULL
;
2954 CurEnv
->e_bodytype
= NULL
;
2955 CurEnv
->e_id
= NULL
;
2956 CurEnv
->e_envid
= NULL
;
2957 CurEnv
->e_auth_param
= NULL
;
2960 poststats(StatFile
);
2963 /* flush any cached connections */
2964 mci_flush(true, NULL
);
2966 /* close maps belonging to this pid */
2970 /* close UserDatabase */
2979 /* clean up extended load average stuff */
2989 sm_syslog(LOG_DEBUG
, CurEnv
->e_id
, "finis, pid=%d",
2991 if (exitstat
== EX_TEMPFAIL
||
2992 CurEnv
->e_errormode
== EM_BERKNET
)
2995 /* XXX clean up queues and related data structures */
2999 cleanup_shm(DaemonPid
== pid
);
3000 #endif /* SM_CONF_SHM */
3002 /* close locked pid file */
3003 close_sendmail_pid();
3005 if (DaemonPid
== pid
|| PidFilePid
== pid
)
3007 /* blow away the pid file */
3008 expand(PidFile
, pidpath
, sizeof(pidpath
), CurEnv
);
3009 (void) unlink(pidpath
);
3012 /* reset uid for process accounting */
3014 sm_mbdb_terminate();
3016 (void) sm_memstat_close();
3017 #endif /* _FFR_MEMSTAT */
3018 (void) setuid(RealUid
);
3020 /* dump the heap, if we are checking for memory leaks */
3021 if (sm_debug_active(&SmHeapCheck
, 2))
3022 sm_heap_report(smioout
,
3023 sm_debug_level(&SmHeapCheck
) - 1);
3024 #endif /* SM_HEAP_CHECK */
3025 if (sm_debug_active(&SmXtrapReport
, 1))
3026 sm_dprintf("xtrap count = %d\n", SmXtrapCount
);
3034 ** INTINDEBUG -- signal handler for SIGINT in -bt mode
3037 ** sig -- incoming signal.
3043 ** longjmps back to test mode loop.
3045 ** NOTE: THIS CAN BE CALLED FROM A SIGNAL HANDLER. DO NOT ADD
3046 ** ANYTHING TO THIS ROUTINE UNLESS YOU KNOW WHAT YOU ARE
3050 /* Type of an exception generated on SIGINT during address test mode. */
3051 static const SM_EXC_TYPE_T EtypeInterrupt
=
3065 int save_errno
= errno
;
3067 FIX_SYSV_SIGNAL(sig
, intindebug
);
3069 CHECK_CRITICAL(sig
);
3071 sm_exc_raisenew_x(&EtypeInterrupt
);
3073 return SIGFUNC_RETURN
;
3076 ** SIGTERM -- SIGTERM handler for the daemon
3079 ** sig -- signal number.
3085 ** Sets ShutdownRequest which will hopefully trigger
3086 ** the daemon to exit.
3088 ** NOTE: THIS CAN BE CALLED FROM A SIGNAL HANDLER. DO NOT ADD
3089 ** ANYTHING TO THIS ROUTINE UNLESS YOU KNOW WHAT YOU ARE
3098 int save_errno
= errno
;
3100 FIX_SYSV_SIGNAL(sig
, sigterm
);
3101 ShutdownRequest
= "signal";
3103 return SIGFUNC_RETURN
;
3106 ** SIGHUP -- handle a SIGHUP signal
3109 ** sig -- incoming signal.
3115 ** Sets RestartRequest which should cause the daemon
3118 ** NOTE: THIS CAN BE CALLED FROM A SIGNAL HANDLER. DO NOT ADD
3119 ** ANYTHING TO THIS ROUTINE UNLESS YOU KNOW WHAT YOU ARE
3128 int save_errno
= errno
;
3130 FIX_SYSV_SIGNAL(sig
, sighup
);
3131 RestartRequest
= "signal";
3133 return SIGFUNC_RETURN
;
3136 ** SIGPIPE -- signal handler for SIGPIPE
3139 ** sig -- incoming signal.
3145 ** Sets StopRequest which should cause the mailq/hoststatus
3148 ** NOTE: THIS CAN BE CALLED FROM A SIGNAL HANDLER. DO NOT ADD
3149 ** ANYTHING TO THIS ROUTINE UNLESS YOU KNOW WHAT YOU ARE
3158 int save_errno
= errno
;
3160 FIX_SYSV_SIGNAL(sig
, sigpipe
);
3163 return SIGFUNC_RETURN
;
3166 ** INTSIG -- clean up on interrupt
3168 ** This just arranges to exit. It pessimizes in that it
3169 ** may resend a message.
3178 ** Unlocks the current job.
3180 ** NOTE: THIS CAN BE CALLED FROM A SIGNAL HANDLER. DO NOT ADD
3181 ** ANYTHING TO THIS ROUTINE UNLESS YOU KNOW WHAT YOU ARE
3184 ** XXX: More work is needed for this signal handler.
3193 int save_errno
= errno
;
3195 FIX_SYSV_SIGNAL(sig
, intsig
);
3197 CHECK_CRITICAL(sig
);
3198 sm_allsignals(true);
3200 if (sig
!= 0 && LogLevel
> 79)
3201 sm_syslog(LOG_DEBUG
, CurEnv
->e_id
, "interrupt");
3204 /* Clean-up on aborted stdin message submission */
3205 if (CurEnv
->e_id
!= NULL
&&
3206 (OpMode
== MD_SMTP
||
3207 OpMode
== MD_DELIVER
||
3208 OpMode
== MD_ARPAFTP
))
3210 register ADDRESS
*q
;
3212 /* don't return an error indication */
3213 CurEnv
->e_to
= NULL
;
3214 CurEnv
->e_flags
&= ~EF_FATALERRS
;
3215 CurEnv
->e_flags
|= EF_CLRQUEUE
;
3218 ** Spin through the addresses and
3219 ** mark them dead to prevent bounces
3222 for (q
= CurEnv
->e_sendqueue
; q
!= NULL
; q
= q
->q_next
)
3223 q
->q_state
= QS_DONTSEND
;
3227 else if (OpMode
!= MD_TEST
)
3229 unlockqueue(CurEnv
);
3232 finis(drop
, false, EX_OK
);
3236 ** DISCONNECT -- remove our connection with any foreground process
3239 ** droplev -- how "deeply" we should drop the line.
3240 ** 0 -- ignore signals, mail back errors, make sure
3241 ** output goes to stdout.
3242 ** 1 -- also, make stdout go to /dev/null.
3243 ** 2 -- also, disconnect from controlling terminal
3244 ** (only for daemon mode).
3245 ** e -- the current envelope.
3251 ** Trys to insure that we are immune to vagaries of
3252 ** the controlling tty.
3256 disconnect(droplev
, e
)
3258 register ENVELOPE
*e
;
3263 sm_dprintf("disconnect: In %d Out %d, e=%p\n",
3264 sm_io_getinfo(InChannel
, SM_IO_WHAT_FD
, NULL
),
3265 sm_io_getinfo(OutChannel
, SM_IO_WHAT_FD
, NULL
), e
);
3268 sm_dprintf("don't\n");
3272 sm_syslog(LOG_DEBUG
, e
->e_id
,
3273 "disconnect level %d",
3276 /* be sure we don't get nasty signals */
3277 (void) sm_signal(SIGINT
, SIG_IGN
);
3278 (void) sm_signal(SIGQUIT
, SIG_IGN
);
3280 /* we can't communicate with our caller, so.... */
3282 CurEnv
->e_errormode
= EM_MAIL
;
3284 DisConnected
= true;
3286 /* all input from /dev/null */
3287 if (InChannel
!= smioin
)
3289 (void) sm_io_close(InChannel
, SM_TIME_DEFAULT
);
3292 if (sm_io_reopen(SmFtStdio
, SM_TIME_DEFAULT
, SM_PATH_DEVNULL
,
3293 SM_IO_RDONLY
, NULL
, smioin
) == NULL
)
3294 sm_syslog(LOG_ERR
, e
->e_id
,
3295 "disconnect: sm_io_reopen(\"%s\") failed: %s",
3296 SM_PATH_DEVNULL
, sm_errstring(errno
));
3299 ** output to the transcript
3300 ** We also compare the fd numbers here since OutChannel
3301 ** might be a layer on top of smioout due to encryption
3305 if (OutChannel
!= smioout
&&
3306 sm_io_getinfo(OutChannel
, SM_IO_WHAT_FD
, NULL
) !=
3307 sm_io_getinfo(smioout
, SM_IO_WHAT_FD
, NULL
))
3309 (void) sm_io_close(OutChannel
, SM_TIME_DEFAULT
);
3310 OutChannel
= smioout
;
3314 ** Has smioout been closed? Reopen it.
3315 ** This shouldn't happen anymore, the code is here
3316 ** just as a reminder.
3319 if (smioout
->sm_magic
== NULL
&&
3320 sm_io_reopen(SmFtStdio
, SM_TIME_DEFAULT
, SM_PATH_DEVNULL
,
3321 SM_IO_WRONLY
, NULL
, smioout
) == NULL
)
3322 sm_syslog(LOG_ERR
, e
->e_id
,
3323 "disconnect: sm_io_reopen(\"%s\") failed: %s",
3324 SM_PATH_DEVNULL
, sm_errstring(errno
));
3329 fd
= open(SM_PATH_DEVNULL
, O_WRONLY
, 0666);
3332 sm_syslog(LOG_ERR
, e
->e_id
,
3333 "disconnect: open(\"%s\") failed: %s",
3334 SM_PATH_DEVNULL
, sm_errstring(errno
));
3336 (void) sm_io_flush(smioout
, SM_TIME_DEFAULT
);
3339 (void) dup2(fd
, STDOUT_FILENO
);
3340 (void) dup2(fd
, STDERR_FILENO
);
3345 /* drop our controlling TTY completely if possible */
3353 checkfd012("disconnect");
3357 sm_syslog(LOG_DEBUG
, e
->e_id
, "in background, pid=%d",
3370 while ((ap
= *++argv
) != NULL
)
3372 /* Return if "--" or not an option of any form. */
3373 if (ap
[0] != '-' || ap
[1] == '-')
3376 /* Don't allow users to use "-Q." or "-Q ." */
3377 if ((ap
[1] == 'Q' && ap
[2] == '.') ||
3378 (ap
[1] == 'Q' && argv
[1] != NULL
&&
3379 argv
[1][0] == '.' && argv
[1][1] == '\0'))
3381 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
3382 "Can not use -Q.\n");
3386 /* skip over options that do have a value */
3387 op
= strchr(OPTIONS
, ap
[1]);
3388 if (op
!= NULL
&& *++op
== ':' && ap
[2] == '\0' &&
3390 #if defined(sony_news)
3391 ap
[1] != 'E' && ap
[1] != 'J' &&
3392 #endif /* defined(sony_news) */
3393 argv
[1] != NULL
&& argv
[1][0] != '-')
3399 /* If -C doesn't have an argument, use sendmail.cf. */
3400 #define __DEFPATH "sendmail.cf"
3401 if (ap
[1] == 'C' && ap
[2] == '\0')
3403 *argv
= xalloc(sizeof(__DEFPATH
) + 2);
3404 (void) sm_strlcpyn(argv
[0], sizeof(__DEFPATH
) + 2, 2,
3408 /* If -q doesn't have an argument, run it once. */
3409 if (ap
[1] == 'q' && ap
[2] == '\0')
3412 /* If -Q doesn't have an argument, disable quarantining */
3413 if (ap
[1] == 'Q' && ap
[2] == '\0')
3416 /* if -d doesn't have an argument, use 0-99.1 */
3417 if (ap
[1] == 'd' && ap
[2] == '\0')
3420 #if defined(sony_news)
3421 /* if -E doesn't have an argument, use -EC */
3422 if (ap
[1] == 'E' && ap
[2] == '\0')
3425 /* if -J doesn't have an argument, use -JJ */
3426 if (ap
[1] == 'J' && ap
[2] == '\0')
3428 #endif /* defined(sony_news) */
3432 ** AUTH_WARNING -- specify authorization warning
3435 ** e -- the current envelope.
3436 ** msg -- the text of the message.
3437 ** args -- arguments to the message.
3445 auth_warning(register ENVELOPE
*e
, const char *msg
, ...)
3446 #else /* __STDC__ */
3447 auth_warning(e
, msg
, va_alist
)
3448 register ENVELOPE
*e
;
3451 #endif /* __STDC__ */
3456 if (bitset(PRIV_AUTHWARNINGS
, PrivacyFlags
))
3459 static char hostbuf
[48];
3461 if (hostbuf
[0] == '\0')
3465 hp
= myhostname(hostbuf
, sizeof(hostbuf
));
3472 #endif /* NETINET6 */
3475 (void) sm_strlcpyn(buf
, sizeof(buf
), 2, hostbuf
, ": ");
3476 p
= &buf
[strlen(buf
)];
3477 SM_VA_START(ap
, msg
);
3478 (void) sm_vsnprintf(p
, SPACELEFT(buf
, p
), msg
, ap
);
3480 addheader("X-Authentication-Warning", buf
, 0, e
, true);
3482 sm_syslog(LOG_INFO
, e
->e_id
,
3483 "Authentication-Warning: %.400s",
3488 ** GETEXTENV -- get from external environment
3491 ** envar -- the name of the variable to retrieve
3494 ** The value, if any.
3505 for (envp
= ExternalEnviron
; envp
!= NULL
&& *envp
!= NULL
; envp
++)
3507 if (strncmp(*envp
, envar
, l
) == 0 && (*envp
)[l
] == '=')
3508 return &(*envp
)[l
+ 1];
3513 ** SM_SETUSERENV -- set an environment variable in the propagated environment
3516 ** envar -- the name of the environment variable.
3517 ** value -- the value to which it should be set. If
3518 ** null, this is extracted from the incoming
3519 ** environment. If that is not set, the call
3520 ** to sm_setuserenv is ignored.
3527 sm_setuserenv(envar
, value
)
3532 char **evp
= UserEnviron
;
3537 value
= getextenv(envar
);
3542 /* XXX enforce reasonable size? */
3543 i
= strlen(envar
) + 1;
3544 l
= strlen(value
) + i
+ 1;
3545 p
= (char *) xalloc(l
);
3546 (void) sm_strlcpyn(p
, l
, 3, envar
, "=", value
);
3548 while (*evp
!= NULL
&& strncmp(*evp
, p
, i
) != 0)
3554 else if (evp
< &UserEnviron
[MAXUSERENVIRON
])
3560 /* make sure it is in our environment as well */
3562 syserr("sm_setuserenv: putenv(%s) failed", p
);
3565 ** DUMPSTATE -- dump state
3574 register char *j
= macvalue('j', CurEnv
);
3576 extern int NextMacroId
;
3578 sm_syslog(LOG_DEBUG
, CurEnv
->e_id
,
3579 "--- dumping state on %s: $j = %s ---",
3581 j
== NULL
? "<NULL>" : j
);
3584 if (!wordinclass(j
, 'w'))
3585 sm_syslog(LOG_DEBUG
, CurEnv
->e_id
,
3586 "*** $j not in $=w ***");
3588 sm_syslog(LOG_DEBUG
, CurEnv
->e_id
, "CurChildren = %d", CurChildren
);
3589 sm_syslog(LOG_DEBUG
, CurEnv
->e_id
, "NextMacroId = %d (Max %d)",
3590 NextMacroId
, MAXMACROID
);
3591 sm_syslog(LOG_DEBUG
, CurEnv
->e_id
, "--- open file descriptors: ---");
3593 sm_syslog(LOG_DEBUG
, CurEnv
->e_id
, "--- connection cache: ---");
3594 mci_dump_all(smioout
, true);
3595 rs
= strtorwset("debug_dumpstate", NULL
, ST_FIND
);
3599 register char **pvp
;
3600 char *pv
[MAXATOM
+ 1];
3603 status
= REWRITE(pv
, rs
, CurEnv
);
3604 sm_syslog(LOG_DEBUG
, CurEnv
->e_id
,
3605 "--- ruleset debug_dumpstate returns stat %d, pv: ---",
3607 for (pvp
= pv
; *pvp
!= NULL
; pvp
++)
3608 sm_syslog(LOG_DEBUG
, CurEnv
->e_id
, "%s", *pvp
);
3610 sm_syslog(LOG_DEBUG
, CurEnv
->e_id
, "--- end of state dump ---");
3615 ** SIGUSR1 -- Signal a request to dump state.
3618 ** sig -- calling signal.
3623 ** NOTE: THIS CAN BE CALLED FROM A SIGNAL HANDLER. DO NOT ADD
3624 ** ANYTHING TO THIS ROUTINE UNLESS YOU KNOW WHAT YOU ARE
3627 ** XXX: More work is needed for this signal handler.
3635 int save_errno
= errno
;
3637 FIX_SYSV_SIGNAL(sig
, sigusr1
);
3639 CHECK_CRITICAL(sig
);
3640 dumpstate("user signal");
3643 # endif /* SM_HEAP_CHECK */
3645 return SIGFUNC_RETURN
;
3647 #endif /* SIGUSR1 */
3650 ** DROP_PRIVILEGES -- reduce privileges to those of the RunAsUser option
3653 ** to_real_uid -- if set, drop to the real uid instead
3654 ** of the RunAsUser.
3657 ** EX_OSERR if the setuid failed.
3662 drop_privileges(to_real_uid
)
3666 GIDSET_T emptygidset
[1];
3669 sm_dprintf("drop_privileges(%d): Real[UG]id=%d:%d, get[ug]id=%d:%d, gete[ug]id=%d:%d, RunAs[UG]id=%d:%d\n",
3671 (int) RealUid
, (int) RealGid
,
3672 (int) getuid(), (int) getgid(),
3673 (int) geteuid(), (int) getegid(),
3674 (int) RunAsUid
, (int) RunAsGid
);
3678 RunAsUserName
= RealUserName
;
3684 /* make sure no one can grab open descriptors for secret files */
3686 sm_mbdb_terminate();
3688 /* reset group permissions; these can be set later */
3689 emptygidset
[0] = (to_real_uid
|| RunAsGid
!= 0) ? RunAsGid
: getegid();
3692 ** Notice: on some OS (Linux...) the setgroups() call causes
3693 ** a logfile entry if sendmail is not run by root.
3694 ** However, it is unclear (no POSIX standard) whether
3695 ** setgroups() can only succeed if executed by root.
3696 ** So for now we keep it as it is; if you want to change it, use
3697 ** if (geteuid() == 0 && setgroups(1, emptygidset) == -1)
3700 if (setgroups(1, emptygidset
) == -1 && geteuid() == 0)
3702 syserr("drop_privileges: setgroups(1, %d) failed",
3703 (int) emptygidset
[0]);
3707 /* reset primary group id */
3711 ** Drop gid to real gid.
3712 ** On some OS we must reset the effective[/real[/saved]] gid,
3713 ** and then use setgid() to finally drop all group privileges.
3714 ** Later on we check whether we can get back the
3719 if (setegid(RunAsGid
) < 0)
3721 syserr("drop_privileges: setegid(%d) failed",
3725 #else /* HASSETEGID */
3727 if (setregid(RunAsGid
, RunAsGid
) < 0)
3729 syserr("drop_privileges: setregid(%d, %d) failed",
3730 (int) RunAsGid
, (int) RunAsGid
);
3733 # else /* HASSETREGID */
3735 if (setresgid(RunAsGid
, RunAsGid
, RunAsGid
) < 0)
3737 syserr("drop_privileges: setresgid(%d, %d, %d) failed",
3738 (int) RunAsGid
, (int) RunAsGid
, (int) RunAsGid
);
3741 # endif /* HASSETRESGID */
3742 # endif /* HASSETREGID */
3743 #endif /* HASSETEGID */
3745 if (rval
== EX_OK
&& (to_real_uid
|| RunAsGid
!= 0))
3747 if (setgid(RunAsGid
) < 0 && (!UseMSP
|| getegid() != RunAsGid
))
3749 syserr("drop_privileges: setgid(%d) failed",
3754 if (rval
== EX_OK
&& getegid() != RunAsGid
)
3756 syserr("drop_privileges: Unable to set effective gid=%d to RunAsGid=%d",
3757 (int) getegid(), (int) RunAsGid
);
3762 /* fiddle with uid */
3763 if (to_real_uid
|| RunAsUid
!= 0)
3768 ** Try to setuid(RunAsUid).
3769 ** euid must be RunAsUid,
3770 ** ruid must be RunAsUid unless (e|r)uid wasn't 0
3771 ** and we didn't have to drop privileges to the real uid.
3774 if (setuid(RunAsUid
) < 0 ||
3775 geteuid() != RunAsUid
||
3776 (getuid() != RunAsUid
&&
3777 (to_real_uid
|| geteuid() == 0 || getuid() == 0)))
3781 ** if ruid != RunAsUid, euid == RunAsUid, then
3782 ** try resetting just the real uid, then using
3783 ** setuid() to drop the saved-uid as well.
3786 if (geteuid() == RunAsUid
)
3788 if (setreuid(RunAsUid
, -1) < 0)
3790 syserr("drop_privileges: setreuid(%d, -1) failed",
3794 if (setuid(RunAsUid
) < 0)
3796 syserr("drop_privileges: second setuid(%d) attempt failed",
3802 #endif /* HASSETREUID */
3804 syserr("drop_privileges: setuid(%d) failed",
3810 if (RunAsUid
!= 0 && setuid(0) == 0)
3813 ** Believe it or not, the Linux capability model
3814 ** allows a non-root process to override setuid()
3815 ** on a process running as root and prevent that
3816 ** process from dropping privileges.
3819 syserr("drop_privileges: setuid(0) succeeded (when it should not)");
3822 else if (RunAsUid
!= euid
&& setuid(euid
) == 0)
3825 ** Some operating systems will keep the saved-uid
3826 ** if a non-root effective-uid calls setuid(real-uid)
3827 ** making it possible to set it back again later.
3830 syserr("drop_privileges: Unable to drop non-root set-user-ID privileges");
3835 if ((to_real_uid
|| RunAsGid
!= 0) &&
3836 rval
== EX_OK
&& RunAsGid
!= EffGid
&&
3837 getuid() != 0 && geteuid() != 0)
3840 if (setgid(EffGid
) == 0)
3842 syserr("drop_privileges: setgid(%d) succeeded (when it should not)",
3850 sm_dprintf("drop_privileges: e/ruid = %d/%d e/rgid = %d/%d\n",
3851 (int) geteuid(), (int) getuid(),
3852 (int) getegid(), (int) getgid());
3853 sm_dprintf("drop_privileges: RunAsUser = %d:%d\n",
3854 (int) RunAsUid
, (int) RunAsGid
);
3856 sm_dprintf("drop_privileges: rval = %d\n", rval
);
3861 ** FILL_FD -- make sure a file descriptor has been properly allocated
3863 ** Used to make sure that stdin/out/err are allocated on startup
3866 ** fd -- the file descriptor to be filled.
3867 ** where -- a string used for logging. If NULL, this is
3868 ** being called on startup, and logging should
3875 ** possibly changes MissingFds
3886 if (fstat(fd
, &stbuf
) >= 0 || errno
!= EBADF
)
3890 syserr("fill_fd: %s: fd %d not open", where
, fd
);
3892 MissingFds
|= 1 << fd
;
3893 i
= open(SM_PATH_DEVNULL
, fd
== 0 ? O_RDONLY
: O_WRONLY
, 0666);
3896 syserr("!fill_fd: %s: cannot open %s",
3897 where
== NULL
? "startup" : where
, SM_PATH_DEVNULL
);
3906 ** SM_PRINTOPTIONS -- print options
3909 ** options -- array of options.
3916 sm_printoptions(options
)
3926 if (ll
+ strlen(*av
) > 63)
3935 sm_dprintf("%s", *av
);
3936 ll
+= strlen(*av
++) + 1;
3942 ** TO8BIT -- convert \octal sequences in a test mode input line
3945 ** str -- the input line.
3951 ** replaces \0octal in str with octal value.
3954 static bool to8bit
__P((char *));
3969 while ((c
= (*str
++ & 0377)) != '\0')
3975 (nxtc
= (*str
& 0377)) == '0')
3978 while ((nxtc
= (*str
& 0377)) != '\0' &&
3979 isascii(nxtc
) && isdigit(nxtc
))
3996 q
= quote_internal_chars(in
, in
, &len
);
3998 sm_strlcpy(in
, q
, len
);
4004 ** TESTMODELINE -- process a test mode input line
4007 ** line -- the input line.
4008 ** e -- the current environment.
4011 ** .X process X as a configuration line
4012 ** =X dump a configuration item (such as mailers)
4013 ** $X dump a macro or class
4014 ** /X try an activity
4015 ** X normal process through rule set X
4019 testmodeline(line
, e
)
4025 auto char *delimptr
;
4034 static int tryflags
= RF_COPYNONE
;
4035 char exbuf
[MAXLINE
];
4037 extern unsigned char TokTypeNoC
[];
4040 /* skip leading spaces */
4041 while (*line
== ' ')
4056 case '.': /* config-style settings */
4060 mid
= macid_parse(&line
[2], &delimptr
);
4064 lbp
= translate_dollars(delimptr
, lbuf
, &lbs
);
4065 macdefine(&e
->e_macro
, A_TEMP
, mid
, lbp
);
4071 if (line
[2] == '\0') /* not to call syserr() */
4074 mid
= macid_parse(&line
[2], &delimptr
);
4078 lbp
= translate_dollars(delimptr
, lbuf
, &lbs
);
4079 expand(lbp
, exbuf
, sizeof(exbuf
), e
);
4088 while (*p
!= '\0' && isascii(*p
) && isspace(*p
))
4091 while (*p
!= '\0' && !(isascii(*p
) && isspace(*p
)))
4102 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4103 "Usage: .[DC]macro value(s)\n");
4107 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4108 "Unknown \".\" command %s\n", line
);
4113 case '=': /* config-style settings */
4116 case 'S': /* dump rule set */
4117 rs
= strtorwset(&line
[2], NULL
, ST_FIND
);
4120 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4121 "Undefined ruleset %s\n", &line
[2]);
4124 rw
= RewriteRules
[rs
];
4129 (void) sm_io_putc(smioout
, SM_TIME_DEFAULT
,
4134 xputs(smioout
, *s
++);
4135 (void) sm_io_putc(smioout
,
4136 SM_TIME_DEFAULT
, ' ');
4138 (void) sm_io_putc(smioout
, SM_TIME_DEFAULT
,
4140 (void) sm_io_putc(smioout
, SM_TIME_DEFAULT
,
4145 xputs(smioout
, *s
++);
4146 (void) sm_io_putc(smioout
,
4147 SM_TIME_DEFAULT
, ' ');
4149 (void) sm_io_putc(smioout
, SM_TIME_DEFAULT
,
4151 } while ((rw
= rw
->r_next
) != NULL
);
4155 for (i
= 0; i
< MAXMAILERS
; i
++)
4157 if (Mailer
[i
] != NULL
)
4158 printmailer(smioout
, Mailer
[i
]);
4163 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4164 "Usage: =Sruleset or =M\n");
4168 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4169 "Unknown \"=\" command %s\n", line
);
4174 case '-': /* set command-line-like opts */
4182 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4183 "Usage: -d{debug arguments}\n");
4187 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4188 "Unknown \"-\" command %s\n", line
);
4196 mid
= macid(&line
[2]);
4198 stabapply(dump_class
, mid
);
4201 mid
= macid(&line
[1]);
4204 p
= macvalue(mid
, e
);
4206 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4211 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4216 case '/': /* miscellaneous commands */
4217 p
= &line
[strlen(line
)];
4218 while (--p
>= line
&& isascii(*p
) && isspace(*p
))
4220 p
= strpbrk(line
, " \t");
4223 while (isascii(*p
) && isspace(*p
))
4228 if (line
[1] == '\0')
4230 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4231 "Usage: /[canon|map|mx|parse|try|tryflags]\n");
4234 if (sm_strcasecmp(&line
[1], "quit") == 0)
4236 CurEnv
->e_id
= NULL
;
4237 finis(true, true, ExitStat
);
4240 if (sm_strcasecmp(&line
[1], "mx") == 0)
4243 /* look up MX records */
4246 char *mxhosts
[MAXMXHOSTS
+ 1];
4250 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4251 "Usage: /mx address\n");
4254 nmx
= getmxrr(p
, mxhosts
, NULL
, false, &rcode
, true,
4256 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4257 "getmxrr(%s) returns %d value(s):\n",
4259 for (i
= 0; i
< nmx
; i
++)
4260 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4261 "\t%s\n", mxhosts
[i
]);
4262 #else /* NAMED_BIND */
4263 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4264 "No MX code compiled in\n");
4265 #endif /* NAMED_BIND */
4267 else if (sm_strcasecmp(&line
[1], "canon") == 0)
4269 char host
[MAXHOSTNAMELEN
];
4273 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4274 "Usage: /canon address\n");
4277 else if (sm_strlcpy(host
, p
, sizeof(host
)) >= sizeof(host
))
4279 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4283 (void) getcanonname(host
, sizeof(host
), !HasWildcardMX
,
4285 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4286 "getcanonname(%s) returns %s\n",
4289 else if (sm_strcasecmp(&line
[1], "map") == 0)
4291 auto int rcode
= EX_OK
;
4296 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4297 "Usage: /map mapname key\n");
4300 for (q
= p
; *q
!= '\0' && !(isascii(*q
) && isspace(*q
)); q
++)
4304 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4305 "No key specified\n");
4309 map
= stab(p
, ST_MAP
, ST_FIND
);
4312 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4313 "Map named \"%s\" not found\n", p
);
4316 if (!bitset(MF_OPEN
, map
->s_map
.map_mflags
) &&
4317 !openmap(&(map
->s_map
)))
4319 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4320 "Map named \"%s\" not open\n", p
);
4323 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4324 "map_lookup: %s (%s) ", p
, q
);
4327 p
= (*map
->s_map
.map_class
->map_lookup
)
4328 (&map
->s_map
, q
, av
, &rcode
);
4330 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4334 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4335 "returns %s (%d)\n", p
,
4338 else if (sm_strcasecmp(&line
[1], "try") == 0)
4342 auto int rcode
= EX_OK
;
4344 q
= strpbrk(p
, " \t");
4347 while (isascii(*q
) && isspace(*q
))
4350 if (q
== NULL
|| *q
== '\0')
4352 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4353 "Usage: /try mailer address\n");
4356 st
= stab(p
, ST_MAILER
, ST_FIND
);
4359 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4360 "Unknown mailer %s\n", p
);
4364 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4365 "Trying %s %s address %s for mailer %s\n",
4366 bitset(RF_HEADERADDR
, tryflags
) ? "header"
4368 bitset(RF_SENDERADDR
, tryflags
) ? "sender"
4369 : "recipient", q
, p
);
4370 p
= remotename(q
, m
, tryflags
, &rcode
, CurEnv
);
4371 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4372 "Rcode = %d, addr = %s\n",
4373 rcode
, p
== NULL
? "<NULL>" : p
);
4376 else if (sm_strcasecmp(&line
[1], "tryflags") == 0)
4380 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4381 "Usage: /tryflags [Hh|Ee][Ss|Rr]\n");
4384 for (; *p
!= '\0'; p
++)
4390 tryflags
|= RF_HEADERADDR
;
4395 tryflags
&= ~RF_HEADERADDR
;
4400 tryflags
|= RF_SENDERADDR
;
4405 tryflags
&= ~RF_SENDERADDR
;
4409 exbuf
[0] = bitset(RF_HEADERADDR
, tryflags
) ? 'h' : 'e';
4411 exbuf
[2] = bitset(RF_SENDERADDR
, tryflags
) ? 's' : 'r';
4413 macdefine(&e
->e_macro
, A_TEMP
,
4414 macid("{addr_type}"), exbuf
);
4416 else if (sm_strcasecmp(&line
[1], "parse") == 0)
4420 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4421 "Usage: /parse address\n");
4424 q
= crackaddr(p
, e
);
4425 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4426 "Cracked address = ");
4428 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4429 "\nParsing %s %s address\n",
4430 bitset(RF_HEADERADDR
, tryflags
) ?
4431 "header" : "envelope",
4432 bitset(RF_SENDERADDR
, tryflags
) ?
4433 "sender" : "recipient");
4434 if (parseaddr(p
, &a
, tryflags
, '\0', NULL
, e
, true)
4436 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4438 else if (a
.q_host
!= NULL
&& a
.q_host
[0] != '\0')
4439 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4440 "mailer %s, host %s, user %s\n",
4445 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4446 "mailer %s, user %s\n",
4451 else if (sm_strcasecmp(&line
[1], "header") == 0)
4455 ul
= chompheader(p
, CHHDR_CHECK
|CHHDR_USER
, NULL
, e
);
4456 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4461 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4462 "Unknown \"/\" command %s\n",
4465 (void) sm_io_flush(smioout
, SM_TIME_DEFAULT
);
4469 for (p
= line
; isascii(*p
) && isspace(*p
); p
++)
4472 while (*p
!= '\0' && !(isascii(*p
) && isspace(*p
)))
4476 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4482 eightbit
= to8bit(p
+ 1);
4483 if (invalidaddr(p
+ 1, NULL
, true))
4487 register char **pvp
;
4488 char pvpbuf
[PSBUFSIZE
];
4490 pvp
= prescan(++p
, ',', pvpbuf
, sizeof(pvpbuf
), &delimptr
,
4491 ConfigLevel
>= 9 ? TokTypeNoC
: ExtTokenTab
, false);
4499 rs
= strtorwset(p
, NULL
, ST_FIND
);
4502 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4503 "Undefined ruleset %s\n",
4507 status
= REWRITE(pvp
, rs
, e
);
4508 if (status
!= EX_OK
)
4509 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4510 "== Ruleset %s (%d) status %d\n",
4514 cataddr(pvp
, NULL
, exbuf
, sizeof(exbuf
), '\0',
4516 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4520 while (*p
!= '\0' && *p
++ != ',')
4523 } while (*(p
= delimptr
) != '\0');
4524 (void) sm_io_flush(smioout
, SM_TIME_DEFAULT
);
4532 if (s
->s_symtype
!= ST_CLASS
)
4534 if (bitnset(bitidx(id
), s
->s_class
))
4535 (void) sm_io_fprintf(smioout
, SM_TIME_DEFAULT
,
4540 ** An exception type used to create QuickAbort exceptions.
4541 ** This is my first cut at converting QuickAbort from longjmp to exceptions.
4542 ** These exceptions have a single integer argument, which is the argument
4543 ** to longjmp in the original code (either 1 or 2). I don't know the
4544 ** significance of 1 vs 2: the calls to setjmp don't care.
4547 const SM_EXC_TYPE_T EtypeQuickAbort
=