Commit Graph
13 Commits
Author SHA1 Message Date
turboaaaandGitHub b0fde40d8f Update run.sh
Add trusted networks option
2019-03-17 17:17:51 -04:00
turboaaaandGitHub 132deee541 Update run.sh 2019-02-17 12:50:55 -05:00
turboaaaandGitHub 25f561db6b Convert previous function to using postfix. 2019-02-17 12:50:21 -05:00
turboaaaandGitHub 3196395b4e Update run.sh 2019-01-26 20:50:34 -05:00
turboaaaandGitHub 3949dcefc0 Update run.sh 2019-01-26 17:12:50 -05:00
turboaaaandGitHub 640b29d088 Update run.sh 2019-01-20 00:01:55 -05:00
turboaaaandGitHub 630b283eea Update run.sh
Updated header tag variable. Configured to only set the header tag if variable is set.
2019-01-19 23:58:15 -05:00
turboaaaandGitHub b8e5444956 Update README.md
Updated variable name.
2019-01-19 23:55:18 -05:00
turboaaaandGitHub d3f3316ccf Update run.sh
Formatting.
2019-01-16 13:09:56 -05:00
turboaaaandGitHub 423c51f9a0 Update run.sh 2019-01-16 12:39:55 -05:00
turboaaaandGitHub dff4a29a81 Update README.md 2019-01-16 12:38:15 -05:00
turboaaaandGitHub e7eb0a9d8e Add header tag creation.
This will create a tag in email headers that can be used for filtering by receiving servers. I use this image for relaying through exchange online, and the nature of how I run my containers prevents me from setting static IPs as a filter. With a tag for exchange to look at, I can make sure emails from the relay are not hitting the junk folder.

Without setting the HEADER_TAG variable, the script will create a randomly generated tag and move on. It is not a requirement to make use of this feature.
2019-01-16 12:34:48 -05:00
turboaaaandGitHub 22f46669db Replace add_config_value with native postconf
This project saved me a lot of time. With the basic service running in docker I was able to add TLS and authentication for external clients. I am hoping I can help in some small way.
2019-01-08 18:12:45 -05:00