Displaying 20 results from an estimated 200 matches similar to: "dovecot 2.2.18 replication I/O Timeout"
2016 Jun 24
2
Postfix and Dovecot LDA vs. LMTP
The most crucial difference is that LDA is intended for delivering email to a *real* user.
Aki
> On June 24, 2016 at 7:59 PM Jan B?ren <jan at kivitendo-premium.de> wrote:
> 
> 
> Hi Michael,
> 
> > I'd appreciate comments from experienced users of postfix with dovecot.
> > Are
> > you using Dovecot LDA or LMTP and why?
> I have LMTP with dovecot
2016 Jun 25
2
Postfix and Dovecot LDA vs. LMTP
Thanks again Jan.
I appear to have basic LMTP working now (messages are delivered to virtual
mailboxes of valid recipients and non-existent recipients are rejected).
Cool.  Still lots more work to do.
But I think I could really use the Dovecot book.  I find the wiki to be
lacking in explanation.  So, too often I'm just copying without knowing the
reason why or how some things fit together.
2016 Jun 25
3
Postfix and Dovecot LDA vs. LMTP
Thanks Jan.
I've been trying to obtain an English copy of the Dovecot book for months,
prior to starting this project.  So far, I just can't find a copy.  It's too
bad that the author/publisher won't do a second printing or, if they're not
interested in making any more money, then release it to the public domain as
a PDF.  Very frustrating.
Michael
> -----Original
2016 Jun 24
4
Postfix and Dovecot LDA vs. LMTP
I'm new to Dovecot and will be using it with Postfix.  I'm looking for
recommendations regarding the use of Dovecot's LDA or LMTP for virtual
mailbox delivery.
 
