Matt Simerson
Matt Simerson
Thinking out loud: I may not have completely fixed #2911 yet. If `mx.bind` is set, it's probably necessary in `try_delivery` to check the IP family of the `mx.bind` value and...
Obviously it's a feature I'd like, but the priority has been stuck somewhere below other projects that $pay and time spent away from the keyboard. The choices range between waiting...
Authentication is not allowed unless the connection is secured. This is a design choice for security. Ways to handle this (from worse to better): 1. disable the secure connection check...
You definitely need acl=true to enable the ACL processing, and you need the relay plug-in enabled in `config/plugins`. You should be getting relay messages in your log entries that provide...
Oh, you need to add the IPs of the clients to the no_tls_hosts (double check in tls docs) so Haraka doesn't offer them STARTTLS.
@sam-github, any thoughts on this PR?
I've managed to get the vacation / autoresponder working correctly. The flow of things is: the Roundcube managesieve plugin generates the Sieve config in dovecot. When a matching message arrives...
Haraka's IPv6 has always worked poorly like that, but it rarely showed up because it always tried IPv4 first. When I updated get_mx, I switched that preference to be IPv6...
I don't have time to follow up on this right now, but here's a little snippet we can/should run when starting up Haraka: ```js #!/usr/local/bin/node const os = require('os') let...
Probably, but I'd like for someone (maybe me, eventually) to test it before I merge and release.