Ask Bjørn Hansen
Ask Bjørn Hansen
Uh, not sure what's expected here. Bad bot?
[update] The following example works, for a new playground link. ``` package main import ( "os" "github.com/cristalhq/aconfig" "github.com/spf13/cobra" ) type MyConfig struct { User string `usage:"user of the app" default:"john"`...
I didn't make a PR because the thing I posted compiles and works, but outside the example it doesn't work super great having the configuration data and the command line...
@cristaloleg I might be missing something, but with the cobra integration the configuration gets loaded into the aconfig "system", but the parameters get loaded into the cobra parameter system. For...
FreeSwitch supports ZRTP, for what it's worth. Here's a general description for anyone wondering how it works: http://en.wikipedia.org/wiki/ZRTP
I suspect you'd get pretty far by adding tests to `t/addresses.t` and then working in `Qpsmtpd::Address`. Everything else should be using that abstraction.
I vaguely recall that the RFC specifies some relationship between the mail from address and the AUTH address (loginas in the code). Implementing that correctly might take some care (or...
oh, wait -- there's a `Content-Encoding` header (but all the same, curl doesn't seem to recognize that the content is compressed)
The image also has to not chown and su-exec (as mentioned in the original comment).