-
-
Notifications
You must be signed in to change notification settings - Fork 2k
fix: supervisor-app.conf - Correct the log location for postgrey
#3724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Looks like this should have been like every other service and reference a log file(s) based on program name in the supervisor log directory.
This comment was marked as resolved.
This comment was marked as resolved.
|
Just testing this branch, getting the same error but with rspamd now: Perhaps there's something else at play here? |
|
Ok nevermind... It appears some remaining |
That does seem odd, but glad it's not likely a bug in v13.1 😅 I guess we can merge this as an improvement still. Shall we delay it to v14 then @georglauterbach ? (otherwise feel free to merge) If you'd like to share some information about your environment here, it might help troubleshoot if we get any similar reports. I know I've recently had some issues with WSL2 with Docker (not possible to use host networking mode, at least not with binding ports within WSL distro, whilst bridge networks aren't accessible on the Windows host, only localhost via port publishing...which would require split DNS for my CoreDNS server to return |
|
I think it's best to delay until v14.0.0. |
Description
Looks like this should have been like every other service and reference a log file(s) based on program name in the supervisor log directory.
/var/log/mail/mail.loghas a symlink from/var/log/mail.logcreated in theDockerfile./var/log/mail/mail.logis created at container startup and tailed as part of themailserversupervisord service.This should fix a recently reported failure from running the new
make run-local-instancedev command:NOTE: I haven't verified this yet, just preparing the PR in anticipation that it addresses the issue.
Type of change
Checklist:
CHANGELOG.md