Make the required changes for relay support#83
Make the required changes for relay support#83tomav merged 4 commits intodocker-mailserver:masterfrom
Conversation
This way you can set smtp_tls_security_level = encrypt in main.cf and amavis would still work.
|
|
||
| if [ -f /tmp/postfix/main.cf ]; then | ||
| while read line; do | ||
| postconf -e "$line" |
There was a problem hiding this comment.
Could you add an integration test on this, like overriding a default value.
Add a test/main.cf with one override. Do not forget to update make clean task in the Makefile.
|
Thank for this @robertdolca! 👍 |
|
@robertdolca how are you? Did you have time to work on comments above? |
|
Your comment seem justified. I didn't have time to implement the changes yet. |
|
@robertdolca still alive? Could you let us know what's going on. Thank you. |
|
Just a very busy schedule. If you have time and you are wolling to you can make the proposed changes and I will take a look. If not al will make them asap. |
|
If I have time this week end, I'll let you know here before to work on it. |
Now you can configure AWS SES as relay for postfix.