diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:52:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:52:32 +0000 |
commit | c0a42fd5da3fb7b8382fb6c7241b2ff07c61da0c (patch) | |
tree | 1adfe6b5588d21d3173205c7f02608ecc7325b42 /mail/qmail/files | |
parent | Update to version 3.6. (diff) |
- Don't hardcode /usr/local.
- Also add a mailer.conf that allows sendmail to be replaced with qmail.
PR: 19449
Submitted by: Mike Meyer <mwm@mired.org> and maintainer
Notes
Notes:
svn path=/head/; revision=30321
Diffstat (limited to 'mail/qmail/files')
-rw-r--r-- | mail/qmail/files/PORT_NOTES_FreeBSD_40-RELEASE | 7 | ||||
-rw-r--r-- | mail/qmail/files/mailer.conf.sample | 8 |
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/qmail/files/PORT_NOTES_FreeBSD_40-RELEASE b/mail/qmail/files/PORT_NOTES_FreeBSD_40-RELEASE index a3b92efed639..25963439d603 100644 --- a/mail/qmail/files/PORT_NOTES_FreeBSD_40-RELEASE +++ b/mail/qmail/files/PORT_NOTES_FreeBSD_40-RELEASE @@ -45,9 +45,14 @@ Here follows my personal /etc/mail/mailer.conf sendmail /var/qmail/bin/sendmail send-mail /var/qmail/bin/sendmail -mailq /var/qmail/bin/qmail-qstat +mailq /var/qmail/bin/qmail-qread newaliases /var/qmail/bin/newaliases +There is a sample mailer.conf in this directory, please install +over the /etc/mail/mailer.conf to unfold qmail as your default MTA. +Please donīt forget to backup /etc/mail/mailer.conf before doing +so. Better safe then sorry. + So, whenever you call sendmail, in fact, you are using the appropriate "qmail-clones". diff --git a/mail/qmail/files/mailer.conf.sample b/mail/qmail/files/mailer.conf.sample new file mode 100644 index 000000000000..970dcbe55f35 --- /dev/null +++ b/mail/qmail/files/mailer.conf.sample @@ -0,0 +1,8 @@ +# 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 /var/qmail/bin/sendmail +send-mail /var/qmail/bin/sendmail +mailq /var/qmail/bin/qmail-qread +newaliases /var/qmail/bin/newaliases |