Add some documentations.

This commit is contained in:
2021-05-02 23:27:53 +02:00
parent d5533ffb7e
commit fd1058d81c
8 changed files with 1867 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# - After upgrade from jessie to strech systemd seems to "ignore" the Postfix startup.
# -
# - Also "systemctl start postfix" does not work.
# -
# - I found out that I simply have to reload systemd with
# - systemctl daemon-reload
# -
# - But after reboot, again no psotfix daemon is running
# -
# - Finally the following simple command fixed this problem
# - systemctl enable postfix@-
# -
# - After rebooting, on some systems postfix starts up fine.