Bernhard Fröhlich
Bernhard Fröhlich
Thanks for the reports, it should be fixed now!
Is there anything blocking this from review and/or merge?
The problem is that you very likely use an old compiler which defaults to C99. String literals were improved a lot in C11 especially for unicode strings so you need...
Thanks for the hint! That rewrite rule did the trick for me: `replace("
I've created a FreeBSD Port for boringtun and included the patch from PR #35 - seems to build fine on FreeBSD 11.2 and 12.0 but I haven't done any runtime...
Don't know if it is an option but cirrus-ci.org has FreeBSD support and is free for open source projects.
nohup and systemd are not a replacement for background mode in some cases. As soon as 2FA is enabled it needs to stay in foreground until the user has entered...
I have a connection where I either get the token via EMail or SMS so 2FA is definitely working - I use it all the time.
And why would we need that? ARM 32bit is a legacy platform about as exotic as i386, mips, etc. and I don't plan to provide binaries for each and every...
Thanks for the PR! Ratelimiting is definitely a case where smtprelay is not the right tool anymore. One of the main concepts is to be as transparent as possible so...