Many of the simple examples on the wiki use LDA.  So I've set that up
initially.  But apparently an advantage of LMTP is recipient verification.
So, as I understand it, LMTP would let Postfix know whether or not the
2015 Aug 27
0
Panic in service(log)
27.08.2015, 16:09, "Eugene Paskevich" <eugene at raptor.kiev.ua>:
> Hello,
>
> I'm using the Debian builds of dovecot-2.2 by S[r]us.
> Today I started getting the following panic:
>
> log: Panic: file priorityq.c: line 122 (priorityq_remove_idx): assertion
> failed: (idx < count)
Just in case, here is the full backtrace.
(gdb) thread apply all bt full
2013 May 02
0
[LLVMdev] int to StringRed conversion
Yes, it sounds good. I can try tomorrow.
Thank you for your advice !
On Thu, May 2, 2013 at 5:43 PM, Logan Chien <tzuhsiang.chien at gmail.com>wrote:
> I think the better solution should be:
>
>
> LLVMContext& C = is->getContext();
> Value *values[] = {
>   ConstantInt::getSigned(Type::getInt64Ty(C), *scsr*),
>   MDString::get(C, *"path"*)
> };
2013 May 02
2
[LLVMdev] int to StringRed conversion
I think the better solution should be:
LLVMContext& C = is->getContext();
Value *values[] = {
  ConstantInt::getSigned(Type::getInt64Ty(C), *scsr*),
  MDString::get(C, *"path"*)
};
lnstr.setMetadata(*"your_analysis_name"*, MDNode::get(C, values));
So that you can take advantage of the type system of LLVM bitcode, and
don't have to cast the integers from/to strings
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
One of the things my employer uses dovecot for is as mail download
server for an 'e-mail purification service' (AV/ anti-spam) for
smartphones. The service itself presently runs on a rented server
somewhere in the UK and the corresponding 'web service' front-end and
user account/ mail account database resides on a server in
Germany. The UK dovecot server uses the PostgreSQL server
2014 Feb 13
0
trouble with building latest xen code
Hello,
I am trying to build the latest xen code from the git branch and I am
seeing errors in building the tools.
gcc    -pthread -o xl xl.o xl_cmdimpl.o xl_cmdtable.o xl_sxp.o
libxlutil.so /home/aasthakm/workspace/ibc/source/xen/tools/libxl/../../tools/libxl/libxenlight.so
-Wl,-rpath-link=/home/aasthakm/workspace/ibc/source/xen/tools/libxl/../../tools/libxc
2015 Aug 27
2
Panic in service(log)
Hello,
I'm using the Debian builds of dovecot-2.2 by S[r]us.
Today I started getting the following panic:
log: Panic: file priorityq.c: line 122 (priorityq_remove_idx): assertion 
failed: (idx < count)
log: Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x7f1ae) [0x7fd368dc31ae] ->
/usr/lib/dovecot/libdovecot.so.0(+0x7f269) [0x7fd368dc3269] ->
2017 Jun 16
0
doveadm-server core dump
Hello,
coredump found after a force-resync and a replicate
Emmanuel.
(dovecot-ee 2.2.30.2-1)
[New LWP 17168]
Core was generated by `dovecot/doveadm-server'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007fa334127c37 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#0  0x00007fa334127c37 in __GI_raise (sig=sig at entry=6) at
2007 Jun 11
5
change moh during a call?
Hello.
Is it possible to change the defined moh sound file within an extension?
I have:
exten => 18,1,Answer
exten => 18,n,Wait(3)
exten => 18,n,SetMusicOnHold(durchwahl)
exten => 18,n,Dial(SIP/118,15,m)
exten => 18,n,Hangup
Now i have the situation someone calls and my phone is ringing while moh 
(durchwahl) is playing. When i pickup the call and press the hold button 
during
2006 Jul 27
1
replace values in a distance matrix
Hi to everybody!
  I´m just a beginner in R, and I´m trying to replace values in a distance matrix with a concret condition: replace all values (elements) lower than 4.5 with value=18. 
   
  I´ve tried this, but it doesn´t work...
   
  Dxy would be my 117 x 117 euclidean distance matrix
   
    M18 and M4.5 would be 117 x 117 matrices: 
   
  M18<-matrix(rep(18,13689),nrow=117)
 
2008 Jun 24
1
Equivalent of Mathematica's Apply
Hello,
Is there some equivalent function in R of Mathematica's "Apply"
i.e.
Apply[ f, g[a,b]] ==> f[a,b]
In concret, I have a matrix of indexes:
> ind = cbind(1:5, 1:5+5)
> ind
     [,1] [,2]
[1,]    1    6
[2,]    2    7
[3,]    3    8
[4,]    4    9
[5,]    5   10
and I'd like to extract sequences 1:6, 2:7, 3:8, ..., 5:10  from a vector x.
What would be the
2013 Feb 26
2
(no subject)
I've run into a problem with `doveadm backup` (2.2 rc2 and 20130226)
I did not notice in 2.1.15
doveadm backup [-Dv] -R -u cyrtest1 at iai.uni-bonn.de -m INBOX imapc:
=> crashes (signal 6 with acl plugin configured, sig 11 without acl)
If this is considered a bug (not just because of the crash but in the
meaning of "my configuration should work") it would be great if it could
be
2004 Jan 22
1
Bug repport
I have installed openssh-3.7.1p2(and its Run-time dependencies), from Software Porting And Archive Centre for HP-UX, on an HP rx2600 OS-version 11.23.
When I now try  to use ssh to this server it works but the DISPLAY environment variable is not set.
I get this line in syslog.log on the server
Jan 16 10:24:25 sabina sshd[8979]: Accepted publickey for s66103 from 136.163.6.9 port 53117 ssh2
Jan
2009 Aug 31
0
Xenclient build error for crti.o
Hi 
 
I am trying to build Xenclient and while it builds gcc, it returns
following error.
 
/home/vinxen/xenclient/build/toolchain_build_i686/gcc-4.2.4-initial/./gc
c/xgcc
-B/home/vinxen/xenclient/build/toolchain_build_i686/gcc-4.2.4-initial/./
gcc/
-B/home/vinxen/xenclient/build/build_i686/staging_dir/usr/i686-linux-ucl
ibc/bin/
2015 Feb 24
0
Dovecot 2.2.15, Panic: array.h: line 197 (array_idx_i): assertion failed: (idx * array->element_size < array->buffer->used)
Hi all
Version: 2.2.15
OS: SLES11 SP3 x86_64
Problem with replication for some users:
Log Server 1:
Feb 24 09:29:42 v063ik dovecot: dsync-local(user at domain.com): Error: read(v063il.pnet.ch) failed: <no error>
Log Server 2:
Feb 24 09:29:42 v063il dovecot: dsync-server(user at domain.com): Panic: file ../../../src/lib/array.h: line 197 (array_idx_i): assertion failed: (idx *
2006 Nov 30
4
response is null when using should_render_rjs
I''m trying to use rspec to test a controller that has ajax.
I have the following action:
   def change_ad_type_form
     render :update do |page|
       page.replace_html ''ad_sub_form'', :partial => ''text''
     end
   end
and the following spec:
   specify "should return Text subform on AJAX request to  
change_ad_type_form" do
    
2008 Jan 01
1
Redundant timers
Hello.
I am on an irrational crusade against unneeded timers (it started as a
well-meaining power saving exercise), and I have now started removing
polling in Dovecot.
Attached is a patch with the work I did on this the other night. Would
something like that be acceptable, or should I make it in a different
way?
There seems to be no one-shot timer support, right?
Is there a Dovecot coding