various fixes, a few new features
[distro-setup] / mail-setup
index 30c987f457ec1bfb895071300276f2614420b0cf..cfe5575d2090ebfcc120f39575c0aa40e5d8060c 100755 (executable)
@@ -3,6 +3,13 @@
 # Copyright (C) 2019 Ian Kelling
 # SPDX-License-Identifier: AGPL-3.0-or-later
 
+# Things I tend to forget. on MAIL_HOST, daemon runs with /etc/exim4/my.conf,
+# which gets generated from update-exim4.conf -d /etc/myexim4
+# which has log path
+# log_file_path = /var/log/exim4/my%s
+#
+# so, normal mainlog is non-daemon, which delivers to the daemon.
+
 
 # shellcheck disable=SC2254 # makes for a lot of unneeded quotes