diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-08-30 14:44:26 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-30 14:44:26 +0000 |
commit | 37e375e3a6c0ccebf8fbadc2074f4cbb1d0eaeff (patch) | |
tree | a261672a0dcdb46c8a3e10825f2f5323258854b5 /mail/qmail-vida/files/pkg-message-ldap.in | |
parent | Update to 0.25 (diff) |
Add qmail-vida 0.53, SMTP_AUTH/APOP support for qmail.
PR: ports/85250
Submitted by: FURUTATE,Mikihiko<futurebsd@infoseek.to>
Notes
Notes:
svn path=/head/; revision=141462
Diffstat (limited to 'mail/qmail-vida/files/pkg-message-ldap.in')
-rw-r--r-- | mail/qmail-vida/files/pkg-message-ldap.in | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/mail/qmail-vida/files/pkg-message-ldap.in b/mail/qmail-vida/files/pkg-message-ldap.in new file mode 100644 index 000000000000..56272ff24640 --- /dev/null +++ b/mail/qmail-vida/files/pkg-message-ldap.in @@ -0,0 +1,35 @@ + 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/QLDAPINSTALL. After all, +this is NOT our old stock qmail. And, %%PREFIX%%/doc/ANTISPAM +for some antispam control measures. + +The qmail.schema file was copied to %%DOCSDIR%%. Remember +to copy it to ldap's schema directory + +You can enable qmail as your default mailer executing: +> %%PREFIX%%/scripts/enable-qmail + +=====><===== + +If you've built this port with TLS support (WITH_TLS=yes) + +==> You will 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" + +=====><===== + +Now, you need to use it. Check a little FreeBSD specific how-to at +http://freebsd.cg.nu/postfixqmail-ldap.html |