diff --git a/mail/postfix/stable/files/postfix-enable b/mail/postfix/stable/files/postfix-enable index e71bfc1f3d9..7cb66b0158d 100644 --- a/mail/postfix/stable/files/postfix-enable +++ b/mail/postfix/stable/files/postfix-enable @@ -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