smtprelay
smtprelay copied to clipboard
Simple Golang SMTP relay/proxy server
I don't know if I am doing something wrong, but it seems that reading the configuration from the ini file doesn't work. If I try to run smtprelay with `./smtprelay...
This PR allows to build arm in 32bit
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.23.0. Commits 905d78a go.mod: update golang.org/x dependencies ebb717d ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response 0da2a6a openpgp: fix function name in comment 5defcc1 sha3: fix...
I've added a rate limiter per remote configuration with an optional url parameter. I've also added a Dockerfile to build a container image.
I just set this up for a client. This is the config we ended up going with. - Directory Structure - TLS Config via Let's Encrypt / Caddy - SMTP...
Since this doesn't have docs on godoc, or usage in the README, I'm just adding some here while I figure out how to use this. - Help - Config File...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.26.0. Commits 5bcd010 go.mod: update golang.org/x dependencies 3375612 ssh: add support for unpadded RSA signatures bb80217 ssh: don't use dsa keys in integration tests 6879722...
Does it support different servers and credentials depending on login as postfix do? ```ini sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relayhost_map smtp_sender_dependent_authentication = yes ```