pkgsrc/mail/qmail-run/MESSAGE
schmonz 82f1368308 Update to 20170109. pkgsrc changes:
- Add qmailofmipd service for outgoing submissions.
- Add dependencies on mess822, spamdyke, and stunnel.
- Add sample spamdyke and stunnel configs for SMTP AUTH over TLS.
- Control ofmipd from the main qmail script.
- Fix broken link to "12 Steps to qmail List Bliss".
2017-01-09 04:58:09 +00:00

31 lines
1.2 KiB
Text

===========================================================================
$NetBSD: MESSAGE,v 1.4 2017/01/09 04:58:09 schmonz Exp $
Please read ${PREFIX}/share/doc/qmail-run/README.pkgsrc.
To enable qmail for...
Local and outgoing deliveries:
- Check the configuration files in ${PKG_SYSCONFDIR}.
- Modify /etc/mailer.conf (see share/examples/qmail-run/mailer.conf).
- Set qmailsend=YES in /etc/rc.conf.
Incoming SMTP deliveries:
- Set qmailsmtpd=YES in /etc/rc.conf.
Outgoing submissions with SMTP AUTH over TLS:
- Set qmailofmipd=YES in /etc/rc.conf, and also qmailofmipd_preofmipd to
${PREFIX}/bin/spamdyke --config-file ${PKG_SYSCONFBASE}/spamdyke-ofmipd.conf
- Copy share/examples/qmail-run/spamdyke-ofmipd.conf to ${PKG_SYSCONFBASE}.
- Consider that your checkpassword binary may need to be setuid root.
- Set stunnel=YES in /etc/rc.conf.
- Incorporate share/examples/qmail-run/stunnel.conf into your stunnel.conf.
POP3 (only for Maildirs):
- Set qmailpop3d=YES in /etc/rc.conf.
To make the queue visible to local non-root users:
- Set qmailqread=YES in /etc/rc.conf.
- Change the mailq entry in /etc/mailer.conf to qmail-qread-client.
===========================================================================