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