Displaying 20 results from an estimated 200 matches similar to: "pop3-throttle"
2013 May 14
0
[LLVMdev] Implicit basic block labels?
On Mon, May 13, 2013 at 5:31 PM, Paul Sokolovsky <pmiscml at gmail.com> wrote:
> Hello,
>
> I only recently started to look at LLVM assembly generated by Clang,
> and one of the first thing I saw was like:
>
> define i32 @foo(i32 %a, i32 %b) nounwind {
>   %1 = tail call i32 @bar(i32 %a) nounwind
>   %2 = icmp eq i32 %1, 0
>   br i1 %2, label %5, label %3
>
2013 Jan 19
1
[PATCH] support for NetBSD 6.0 libquota
Hi
NetBSD 6.0 introduced a new improved quota subsystem and an unified API
(libquota) to handle the new and old quota implementation. dovecot is
unable to use the new quota implementation right now, and will even fail
to build with the old quota API on NetBSD 6.0:
Here are dovecot patches to support NetBSD libquota:
http://ftp.espci.fr/shadow/manu/dovecot-libquota.tgz
-- 
Emmanuel Dreyfus
2017 Sep 16
0
dsync panic in mbox_lock
> On September 16, 2017 at 5:28 AM Emmanuel Dreyfus <manu at netbsd.org> wrote:
> 
> 
> Hello
> 
> I am trying to setup replication with dovecot-2.2.29.1, and for some
> users, I get a reproductible panic:
> 
> # doveadm -v -o plugin/mail_replica=remoteprefix:root at mail2.example.net
> sync -d  -u jdoe
> dsync-local(jdoe): Panic: file mbox-lock.c: line 799
2017 Sep 17
1
dsync panic in mbox_lock
Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> We have seen this before but so far the actual bug has not been
> reproducible for us. Can you post your doveconf -n 
Here it is: 
https://ftp.espci.fr/shadow/manu/conf.log
> and also logs with
> doveadm -Dv -o plugin/mail_replica=remoteprefix:root at mail2.example.net
> sync -d -u jdoe
https://ftp.espci.fr/shadow/manu/sync.log
2011 Aug 21
2
Fixing split brain
Hi
Consider the typical spit brain situation: reading from file gets EIO,
logs say:
[2011-08-21 13:38:54.607590] W [afr-open.c:168:afr_open]
   0-gfs-replicate-0: failed to open as split brain seen, returning EIO
[2011-08-21 13:38:54.607895] W [fuse-bridge.c:585:fuse_fd_cbk]
   0-glusterfs-fuse: 1371456: OPEN()   
  /manu/netbsd/usr/src/gnu/dist/groff/doc/Makefile.sub => -1 
  (Input/output
2017 Sep 16
2
dsync panic in mbox_lock
Hello
I am trying to setup replication with dovecot-2.2.29.1, and for some
users, I get a reproductible panic:
# doveadm -v -o plugin/mail_replica=remoteprefix:root at mail2.example.net
sync -d  -u jdoe
dsync-local(jdoe): Panic: file mbox-lock.c: line 799 (mbox_lock):
assertion failed: (lock_type == F_RDLCK || mbox->mbox_lock_type !=
F_RDLCK)
Abort
User is not overquota, and filesystem
2013 May 05
5
dovecot 2.2.0 corrupts mailboxes?
Hi
On april 17th, I upgraded from dovecot 2.1.13 to 2.2.0. Since that time,
I had two different users that reported received three incident of
messages that disapeared from their mailboxes. 
The mailbox format is mbox on local FFS filesystem (no NFS), and I use
filesystem quotas (but both users are far from filling their quotas).
When the message disapeared, it was always a whole rand of dates.
2017 Sep 02
0
mail_log_events and dsync
Hello
mail_log_events is handy to track what happened to a given message.
Unfortunatly, it seems dsync activity is not captured. This causes
messages to appear or vanish without a log trace.
Did I miss a setting to get it? How should I track how something went
wrong with dsync?
-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu at netbsd.org
2013 May 13
2
[LLVMdev] Implicit basic block labels?
Hello,
I only recently started to look at LLVM assembly generated by Clang,
and one of the first thing I saw was like:
define i32 @foo(i32 %a, i32 %b) nounwind {
  %1 = tail call i32 @bar(i32 %a) nounwind
  %2 = icmp eq i32 %1, 0
  br i1 %2, label %5, label %3
; <label>:3                                       ; preds = %0
  %4 = add nsw i32 %b, %a
  br label %7
I wondered what ";
2007 Oct 14
4
ResponseTimeOut() and t extension
Hi List;
Can someone advise me why in the below context, it
does not run the Background step? Once I dial 1000,
then it hangup and give congestion signal? If I
comment the ResponseTimeOut, then it run the
Background but it does not wait till caller enter the
digits, once the sound file finish, then it hangup
(congestion signal), also in all the situation, it
does not go for the t extension, why?
2005 Nov 14
1
Using TBF to throttle a PC to 5kbps
Hi Everyone,
This is a simple question but I don''t understand why the below tbf is not 
working as expected by throttling traffic to 5kbps
If I throttle a PC''s traffic using the below when traffic exceeds 5kbps 
packets start getting dropped (as they should) but all traffic gets dropped. 
not just the bit over 5kbps.
TC="tc add dev ppp0"
$TC parent 8001:2 handle 2:
2005 Dec 20
1
throttle incoming traffic
Hi,
i''ve got traffic shaping up an running perfectly for outgoing
connections. Now i also want to control the incoming traffic rate on
mein linux gentoo box. is there any possibity for doing this without
dropping packages. for example delaying ACKs or something like this.
im running a
patched 2.6.14 kernel with
iproute 20050310-r1
any suggestions?
regards
Uwe
2004 Oct 27
0
throttle lan client only
I have the below example working on tagging a "source" and throttling all
the clients for traffic control.  However, I need to throttle a specific
client on the lan side only.  The solution could be with or with out the
use of iptables, it doesn''t matter.
this works:  eth0=wan eth1=lan
---------------------------------------------------------------------------
 
2004 May 05
0
Newbie trying to throttle bandwidth
I apologize with what may be some very basics questions.  I''m trying to go 
through sections 9 and 15 of the LARTC FAQ, but my head can''t quite grasp 
what''s going on.  I''ll keep going through them to see if something clicks, 
but meanwhile I was hoping someone might point me in the direction that I 
should focus my efforts.
The server at our church is running
2007 Nov 19
2
Throttle New Connections?
All,
Is anyone using iptables (recent module), or any other alternatives, to
throttle the number of new imap or pop connections per minute? We have
some applications that like to login every second to pull mail using
imap, so we'd like to protect the entire dovecot server from these
applications. We've already made the change over to high-perf mode, but
we still need some type of denial
2006 Feb 08
4
DO NOT REPLY [Bug 3491] New: throttle disk IO during filelist/directory parsing
https://bugzilla.samba.org/show_bug.cgi?id=3491
           Summary: throttle disk IO during filelist/directory parsing
           Product: rsync
           Version: 2.6.4
          Platform: All
               URL: http://vilius.multiply.com/video/item/10
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: core
       
2006 Jun 14
5
display formatted date
Hi,
In my form I have date field set as ''datetime_select'' which is fine as I 
wanted it in the same format. But while displaying (list action) it 
displays date in long format i.e. ''Tue May 30 15:39:00 Central Daylight 
Time 2006''. How can I format it so that it will just be diaplyed as 
''dd/mm/yyyy'' format?
Thanks
-- 
Posted via
2004 Oct 20
1
throttle particular client ip
I know this will be trivial for most, but I am having trouble with getting
my scenario to work correctly.  I want to ''tag'' and ''throttle'' the
bandwidth to and from a particular client on my lan side.  Better yet, I
just want to throttle smtp traffic, per say, for that ip.
----lan----------eth1-[linux.box]-eth0----------internet
I have used the technique
2009 Jun 24
3
Auth worker max line size
Hello
I have been playing with some exotic authentication scheme with Dovecot
and PAM. That involves sending really large base64 encoded data as 
the IMAP password, and I have hit a line limit in Dovecot, with
AUTH_WORKER_MAX_LINE_LENGTH set to 1024.
This limit is especially frustrating since other parts of the software
use much larger limits:
MAX_INBUF_SIZE 4096
MAX_IMAP_LINE 8192
2013 Nov 29
2
BUG: Authentication client sent unknown handshake command
Hi
After upgrading the kernel, everything is fine, except dovecot authentication.
I get this trange thing (data after REQUEST? changed just in case it 
contains anything sensitive):
Nov 29 16:56:01 volanges dovecot: auth: Error: BUG: Authentication client sent unknown handshake command: REQUEST?6970356762?616?6?235264ef69dbd1665538af54d12fdaea?session_pid=453?req...
Nov 29 16:56:01 volanges