docker-simple-mail-forwarder icon indicating copy to clipboard operation
docker-simple-mail-forwarder copied to clipboard

Simplest and Smallest Email Forward Service based on Docker.

Results 40 docker-simple-mail-forwarder issues
Sort by recently updated
recently updated
newest added

Can we please support the ARC protocol? It will reduce the likelihood that the forwarded email goes into spam. https://support.google.com/a/answer/13198639?sjid=16402237990595946972-NA https://datatracker.ietf.org/doc/rfc8617/

From my understanding, if we override `return-path` for the forwarded email, it would allow the forwarded emails to pass SPF as specified here: https://serverfault.com/a/1099808/364521 (option 4) Is this a reasonable...

I love this tool so much. Can we also have more flexibility for config by forwarding email Example: From [email protected] => forwarding [email protected] From *[email protected] => forwarding [email protected] From *[email protected]...

added ```SMF_CONFIG_FILE``` variable to use a file for config. to add file, be creative, you can use a bind mount, but also a secret. A bit easier to read if...

Hi, I want to use this, but I need a couple of forwards. When I create a couple of forwards the config environment variable will become a long string, so...

Following the tutorial it is impossible to set up DKIM. It works only as long as you let it re-generate it every time, which makes it completely useless, as all...

Hi, I am using Traefik to do tls termination and don't need this app to handle it...is this possible? Can this be made configurable?

Thanks for this interesting project – turns out that its "just" postfix with some nice automation around it. **Like it!** Unfortunately the postfix log output is **not pushed to stdout**...

Device: Raspberry pi 5 OS CasaOS v0.4.13 I installed and setup by info from https://www.wpdiaries.com/mail-forwarder/ Result in postfix.log Nov 30 23:57:30 softwarrior postfix/postfix-script[102]: starting the Postfix mail system Nov 30...