forked from mauro/ansible-role-dovecot
log a stdout, uris ldap, puerto auth
This commit is contained in:
@@ -92,9 +92,9 @@ service auth {
|
||||
#group =
|
||||
}
|
||||
|
||||
# inet_listener {
|
||||
# port = 12345
|
||||
# }
|
||||
inet_listener {
|
||||
port = 12345
|
||||
}
|
||||
|
||||
# Auth process is run as this user.
|
||||
#user = $default_internal_user
|
||||
|
||||
@@ -31,6 +31,8 @@ ADD 10-mail.conf \
|
||||
auth-master.conf.ext \
|
||||
/etc/dovecot/conf.d/
|
||||
|
||||
ADD local.conf /etc/dovecot/
|
||||
|
||||
ADD junk-filter.sieve /etc/dovecot/sieve/before/
|
||||
RUN sievec /etc/dovecot/sieve/before && sievec /etc/dovecot/sieve/after
|
||||
|
||||
|
||||
1
files/local.conf
Normal file
1
files/local.conf
Normal file
@@ -0,0 +1 @@
|
||||
log_path = /dev/stdout
|
||||
Reference in New Issue
Block a user