diff options
Diffstat (limited to 'mail/qmail/files/pkg-message-tls.in')
-rw-r--r-- | mail/qmail/files/pkg-message-tls.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/qmail/files/pkg-message-tls.in b/mail/qmail/files/pkg-message-tls.in new file mode 100644 index 0000000..33dbe05 --- /dev/null +++ b/mail/qmail/files/pkg-message-tls.in @@ -0,0 +1,27 @@ + ATTENTION: + +Please make sure that you read %%PREFIX%%/doc/PORT_NOTES. +It contains important information about testing and configuring +qmail, and finally replacing sendmail with qmail. + +You should also add %%PREFIX%%/man to your MANPATH (see manpath(1) +or login.conf(5)). + +Do not forget to read %%PREFIX%%/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 %%PREFIX%%/control/cert.pem : + +# makes a self-signed certificate +3) do "make certificate" + +# makes a certificate request +4) do "make certificate-req" |