-
-
Notifications
You must be signed in to change notification settings - Fork 61
Introduce support for self-signed chatmail relays #855
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
Changes from 10 commits
1244ced
a20618d
281d926
d393c55
8180c89
28ef816
503d5dd
06980d0
8ddabd9
80000a7
73a4a91
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -75,8 +75,7 @@ jobs: | |
| cmdeploy init staging-ipv4.testrun.org | ||
| sed -i 's#disable_ipv6 = False#disable_ipv6 = True#' chatmail.ini | ||
| sed -i 's/#\s*mtail_address/mtail_address/' chatmail.ini | ||
|
|
||
| - run: cmdeploy run --verbose --skip-dns-check | ||
| cmdeploy run --verbose --skip-dns-check | ||
|
hpk42 marked this conversation as resolved.
|
||
|
|
||
| - name: set DNS entries | ||
| run: | | ||
|
|
@@ -88,7 +87,7 @@ jobs: | |
| ssh root@ns.testrun.org nsd-checkzone staging-ipv4.testrun.org /etc/nsd/staging-ipv4.testrun.org.zone | ||
| ssh root@ns.testrun.org systemctl reload nsd | ||
|
|
||
| - name: cmdeploy test | ||
| - name: cmdeploy test acme | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. At this point
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does not look like it is used in the rest of the code, probably can be just removed. |
||
| run: CHATMAIL_DOMAIN2=ci-chatmail.testrun.org cmdeploy test --slow | ||
|
|
||
| - name: cmdeploy dns | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| version: STSv1 | ||
| mode: enforce | ||
| mx: {{ config.domain_name }} | ||
| mx: {{ config.mail_domain }} | ||
| max_age: 2419200 |
Uh oh!
There was an error while loading. Please reload this page.