You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
Remove accidentally reintroduced rsyslogd config
This commit is contained in:
@@ -53,8 +53,6 @@ if "RELAYUSER" in os.environ:
|
|||||||
convert("/conf/sasl_passwd", path)
|
convert("/conf/sasl_passwd", path)
|
||||||
os.system("postmap {}".format(path))
|
os.system("postmap {}".format(path))
|
||||||
|
|
||||||
convert("/conf/rsyslog.conf", "/etc/rsyslog.conf")
|
|
||||||
|
|
||||||
# Run Podop and Postfix
|
# Run Podop and Postfix
|
||||||
multiprocessing.Process(target=start_podop).start()
|
multiprocessing.Process(target=start_podop).start()
|
||||||
os.system("/usr/libexec/postfix/post-install meta_directory=/etc/postfix create-missing")
|
os.system("/usr/libexec/postfix/post-install meta_directory=/etc/postfix create-missing")
|
||||||
|
|||||||
Reference in New Issue
Block a user