Browse Source

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@
OPENBSD_5_7
ajacoutot 9 years ago
parent
commit
e1ba88cae4
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/etc/mail/Makefile

+ 1
- 3
src/etc/mail/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2014/09/15 22:28:58 matthieu Exp $
# $OpenBSD: Makefile,v 1.10 2014/09/17 16:39:45 ajacoutot Exp $
#
# Generate the various .db versions from their source files.
@ -11,8 +11,6 @@ clean:
rm -f ${DB_FILES}
distribution:
${INSTALL} -c -o root -g wheel -m 644 Makefile \
${DESTDIR}/etc/mail/Makefile
${INSTALL} -c -o root -g wheel -m 644 aliases \
${DESTDIR}/etc/mail/aliases
${MAKEMAP} -t aliases -o ${DESTDIR}/etc/mail/aliases.db \


Loading…
Cancel
Save