Closed rmg closed 9 years ago
:+1: thanks greatly for your effort in tracking that down.
I just tested that patch against my production Haraka and it does indeed solve the problem.
:+1: now it also runtastic :100: on docker image.
Thanks Ryan. Can only agree with Matt.
LGTM, can you publish after merge?
Released modern-syslog@1.1.1
I believe this to be the root of #8. The problem isn't specific to FreeBSD, but the fact that Haraka was using
syslog.open()
to specify a log facility by number (syslog.LOG_MAIL
instead of'LOG_MAIL'
).It's a pretty trivial change, so we should be able to publish a patch release shortly.
@sam-github PTAL /cc @Dexus @msimerson
Connect to #8