Flashmob
Flashmob
Thanks for the env, also running Go 1.10. Just tested the package by using the same setup that you have in your code, but couldn't find any problem with connecting....
From the screenshot, it looks like your client that you're using for testing is injecting some weird bytes. See the DEBU[0016] message, there's been some funny bytes stuffed before the...
Oh. It sounds like a firewall issue - the go-guerrilla package uses standard Go library for networking so 0.0.0.0 should work. Will investigate soon to see if the issue can...
Please note that sometimes ISPs can filter connections from your host to the vps port 25. So even though your vps is not behind a firewall, you may be in...
More discussion here, including one solution, "Issue resolved by changing listen interface to 0.0.0.0 instead of 127.0.0.1 earlier." https://github.com/flashmob/go-guerrilla/issues/123
got some sample input? On Tue, 16 Feb 2021 at 03:18, int01 wrote: > Hi, > > In some cases , the "pos" value in RFC5322 class (mail/rfc5321/address.go) > becomes...
Hi, thanks for your interest in contributing. Is there an RFC or official spec that this PR is implementing?
not to self: zap way log file re-opening https://github.com/uber-go/zap/issues/797
Thanks, glad you like it. So far, all the logging stuff has been contained to its own internal log package which is the only place that imports logrus, so if...