Re: Issue running Dovecot in Docker Container

2019-12-30 Thread Aki Tuomi
On 30/12/2019 14:20 Naveen Reddy wrote: Aki, This image doesn't have a director service, just the dovecot is running. This would be because you did not configure it. As the description says, you need to mount /

Re: Issue running Dovecot in Docker Container

2019-12-30 Thread Naveen Reddy
it > without > root. Which is preferable in any container environment. Maybe you > would > like me to document these somewhere? So at some point they can be > applied. > > > -Original Message- > From: Naveen Reddy [mailto: naveenre

Re: Issue running Dovecot in Docker Container

2019-12-30 Thread Aki Tuomi
PS. I would not recommend using internal logging, use something like this to log to the host or remote syslog. docker run -v /dev/log:/dev/log -it dovecot-proxy -----Original Message- Subject: Re: Issue running Dovecot in Docker Container Hi Marc,

Re: Issue running Dovecot in Docker Container

2019-12-30 Thread Naveen Reddy
log:/dev/log -it dovecot-proxy > > > -Original Message- > Subject: Re: Issue running Dovecot in Docker Container > > Hi Marc, > > I can see the processes are running as a root in container environment. > Do you think that still have issues ? > Here is the proc

RE: Issue running Dovecot in Docker Container

2019-12-30 Thread Marc Roos
9 To: Marc Roos Cc: dovecot Subject: Re: Issue running Dovecot in Docker Container I'm not using internal logging. I'm running the docker with the logging to the host. I have used the same options you have specified. The problem is that the below processes are not running inside docker c

Re: Issue running Dovecot in Docker Container

2019-12-30 Thread Naveen Reddy
uld > like me to document these somewhere? So at some point they can be > applied. > > > -Original Message- > From: Naveen Reddy [mailto:naveenredd...@gmail.com] > Sent: 30 December 2019 09:02 > To: Aki Tuomi > Cc: dovecot@dovecot.org > Subject: Re: Issue runnin

RE: Issue running Dovecot in Docker Container

2019-12-30 Thread Marc Roos
e syslog. docker run -v /dev/log:/dev/log -it dovecot-proxy -Original Message- Subject: Re: Issue running Dovecot in Docker Container Hi Marc, I can see the processes are running as a root in container environment. Do you think that still have issues ? Here is the processes running ins

RE: Issue running Dovecot in Docker Container

2019-12-30 Thread Marc Roos
...@gmail.com] Sent: 30 December 2019 09:02 To: Aki Tuomi Cc: dovecot@dovecot.org Subject: Re: Issue running Dovecot in Docker Container Hi, I can see those values correctly with the doveconf -nc command. Here is the part of output: bash-4.2# doveconf -nc /etc/dovecot/director.conf # 2.2.36 (1f10bfa63

Re: Issue running Dovecot in Docker Container

2019-12-30 Thread Naveen Reddy
Hi, I can see those values correctly with the doveconf -nc command. Here is the part of output: bash-4.2# doveconf -nc /etc/dovecot/director.conf # 2.2.36 (1f10bfa63): /etc/dovecot/director.conf # OS: Linux 4.1.12-112.14.11.el7uek.x86_64 x86_64 Red Hat Enterprise Linux Server release 7.7 (Maipo) #

Re: Issue running Dovecot in Docker Container

2019-12-27 Thread Aki Tuomi
Can you check with `doveconf -nc /path/to/director.conf` that the values are actually set correctly? Aki On 27/12/2019 15:34 Naveen Reddy wrote: The conf.d files are not included. I have added  !inclu

Re: Issue running Dovecot in Docker Container

2019-12-27 Thread Naveen Reddy
The conf.d files are not included. I have added !include conf.d/*.conf to director.conf and reloaded the dovecot and director services. conf.d/10-logging also has the following lines: log_path = /dovecot.log info_log_path = $log_path debug_log_path = $log_path The /dovecot.log file still shows e

Re: Issue running Dovecot in Docker Container

2019-12-26 Thread Naveen Reddy
I have tried these in the 10-logging.conf but no luck. There is nothing logged to the file. bash-4.2# ps -ef UIDPID PPID C STIME TTY TIME CMD root 1 0 0 Dec23 ?00:00:00 /bin/bash /bootstrap.sh root 8 1 0 Dec23 ?00:00:00 sleep 36000d root

Re: Issue running Dovecot in Docker Container

2019-12-26 Thread Aki Tuomi
Do you have !include or !try_include in director.conf? The conf.d files are not included otherwise. Aki On 26/12/2019 11:27 Naveen Reddy wrote: I have tried these in the 10-logging.conf but no luck. There is nothing

Re: Issue running Dovecot in Docker Container

2019-12-24 Thread Aki Tuomi
On 24/12/2019 12:33 Naveen Reddy wrote: Hello,  We need help with an issue that we are running into when we are trying to run Dovecot in Docker container.  Also how do we enable deb