Displaying 20 results from an estimated 500 matches similar to: "Dovecot hang"
2010 Jul 16
1
Dovecot 2.0.rc2 fd passing regression
Hi,
I've tried to compile 2.0.rc2 and configure fails this which used to
work or at least last time when I tried beta4.
> configure:19606: checking whether fd passing works
> configure:19680: cc -o conftest -xO4 -I./src/lib ./src/lib/fdpass.c -I/usr/sfw/include/mysql -I/usr/sfw/include -R/usr/sfw/lib:/usr/lib/sasl -L/usr/sfw/lib -L/usr/lib/sasl conftest.c -lrt -lnsl -lsocket -lrt
2003 Oct 02
1
another Dovecot problem
Hi All--
First, thanks to Timo for solving my last issue. I got dovecot up and
running on one of my machines, and it does exactly what I want. Now I'm
trying to install dovecot on an older box (glibc 2.0.7 Linux kernel
2.0.36), and encountering some problems:
-- firstly autoconf/automake does not seem to correctly deal with the
madvise function on this system. It detects that we don't
2007 Aug 09
2
HP-UX troubles
Hi there,
I got dovecot compiled and running on HP-UX 11.23.
It's using LDAPUX and PAM for authentication. So far, it works. But after
logging in the connection is closed immediately. It looks like this:
telnet <ip> 143
Connected to ...
Escape character is '^]'.
* OK Dovecot ready.
a01 login <user> <pass>
Connection closed by foreign host.
The dovecot log says:
2006 Apr 07
1
consistency issue
Hi there,
We have our mail boxes stored on a NFS server and we use maildir for
mailbox storage.
Some days ago we had a crush and SOME of the mailboxes get an error on
QUERY: "EXPUNGE".
eg:
telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
* OK Cabanova Mail ready.
A01 LOGIN "hoeschen@***.com" "***"
A01 OK
2010 Sep 09
2
configure error
Hi all,
on my system ("AIX 6.1" with "xlc -q64") the "configure" script for
"dovecot-2.0.2" breaks with:
checking whether fd passing works... no
configure: error: fd passing is required for Dovecot to work
in config.log:
configure:19524: ./conftest
configure:19524: $? = 1
configure: program exited with status 1
It seems, that the last
2003 Apr 21
1
Using on AIX
Hi,
I'm trying to install dovecot-0.99.9-test6 with gcc-3.2.2 under AIX (4.3.3) and
found some problems.
First, I need to define _XOPEN_SOURCE_EXTENDED to 1 in src/lib/fdpass.c
and src/auth/mycrypt.c or undefine it to compile successfully.
When I define _XOPEN_SOURCE_EXTENDED to 1, I get the following error
while connecting:
dovecot: Apr 21 17:56:44 Info: Dovecot starting up
imap-login:
2015 Feb 25
2
Call for testing: OpenSSH 6.8
On 24/02/15 21:56, Tim Rice wrote:
> On Wed, 25 Feb 2015, Damien Miller wrote:
>
> | On Tue, 24 Feb 2015, Tom G. Christensen wrote:
> |
> | > I've switched to HEAD in the git repo and it now builds on Solaris
> | > 2.6, 7, 8 and 9 but the testsuite still cannot be built due to the
> | > missing <err.h>.
>
> The err.h issue is fixes but there still
2005 Feb 27
1
"not listening" notification
Hi dovecot,
My dovecot log shows this:
Feb 27 03:08:38 eta imap-login: Login: sltam [X.X.X.X]
Feb 27 03:09:38 eta imap-login: Disconnected: Inactivity [X.X.X.X]
Feb 27 03:10:32 eta dovecot: login: received another "not listening"
notification (if you can't login at all, see src/lib/fdpass.c)
Feb 27 03:10:42 eta dovecot-auth: Login process has too old (124s)
requests, killing it.
2007 Jul 25
1
Errors logging in
Out of the blue my proxy installations started showing this:
dovecot: login: tried to change state 2 -> 2 (if you can't login at all, see
src/lib/fdpass.c)
Nobody can login.
Running 1.0.0 on the proxy and 1.0.2 on my storage boxes. Anybody have any
insights?
-c
2020 Apr 18
1
CentO 8 and nftables default policy
I had the same problem.
If you are not using virtual machines then
# systemctl disable libvirtd
works and is easily reversible.
Alan
On 18/04/2020 23:03, Alessandro Baggi wrote:
> Il 17/04/20 11:01, Alessandro Baggi ha scritto:
>> Hi list,
>>
>> I'm studying nftables. I'm using CentOS 8.1 (Gnome) and I disabled
>> firewalld. I noticed that a default
2019 Jan 03
5
Compiling Dovecot on Solaris 11 fails
Hi,
Tried to build dovecot-2.3.4 on Solaris 11 x86 and it fails at configure
part. I just went checked and it last version it works on is v2.3.2.1
Version 2.3.2.1 (OK)
# ./configure
....
checking Linux compatible mremap()... no
checking whether shared mmaps get updated by write()s... yes
checking whether fd passing works... yes
...
Version 2.3.4 (FAIL)
....
checking Linux compatible
2006 Aug 16
1
dovecot 1.0rc6 and LDAP problem
Hi,
I have been using Dovecot with LDAP support (only for password
authentication) for a couple of weeks already and everything was running
smoothly so far.. till last week when discovered interesting thing:
whenever I start LDAP server (openldap 2.3.24) before I start Dovecot
everything is fine.. however when Dovecot is started first and then LDAP
server it's not possible to authenticate :-(
2004 Jun 15
1
Re: [dovecot-cvs] dovecot/src/lib fdpass.c,1.28,1.29
Will this perhaps fix these?
imap-login: Jun 15 12:28:16 Panic: file ioloop.c: line 90: assertion
failed: (i
o->fd <= current_ioloop->highest_fd)
dovecot: Jun 15 12:28:16 Error: child 17987 (login) killed with signal 6
imap-login: Jun 15 13:14:58 Panic: file ioloop.c: line 90: assertion
failed: (i
o->fd <= current_ioloop->highest_fd)
dovecot: Jun 15 13:14:58 Error: child 13002
2013 Feb 05
1
Samba4 4.0.3 classicupgrade - Error converting string to value for line: "CurrentVersion"
Hello everyone,
I'm trying to migrate from samba3 to samba4 (4.0.3 installed from source in
a debian squeeze 6.0.6)
And I'm getting this error:
Setting up the registry
convert_string_talloc: Conversion not supported.
Error converting string to value for line:
"CurrentVersion"
I found this thread in internet about this
2015 Mar 04
1
Synchronization problems between Win2k8R2 and samba
Le 03/03/2015 12:56, Rowland Penny a ?crit :
> On 03/03/15 11:11, Jean-Fran?ois Morcillo wrote:
>> Hello,
>>
>> I have a small test network with a Win2k8R2 DC.
>>
>> I've added a samba4 as second DC in this network.
>> The join seems to run smoothly.
>>
>> But, after the join, this command: ldapsearch -LLL -x -H
>>
2004 Sep 03
0
"not listening" errors fdpass.c
I'm getting a flood of errors that look like:
Sep 3 13:27:02 localhost dovecot: login: received another "not listening"
notification (if you can't login at all, see src/lib/fdpass.c)
every few minutes.
Versions:
Dovecot: 0.99.10.9
Exim: 4.34
Debian Linux 2.6.8-1-686-smp
Squirrelmail: 1.4.3a
Although the majority of users (99%) have no problems logging in and reading
their
2020 Apr 17
2
CentO 8 and nftables default policy
Hi list,
I'm studying nftables. I'm using CentOS 8.1 (Gnome) and I disabled
firewalld. I noticed that a default policy is created with tables and
chains probably for firewalld.
So I created a .nft script where I stored my rules with a flush for
previous ruleset, then saved on /etc/sysconfig/nftables.conf and the
enabled nftables service.
Running the script with nft -f script.nft all
2023 Jan 10
0
Living without fdpass / SCM_RIGHTS
Hello everyone,
I wanted to run Dovecot inside Gramine [1]. Gramine is a tool to let
normal Linux binaries run with the help of the Intel Software Guard
Extensions (SGX) technology [2] in a secure enclave to which the
operating system doesn't have an access to.
Most parts of Dovecot now run fine, however, Dovecot uses the SCM_RIGHTS
flag for the sendmsg system call to exchange file
2004 Feb 05
0
Password prompt
When checking multiple POP3 accounts against Dovecot + ldap AUTH with
outlook XP and Mail.app password dialogs randomly request that you
reenter the password.
I see stuff like this in the logs:
Feb 4 19:02:25 geonosis dovecot: login: received another "not
listening" notification (if you can't login at all, see
src/lib/fdpass.c)
Feb 5 08:53:19 geonosis dovecot: login: received
2004 Mar 29
0
smbtorture option changed?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
If I use the smbtorture available at
ftp://ftp.samba.org/pub/tridge/dbench, I get the following options:
tests are: FDPASS LOCK1 LOCK2 LOCK3 UNLINK BROWSE ATTR TRANS2 MAXFID
TORTURE RANDOMIPC NBW95 NBWNT
default test is ALL
But the smbtorture compiled with Gentoo's 3.0.2a gives me
tests are: FDPASS LOCK1 LOCK2 LOCK3 LOCK4 LOCK5 LOCK6 LOCK7