mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
Fixed Postfix packages
This commit is contained in:
@@ -115,6 +115,7 @@ usr/sbin/sendmail
|
||||
#usr/share/man/man8/trivial-rewrite.8
|
||||
#usr/share/man/man8/verify.8
|
||||
#usr/share/man/man8/virtual.8
|
||||
var/lib/postfix
|
||||
#var/spool/postfix
|
||||
var/spool/postfix/active
|
||||
var/spool/postfix/bounce
|
||||
|
||||
@@ -89,5 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
rm -vf /etc/postfix/main.cf.default
|
||||
cp -vf $(DIR_CONF)/postfix/* /etc/postfix
|
||||
mv -vf /etc/postfix/aliases /etc/aliases
|
||||
mkdir /var/lib/postfix
|
||||
chown postfix.root /var/lib/postfix
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
@@ -47,7 +47,7 @@ case "$1" in
|
||||
$0 start
|
||||
;;
|
||||
status)
|
||||
statusproc
|
||||
statusproc /usr/lib/postfix/master
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user