add note about removing the sendmail clientqueue runner from root's crontab

This commit is contained in:
jakob 2001-11-10 23:33:22 +00:00
parent faee40ba8c
commit 1ce5aebaf6

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: postfix-enable,v 1.1 2000/09/25 21:02:34 jakob Exp $
# $OpenBSD: postfix-enable,v 1.2 2001/11/10 23:33:22 jakob Exp $
if [ -f /etc/mailer.conf.postfix ]; then
if [ -f /etc/mailer.conf ]; then
@ -12,6 +12,9 @@ if [ -f /etc/mailer.conf.postfix ]; then
echo ""
echo "NOTE: do not forget to add sendmail_flags=\"-bd -q30m\" to"
echo " /etc/rc.conf.local to startup postfix correctly."
echo ""
echo "NOTE: do not forget to remove the \"sendmail clientmqueue runner\""
echo " from root's crontab."
else
echo "can't find /etc/mailer.conf.postfix, postfix not enabled"
fi