docker-simple-mail-forwarder
docker-simple-mail-forwarder copied to clipboard
DKIM
It would be great to have DKIM support; getting messages signed is a requirement for most outgoing mail nowadays.
Thanks for the suggestion.
I have no enough DKIM knowledge, could you provide more details about it? So we can study on it and see if there's someone is familiar with that.
More generic information at http://www.dkim.org/.
A common implementation used in combination with Postfix is OpenDKIM. It is configured as a Postfix Milter. Will look into it when I have time.
I have added SRS/DKIM Updated alpine/postfix version https://github.com/xriser/docker-simple-mail-forwarder
There are some issues with passing tests with startls, but in general, it is working for me.
@xriser Hi, I believe you can find the solution from my PR at https://github.com/huan/docker-simple-mail-forwarder/pull/77/files#diff-3604839b35cb2b96128d4968e5bb0e1cR134
Recently I have upgraded SMF alpine base image, and I found that the timeout
command has some breaking changes. (related: https://github.com/vishnubob/wait-for-it/pull/68)
I think that this can be closed after #89.
@dgraziotin Thank you very much for implementing this feature for the community!
@SamMousa Please help us to close this issue after you confirm that the DKIM works for you with the latest version of SMF. Thank you very much!