1$FreeBSD$
2
3sendmail 8.18.1
4	originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
5
6For the import of sendmail, the following directories were renamed:
7
8	sendmail -> src
9
10Imported using the instructions at:
11
12https://docs.freebsd.org/en/articles/committers-guide/#git-primer
13
14After importing, bump the version of src/etc/sendmail/freebsd*mc
15so mergemaster will merge /etc/mail/freebsd*cf by making a minor
16change and committing.
17
18To make local changes to sendmail, simply patch and commit to the head.
19Never make local changes in the vendor area (/vendor/sendmail/).
20
21All local changes should be submitted to the Sendmail Consortium
22<sendmail@sendmail.org> for inclusion in the next vendor release.
23
24The following files make up the sendmail build/install/runtime
25infrastructure in FreeBSD:
26
27	Makefile.inc1
28	bin/Makefile
29	bin/rmail/Makefile
30	contrib/sendmail/
31	etc/Makefile
32	etc/defaults/make.conf (obsolete)
33	etc/defaults/periodic.conf
34	etc/defaults/rc.conf
35	etc/mail/Makefile
36	etc/mail/README
37	etc/mail/access.sample
38	etc/mail/aliases
39	etc/mail/mailer.conf
40	etc/mail/mailertable.sample
41	etc/mail/virtusertable.sample
42	etc/mtree/BSD.include.dist
43	etc/mtree/BSD.sendmail.dist
44	etc/mtree/BSD.usr.dist
45	etc/mtree/BSD.var.dist
46	etc/periodic/daily/440.status-mailq
47	etc/periodic/daily/500.queuerun
48	etc/rc
49	etc/sendmail/Makefile
50	etc/sendmail/freebsd.mc
51	etc/sendmail/freebsd.submit.mc
52	etc/sendmail/freefall.mc
53	lib/Makefile
54	lib/libmilter/Makefile
55	lib/libsm/Makefile
56	lib/libsmdb/Makefile
57	lib/libsmutil/Makefile
58	libexec/Makefile
59	libexec/mail.local/Makefile
60	libexec/smrsh/Makefile
61	share/Makefile
62	share/doc/smm/Makefile
63	share/doc/smm/08.sendmailop/Makefile
64	share/examples/etc/make.conf
65	share/man/man5/make.conf.5
66	share/man/man5/periodic.conf.5
67	share/man/man5/rc.conf.5
68	share/man/man7/hier.7
69	share/man/man8/Makefile
70	share/mk/bsd.libnames.mk
71	share/sendmail/Makefile
72	tools/build/mk/OptionalObsoleteFiles.inc
73	usr.bin/Makefile
74	usr.bin/vacation/Makefile
75	usr.sbin/Makefile
76	usr.sbin/editmap/Makefile
77	usr.sbin/mailstats/Makefile
78	usr.sbin/makemap/Makefile
79	usr.sbin/praliases/Makefile
80	usr.sbin/sendmail/Makefile
81	usr.sbin/mailwrapper/Makefile
82
83gshapiro@FreeBSD.org
8431-January-2024
85