GithubHelp home page GithubHelp logo

DKIM about docker-mailserver HOT 3 CLOSED

jeboehm avatar jeboehm commented on July 30, 2024
DKIM

from docker-mailserver.

Comments (3)

aaronchn avatar aaronchn commented on July 30, 2024

Hi @jeboehm,

In my opinion, as one of the core functions of the mail server, the strategy about do the dkim and spf or dmarc ... should achieve the most basic functions in the clearest steps based on the minimum components.

If we need a better experience or more dream story in future, we can call that basic function with a higher level tool at a higher level of perspective.

Let me say it directly that Is it possible to consider to create DKIM keypairs or spf? with simple command line interface?

Please forgive my English level, thank you for your code.

FYI: docker-mailserver/docker-mailserver#975 (comment) .

from docker-mailserver.

jeboehm avatar jeboehm commented on July 30, 2024

Hey @aaronchn
DKIM support is now added to the current master branch. It is completely configurable via the management interface. Feel free to try it out!
I appreciate your feedback. :)

from docker-mailserver.

aaronchn avatar aaronchn commented on July 30, 2024

Hi @jeboehm

To genarate the default DKIM setting for the current domain is a better idea?
With your solution user have to enable Web service If they want to use DKIM feature, this is not they wanted sometimes.

Here is my scrawl that I want to try it in entrypoint.sh or new dkimkeygen.sh with Filter service, but encounter permitted error.

if ! [ -f /media/dkim/dkim_selectors.map ]
then
chown -R rspamd /media/dkim
chmod 777 /media/dkim
touch /media/dkim/dkim_selectors.map
echo "${DOMAIN} ${CURDATE}" > /media/dkim/dkim_selectors.map
rspamadm dkim_keygen -d ${DOMAIN} -s ${CURDATE} -k /media/dkim/${DOMAIN}.${CURDATE}.key > /media/dkim/${DOMAIN}.${CURDATE}.pub
echo "DKIM public key has been generated:"
cat /media/dkim/${DOMAIN}.${CURDATE}.pub
fi

Honestly, I don't have much skill in this area. If my suggestion is valuable, please consider updating your code. If my suggestion is not feasible, if you are willing , Can you try to guide me how to solve this problem?

Thanks!

from docker-mailserver.

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.