Displaying 20 results from an estimated 600 matches similar to: "2.3.6 lib-smtp test failure in CentOS 6"
2019 May 06
0
2.3.6 lib-smtp test failure in CentOS 6
On 02/05/2019 06:52, Peter via dovecot wrote:
> After applying the patches in my previous message...
>
> I'm getting the following when building dovecot for CentOS 6 (but not
> for CentOS 7):
>
>
> lmtp payload - normal: parallel pipelining ssl .......................
> : ok
> CLIENT: Panic: file smtp-client-connection.c: line 1309
>
2019 May 07
1
2.3.6 lib-smtp test failure in CentOS 6
On 7/05/19 11:08 AM, Stephan Bosch wrote:
>> CLIENT: Error: Raw backtrace:
>> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload()
>> [0x4547ea] ->
>> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload()
>> [0x454891] ->
>>
2019 Jul 15
2
2.3.7 slower than 2.3.6?
We're using dovecot (via LMTP) as a backup for all incoming mail.
I upgraded from 2.3.6 to 2.3.7 on the 12th:
2019-07-12 14:35:44 upgrade dovecot-imapd:amd64 2:2.3.6-2~bionic 2:2.3.7-8~bionic
and it seems that 2.3.7 is slower than 2.3.6 -- mail to the backup
IMAP box is suddenly taking quite some time to get delivered and is piling up
in the queue.
doveconf -n:
============
2010 Jan 22
3
Release date for Rails 2.3.6?
Hello guys,
I went into milestones page (https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/milestones) and found out that Rails 2.3.6 was due Jan 15, 2010. Does it mean all tickets in that milestone should be cleared first?
If so, then I would pay attention to clear tickets in that bucket first.
Thank you,
Prem Sichanugrist (sikachu)
--
You received this message because you are
2010 May 25
2
Rails 2.3.6 and Authlogic 2.1.4 or 2.1.3
In the test environment, logging out and back in is not working for me. The
log for the first login looks like this:
Processing UserSessionsController#create (for 127.0.0.1 at 2010-05-24 19:53:57) [POST]
Parameters: {"user_session"=>{"remember_me"=>"true", "password"=>"[FILTERED]", "login"=>"test"},
2019 May 02
0
2.3.6 lib-http assert failure
connection lost after 100-continue ................................... : ok
test-http-client-errors.c:1319: Assert failed: resp->status == 200
/bin/sh: line 1: 25431 Segmentation fault ./$bin
make[3]: Leaving directory
`/builddir/build/BUILD/dovecot-2.3.6/src/lib-http'
make[3]: *** [check-local] Error 1
make[2]: Leaving directory
`/builddir/build/BUILD/dovecot-2.3.6/src/lib-http'
2019 Jul 15
0
[ext] 2.3.7 slower than 2.3.6?
* Ralf Hildebrandt via dovecot <dovecot at dovecot.org>:
> We're using dovecot (via LMTP) as a backup for all incoming mail.
>
> I upgraded from 2.3.6 to 2.3.7 on the 12th:
> 2019-07-12 14:35:44 upgrade dovecot-imapd:amd64 2:2.3.6-2~bionic 2:2.3.7-8~bionic
>
> and it seems that 2.3.7 is slower than 2.3.6 -- mail to the backup
> IMAP box is suddenly taking quite
2019 Jul 16
2
[ext] 2.3.7 slower than 2.3.6?
On 15 Jul 2019, at 23.17, Ralf Hildebrandt via dovecot <dovecot at dovecot.org> wrote:
>
> * Ralf Hildebrandt via dovecot <dovecot at dovecot.org>:
>> We're using dovecot (via LMTP) as a backup for all incoming mail.
>>
>> I upgraded from 2.3.6 to 2.3.7 on the 12th:
>> 2019-07-12 14:35:44 upgrade dovecot-imapd:amd64 2:2.3.6-2~bionic 2:2.3.7-8~bionic
2007 Mar 05
1
[LLVMdev] building llvm head on ubuntu with glibc-2.3.6
Hi!
I'm trying to build llvm cvs head on Ubuntu. make command fails with this
(VERBOSE=1):
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
/home/ubuntu/llvm/obj/Debug/bin/tblgen -I /home/ubuntu/llvm/src/lib/VMCore
-I/home/ubuntu/llvm/src/include -I /home/ubuntu/llvm/src/lib/Target
/home/ubuntu/llvm/src/include/llvm/Intrinsics.td -o
2010 Oct 15
2
[LLVMdev] llvm-gcc as Alpha cross compiler
Hi,
I wonder if anyone has been able to successfully build llvm-gcc as an Alpha
cross compiler?
I have tried many different combinations of flags and gcc compiler, but have
not been able to build successfully. Currently, this is the command that I
used to build on Ubuntu 10.10:
../llvm-gcc-4.2-2.8.source/configure
--enable-llvm=/home/ghoang/research/llvm/llvm-objects
--enable-languages=c,c++
2019 Oct 04
2
Sieve redirect is broken in 2.3.7.2 - signal 11
Hi,
If we use sieve redirect under dovecot 2.3.7.2 we end up with
Oct 04 03:30:31 dockerhost docker[12154]: 2019-10-04T03:30:31
53ac2ae27650 postfix: 0605F207B0F36: to=<xxxx at xxxx.xx>,
relay=127.0.0.1[127.0.0.1]:10024, delay=1.5, delays=0.36/0/0/1.1,
dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250
2.0.0 Ok: queued as 6FC89207B0F38)
Oct 04 03:30:31 dockerhost
2010 Oct 15
0
[LLVMdev] llvm-gcc as Alpha cross compiler
llvm-gcc doesn't not compile *on* alpha (128bit fp and int issues). I
haven't tried it as a cross compiler.
Andrew
On Fri, Oct 15, 2010 at 5:19 PM, Giang Hoang <ghoang84 at gmail.com> wrote:
> Hi,
>
> I wonder if anyone has been able to successfully build llvm-gcc as an Alpha
> cross compiler?
>
> I have tried many different combinations of flags and gcc
2010 Oct 16
1
[LLVMdev] llvm-gcc as Alpha cross compiler
Thanks Andrew. I would like to clarify what I tried to do. I want to use
llvm-gcc on x86 linux to compile C programs into Alpha binary.
Giang
On Fri, Oct 15, 2010 at 5:41 PM, Andrew Lenharth <andrewl at lenharth.org>wrote:
> llvm-gcc doesn't not compile *on* alpha (128bit fp and int issues). I
> haven't tried it as a cross compiler.
>
> Andrew
>
> On Fri, Oct
2019 Jul 12
0
dovecot 2.3.6 on FreeBSD 12.0-RELEASE inside a JAIL does not see dovecot/replication-notify-fifo
Hi,
I see
dovecot[47939]: imap(gustik at gustik.eu)<48079><XVTMe3qNFpQqAchEJAsZAoGuBtbxcZmK>:
Error: open(/var/run/dovecot/replication-notify-fifo) failed:
No such file or directory
even though, right after:
Jul 12 13:54:41 madarka dovecot[47939]: aggregator:
Error: Client sent invalid input
when I send
echo 1 > /var/run/dovecot/replication-notify-fifo
and yes, of course
2019 Oct 06
2
Sieve redirect is broken in 2.3.7.2 - signal 11
Hi Stephan,
I managed to get GDB, I hope this one helps. If not I can send the
config too, but exactly same config works with 2.3.6.
92b9d3412dc8:/$ gdb /usr/libexec/dovecot/dovecot-lda -f root at xxxxxxxx -d
test at xxxxxxxxx
GNU gdb (GDB) 8.0.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free
2019 Jul 16
2
Replication issue 2.3.7
> On 16/07/2019 18:40 Stuart Henderson via dovecot <dovecot at dovecot.org> wrote:
>
>
> On 2019-07-13, Reio Remma via dovecot <dovecot at dovecot.org> wrote:
> > Hello!
> >
> > I noticed these in the logs since upgrading from 2.3.6. to 2.3.7:
> >
> > Jul 13 11:52:10 turin dovecot: doveadm: Error:
> > dsync-remote(reio at
2017 Nov 03
3
dns module not found
Nope, but that was not the problem...
root at samba01:~# dpkg -l | grep python-dns
root at samba01:~# apt-get install python-dns
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
python-dns
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 28.7 kB of archives.
After this operation, 135
2019 Oct 06
2
Sieve redirect is broken in 2.3.7.2 - signal 11
I think alpine does not have that
https://pkgs.alpinelinux.org/packages?name=dovecot*&branch=v3.8&repo=main&arch=x86_64
https://git.alpinelinux.org/aports/tree/main/dovecot/APKBUILD?h=3.8-stable
What else would help? strace?
On 2019. 10. 06. 23:05, Stephan Bosch via dovecot wrote:
>
>
> On 06/10/2019 23:03, Demonhost wrote:
>> Hi Stephan,
>>
>> I managed
2019 May 24
4
Workaround for infinite loop in XCLIENT command bug
??????? Original Message ???????
On Friday, May 24, 2019 10:40 AM, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote:
> Try setting login_trusted_networks=
Thank you Aki for your answer. Unfortunately on my Dovecot mailbox backend servers I already have login_trusted_networks set to the IP of my Dovecot LMTP proxy server.
> or just upgrade to 2.3.6?
I was hoping not to have to
2019 May 24
2
Workaround for infinite loop in XCLIENT command bug
Hello,
I am running Dovecot 2.3.5 package on OpenBSD 6.5 and it looks like this bug which has been fixed in 2.3.6 is hitting me:
lib-smtp: client: Fix infinite loop in XCLIENT command interaction with server
https://github.com/dovecot/core/commit/5d03f39b345127b80d145ee90772739baa7ab810
so I was wondering if there is any workarounds? Maybe like disabling the XCLIENT command from the config file