aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail-smtp_auth/pkg-message
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-12 03:07:46 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-12 03:07:46 +0000
commit8c7538ec439094699a1d0990aca3e03d006eb7a5 (patch)
tree019498c4d1800c84453e5b87b1b9ac24b8fbc316 /mail/qmail-smtp_auth/pkg-message
parent2fdf72522319dd6cba590aed591a39c4282e04b0 (diff)
downloadports-8c7538ec439094699a1d0990aca3e03d006eb7a5.tar.gz
ports-8c7538ec439094699a1d0990aca3e03d006eb7a5.zip
Notes
Diffstat (limited to 'mail/qmail-smtp_auth/pkg-message')
-rw-r--r--mail/qmail-smtp_auth/pkg-message27
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/qmail-smtp_auth/pkg-message b/mail/qmail-smtp_auth/pkg-message
new file mode 100644
index 000000000000..48b6d844ca57
--- /dev/null
+++ b/mail/qmail-smtp_auth/pkg-message
@@ -0,0 +1,27 @@
+ ATTENTIONATTENTION:
+
+Please make sure that you read /var/qmail/doc/PORT_NOTES.
+It contains important information about testing and configuring
+qmail, and finally replacing sendmail with qmail.
+
+You should also add /var/qmail/man to your MANPATH (see manpath(1)
+or login.conf(5)).
+
+Do not forget to read /var/qmail/doc/TLS.readme. After all,
+this is NOT our old stock qmail.
+
+==> You can enable qmail as your default mailer:
+
+# this will disable the default MTA
+1) do "make disable-sendmail"
+
+# enable qmail as your default MTA
+2) do "make enable-qmail"
+
+==> As you need to provide a working certificate in /var/qmail/control/cert.pem :
+
+# makes a self-signed certificate
+3) do "make certificate"
+
+# makes a certificate request
+4) do "make certificate-req"