similar to: Running dovecot under Cygwin

Displaying 20 results from an estimated 300 matches similar to: "Running dovecot under Cygwin"

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
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
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
2001 Jul 19
1
Running two win programs with Wine
Hello everyone, we have a windows program, called Assist that needs Acrobat Reader to run completely since it is basically a PDF viewer. This programs has plugins for Acrobat. I can run successfully Assist & Acrobat reader separately but Assist cannot run Acrobat by itself, I get a message that Acrobat is not running. Is it possible to do this with wine ? Best regards, Manolis
2006 May 04
1
greetings and logging
Howdy, I've been working with a new CentOS installation and this is my first experience with dovecot. I would like dovecot to provide more logging, however I'm not finding much on how to alter it's logging. http://wiki.dovecot.org/DovecotFeatures speaks of having Logging Control. Can anyone point me in the right direction? Thanks. -- Edward Chase Providence College Information
2012 Feb 03
1
What does this /var/log/maillog message means?
Hi, I'm, trying to configure Devcot(2.0.9). Here is my dovecot.conf: [code] protocols = imap pop3 lmtp log_timestamp = "%Y-%m-%d %H:%M:%S " mail_location = maildir:/home/vmail/%d/%n/Maildir ssl_cert = /etc/pki/dovecot/certs/dovecot.pem ssl_key = /etc/pki/dovecot/private/dovecot.pem namespace { type = private separator = . prefix = INBOX. inbox = yes } protocol
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
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
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:
2005 Aug 21
0
Dovecot Feature List
I've added a new page to the Wiki that's sort of a Dovecot feature list overview. What I have is a good start but if anyone wants to jump in and contribute, go for it. I added it because there isn't any other place I saw that gives new people an overview of what Dovecot does. I personally passed Dovecot over a few times before somone pointed me back to it.
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
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:
2012 Feb 03
0
Errors starting Dovecot
Hi, I'm new to Dovecot. I'm trying to start Dovecot(2.0.9) but I'm getting an error. I think the error is because I'm doing a tutorial for an old version of Devcot(1.x.x). What I get is the following: [code] [root at mailserver dovecot]# service dovecot start Starting Dovecot Imap: doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n >
2015 Feb 26
4
Call for testing: OpenSSH 6.8
On Thu, 26 Feb 2015, Damien Miller wrote: > > Yes I saw that later. > > > > The testsuite build fails on Solaris 2.6 thusly: > [...] > > regress/netcat.c:1037: error: 'struct msghdr' has no member named > > 'msg_control' > > ah, looks like we need to copy some bits from monitor_fdpass.c Perhaps like this: diff --git regress/netcat.c
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.
2006 Sep 21
1
Dovecot hang
Hello, We run dovecot 1.0.rc6-1 on a debian system. The user auth db is postgresql and the storage folders are on a NFS partition. Latelly every 2 days the authentification hangs and i see in the logs: Sep 21 10:04:22 c005 dovecot: login: tried to change state 0 -> 17808 (if you can't login at all, see src/lib/fdpass.c) What is the problem ? What can i do ? Thank you ! -- Catalin
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
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 :-(