Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: improve the output of new/existing dns records #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YouSysAdmin
Copy link

Hi.
Slightly improved information output about required DNS changes for new/existing DKIM.

New keys:

‣ NOTE  New DKIM keys have been generated! Please make sure to update your DNS records! You need to add the following details:

**************************************************************
Domain: example1.com
Name: default._domainkey
TYPE: TXT
Value:
"v=DKIM1;h=sha256;k=rsa;s=email;p=****QIDAQAB"

**************************************************************

**************************************************************
Domain: example2.org
Name: default._domainkey
TYPE: TXT
Value:
"v=DKIM1;h=sha256;k=rsa;s=email;p=***EmELQIDAQAB"

**************************************************************

Existing keys:

‣ INFO  Key for domain example1.com already exists in /etc/opendkim/keys/example1.com.private. Will not overwrite.
‣ INFO  Check/Update your DNS records:

**************************************************************
Domain: example1.com
Name: default._domainkey
TYPE: TXT
Value:
"v=DKIM1;h=sha256;k=rsa;s=email;p=***QIDAQAB"

**************************************************************
‣ INFO  Key for domain example2.org already exists in /etc/opendkim/keys/example2.org.private. Will not overwrite.
‣ INFO  Check/Update your DNS records:

**************************************************************
Domain: example2.org
Name: default._domainkey
TYPE: TXT
Value:
"v=DKIM1;h=sha256;k=rsa;s=email;p=MIIBIjAN***IDAQAB"

**************************************************************
SS 2024-11-19 at 23 24 21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant