Displaying 20 results from an estimated 1000 matches similar to: "Dovecot 2.2.0 Compilation Error"
2001 Feb 04
4
next build
> *** openbsd-compat/bsd-nextstep.h.orig Sun Feb 4 00:16:16 2001
> --- openbsd-compat/bsd-nextstep.h Sun Feb 4 00:19:09 2001
> ***************
> *** 48,52 ****
> --- 48,56 ----
> speed_t cfgetispeed(const struct termios *t);
> int cfsetospeed(struct termios *t, int speed);
> int cfsetispeed(struct termios *t, int speed);
> +
> + /* LIMITS */
> + #define
2003 Sep 16
6
sshd 3.7p1 dies on MacOSX
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Here's the output from running sshd in debug mode:
debug1: sshd version OpenSSH_3.7p1
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: private host key: #2 type 2 DSA
debug1: setgroups() failed:
2003 Sep 17
4
SRP secure remote password authentication
Are there any plans to include support for SRP or a similar zero-knowledge password
protocol into OpenSSH?
--
Jeremy
2013 Feb 23
0
make install fails on Solaris 10
Hello, I am trying to build dovecot-2.1.15 on Solaris 10 update 10 with Solaris Studio 12.3 and get this error:
/bin/bash ../../libtool --tag=CC --mode=link /opt/SUNWspro/bin/cc -fast -xipo=2 -I/usr/sfw/include -I/usr/sfw/include -no-undefined -o doveadm doveadm-mail.o doveadm-mail-altmove.o doveadm-mail-expunge.o doveadm-mail-fetch.o doveadm-mail-import.o doveadm-mail-index.o
2002 Oct 11
1
Posssible artifacts with >q -6
<div style='background-color:'><DIV><FONT size=2>
Hi</P>
This is a sample that has possible pre-echo problems (around 6 seconds)</P>
with -q 6 and higher bitrates too. I posted it to 2 sites.. hope</P>
you can check it:</P>
<A
2010 Jan 30
3
Video Comparison
Hey all,
I have followed a thread on golem.de, which was about an article regarding mozillas reasons, not to include h264 and to prefere theora instead.
In the forum there was much talking about a lot of nonsens (as usual). But there is still a huge and loud number of people believing that theora has a significant worse quality compared to h264. Most test material I found does not focus real
2005 Oct 31
3
Still corrupt indexes in 1A4
Hello All!
Well I still have users which almost daily get corrupt dovecot files in
their IMAP folders (Maildir style) and are unable to read their mail in
this particular folders. When I delete dovecot files in this folder (rm
-rf dove*) user can again read all messages.
This is regular Linux CentOS 4.2 with SAN storage (boot from SAN) as
disks. So this is EXT3 on LVM.
BUT it is VERY
2014 Oct 03
6
v2.2.14.rc1 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.14.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.14.rc1.tar.gz.sig
I've wanted to do this release for months now, but I keep being too busy all the time. This release fixes several important bugs and a lot of smaller ones. Because there are such a large number of changes I thought I'd make this release candidate release first and
2014 Oct 03
6
v2.2.14.rc1 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.14.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.14.rc1.tar.gz.sig
I've wanted to do this release for months now, but I keep being too busy all the time. This release fixes several important bugs and a lot of smaller ones. Because there are such a large number of changes I thought I'd make this release candidate release first and
2004 Apr 18
1
Load balancing over 4 interfaces
Hello lartc!
I have strange problem setting load balancing over 4 interfaces.
Something won''t accept more than 3 interfaces,
While setting:
ip route add default scope global \
nexthop via 0.0.0.0 dev pvc0 weight 1 \
nexthop via 0.0.0.0 dev pvc1 weight 1 \
nexthop via 0.0.0.0 dev pvc2 weight 1
It''s ok:
ip r l
default
nexthop dev pvc0
2006 Nov 06
2
Dual CPU performance in routing
Hello
I have question, currently using linux box as router. It only route packets.
Currently there is 80k packets/sec and this cause 90% CPU usage on
Intel Celeron 3ghz CPU.
Did multiprocessor system like 2x XEON DP 3.4ghz will divide CPU
usage between 2 CPU and will allow double routing performance ?
--
Golem
2015 May 14
1
Pigeonhole v0.4.8.rc3 compilation error (bad mail-deliver.h)
Got a
/usr/local/include/dovecot/mail-deliver.h:30:17: error: field
has incomplete type 'struct timeval'
struct timeval delivery_time_started;
^
error.
This is because mail-deliver.h in dovecot-2.2.17 is missing an
#include <sys/time.h>
Adding that line to mail-deliver.h fixes the problem. Oddly, I had no problem compiling dovecot
2015 Sep 29
1
v2.2.19 release candidate 2 released
Darwin doesn't have an EDEADLOCK error code, so compilation fails on MacOSX:
file-lock.c:214:16: error: use of undeclared identifier 'EDEADLOCK'
if (errno == EDEADLOCK)
^
file-lock.c:262:16: error: use of undeclared identifier 'EDEADLOCK'
if (errno == EDEADLOCK)
^
2 errors
2015 Sep 29
1
Released Pigeonhole v0.4.9.rc1 for Dovecot v2.2.19.rc1
duplicate symbol _vnd_environment_extension in:
../../src/lib-sieve/plugins/vnd.dovecot/environment/.libs/libsieve_ext_vnd_environment.a(ext-vnd-environment.o)
../../src/lib-sieve/plugins/vnd.dovecot/environment/.libs/libsieve_ext_vnd_environment.a(ext-vnd-environment-items.o)
duplicate symbol _vnd_environment_extension in:
2015 May 27
1
FREAK/Logjam, and SSL protocols to use
>It is not at this point emphasized anywhere, including on weakdh.org, that it is actually of high importance to regenerate your DH parameters frequently.
That's not really correct.
If you're using a prime of length at least 2048 bits, then the corresponding discrete-log problem is well-beyond the pre-computation ability of the NSA (or anyone else).
It is computationally intensive to
2001 Mar 25
2
Bug in bsd-waitpid.c and bsd-nextstep.c
Hi!
The handling of the "status" information in bsd-waitpid.c and bsd-nextstep.c
seems to be bit odd. Patch attached.
Best regards,
Lutz
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz
2019 Dec 13
1
dovecot update from 2.1.16 to 2.2.36.4 but I have a trouble.
Hi,I have a troble and can not resolve it. Please help me.
I updated dovecot from 2.1.16 to 2.2.36.4.
As a result, I had a client who could not access via imap.
The client showed his logs (- folder not exists:INBOX )
I did not change dovecot config files.
So I searched a difference between 2.1.16 and 2.2.36.4,
I discovered . Please refer below results.
[2.1.16]
a03 list ""
2015 Mar 02
5
Calling all Samba Users: 2015 User Survey
What Samba features do you care about most? Do you have problems or
ideas to tell the Samba Team? Which parts of the documentation are
most important to you?
The Samba Team invites all users to participate in the Samba Survey at
https://www.surveygizmo.com/s3/2020369/Samba-User-Survey-2015
The survey takes only 5-10 minutes to complete and runs until the end
of March. We don't of course
2015 Mar 02
5
Calling all Samba Users: 2015 User Survey
What Samba features do you care about most? Do you have problems or
ideas to tell the Samba Team? Which parts of the documentation are
most important to you?
The Samba Team invites all users to participate in the Samba Survey at
https://www.surveygizmo.com/s3/2020369/Samba-User-Survey-2015
The survey takes only 5-10 minutes to complete and runs until the end
of March. We don't of course
2013 Apr 04
7
v2.1.16 released
http://dovecot.org/releases/2.1/dovecot-2.1.16.tar.gz
http://dovecot.org/releases/2.1/dovecot-2.1.16.tar.gz.sig
+ Added quota-status policy service for Postfix
+ Added "doveadm batch" command to run multiple commands before moving
onto the next user (useful only with -A and -u <usermask>)
+ Added forwards compatibility for v2.2 index files
- mdbox: Index rebuilding crashed