| 545f1377 | 10-Mar-2015 |
John Marino <draco@marino.st> |
sendmail transition: Do not pre-generate sendmail.cf
Originally a starter sendmail.cf file was created using the .mc template files and the m4 files installed from contrib/sendmail-8.14 directory. T
sendmail transition: Do not pre-generate sendmail.cf
Originally a starter sendmail.cf file was created using the .mc template files and the m4 files installed from contrib/sendmail-8.14 directory. This starter sendmail.cf was installed with "make distribution". The template files were only changed with "make upgrade" (not sure why but maybe people tried editing them directly) and the Makefile was only installed once.
This commit accomplishes these things: * No sendmail.cf or submit.cf file is created. This was the last user of contrib/sendmail-8.14 * etc/sendmail was altered to just install files * the README file the was recently placed in libexec/dma was relocated to etc/sendmail and updated * the /etc/mail/Makefile is now updated with installworld * the dragonfl*.mc templates are now updated with installworld
The suggested method to creating /etc/mail/sendmail.cf and /etc/mail/submit.cf now on a new system is: 1. cd /etc/mail 2. type "make cf" 3. <optional> edit new <hostname>.mc and <hostname>.submit.mc files 4. <optional> type "make cf" again 5. type "make install"
show more ...
|
| 9c7f77ff | 10-Mar-2015 |
John Marino <draco@marino.st> |
More sendmail transition work
Several changes were made, including * set default SENDMAIL_CF_DIR to standard dports location * add SENDMAIL_CF_DIR to defaults/make.conf * remove SENDMAIL_CF co
More sendmail transition work
Several changes were made, including * set default SENDMAIL_CF_DIR to standard dports location * add SENDMAIL_CF_DIR to defaults/make.conf * remove SENDMAIL_CF completely (it wasn't even documented) * Update dragonfly.mc templates * Move SENDMAIL_PERMS definition to defaults/make.conf * change SENDMAIL and MAKEMAP definitions to point to dports locations * Tweak make.conf.5 man page accordingly * and other tweaks ...
show more ...
|