Conversation
Contributor
Author
|
Hmm, tests are working locally... |
tomav
commented
May 21, 2017
| assert_failure | ||
| run docker exec mail grep -i '(!)connect' /var/log/mail/mail.log | ||
| assert_failure | ||
| run docker exec mail grep -i 'backwards-compatible default setting chroot=y' /var/log/mail/mail.log |
Contributor
Author
There was a problem hiding this comment.
Checking that master.cf is fixed.
tomav
commented
May 21, 2017
| assert_failure | ||
| run docker exec mail grep -i 'backwards-compatible default setting chroot=y' /var/log/mail/mail.log | ||
| assert_failure | ||
| run docker exec mail grep -i 'connect to 127.0.0.1:10023: Connection refused' /var/log/mail/mail.log |
Contributor
Author
There was a problem hiding this comment.
Checking that postgrey is running
tomav
commented
May 21, 2017
| notify 'inf' "'config/docker-mailserver/postfix-accounts.cf' is not provided. No mail account created." | ||
| fi | ||
|
|
||
| if [[ ! $(grep '@' /tmp/docker-mailserver/postfix-accounts.cf | grep '|') ]]; then |
Contributor
Author
There was a problem hiding this comment.
Check that there's at least 1 user account, except when using LDAP.
tomav
commented
May 21, 2017
| fi | ||
| done | ||
|
|
||
| notify 'inf' 'Fixing /var/mail-state/* permissions' |
Contributor
Author
There was a problem hiding this comment.
Fixing permissions in state dir.
This was referenced May 21, 2017
Closed
RichardFevrier
pushed a commit
to RichardFevrier/docker-mailserver
that referenced
this pull request
Aug 26, 2019
…docker-mailserver#586 (docker-mailserver#612) * Fixes most of 2.3 issues reported in docker-mailserver#545 & 586
This was referenced Jan 27, 2023
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should fix most of 2.3 issues reported in #545 & #586