haydenwoodhead / burner.kiwi

No bullshit temporary mail service written in Go
https://burner.kiwi
MIT License
216 stars 26 forks source link

How do you setup the DNS when using SMTP? #33

Closed 5u3h closed 2 years ago

5u3h commented 2 years ago

How do you setup the DNS when using SMTP?

Can you provide an example of your DNS configuration?

haydenwoodhead commented 2 years ago

I’m working on better documentation. In the meantime you need a https://en.wikipedia.org/wiki/MX_record pointed to your host.

5u3h commented 2 years ago

Is something wrong with the latest build?

make build-sqlite rm ./burner/static/*.min.css || true minify -o ./burner/static/styles.b5e838db0bd325facd6af140bb89d294.min.css ./burner/static/styles.css Static assets done CGO_ENABLED=1 go build -ldflags "-X github.com/haydenwoodhead/burner.kiwi/burner.version=eec97f7 -X github.com/haydenwoodhead/burner.kiwi/burner.css=styles.b5e838db0bd325facd6af140bb89d294.min.css" -o "./burnerkiwi"

github.com/mattn/go-sqlite3

sqlite3-binding.c: In function ‘sqlite3SelectNew’: sqlite3-binding.c:125322:10: warning: function may return address of local variable [-Wreturn-local-addr] 125322 | return pNew; | ^~~~ sqlite3-binding.c:125282:10: note: declared here 125282 | Select standin; | ^~~ Done

haydenwoodhead commented 2 years ago

Is something wrong with the latest build?

Works fine on my computer. And these aren't errors, they are warnings. Is there a new binary file called burnerkiwi in your directory.

I'd encourage you to read other issues in a github repo and do some googling before creating issues in the future.