mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
2aa88641dc
- Use only one pkg-plist and use PLIST_SUB - Use DOCSDIR intead of DOCDIR - OPTIONS'ify - Remove WITH_PRESERVE_CONFIG_FILES knob and detect automatically when is need to create it. - Add $FreeBSD$ tag to pkg-plist and pkg-install - Fix error on enable-qmail script - Remove MASTER_SITE_QMAIL definition from Makefile since it's defined on bsd.sites.mk - Add a new option to don't create rc.d/qmail.sh - Add rc.d/qmail.sh to pkg-plist when necessary PR: ports/80833 Submitted by: maintainer Thanks to: novel, Joao Ricardo P. Mendes <joao@redepegasus.com.br>
11 lines
370 B
Plaintext
11 lines
370 B
Plaintext
# Configuration for mailwrapper is kept in /etc/mail/mailer.conf.
|
|
# Replace that file with this one to enable qmail under a sendmail
|
|
# disguise. Very useful.
|
|
|
|
sendmail %%PREFIX%%/bin/sendmail
|
|
send-mail %%PREFIX%%/bin/sendmail
|
|
mailq %%PREFIX%%/bin/qmail-qread
|
|
newaliases %%PREFIX%%/bin/newaliases
|
|
hoststat %%PREFIX%%/bin/qmail-tcpto
|
|
purgestat %%PREFIX%%/bin/qmail-tcpok
|