GithubHelp home page GithubHelp logo

Comments (12)

MinisculeGirraffe avatar MinisculeGirraffe commented on May 29, 2024 1

Can confirm. DKIM key is added with the proper selector and the containerized setup doesn't sign DKIM headers. Specific to the dockerized version. DKIM keys have been added via the API.

Will edit later with logs.

from wildduck-dockerized.

yarosdev avatar yarosdev commented on May 29, 2024

Any idea why it doesnt work for image:nodemailer/zonemta-wildduck ?
I have installed on bare server https://github.com/nodemailer/wildduck/tree/master/setup and dkim works well, I have created docker image on rancher and passed config from working bare setup version.

from wildduck-dockerized.

yarosdev avatar yarosdev commented on May 29, 2024

Is it possible to get help from you using $$$?

from wildduck-dockerized.

louis-lau avatar louis-lau commented on May 29, 2024

Any idea why it doesnt work for image:nodemailer/zonemta-wildduck

I'll have to test and check. There's shouldn't be any difference between the normal install and the install in the docker container. I'd have to find some free time in a weekend to check.

Is it possible to get help from you using $$$?

I assume you mean me :)? I'm available for a little freelance work in the weekends. I'd charge about €120 an hour. You can contact me for that on [email protected] if you desire.

from wildduck-dockerized.

yarosdev avatar yarosdev commented on May 29, 2024

I'd have to find some free time in a weekend to check.

It would be great!

I'd charge about €120 an hour.

It is too much for me:)

from wildduck-dockerized.

yarosdev avatar yarosdev commented on May 29, 2024

how is it going?

from wildduck-dockerized.

yarosdev avatar yarosdev commented on May 29, 2024

Any news about this ?

from wildduck-dockerized.

AaronPorts avatar AaronPorts commented on May 29, 2024

The main reason is that there is no configured dkim plugin in zone-mta. I think it will be better to put this procedure inside setup.sh. For now you can do as follows: replace all files from ./config/zone-mta/ to ./config/zone-mta/config folder and create following ./config/zone-mta/config/plugins/dkim.toml file:

["dkim"]
enabled = true 

Find an example of the plugin here, copy it inside ./config/zone-mta/plugins/dkim.js, generate openssl certificates and place them inside ./config/zone-mta/keys (here you can find generation procedure of certs, DKIM_DNS and DKIM_SELECTOR ). Replace DKIM_DOMAIN_NAME, DKIM_SELECTOR and DKIM_KEY in ./config/zone-mta/plugins/dkim.js. Don't forget to add next TXT record for DNS verification DKIM_SELECTOR._domainkey.MAILDOMAIN with DKIM_DNS value and mount volumes in docker zonemta:

    volumes:
      - ./config/zone-mta/config:/app/config
      - ./config/zone-mta/keys:/app/keys
      - ./config/zone-mta/plugins:/app/plugins

from wildduck-dockerized.

louis-lau avatar louis-lau commented on May 29, 2024

@AaronPorts Het wildduck zonemta plugin does the dkim signing with keys from the database. There is no need for a separate dkim plugin.

I still haven't been able to find the time to look into this, sorry

from wildduck-dockerized.

AaronPorts avatar AaronPorts commented on May 29, 2024

@louis-lau Do you mean using http://localhost:8080/dkim api call? I tried it but no luck.

from wildduck-dockerized.

louis-lau avatar louis-lau commented on May 29, 2024

Yep, if you add keys there with the right selector the wildduck zonemta plugin should take care of it.

from wildduck-dockerized.

louis-lau avatar louis-lau commented on May 29, 2024

It looks like I made a mistake in the default zone-mta configuration. A lot of thanks to @taxilian for figuring this out.

This should fix it: b1ba2c6

Either run the setup from scratch, or make the same change to your current config, and let me know if dkim now works for you!

from wildduck-dockerized.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.