Displaying 20 results from an estimated 1000 matches similar to: "dovecot/log not running"
2019 Aug 23
2
non-terminating processes
FreeBSD psg.com 11.3-RELEASE-p3 FreeBSD 11.3-RELEASE-p3
dovecot 2.3.6 (7eab80676) (latest from binary package system)
symptom: multiple imap4s users complain that they can not fetch mail
stopping and restarting dovecot is a temporary workaround
dovenull 3713 0.0 0.0 11036 6816 - I 02:27 0:00.17 dovecot/imap-login
user19 3714 0.0 0.0 9464 4756 - S 02:27
2020 Jan 09
2
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
As a workaround for the titular issue, I have tried enabling the
"imap-hibernate" service on a couple of servers to reduce the number of
running imap processes.
Since ~50-60% of clients are in IDLE at any one time, this allows us to
reduce the number of running imap processes to less than half of what it
was.
After this I have yet to see the "net_connect_unix(imap)
2020 Jan 09
1
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
Yes, I realize this. That is why we are introducing the directors to the
cluster. We are also working on doing Dovecot LDA/LMTP delivery, to
improve Dovecot's ability to react to new messages. Currently we are
dropping email directly into the Maildir through other facilities, which
works -fine-.
I realize however that IDLE is most likely not working properly with
2019 Nov 11
2
Login/director not created
But if in the configuration of the director is stated login/director.
Than I assume this socket should be in the login dir not? You have also
the director activate with executable = imap-login director?
-----Original Message-----
Subject: Re: Login/director not created
On my install the login/ dir is:
drwxr-x--- 2 root dovenull 8 Nov 10 18:14:00 login/
srw-rw-rw- 1 root
2015 Aug 26
5
IMAP hibernate feature committed
* Timo Sirainen <tss at iki.fi> 2015.08.25 22:21:
> There's no good default setting here. It depends on your userdb settings and/or mail_uid setting. So for example if your imap processes are running as vmail user, you should set service imap-hibernate { unix_listener imap-hibernate { user = vmail } }. Then again if you are using system users (or otherwise multiple UIDs) it gets more
2019 Mar 08
3
imap-hibernate not working
Hi,
I follow different setup instructions and I can't make imap-hibernate work. I've tried vmail and dovecot as users, tried to set mode to 0666, without success. I'm using FreeBSD 11.2.
Is imap-hibernate compatible with FreeBSD 11.2?
My operational system:
# uname -v
FreeBSD 11.2-RELEASE-p9 #0: Tue Feb 5 15:30:36 UTC 2019 root at
2018 Oct 19
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
Hello!
I tried to use imap-hibernate.
But errors in maillog:
Oct 19 05:14:24 server dovecot:
imap(email at example.com)<67125><Lu7ndYt4n8aASO/q>: Error: kevent(-1) for
notify remove failed: Bad file descriptor
Oct 19 05:14:24 server dovecot:
imap(email at example.com)<67125><Lu7ndYt4n8aASO/q>: Error: close(-1) for
notify remove failed: Bad file descriptor
Oct 19
2011 Jan 12
2
Problem after migration dovecot 1.2 -> dovecot 2.0
I have migrated from dovecot 1.2 to dovecot 2.0. When I connect via
telnet to 110 port of the dovecot server the client hangs:
telnet 192.168.4.80 110
Trying 192.168.4.80...
/Connected to 192.168.4.80.
Escape character is '^]'./
In syslog I got the following error:
/Jan 12 12:14:44 buzon dovecot: imap-login: Error: auth: connect(login)
in directory / failed: Permission denied
2019 Nov 22
1
chown(/var/dovecot/login/ipc-proxy
Can we remove/change this in the source? So we do not have to add the
CAP_CHOWN with containers.
chown(/var/dovecot/login/ipc-proxy)
When run as root this has user dovenull, maybe this can be resolved by
using a group dovenull?
bash-5.0# ls -arlt
total 4
srw-rw-rw- 1 root root 0 Nov 21 22:27 pop3
srw-rw-rw- 1 root root 0 Nov 21 22:27 login
srw-------
2010 Aug 15
4
Upgrade to 2.0 - Not so smooth
Starting Dovecot Imap: Fatal: service(pop3-login) User doesn't exist:
dovenull
Just some real time feedback. I don't know what dovenull user is or why
it is necessary.
2016 Oct 11
2
Problems with GSSAPI and LDAP
On 2016-10-11 10:00, Aki Tuomi wrote:
> On 11.10.2016 10:43, Juha Koho wrote:
>>
>> On 2016-10-11 09:18, Aki Tuomi wrote:
>>> On 11.10.2016 10:13, Juha Koho wrote:
>>>> Hello,
>>>>
>>>> I have a Dovecot 2.2.25 set up with OpenLDAP back end. I was trying
>>>> to
>>>> set up a GSSAPI Kerberos authentication with
2018 Oct 19
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
Yes,
After I changed mode and user/group
Oct 18 19:17:50 server dovecot:
imap(email at example.com)<57613><VVXuZ4N4avOASO/q>: Error: kevent(-1) for
notify remove fail
ed: Bad file descriptor
Oct 18 19:17:50 server dovecot:
imap(email at example.com)<57613><VVXuZ4N4avOASO/q>: Error: close(-1) for
notify remove failed: Bad file descriptor
Oct 18 19:17:50 server dovecot:
2018 Oct 23
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
I tested with FreeBSD 11 and it worked just fine... did you follow https://wiki.dovecot.org/IMAPServer/Hibernation this to set it up?
Aki
> On 23 October 2018 at 10:15 Alex <alex at jili.ga> wrote:
>
>
> Aki, is it configuration error or dovecot bug ?
> Can I use imap-hibernate on FreeBSD ?
>
>
>
> Alex ????? 2018-10-19 10:31:
> > Yes,
> >
>
2016 Oct 11
2
Problems with GSSAPI and LDAP
On 2016-10-11 11:03, Aki Tuomi wrote:
> On 11.10.2016 11:56, Juha Koho wrote:
>>
>> On 2016-10-11 10:00, Aki Tuomi wrote:
>>> On 11.10.2016 10:43, Juha Koho wrote:
>>>>
>>>> On 2016-10-11 09:18, Aki Tuomi wrote:
>>>>> On 11.10.2016 10:13, Juha Koho wrote:
>>>>>> Hello,
>>>>>>
2013 Jun 12
1
Permission denied / missing +r perm
I have postfix configured to deliver mail to dovecot over lmtp into a mailbox that then is accessed over imap. The imap server is running as the user "mail". Whenever I run "postfix flush" I get in mail.log:
> Jun 12 05:37:45 li212-205 dovecot: lmtp(21288): Connect from local
> Jun 12 05:37:45 li212-205 spamd[18173]: prefork: child states: II
> Jun 12 05:37:45
2020 Jun 18
1
Sieve-scripts won't replicate
Hi,
I am trying to use dovecot replication for a two-way sync. And whatever
I do, sieve-scripts won?t replicate. Mails replicate near
instantaneous. When I disable the sieve-script in roundcube, the other
server will create in the home of the user on the other side a folder
sieve/tmp but enabling won?t create the roundcube.sieve and the
symlink .dovecot.sieve -> sieve/roundcube.sieve
The
2018 Oct 24
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
Nothing, the same error
Oct 24 10:11:16 server dovecot:
imap(email at example.com)<82402><Nhu9MPR4KuaASO/q>: Error: kevent(-1) for
notify remove failed: Bad file descriptor
Oct 24 10:11:16 server dovecot:
imap(email at example.com)<82402><Nhu9MPR4KuaASO/q>: Error: close(-1) for
notify remove failed: Bad file descriptor
Oct 24 10:11:16 server dovecot: imap-hibernate:
2015 Jul 10
1
Error while executing dovecot
Hello All,
I am trying to execute dovecot by below command
/opt/app/dovecot/latest/sbin/dovecot -c /opt/app/dovecot/latest/etc/dovecot/dovecot.conf
I am getting below error
doveconf: Fatal: Error in configuration file /opt/app/dovecot/latest/etc/dovecot/dovecot.conf: default_login_user doesn't exist: dovenull
please guide me to resolve this.
Thanks and Regards,
Sachin
2016 Oct 11
2
Problems with GSSAPI and LDAP
On 2016-10-11 09:18, Aki Tuomi wrote:
> On 11.10.2016 10:13, Juha Koho wrote:
>> Hello,
>>
>> I have a Dovecot 2.2.25 set up with OpenLDAP back end. I was trying to
>> set up a GSSAPI Kerberos authentication with the LDAP server but with
>> little success. Seems no matter what I try I end up with the following
>> error message:
>>
>> dovecot:
2014 May 05
2
Broken IMAPS Connects Create Lingering imap-login Processes
Hello everyone,
we are running a central server (CentOS 6.5, dovecot-2.0.9-7.el6 with a
small patch to disable the IMAP CREATE command, and
openssl-1.0.1e-16.el6_5.7) and distribute standard client software to
customer( site)s.
The clients do IMAPS connects in regular intervals (no IDLE, no
lingering logins) and authenticate with certs issued by a dedicated PKI
("auth_ssl_username_from_cert