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

Add maildomain to adddomain.sh #329

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

xarraxyl
Copy link

This prints correctly the SPF and MX records.

Two Parameters: The script now accepts two arguments:

    $1: The new domain you are adding.
    $2: The existing mail service domain.

Variable Assignment:

- new_domain="$1" assigns the first parameter to the new domain being added.
- mail_service_domain="$2" assigns the second parameter to the existing mail service domain.
- maildomain="$subdom.$mail_service_domain" constructs the mail domain using the existing mail service domain.

Error Checking:

- The script now checks that both parameters are provided before proceeding, ensuring the script is called correctly.

DKIM, DMARC, SPF, and MX Records:

- The DNS records generated now correctly reflect the new domain and the existing mail service domain.
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