docker-mailserver/.github/ISSUE_TEMPLATE/bug_report.md

87 lines
2.1 KiB
Markdown
Raw Normal View History

2020-05-07 00:55:56 +02:00
---
name: "\U0001F41E Bug report"
about: Create a report about a reproducible bug
title: ''
labels: bug, needs triage
assignees: ''
2020-05-07 00:55:56 +02:00
---
<!--- Provide a general summary of the issue in the Title above -->
2020-05-07 00:55:56 +02:00
<!-- Thanks for the bug report! -->
<!---
## Possible answers to you issue
* ClamAV keeps restarting:
https://github.com/tomav/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
* Creating new domains and accounts
https://github.com/tomav/docker-mailserver/wiki/Configure-Accounts
* Use a relay mail server
https://github.com/tomav/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
2020-05-07 00:55:56 +02:00
* The wiki
https://github.com/tomav/docker-mailserver/wiki
* Open issues
https://github.com/tomav/docker-mailserver/issues
-->
2020-05-07 00:55:56 +02:00
## Context
<!--- Provide a more detailed introduction to the issue itself -->
<!--- How has this issue affected you? What were you trying to accomplish? -->
### *What* is affected by this bug?
### *When* does this occur?
## *How* do we replicate the issue?
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this issue include code to reproduce, if relevant -->
1.
2.
3.
4.
## Actual Behavior
<!--- Tell us what happens instead -->
## Expected behavior (i.e. solution)
<!--- Tell us what should happen -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the issue in -->
* Amount of RAM available:
* Mailserver version used:
* Docker version used:
* Environment settings relevant to the config:
* Any relevant stack traces ("Full trace" preferred):
<!---
Please remember to format code using triple backticks (`) so that it is neatly formatted when the issue is posted.
Spoilers are recommended for readability:
<details>
<summary>Click me to expand </summary>
```sh
echo "hello world"
```
</details>
-->