mailhog / mhsendmail

sendmail for MailHog
MIT License
253 stars 60 forks source link

Consider recompile the release using latest version of GO #26

Open blanxii opened 5 years ago

blanxii commented 5 years ago

The official release (v0.2.0) sendmail binary is compiled with a version of Go <1.8 which means it doesn't respect the resolvconf option options ndots:0 when performing DNS lookups.

https://groups.google.com/forum/#!msg/golang-codereviews/aSIWRSuuwDE/hRvAKeoHAwAJ

It's possible to re-compile it and publish with the latest version please?

jakobbsm commented 4 years ago

I'd like to bump this ticket as sending a email now throws an exception on Mac. It occurred on macOS Catalina (10.15.6), PHP 7.4 and was fixed by recompiling the binary with the latest version.