Bonjour à tous
Le déploiement de la nouvelle version s'est déroulée parfaitement, juste que je n'ai pas utilisé Traefik simplement parce que j'ai des services sur l'hôte et que Traefik ne gère le reverse proxy que pour les containers, du coup je fais tourner avec nginx sur la machine hôte. Mais peu être y a t il un autre moyen pour que Traefik gère tous les reverses ?
Quoiqu'il en soit j'ai utilisé xatax/letsencrypt pour créer mes certificats qui sont bien reconnus comme etant trouvé dans le log
# docker logs -f mailserver
[INFO] Let's encrypt live directory found
[INFO] Using /etc/letsencrypt/live/mail.domain.tld folder
[INFO] Creating DKIM keys for domain domain.tld
[INFO] Database hostname found in /etc/hosts
[INFO] Fetchmail forwarding is enabled.
[INFO] Automatic GPG encryption is enabled.
[INFO] ManageSieve protocol is enabled.
[INFO] POP3 protocol is enabled.
Donc tout va bien et maintenant j'ai bien le TLSA reconnu pour smtp
Juste que dans le log j'ai les warnings suivants
mail dovecot: master: Warning: Corrected permissions for login directory /var/run/dovecot/login
2018-04-29T04:31:14.799876+00:00 mail dovecot: master: Warning: Corrected permissions for login directory /var/run/dovecot/token-login
2018-04-29T04:31:14.799954+00:00 mail dovecot: master: Warning: Corrected permissions for empty directory /var/run/dovecot/empty
mail postfix/postfix-script[1012]: warning: not owned by root: /var/spool/postfix/etc
2018-04-29T04:31:14.964508+00:00 mail postfix/postfix-script[1013]: warning: not owned by root: /var/spool/postfix/etc/hosts
2018-04-29T04:31:14.967578+00:00 mail postfix/postfix-script[1014]: warning: not owned by root: /var/spool/postfix/etc/services
2018-04-29T04:31:14.970538+00:00 mail postfix/postfix-script[1015]: warning: not owned by root: /var/spool/postfix/etc/localtime
2018-04-29T04:31:14.973604+00:00 mail postfix/postfix-script[1016]: warning: not owned by root: /var/spool/postfix/etc/resolv.conf
2018-04-29T04:31:14.979923+00:00 mail postfix/postfix-script[1024]: warning: not owned by root: /var/spool/postfix/usr
2018-04-29T04:31:14.983233+00:00 mail postfix/postfix-script[1025]: warning: not owned by root: /var/spool/postfix/usr/lib
2018-04-29T04:31:14.990624+00:00 mail postfix/postfix-script[1026]: warning: not owned by root: /var/spool/postfix/usr/lib/zoneinfo
2018-04-29T04:31:14.993781+00:00 mail postfix/postfix-script[1027]: warning: not owned by root: /var/spool/postfix/usr/lib/sasl2
En tout cas merci encore pour ce super mailserver 😉