Displaying 20 results from an estimated 206 matches for "net_connect_unix".
2019 Jan 06
2
IMAP preauth and stats-writer
...gt;> It prevented /usr/local/libexec/dovecot/imap attempting to
>> connect to a central stats service.
>>
>> As of an upgrade today (2.3.2.1_1 -> 2.3.4_3 on FreeBSD) it looks like
>> that 'fix' stopped working, and I get:
>>
>> imap(mark,)Error: net_connect_unix() failed: Permission denied
>>
>> It goes to stderr, which breaks Alpine.
>>
>> "()" is actually the filename. It seems that the empty string is no longer
>> an indication to disable it. Here it is with the default configuration:
>>
>> imap(mar...
2019 Jan 06
3
IMAP preauth and stats-writer
..., setting
>>>
>>> stats_writer_socket_path =
>>>
>>> will overwrite the default value and dovecot does not attempt to
>>> open a socket in that case.
>>>
>>> Using your configuration (though not FreeBSD) I don't get the
>>> net_connect_unix error whether I use a blank setting or leave the
>>> default. In the case of leaving the default I do get an additional
>>> process (dovecot/stats). No errors on connecting to the imap service
>>> or by running preauth (with the dovecot daemon already running).
>>&g...
2019 Jan 05
2
IMAP preauth and stats-writer
...had to put in a workaround:
stats_writer_socket_path =
It prevented /usr/local/libexec/dovecot/imap attempting to
connect to a central stats service.
As of an upgrade today (2.3.2.1_1 -> 2.3.4_3 on FreeBSD) it looks like
that 'fix' stopped working, and I get:
imap(mark,)Error: net_connect_unix() failed: Permission denied
It goes to stderr, which breaks Alpine.
"()" is actually the filename. It seems that the empty string is no longer
an indication to disable it. Here it is with the default configuration:
imap(mark,)Error: net_connect_unix(/var/run/dovecot/stats-writer) fa...
2012 Mar 29
1
Problem about dovecot Panic
...out (received 0/12 bytes)
Mar 15 12:39:51 secchia dovecot: imap-login: Error: master(imap): Auth
request timed out (received 0/12 bytes)
Mar 15 12:39:51 secchia dovecot: imap-login: Error: master(imap): Auth
request timed out (received 0/12 bytes)
Mar 15 12:39:52 secchia dovecot: imap-login: Error: net_connect_unix(imap)
failed: Resource temporarily unavailable
Mar 15 12:39:52 secchia dovecot: imap-login: Error: net_connect_unix(imap)
failed: Resource temporarily unavailable
Mar 15 12:39:52 secchia dovecot: imap-login: Error: master(imap): Auth
request timed out (received 0/12 bytes)
Mar 15 12:39:53 secchia d...
2020 Oct 22
2
net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
Hi,
We are getting very occasional messags from dovecot:
> net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
Over the last week, the message appeared five times. (on a mail server
with over 100 users, to that's basically almost never)
doveconf -n below
> # 2.3.4.1 (f79e8e7e4): /etc/dovecot/dovecot.conf
> # Pigeonhole version 0.5.4 ()
&...
2020 Jan 08
2
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
On 08/01/2020 10:49, Eirik Rye wrote:
> [...]
In any case, the biggest issue is the one described in the original
message in this thread, where logins are periodically failing for many
for users:
2020-01-08T10:54:57.436400+01:00 imap dovecot: imap-login: Error:
master(imap): net_connect_unix(imap) failed: Resource temporarily
unavailable - http://wiki2.dovecot.org/SocketUnavailable
2020-01-08T10:54:57.437550+01:00 imap dovecot: imap-login: Internal
login failure
At the same time:
~# ps aux | grep "dovecot/imap$" | wc -l
6637
~# doveadm process status | grep "^imap &q...
2011 Feb 01
3
dovecot: imap-login: Error: net_connect_unix(imap) failed: Resource temporarily unavailable
...Enterprise 6. The mail store is NFS on a NetApp filer, the
index files are on local disk. We have about 6000 total active users,
though not all of them access the system at the same time.
All goes well for a while, then we start seeing errors like this in the
log:
dovecot: imap-login: Error: net_connect_unix(imap) failed: Resource temporarily unavailable
imap-login: Internal login failure (auth failed, 1 attempts)
And at this point, users can't log in. I don't know what Resource dovecot
is running out of.
The machine is a 12-core Xeon 2.27Ghz, with 24GB RAM.
I have removed the 1024 nproc l...
2020 Jan 08
0
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
...ik Rye wrote:
> > [...]
>
> In any case, the biggest issue is the one described in the original
> message in this thread, where logins are periodically failing for many
> for users:
>
> 2020-01-08T10:54:57.436400+01:00 imap dovecot: imap-login: Error:
> master(imap): net_connect_unix(imap) failed: Resource temporarily
> unavailable - http://wiki2.dovecot.org/SocketUnavailable
> 2020-01-08T10:54:57.437550+01:00 imap dovecot: imap-login: Internal
> login failure
>
> At the same time:
>
> ~# ps aux | grep "dovecot/imap$" | wc -l
> 6637
> ~#...
2020 Oct 23
0
net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
Hi,
Nobody?
It happens so rarely, and the system appears to be running fine
otherwise, should I just ignore it?
Still makes me wonder way it would happen at all..?
MJ
On 10/22/20 12:53 PM, mj wrote:
> Hi,
>
> We are getting very occasional messags from dovecot:
>
>> net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
>
> Over the last week, the message appeared five times. (on a mail server
> with over 100 users, to that's basically almost never)
>
> doveconf -n below
>
>> # 2.3.4.1 (f79e8e7e4): /etc/dovecot/dovecot.conf
&g...
2020 Oct 23
1
net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
...pears to be running fine
> otherwise, should I just ignore it?
>
> Still makes me wonder way it would happen at all..?
>
> MJ
>
> On 10/22/20 12:53 PM, mj wrote:
> > Hi,
> >
> > We are getting very occasional messags from dovecot:
> >
> >> net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
> >
> > Over the last week, the message appeared five times. (on a mail server
> > with over 100 users, to that's basically almost never)
> >
> > doveconf -n below
> >
> >> # 2.3.4.1 (f79e8...
2020 Apr 04
0
net_connect_unix(imap) failed
...w if you solve or find others limit reached in the log.
Ciao
Il 31/03/20 18:22, Philipp Ewald ha scritto:
> Hello everyone,
>
> we have a huge problem with dovecot and IMAP connections.
>
> we got the following errors: 39665 today
>
> dovecot: imap-login: Error: master(imap): net_connect_unix(imap)
> failed: Resource temporarily unavailable -
> http://wiki2.dovecot.org/SocketUnavailable (client-pid=29066,
> client-id=1755, rip=IP, created 562 msecs ago, received 0/4 bytes)
>
> we thinks this may be a problem with authorization take too long?
> Authorization is not...
2014 Jan 12
2
Fwd: problem with Error: net_connect_unix(/var/run/dovecot/dict) failed: Permission denied
Hi,
$ dovecot --version
2.1.7
afrer i send email: log:
tail -f /var/log/*
<code style='overflow:scroll'>==> sieve.log <==<br>
Jan 10 20:44:14 lda(test at test.cz<a target='_blank' href='mailto:test at vinotekaolvi.cz'></a>): Error: net_connect_unix(/var/run/<wbr>dovecot/dict) failed: Permission denied (euid=2000(vmail) egid=2000(vmail) missing +r perm: /var/run/dovecot/dict, dir owned by 0:0 mode=0755)<br>
Jan 10 20:44:14 lda(test at test.cz<a target='_blank' href='mailto:test at vinotekaolvi.cz'></a>)...
2010 Nov 09
1
auth: Error: net_connect_unix(anvil-auth-penalty) failed: Permission denied
...ecot: imap(mailing at securitylabs.it): Server
shutting down. bytes=802/55708
Nov 9 17:08:07 in dovecot: imap(mailing at securitylabs.it): Server
shutting down. bytes=258/1242
Nov 9 17:08:07 in dovecot: auth: Error: read(anvil-auth-penalty)
failed: EOF
Nov 9 17:08:07 in dovecot: auth: Error:
net_connect_unix(anvil-auth-penalty) failed: Permission denied
dovecot -n:
# 2.0.7: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-5-xen-686 i686 Debian squeeze/sid
auth_cache_negative_ttl = 2 mins
auth_cache_size = 1000 M
auth_cache_ttl = 2 mins
auth_master_user_separator = *
auth_username_chars =
abcde...
2020 Jan 08
2
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
On 07 Jan 2020, at 07:15, Dovecot Mailing List <dovecot at dovecot.org> wrote:
> dovecot: master: Warning: service(imap-login): process_limit (16) reached, client connections are being dropped
Is this an actual problem? Most client connections are idle, so I doubt if the occasional drop is noticed at all.
Also, why a limit of 16? Have you tried, oh, 160 instead?
--
"Master,
2019 Jan 06
2
IMAP preauth and stats-writer
...t_path =
> >>>>
> >>>> will overwrite the default value and dovecot does not attempt to
> >>>> open a socket in that case.
> >>>>
> >>>> Using your configuration (though not FreeBSD) I don't get the
> >>>> net_connect_unix error whether I use a blank setting or leave the
> >>>> default. In the case of leaving the default I do get an additional
> >>>> process (dovecot/stats). No errors on connecting to the imap service
> >>>> or by running preauth (with the dovecot daemon a...
2016 Apr 07
3
Setting lmtp_user_concurrency_limit causes anvil permission error
I've set lmtp_user_concurrency_limit to 5 and now LMTP throws this at me
for every delivery:
Apr 07 13:38:33 lmtp(4434): Error:
net_connect_unix(/var/run/dovecot/anvil) failed: Permission denied
ls -l /var/run/dovecot/anvil
srw------- 1 root root 0 Apr 7 13:32 /var/run/dovecot/anvil
If I set lmtp_user_concurrency_limit to 0, the error goes away.
--
Tom
2020 Jan 08
0
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
On 08/01/2020 01:47, @lbutlr wrote:
> On 07 Jan 2020, at 07:15, Dovecot Mailing List <dovecot at dovecot.org> wrote:
>> dovecot: master: Warning: service(imap-login): process_limit (16) reached, client connections are being dropped
>
> Is this an actual problem? Most client connections are idle, so I doubt if the occasional drop is noticed at all.
I assume it would mean
2020 Jan 14
0
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
We are unfortunately still seeing a lot of these errors once the machine
reaches a high number of concurrent users/logins (just below 20k
simultaneous IMAP connections on a powerful 24 core machine with 128GB RAM):
2020-01-14T09:18:58.661349+01:00 dovecot: imap-login: Warning:
net_connect_unix(imap) succeeded only after retrying - took 140330 us
2020-01-14T09:18:58.854692+01:00 dovecot: imap-login: Error:
master(imap): net_connect_unix(imap) failed: Resource temporarily
unavailable - http://wiki2.dovecot.org/SocketUnavailable
(client-pid=107932, client-id=780262, rip=x, created 500 ms...
2020 Mar 31
2
net_connect_unix(imap) failed
Hello everyone,
we have a huge problem with dovecot and IMAP connections.
we got the following errors: 39665 today
dovecot: imap-login: Error: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable - http://wiki2.dovecot.org/SocketUnavailable (client-pid=29066, client-id=1755, rip=IP, created 562 msecs ago, received 0/4 bytes)
we thinks this may be a problem with authorization take too long? Authorization is not local and with SQL.
i found the...
2011 Aug 01
2
Update 2.0.12 -> 2.0.13 is broken
....0.13 starting up (core dumps disabled)
Aug 1 10:20:33 mail dovecot: imap-login: Login: user=<***@***.**>, method=PLAIN, rip=192.168.1.99, lip=192.168.1.1
, mpid=5123, TLS
Aug 1 10:20:33 mail dovecot: imap-postlogin: Error: script-login: Error: user ***@***.**: Error reading configurati
on: net_connect_unix(/opt/dovecot-2.0.13/var/run/dovecot/config) failed: Permission denied
Aug 1 10:20:33 mail dovecot: imap-postlogin: Error: script-login: Fatal: Internal error occurred. Refer to server log for more info
rmation.
Aug 1 10:20:33 mail dovecot: log: Error: service(imap-postlogin): child 5124 returned...