1$FreeBSD$ 2 3sendmail 8.16.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/rc.sendmail 50 etc/sendmail/Makefile 51 etc/sendmail/freebsd.mc 52 etc/sendmail/freebsd.submit.mc 53 etc/sendmail/freefall.mc 54 lib/Makefile 55 lib/libmilter/Makefile 56 lib/libsm/Makefile 57 lib/libsmdb/Makefile 58 lib/libsmutil/Makefile 59 libexec/Makefile 60 libexec/mail.local/Makefile 61 libexec/smrsh/Makefile 62 share/Makefile 63 share/doc/smm/Makefile 64 share/doc/smm/08.sendmailop/Makefile 65 share/examples/etc/make.conf 66 share/man/man5/make.conf.5 67 share/man/man5/periodic.conf.5 68 share/man/man5/rc.conf.5 69 share/man/man7/hier.7 70 share/man/man8/Makefile 71 share/man/man8/rc.sendmail.8 72 share/mk/bsd.libnames.mk 73 share/sendmail/Makefile 74 tools/build/mk/OptionalObsoleteFiles.inc 75 usr.bin/Makefile 76 usr.bin/vacation/Makefile 77 usr.sbin/Makefile 78 usr.sbin/editmap/Makefile 79 usr.sbin/mailstats/Makefile 80 usr.sbin/makemap/Makefile 81 usr.sbin/praliases/Makefile 82 usr.sbin/sendmail/Makefile 83 usr.sbin/mailwrapper/Makefile 84 85gshapiro@FreeBSD.org 8615-July-2020 87