-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Demo setup with default settings is unable to produce a working environment on a fresh OS isntallation.
To Reproduce
- Install fresh debian 11 (netinst)
- apt install docker docker-compose git
- git clone ...
- cd kopano-docker
- ./setup.sh (All default options)
- docker-compose up
Expected behavior
Working demo environment. But website is not accessible.
Logs
I assume the culprit is somehow this:
mail_1 | Error: sed -i /^smtpd_recipient_restrictions = / s/, reject_rbl_client zen.spamhaus.org// /etc/postfix/main.cf
mail_1 | [ WARNING ] No DKIM key provided. Check the documentation on how to get your keys.
mail_1 | Nameservers 127.0.0.11
mail_1 | [ FATAL ] TLS Setup [SSL_TYPE=self-signed] | File /tmp/docker-mailserver/ssl/mail.kopano.demo-key.pem or /tmp/docker-mailserver/ssl/mail.kopano.demo-cert.pem does not exist!
mail_1 | [ ERROR ] Shutting down..
mail_1 | 2022-08-20 12:40:37,577 WARN received SIGTERM indicating exit request
kopano_spooler_1 | 2022/08/20 12:40:39 Waiting for tcp://mail:25: dial tcp 172.20.0.4:25: connect: connection refused.
Full logs
Mailserver log
DFS-90
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working