<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   <br>
  </div>
  <blockquote type="cite">
   <div>
    On 24/12/2019 12:33 Naveen Reddy <naveenreddy99@gmail.com> wrote:
   </div>
   <div>
    <br>
   </div>
   <div>
    <br>
   </div>
   <div dir="ltr">
    <div>
     Hello, 
    </div>
    <div>
     <br>
    </div>
    <div>
     We need help with an issue that we are running into when we are trying to run Dovecot in Docker container. 
    </div>
    <div>
     Also how do we enable debugging for dovecot. Logs doesn't show any info about the issue.
    </div>
    <div>
     <br>
    </div>
    <div>
     Below processes are not running when a Director service is started:
    </div>
    <div>
     <br>
    </div>
    <div>
     <pre style="margin-top: 0px; margin-bottom: 0px; padding: 0px; max-height: 30em; overflow: auto; white-space: pre-wrap; color: #172b4d; font-size: 12px; background-color: #f4f5f7; outline: none;" class="gmail-code-java">dovecot-Dovecot/auth
dovecot-Dovecot/ssl-params
dovecot-Director/lmtp
dovecot-Director/ssl-params
dovecot-Director/imap-login director</pre>
    </div>
    <div>
     <br>
    </div>
    <div>
     Here is the version that I'm running and including the dovecot -n output below:
    </div>
    <div>
     <br>
    </div>
    <div>
     <span style="font-family: monospace;">bash-4.2# dovecot --version<br>2.2.36</span>
     <br>
    </div>
    <div>
     <br>
    </div>
    <div>
     <span style="font-family: monospace;">bash-4.2# dovecot -n<br># 2.2.36 (xxxxx): /etc/dovecot/dovecot.conf<br># OS: Linux 4.1.12-112.14.11.el7uek.x86_64 x86_64 Red Hat Enterprise Linux Server release 7.7 (Maipo)<br># Hostname: XXXXXXX<br>auth_debug = yes<br>auth_default_realm = xxxxxxxxxxxx<br>auth_verbose = yes<br>disable_plaintext_auth = no<br>dotlock_use_excl = no<br>hostname = xxxxxxxxxxxxxxxx<br>instance_name = Dovecot<br>login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c home=% domain=%d<br>mail_debug = yes<br>mail_fsync = always<br>mail_gid = imapd<br>mail_home = /xxxxxxxxxxx/%d/%n<br>mail_location = dbox:~/<br>mail_uid = imapd<br>mmap_disable = yes<br>passdb {<br>  args = /etc/dovecot/lookups/ldap-pass.conf<br>  driver = ldap<br>}<br>passdb {<br>  args = /etc/dovecot/lookups/xxxx.conf<br>  driver = ldap<br>}<br>plugin {<br>  stats_refresh = 30 secs<br>  stats_track_cmds = yes<br>}<br>protocols = imap lmtp<br>service auth {<br>  client_limit = 4096<br>  unix_listener auth-userdb {<br>    mode = 0777<br>  }<br>}<br>service imap-login {<br>  chroot = login<br>  client_limit = 0<br>  drop_priv_before_exec = no<br>  executable = imap-login<br>  extra_groups =<br>  group =<br>  idle_kill = 0<br>  inet_listener imap {<br>    address =<br>    port = 1144<br>    ssl = no<br>  }<br>  inet_listener imaps {<br>    address =<br>    port = 994<br>    ssl = yes<br>  }<br>  privileged_group =<br>  process_limit = 0<br>  process_min_avail = 0<br>  protocol = imap<br>  service_count = 50<br>  type = login<br>  user = $default_login_user<br>  vsz_limit = 18446744073709551615 B<br>}<br>service imap {<br>  service_count = 50<br>}<br>service lmtp {<br>  executable = lmtp -L<br>  inet_listener lmtp {<br>    address =<br>    port = 10025<br>  }<br>}<br>service stats {<br>  fifo_listener stats-mail {<br>    mode = 0600<br>    user = imapd<br>  }<br>}<br>ssl_cert = </xxxxxxx/cert/dovecot.pem<br>ssl_cipher_list = XXXXXX<br>ssl_key =  # hidden, use -P to show it<br>ssl_protocols = XXXXX<br>userdb {<br>  args = /etc/dovecot/lookups/ldap-user.conf<br>  driver = ldap<br>}<br>userdb {<br>  args = /etc/dovecot/lookups/xxxxxxx.conf<br>  driver = ldap<br>}</span>
     <br>
    </div>
    <br clear="all">
    <div>
     <div data-smartmail="gmail_signature" class="gmail_signature" dir="ltr">
      Thanks & Regards,
      <br>Naveen 
      <br>
     </div>
    </div>
   </div>
  </blockquote>
  <div>
   <br>
  </div>
  <div>
   Try setting
  </div>
  <div>
   <br>
  </div>
  <div>
   log_path=/dovecot.log
  </div>
  <div>
   info_log_path=$log_path
  </div>
  <div>
   debug_log_path=$log_path
  </div>
  <div class="io-ox-signature">
   <pre>---
Aki Tuomi</pre>
  </div> 
 </body>
</html>