X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=mail-setup;h=cfe5575d2090ebfcc120f39575c0aa40e5d8060c;hb=18add5cd24c17a314eb671714ce251c3374f7d60;hp=30c987f457ec1bfb895071300276f2614420b0cf;hpb=72c18f3a6a7f1ed0ca16af654a1f804ab96e1ff9;p=distro-setup diff --git a/mail-setup b/mail-setup index 30c987f..cfe5575 100755 --- a/mail-setup +++ b/mail-setup @@ -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