mirror of
https://github.com/modoboa/modoboa-postfix-autoreply.git
synced 2026-04-25 16:45:59 +03:00
[GH-ISSUE #43] Hardcoded /dev/log SysLogHandler address breaks on newer versions of FreeBSD #23
Labels
No labels
bug
bug
enhancement
enhancement
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-postfix-autoreply-modoboa#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mundschenk-at on GitHub (Apr 10, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/43
At least on FreeBSD 11, the location for the syslog socket is
/var/run/log, not/dev/log. Currently, this is hardcoded inautoreply.py. It should either be autodetected or made configurable viasettings.py.