Matt Simerson
Matt Simerson
Thanks @Floris497, your patch worked on my 2014 Mac Mini with 10.10.1
duplicate of #92
duplicate of #92
This "preMajor" feature is a POLA violation and should be fixed. From your README: > How It Works: > > Follow the [Conventional Commits Specification](https://conventionalcommits.org/) in your repository. From [Conventional...
I think `chown` after creation is the proper solution. It's quite possible that the user Haraka runs as won't have the permissions needed to create or chown the queue dir.
in the smtp_forward config file, did you set `enable_outbound=true`? If you don't, then mails get delivered by Haraka outbound.
> The smtp_forward plugin is for host_list inbound mail only Almost, yes. It's for any mail determined to be "inbound," whether via host_list or another plugin. > Documentation needs improvement....
I just perused through the code in smtp_proxy, and then smtp_client, and host_pool, and I don't see any DNS resolution functions in there. Which to my mind means that hostnames...
Yes, we should support that.
> Is anyone working on this? Nobody that has spoken up. > If not, what is a possible time frame to a PR merged if I tackle this? Clean PRs...