Displaying 20 results from an estimated 200 matches similar to: "2.0.19 segfault"
2003 Jan 13
1
dovecot-0.99.6rc3 compilation problems on (Open|Free)BSD
Hi there!
Dovecot-0.99.6rc3 barfs at me when I try to compile it on OpenBSD 3.2 or
FreeBSD 4.7, both with the same error:
[ ..snip.. ]
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -g -O2 -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -c charset-iconv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -g -O2
2014 Jun 04
0
Change in LAYOUT=fs between 1.2.9 and 2.0.19?
While testing an upgrade from Dovecot 1.2.9 (on Ubuntu 10.04 LTS) to
2.0.19 (12.04 LTS) I encountered the following change in behaviour:
In both setups, mail_location is defined as follows:
mail_location = maildir:~/domains/%d/%n/.Maildir:LAYOUT=fs
No other mail_location-related settings are set in the config.
On 1.2.9 this leads to new mail being delivered to this example directory:
2014 Sep 29
2
No AUTH PLAIN with dovecot 2.0.19
Hi
I have installed the package dovecot-postfix on Ubuntu 12.04 LTS:
dovecot --version: 2.0.19
postconf -d | grep version: 2.9.6
and receiving email works very fine, but relaying email does not work.
I think the problem is that after STARTTLS the authentication is not
being executed
250-AUTH PLAIN
250-AUTH=PLAIN
which means using telnet returns
telnet mx2.wyona.com 587
Trying
2015 May 15
0
Many Duplicated messages after migrate from 2.0.19 to 2.2.15
Hi,
In my company, we have several failover clusters (~50k accounts per
cluster) with Ubuntu12.04 and Dovecot-2.0.19 (without dsync, replication
at block level with DRBD).
We are migrating to active/active clusters with Ubuntu14.04 and
Dovecot-2.2.15 with replication via dovecot-dsync. Each new cluster
consists of two machines and each machine runs two instances of Dovecot
(one for backend
2012 Mar 16
1
Update problem from 1.2 => 2.0.19 and recommended imap storage
Hello,
After fixing configuration and other issues I'm still having one problem
with imap executable and pine:
less .pinerc
# Changed config:
#rsh-command=/usr/sbin/dovecot --exec-mail imap
rsh-command=/usr/local/bin/imap
Calling imap still fails as non root:
imap
/usr/bin/ld: cannot open output file /usr/local/bin/.libs/2612-lt-imap:
Permission denied
collect2: ld returned 1 exit statusn
2012 Aug 20
0
SOLVED antispam_plugin prevents IMAP login (error 3) [Dovecot 2.0.19]
On 17.08.2012 12:06, dof at projektfabrik.com wrote:
> Hi everybody,
>
> trying to get the Dovecot antispam_plugin to work and I must be doing
> something wrong, because as soon as it is enabled with a certain
> backend, imap logins do not work anymore (the session is immediately
> closed after a successful login). Interestingly, pipe and spool2dir
> are working (that is, the
2016 Oct 20
1
Migrating users from a 2.0.19 to a 2.2.24 installation
Hello,
I am currently still running an older dovecot (2.0.19apple1 on Mac OS X 10.8.5) and I want to migrate my users to a new server (macOS 10.12 with Server 5, which contains dovecot 2.2.24 (a82c823)).
Basically, I want to create a new server installation on the new server so I don't bring any junk over (new user accounts, with the same uid/gid (still need to figure that one out), but
2012 Mar 21
1
dovecot 2.0.19 Panic: file mail-index-sync-ext.c: line 209 (sync_ext_reorder): assertion failed: (offset < (uint16_t)-1)
Had a user who couldn't access his INBOX:
> Mar 21 09:21:17 penguina dovecot: imap([USER]): Panic: file
> mail-index-sync-ext.c: line 209 (sync_ext_reorder): assertion fai
> led: (offset < (uint16_t)-1)
> Mar 21 09:21:17 penguina dovecot: imap([USER]): Error: Raw backtrace:
> /usr/lib/dovecot/libdovecot.so.0 [0x342683c660] -> /usr
> /lib/dovecot/libdovecot.so.0
2011 Feb 04
1
DoveCot 2.0.19: Problem compiling Solaris 10u9 x86 with dbox storage enabled
hi,
I can't compile DoveCot 2.0.19 with dbox enabled on our Solaris 10/U9:
LDFLAGS="-L/opt/csw/lib -L/usr/lib -R/opt/csw/lib/" ./configure
--prefix=/usr/local/dovecot/2.0.19 --with-ssl=openssl
--with-rundir=/var/run/dovecot --with-storages=maildir,mbox,dbox
--with-ldap=yes
gmake ->
==========================
[...
../../src/lib-storage/mailbox-list.h:250: warning: parameter has
2012 Aug 17
1
antispam_plugin prevents IMAP login (error 3) [Dovecot 2.0.19]
Hi everybody,
trying to get the Dovecot antispam_plugin to work and I must be doing
something wrong, because as soon as it is enabled with a certain
backend, imap logins do not work anymore (the session is immediately
closed after a successful login). Interestingly, pipe and spool2dir are
working (that is, the session won't be closed), dspam-exec and
crm114-exec are not. If this happens,
2014 May 18
2
Configuration of dovecot 2.0.19 to authenticate users via LDAP
I am trying to get dovecot 2.0.19 authenticate users via LDAP (OpenLDAP
2.4.28) and using Wireshark to debug the process. It looks like the basic
configuration of dovecot is fine, but it doesn't pull it off to send the
right request to the LDAP server. First of all, this is how my LDAP-entries
look:
# ht
dn: dc=ht
objectClass: top
objectClass: dcObject
objectClass:
2013 Oct 15
3
Plugin issue with update from 2.0.19 to 2.1.17
Hello. Probably only Timo can help-me with this.
I have a self-made plugin based on the zlib plugin that i use to cryptograph the messages at inbox.
As a side-effect of the cryptography, my plugin changes the size of the message, but until 2.0.19 this works well with dovecot index and the W/S flags.
But now, i'm going to upgrade to 2.1.17 and now i have these messages on log at my test
2012 Aug 31
1
New log entries with 2.0.19?
I just upgraded my Ubuntu server from 11.10 to 12.04.1 and that upgraded
Dovecot to 2.0.19. For some reason I'm getting a lot more (5 times)
disconnect in IDLE and inactivity time outs. I'm using only IMAP with
two users. Both users access the server from multiple devices, phone,
tablet and desktop computer. I had previously set the
max_userip_connections to 20 and rarely got the
2012 Jul 22
2
maildir_copy_with_hardlinks on v.2.0.19
Hi,
I'm trying to get the so-called "single instance store" (I think cyrus
has got the name for the first time) with dovecot --version = 2.0.19
binary package installed from ubuntu 12.04 lts official repo.
I have checked that "maildir_copy_with_hardlinks" is enabled ("dovecot
-a|grep hard" shows "yes") then I have installed and enabled the lmtp
2013 Oct 31
0
Processed (with 2 errors): notfound 706747 in 3.2p1.4-28.1, tagging 706747, fixed 676134 in 3.8.5-2, found 725433 in 2.0.19-2 ...
Processing commands for control at bugs.debian.org:
> # bts housekeeping - fixing up versions to enable automatic bug archival
> notfound 706747 3.2p1.4-28.1
Bug #706747 {Done: Andreas Beckmann <anbe at debian.org>} [olvwm] olvwm: fails to install [i386]: update-alternatives: error: alternative path /usr/bin/X11/olvwm-x-window-manager doesn't exist.
There is no source info for the
2014 Nov 03
1
Conflicts updating packages, hot to get ride of them without mess up all my OS?
Apparently I install some packages in the wrong way and now I'm having some
problems updating my OS. This is what I'm doing:
# yum update --enablerepo=remi,remi-php5
Loaded plugins: fastestmirror, security
Setting up Update Process
Loading mirror speeds from cached hostfile
epel/metalink 2.3 kB 00:00
* base: centos.xpg.com.br
* epel: mirror.globo.com
2016 Jun 14
3
Upgrade to 2.2.9 breaks sasl auth
Hi
This is my 1st time here so please be gentle.
I have encountered one problem since upgrading from 2.0.19 to 2.2.9
which has me beat.
The system provides sasl auth services via inet to a postfix 2.11 system.
Since the upgrade postfix complains of no sasl methods available.
The same dovecot configuration is used on both versions.
Now I get these results looking at the inet connection
Version
2011 Mar 31
1
POP3 connection issue & SASL not compiled in
After I've configured dovecot for SSL according to the info given
in the link below:
? ?https://access.redhat.com/kb/docs/DOC-6671
(tried both POP3 & secure POP3 & got the same result)
I tested POP3 access from my unblocked (no firewall rule for outgoing)
broadband PC's Outlook to connect to the postfix/dovecot server & got
the following :
Tasks ? ? ? ? ? ? ? ?
2012 Jun 11
1
Sieve: Mailbox doesn't exist
I have just set up a mail server on Ubuntu, using Postfix and Dovecot 2.0.19.
It works well but I can't get Sieve working. I always get the error that the
target mailbox doesn't exist. In fact it doesn't but isn'r Dovecot supposed to
create it?
Here is my doveconf -n:
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-24-generic x86_64 Ubuntu 12.04 LTS
mail_debug = yes
2002 Feb 28
1
compile problems on netbsd with samba-latest & openldap-2.0.23 resume
dear list,
don't really want to annoy you but the "only" platform on which samba &&
openldap (2.0.19) is working seems to be debian 2.2r3 kernel 2.4.16 i686
unkown ...
Everything else (FreeBSD, NetBSD) fails.
Is it me, openldap, samba, the used platform or what else ?
Compile procedure on debian looks like this :
export LDFLAGS="-L/usr/local/ssl/openssl/lib