Skip to content

Commit

Permalink
debug tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tsengyushiang authored Oct 30, 2024
1 parent a675d6c commit 97b390a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker/mailserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,10 @@ transporter.verify((error) => {
});
```

> Check that received mail is stored in `~/docker/mailserver/data/-/${user}/new`
> Check that received mail is stored in `~/docker/mailserver/data/-/${user}/new`
# Debug

- The mail server log is stored in `~/docker/mailserver/logs/mail.log`
- Check the mail server status with [mxtoolbox](https://mxtoolbox.com/diagnostic.aspx).
- [Temporary mail](https://10minutemail.com/) for receiving testing.

0 comments on commit 97b390a

Please sign in to comment.