mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
adjusting links & misc
This commit is contained in:
parent
dba291dc43
commit
221d4ce187
10 changed files with 30 additions and 27 deletions
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -2,7 +2,7 @@
|
|||
name: "\U0001F41E Bug report"
|
||||
about: Create a report about a reproducible bug
|
||||
title: "[BUG]"
|
||||
labels: area/bug, meta/needs triage, priority/medium
|
||||
labels: kind/bug, meta/needs triage, priority/medium
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
|
@ -13,21 +13,21 @@ Possible answers to your issue
|
|||
https://github.com/docker-mailserver/docker-mailserver#requirements
|
||||
|
||||
* Email seen as spam:
|
||||
https://github.com/tomav/docker-mailserver/wiki/Configure-SPF
|
||||
https://github.com/tomav/docker-mailserver/wiki/Configure-DKIM
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki/Configure-SPF
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki/Configure-DKIM
|
||||
|
||||
* Creating new domains and accounts
|
||||
https://github.com/tomav/docker-mailserver/wiki/Configure-Accounts
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki/Configure-Accounts
|
||||
|
||||
* Use a relay mail server
|
||||
https://github.com/tomav/docker-mailserver/wiki/Configure-AWS-SES
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki/Configure-AWS-SES
|
||||
The variable name can be used for other email servers.
|
||||
|
||||
* FAQ and tips
|
||||
https://github.com/tomav/docker-mailserver/wiki/FAQ-and-Tips
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki/FAQ-and-Tips
|
||||
|
||||
* The wiki
|
||||
https://github.com/tomav/docker-mailserver/wiki
|
||||
https://github.com/docker-mailserver/docker-mailserver/wiki
|
||||
|
||||
* Open issues
|
||||
https://github.com/docker-mailserver/docker-mailserver/issues
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -2,7 +2,7 @@
|
|||
name: "\U0001F389 Feature request"
|
||||
about: Suggest an idea for this project
|
||||
title: '[FR]'
|
||||
labels: area/enhancement, kind/feature request, meta/needs triage, priority/low
|
||||
labels: area/enhancement, kind/feature (request), meta/needs triage, priority/low
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
6
.github/workflows/close_stale_issues.yml
vendored
6
.github/workflows/close_stale_issues.yml
vendored
|
@ -12,10 +12,10 @@ jobs:
|
|||
uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 1 # TODO just for testing purposes, otherwise (20)
|
||||
days-before-close: 1 # TODO just for testing purposes, otherwise (10)
|
||||
days-before-stale: 20
|
||||
days-before-close: 10
|
||||
stale-issue-label: "meta/stale"
|
||||
close-issue-label: "meta/frozen due to age or inactivity"
|
||||
close-issue-label: "meta/closed due to age or inactivity"
|
||||
stale-issue-message: >
|
||||
This issue has become stale because it has been open for 20 days without
|
||||
activity. Remove the label and comment or this issue will be closed in 10 days.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue