aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-08-04 03:02:18 +0800
committergarga <garga@FreeBSD.org>2006-08-04 03:02:18 +0800
commitf5a312d35a8e3ade3cfeefc3c1d3b6b3f4349ab4 (patch)
tree7c23b0bfb314742a3a74f1fc63e080059be11ce7 /mail
parent7c34d4b6d4395cab17308707a4f5006687ff20f1 (diff)
downloadfreebsd-ports-gnome-f5a312d35a8e3ade3cfeefc3c1d3b6b3f4349ab4.tar.gz
freebsd-ports-gnome-f5a312d35a8e3ade3cfeefc3c1d3b6b3f4349ab4.tar.zst
freebsd-ports-gnome-f5a312d35a8e3ade3cfeefc3c1d3b6b3f4349ab4.zip
Remove old PORT_NOTES and PORT_NOTES_FreeBSD_40-RELEASE, they are not so useful
these days.
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail/Makefile3
-rw-r--r--mail/qmail/files/PORT_NOTES125
-rw-r--r--mail/qmail/files/PORT_NOTES_FreeBSD_40-RELEASE61
3 files changed, 1 insertions, 188 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 1833d9433a8b..46ebb15d6767 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -248,7 +248,6 @@ WRKDIR_doc= ${WRKDIR}/doc
PORTDOCS= *
-DOCFILES_FILESDIR+= PORT_NOTES PORT_NOTES_FreeBSD_40-RELEASE
DOCFILES_WRKSRC+= BLURB BLURB2 BLURB3 BLURB4 INTERNALS SECURITY \
THOUGHTS FAQ UPGRADE SENDMAIL INSTALL INSTALL.alias \
INSTALL.ctl INSTALL.ids INSTALL.maildir INSTALL.mbox \
@@ -652,7 +651,7 @@ do-install:
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-. for sub in FILESDIR WRKSRC WRKDIR WRKDIR_doc
+. for sub in WRKSRC WRKDIR WRKDIR_doc
. for doc in ${DOCFILES_${sub}}
${INSTALL_DATA} ${${sub}}/${doc} ${DOCSDIR}
. endfor
diff --git a/mail/qmail/files/PORT_NOTES b/mail/qmail/files/PORT_NOTES
deleted file mode 100644
index 07844f9cf5db..000000000000
--- a/mail/qmail/files/PORT_NOTES
+++ /dev/null
@@ -1,125 +0,0 @@
-This text was originally taken from the qmail INSTALL file that you
-will find in /var/qmail/doc/. In addition to INSTALL, there are many
-other potentially important qmail documents there.
-
-As with all ports, the ports maintainer (me!) makes NO WARRANTIES of
-any kind: expressed, implied, or other; about the reliability or
-security of this package. Any damage or problems derived from its
-usage or related to it are neither my responsibility nor the software
-author's. This package is provided AS IS.
-
-Although I am probably sounding cold and harsh, believe me: qmail is
-one of the most reliable and easy-to-use softwares around. However,
-this also is NOT a WARRANTY. It is just an opinion. :)
-
-The qmail port will normally install into /var/qmail/. If you changed
-this to /usr/local/, then please note that the docs have been
-installed into /usr/local/share/doc/qmail/ (as opposed to
-/usr/local/doc/).
-
-If you wish to rerun the automatic configuration utility, do:
-
-# cd /var/qmail/configure ; ./config
-
-If you are upgrading from a previous version of qmail, you should read
-/var/qmail/doc/UPGRADE and follow all the steps after #6.
-
-
-[from /var/qmail/doc/INSTALL]
-
-SAVE COPIES OF YOUR OUTGOING MAIL! Like any other piece of software (and
-information generally), the qmail system comes with NO WARRANTY. It's
-much more secure and reliable than sendmail, but that's not saying much.
-
-[pre-build instructions elided]
-
-To create /var/qmail and configure qmail (won't interfere with sendmail):
-
-[#1 - #3 elided]
-
- 4. Read INSTALL.ctl and FAQ. Minimal survival command:
- # ./config
-
-[The "minimal" command has already been performed.]
-
- 5. Read INSTALL.alias. Minimal survival command:
- # (cd ~alias; touch .qmail-postmaster .qmail-mailer-daemon .qmail-root)
- # chmod 644 ~alias/.qmail*
-
-[The "minimal" command has already been performed.]
-
- 6. Read INSTALL.mbox and INSTALL.vsm.
-
- 7. Read INSTALL.maildir.
-
- 8. Copy /var/qmail/boot/home (or proc) to /var/qmail/rc.
-
-[When you do this, qmail will be started automatically the next time
- you boot. This is because the command
- ``ln -s /var/qmail/rc /usr/local/etc/rc.d'' has been executed. There
- is a number of sample bootfiles provided. Not all of them will work.]
-
-To test qmail deliveries (won't interfere with sendmail):
-
- 9. Enable deliveries of messages injected into qmail:
- # csh -cf '/var/qmail/rc &'
-
-10. Read TEST.deliver.
-
-
-To upgrade from sendmail to qmail:
-
-11. Read SENDMAIL. This is what your users will want to know about the
- switch from sendmail to qmail.
-
-12. Read REMOVE.sendmail. You must remove sendmail before installing
- qmail.
-
-[Do not disable sendmail as instructed in REMOVE.sendmail step #1.
- Instead, change the sendmail_enable line in /etc/rc.conf to read
-
- sendmail_enable="NO"
-
- If you are running a FreeBSD 4.0-RELEASE or later, read
- PORT_NOTES_FreeBSD_40-RELEASE before executing step 12.
- ]
-
-13. Read REMOVE.binmail.
-
-14. Add
- csh -cf '/var/qmail/rc &'
- to your boot scripts, so that the qmail daemons are restarted
- whenever your system reboots. Make sure you include the &.
-
-[Do not do this. Unless you remove the symlink
- /usr/local/etc/rc.d/qmail.sh, the script /var/qmail/rc will be run
- everytime you boot. See also "local_startup" in /etc/rc.conf.]
-
-15. Make qmail's ``sendmail'' wrapper available to MUAs:
- # ln -s /var/qmail/bin/sendmail /usr/lib/sendmail
- # ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail
- /usr/sbin might not exist on your system.
-
-16. Set up qmail-smtpd in /etc/inetd.conf (all on one line):
- smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env
- tcp-env /var/qmail/bin/qmail-smtpd
-
-[A freshly-updated /etc/inetd.conf will have a sample qmail entry that
- you can simply uncomment.]
-
-17. Reboot. (Or kill -HUP your inetd and make sure the qmail daemons
- are running.)
-
-18. Read TEST.receive.
-
-
-
-That's it! To report success:
- % ( echo 'First M. Last'; cat /var/qmail/doc/SYSDEPS ) \
- | mail djb-qst@cr.yp.to
-Replace First M. Last with your name.
-
-[Note that "cat `cat SYSDEPS`" has changed to "cat /var/qmail/doc/SYSDEPS"]
-
-If you have questions about qmail, join the qmail mailing list; see
-http://pobox.com/~djb/qmail.html.
diff --git a/mail/qmail/files/PORT_NOTES_FreeBSD_40-RELEASE b/mail/qmail/files/PORT_NOTES_FreeBSD_40-RELEASE
deleted file mode 100644
index 25963439d603..000000000000
--- a/mail/qmail/files/PORT_NOTES_FreeBSD_40-RELEASE
+++ /dev/null
@@ -1,61 +0,0 @@
-In addition to PORT_NOTES_FreeBSD_40-RELEASE, there are many
-other potentially important qmail documents there such as PORT_NOTES
-and INSTALL.
-
-As with all ports, the ports maintainer (me!) makes NO WARRANTIES of
-any kind: expressed, implied, or other; about the reliability or
-security of this package. Any damage or problems derived from its
-usage or related to it are neither my responsibility nor the software
-author's. This package is provided AS IS.
-
-Although I am probably sounding cold and harsh, believe me: qmail is
-one of the most reliable and easy-to-use softwares around. However,
-this also is NOT a WARRANTY. It is just an opinion. :)
-
-The qmail port will normally install into /var/qmail/. If you changed
-this to /usr/local/, then please note that the docs have been
-installed into /usr/local/share/doc/qmail/ (as opposed to
-/usr/local/doc/).
-
-##
-### Document starts here
-##
-
-If you read PORT_NOTES, you may have noticed I mentioned step 12 should
-be changed for FreeBSD versions 4.0-Release and later.
-
-FreeBSD 4.0-Release and later come with a program named mailwrapper (8)
-which eases the replacement of sendmail. No binaries need to be touched,
-"chmod"ed, erased, deleted or, otherwise, modified.
-
-Whenever you call /usr/sbin/sendmail, /usr/bin/mail, or /usr/bin/newaliases;
-in fact, you are calling a symbolic link to mailwrapper. Mailwrapper
-then calls the appropriate binary according to its configuration file.
-
-An excerpt from the mailwrapper manual:
-
-"The mailwrapper program is designed to replace /usr/sbin/sendmail and to
- invoke an appropriate MTA instead of sendmail(8) based on configuration
- information placed in /etc/mail/mailer.conf. This permits the administra-
- tor to configure which MTA is to be invoked on the system at run time."
-
-Configuration for mailwrapper is kept in /etc/mail/mailer.conf.
-
-Here follows my personal /etc/mail/mailer.conf
-
-sendmail /var/qmail/bin/sendmail
-send-mail /var/qmail/bin/sendmail
-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".
-
-You should notice, though, that the programs do not behave exactly as
-their sendmail counterparts. Therefore, reading the appropriate
-/var/qmail/doc files and man pages is highly advisable.