History log of /dragonfly/etc/sendmail/dragonfly.mc (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc
# 0affdfee 04-Nov-2015 Justin C. Sherrill <justin@shiningsilence.com>

Add local path for sendmail libexec.

Since DragonFly ships with DMA, but there's still a dragonfly.mc, any
install of sendmail from ports will still use /etc/mail to generate a config.
This will gen

Add local path for sendmail libexec.

Since DragonFly ships with DMA, but there's still a dragonfly.mc, any
install of sendmail from ports will still use /etc/mail to generate a config.
This will generally work, but EBINDIR defaults to /usr/libexec. That means
the .cf files will be built to find mail.local in /usr/libexec, instead of
in /usr/local/libexec, where the port locates them. This will cause problems
for anything that delivers mail locally, like fetchmail.

show more ...


Revision tags: v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5
# 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 ...


Revision tags: v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.7.0, v3.4.3, v3.4.2, v3.4.0, v3.4.1, v3.4.0rc, v3.5.0, v3.2.2, v3.2.1, v3.2.0, v3.3.0, v3.0.3, v3.0.2, v3.0.1, v3.1.0, v3.0.0
# 86d7f5d3 26-Nov-2011 John Marino <draco@marino.st>

Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.


Revision tags: v2.12.0, v2.13.0, v2.10.1, v2.11.0, v2.10.0, v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0, v2.6.3, v2.7.3, v2.6.2, v2.7.2, v2.7.1, v2.6.1, v2.7.0, v2.6.0, v2.5.1, v2.4.1, v2.5.0, v2.4.0, v2.3.2, v2.3.1, v2.2.1, v2.2.0, v2.3.0, v2.1.1, v2.0.1
# 3181538d 25-Jul-2005 Gregory Neil Shapiro <gshapiro@dragonflybsd.org>

Bring DragonFly's sendmail infrastructure up to date. This commit includes:

- Upgrading base system from sendmail 8.12.10 to 8.13.4 (which includes
native DragonFly support so DragonFly no longer

Bring DragonFly's sendmail infrastructure up to date. This commit includes:

- Upgrading base system from sendmail 8.12.10 to 8.13.4 (which includes
native DragonFly support so DragonFly no longer needs to pretend to be
FreeBSD).
- Drop the FreeBSD-only add-ons of nobiff and nofsync for mail.local
and the FreeBSD-customized Received: header format and instead use the
distribution as released by sendmail.org.
- Default to /etc/mail/dragonfly.mc and /etc/mail/dragonfly.submit.mc
instead of /etc/mail/freebsd{,.submit}.mc.
- Users should be sure to 'cd /usr/src; make upgrade' to get the
new dragonfly{,.submit}.mc files installed into /etc/mail/.
(Or you can just do the sendmail portion with 'cd /usr/src/etc/sendmail;
make upgrade'.)
- Support for per-host submit.mc files (i.e., /etc/mail/`hostname`.submit.mc).
- New SENDMAIL_CF_DIR make.conf variable for overriding location of the
sendmail/cf directory (default is still /usr/share/sendmail/cf/).
- Better sendmail_enable checking in /etc/rc.sendmail.
- /etc/periodic/daily/150.clean-hoststat now does the right thing and only
cleans expired host status entries using the purgestat command.

show more ...