chown vmail in dovecot; use journalctl driver
This commit is contained in:
parent
6c0aaada4e
commit
941f5266a0
|
@ -21,6 +21,8 @@ services:
|
|||
depends_on:
|
||||
- postgrey
|
||||
- dovecot
|
||||
logging:
|
||||
driver: journald
|
||||
|
||||
postgrey:
|
||||
build: postgrey
|
||||
|
@ -43,6 +45,8 @@ services:
|
|||
auth:
|
||||
ports:
|
||||
- "143:143"
|
||||
logging:
|
||||
driver: journald
|
||||
|
||||
rainloop:
|
||||
image: runningman84/rainloop
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/ash
|
||||
chown vmail:vmail /var/vmail
|
||||
|
||||
cat >> /etc/dovecot/dovecot-ldap.conf.ext << DOVECOTLDAP
|
||||
hosts = $LDAP_SERVER
|
||||
|
|
Reference in a new issue