fix files forgotten during snapshot->stable sync
This commit is contained in:
parent
7c278f6f66
commit
7d30594db3
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: postfix-enable,v 1.5 2006/02/07 19:48:53 brad Exp $
|
||||
# $OpenBSD: postfix-enable,v 1.6 2006/07/17 09:15:54 jakob Exp $
|
||||
|
||||
if [ -f /etc/mailer.conf.postfix ]; then
|
||||
if [ -f /etc/mailer.conf ]; then
|
||||
@ -13,6 +13,9 @@ if [ -f /etc/mailer.conf.postfix ]; then
|
||||
echo "NOTE: do not forget to add sendmail_flags=\"-bd\" to"
|
||||
echo " /etc/rc.conf.local to startup postfix correctly."
|
||||
echo ""
|
||||
echo "NOTE: do not forget to add \"-a /var/spool/postfix/dev/log\" to"
|
||||
echo " syslogd_flags in /etc/rc.conf.local and restart syslogd."
|
||||
echo ""
|
||||
echo "NOTE: do not forget to remove the \"sendmail clientmqueue runner\""
|
||||
echo " from root's crontab."
|
||||
else
|
||||
|
@ -1,11 +1,12 @@
|
||||
Postfix attempts to be fast, easy to administer, and secure, while at the
|
||||
same time being sendmail compatible enough to not upset existing users.
|
||||
Thus, the outside has a sendmail-ish flavor, but the inside is completely
|
||||
Postfix attempts to be fast, easy to administer, and secure, while at the
|
||||
same time being sendmail compatible enough to not upset existing users.
|
||||
Thus, the outside has a sendmail-ish flavor, but the inside is completely
|
||||
different.
|
||||
|
||||
Extra features always included:
|
||||
|
||||
- table lookups using PCRE (Perl-Compatible Regular Expression)
|
||||
- authenticated SMTP using Dovecot SASL
|
||||
|
||||
Optional features included using flavors:
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: INSTALL,v 1.14 2005/02/21 00:42:22 brad Exp $
|
||||
# $OpenBSD: INSTALL,v 1.15 2006/07/17 09:15:54 jakob Exp $
|
||||
#
|
||||
# Pre/post-installation setup of postfix
|
||||
|
||||
@ -86,16 +86,6 @@ do_configs()
|
||||
fi
|
||||
|
||||
$PINSTALL set-permissions create-missing
|
||||
|
||||
grep syslogd_flags /etc/rc.conf{,.local} 2>/dev/null | grep -q postfix
|
||||
if [ $? -eq 1 ]; then
|
||||
echo ""
|
||||
echo "+---------------"
|
||||
echo "| Don't forget to add \"-a /var/spool/postfix/dev/log\" to syslogd_flags"
|
||||
echo "| in /etc/rc.conf.local (or /etc/rc.conf) and restart syslogd."
|
||||
echo "+---------------"
|
||||
echo ""
|
||||
fi
|
||||
}
|
||||
|
||||
# Function: tell the user what s/he needs to do to use the port just installed
|
||||
|
Loading…
Reference in New Issue
Block a user