History log of /openbsd-src/etc/mail/Makefile (Results 1 – 13 of 13)
Revision Date Author Comments
# 6b7305a8 22-Dec-2015 sunil <sunil@openbsd.org>

Now that default smtpd.conf aliases table has been switched to
'file' backend, we no longer have to generate the .db files.

Ok gilles@


# ea52b8ea 08-Dec-2015 sunil <sunil@openbsd.org>

Use mailwrapper path instead of smtpd.

Ok tb@ jung@


# 99cd43f8 26-May-2015 naddy <naddy@openbsd.org>

Create aliases.db from the installed aliases file, so we get the correct
owner and group. Reported by Mark Patruck. ok deraadt@ miod@


# 88d7c98c 17-Sep-2014 ajacoutot <ajacoutot@openbsd.org>

With sendmail(8) gone, there is not much point in keeping /etc/mail/Makefile.
There is one table in the default configuration which is 'aliases' and
the db can be created using newaliases(8).

"go fo

With sendmail(8) gone, there is not much point in keeping /etc/mail/Makefile.
There is one table in the default configuration which is 'aliases' and
the db can be created using newaliases(8).

"go for it" guenther@
ok sthen@ matthieu@ gilles@

show more ...


# 0139179f 15-Sep-2014 matthieu <matthieu@openbsd.org>

Remove sendmail tentacles. ok krw@ ajacoutot@


# c78cafe4 12-Mar-2014 tedu <tedu@openbsd.org>

just run newaliases. should be about the same, but less sendmail.
ok todd


# 414f257f 02-Apr-2009 jacekm <jacekm@openbsd.org>

restore previous behaviour and reach directly to libexec for
makemap as !sendmail versions of this binary are not valid here.

pointed out by and ok sthen@


# 696bd216 18-Mar-2009 jacekm <jacekm@openbsd.org>

unbreak make release, spotted by todd and kurt


# 48682fe0 27-Feb-2007 beck <beck@openbsd.org>

/etc/spamd.conf moves to /etc/mail/spamd.conf


# 76566b92 14-Aug-2004 millert <millert@openbsd.org>

Add example genericstable


# d227d3b4 24-Jun-2004 tom <tom@openbsd.org>

Add genericstable to the list of databases we can create automatically.

"looks fine" millert@


# ece1cf8b 25-Sep-2003 millert <millert@openbsd.org>

Install files as group wheel to match mtree/special; noticed by David Krause


# b23cde19 23-Sep-2003 millert <millert@openbsd.org>

Sample files for /etc/mail, installed at 'make distribution' time.