similar to: delivery and quota question

Displaying 20 results from an estimated 2000 matches similar to: "delivery and quota question"

2009 Mar 27
7
multiple sql servers - loadbalancing and failover
Hi, Is there a way for dovecot to use a pool of sql (mysql) servers and load balance queries between these? Also fallback to next available sql server if connection to previous one fails. Can dovecot do such things currently? (If not this is feature request). -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/
2007 Mar 28
2
ignoring some subfolders [potential wishlist]
Hello I'm looking at migration path from my current setup (tpop3d/courier-imap) and I seem to miss one feature - ability to ignore some subfolders for pop3. tpop3d allows me to say: maildir-ignore-folders: Spam Trash trash Sent sent-mail POP3-Invisible (would be stupid to fetch own sent-mail via pop3 again 8-) In recent tpop3d cvs version I can also use regexps like
2008 Dec 15
2
1.1.7: quota problem, unable to delete mails when quota exceeded
Hi, When user exceeds it's quota then dovecot can't create it's files and it's showing zero mails :( This also means that user is unable to delete it's own mails. Sounds like kind-of bug, right? Dec 15 08:28:37 mbox1 dovecot: IMAP(xxx): open(/var/mail/xxx/dovecot-uidlist.lock) failed: Disk quota exceeded Dec 15 08:28:37 mbox1 dovecot: IMAP(kdudus):
2008 Jul 25
2
stopping dovecot
This may be a silly question but how to correctly stop dovecot and be sure that it's possible to start it again? kill -TERM `cat /var/run/dovecot/master.pid` doesn't work well. I have imap-login processes staying arround and occupying port which leads to Fatal: listen(0.0.0.0, 993) failed: Address already in use when trying to start again 2s after stopping. -- Arkadiusz Mi?kiewicz
2010 Mar 02
2
1.2.10 and questions
Hi, 1) Why dovecot -n doesn't display default values? At least it didn't display mail_max_userip_connections(default): 20 mail_max_userip_connections(imap): 20 mail_max_userip_connections(pop3): 10 if I had set ONLY mail_max_userip_connections (to be =10) 2) "Maximum number of connections from user+IP exceeded (mail_max_userip_connections): " Could it be enhanced to
2006 Jun 29
1
[PATCH]: updated tpop3d UIDL support based on older patch
Hi, Here is an updated patch which allows to use tpop3d compatible UIDL in dovecot (it's against 1.0rc1): http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/dovecot-tpop3d-uidl.patch?rev=1.2 which is based on: http://dovecot.org/pipermail/dovecot/2006-March/012080.html Please consider merging it. -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl
2000 Oct 21
2
scp and regstarting transfer
Hi, I have one question. Is someone working on restarting transfers ability in scp ? This will be nice feature especially when you want to download huge file and you will lost connection (at 90%, 600MB file as I had) :-( -- Arkadiusz Mi?kiewicz http://www.misiek.eu.org/ipv6/ PLD GNU/Linux [IPv6 enabled] http://www.pld.org.pl/
2001 Feb 17
2
Important fix (sshd && binding). Portable version only.
If bind() fails we _always_ should close socket. I sent this patch while ago to djm but I still don't see this fix in openssh_cvs. diff -urN openssh-2.3.0p1.org/sshd.c openssh-2.3.0p1/sshd.c --- openssh-2.3.0p1.org/sshd.c Sat Jan 6 19:54:11 2001 +++ openssh-2.3.0p1/sshd.c Sat Jan 6 19:55:48 2001 @@ -782,10 +782,10 @@ debug("Bind to port %s on %s.", strport, ntop); /*
2012 Mar 12
3
--delete not working
Hi guys , i need some help. I am trying to make a full sync of two of my servers. But i noticed a very odd thing. If i create a directory , for example /usr/include/SOME_FOLDER/some_file on server2 when i do : root at server1 #$ rsync -avhH --exclude proc/ --exclude sys/ --exclude dev/ / root at server2:/ after the whole sync, the /usr/include/SOME_FOLDER/some_file will still be in
2009 Jan 26
1
imap flags - \* - dovecot 1.1.{8,9}
Isn't \* supposed to be (almost always) in flags after "SELECT" command in dovecot imap? Isn't \* meaning is "you can store any new flag" ? 20 select INBOX * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft)] Flags permitted. so no \* ... [..] 50 store 1 +flags $MDNSent * FLAGS (\Answered \Flagged
2009 May 21
1
crypt() failure is possible
dovecot 1.1.15 in src/auth/password-scheme.c contains: static bool crypt_verify(const char *plaintext, const char *user ATTR_UNUSED, const unsigned char *raw_password, size_t size) { const char *password; if (size == 0) { /* the default mycrypt() handler would return match */ return FALSE; } password =
2008 Dec 11
1
W= fixup feature
Hi, When there are maildir mail files without W= tag in name then dovecot opens them, read data inside to calculate W= size, cache that information etc. Would be it sensible to have option where dovecot would fix names of such files? Like if no W= then after calculating size rename file to actually contain W= ? -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl
2011 Jun 02
1
2.0: deliver run from multiple uids and configuration files
I'm trying to run deliver from exim transport in a way that it doesn't need to query userdb AND doesn't need to read configuration files. The problem is that config files are readable for root only and if I run deliver with multiple UIDs then I would have to allow reading config files for everyone. Of course that's not a option because configs contain database passwords and
2005 Sep 22
2
repeatable disconnections when rsyncing over ssh
Hi, I have a problem with rsyncing large data sets (consisting bunch of small files) over ssh. rsync 2.6.6 on both sides. Linux 2.6.10 on receiving side, 2.6.12.6 on sending side. This strace is from rsyncing over 2Mbit link but I can repeat it over 100Mbps lan, too (while testing on lan 2.6.11.3 was on sending and 2.6.12.6 on receiving side). I wonder what can be problem here? Some
2006 Mar 01
1
upload file above /public, authenticate before serving?
I have file uploads to the database and stored in a longblob working on our client extranet, except that it kills mysql/activeRecord on files bigger than about 200kb. (is there a reason for this - running mysql 5.0.18, lighttpd or webrick on winxp??) So I''m now thinking about whether its possible to do either: 1) upload a file into #rails_root/some_folder/ instead of
2005 Jul 31
1
xen 3.0 on UP amd64 - rootfs mounting problem in xenU
Hi, I''m trying to run Xen 3.0 on my amd64 UP machine. So far xen0 is working fine but there is a problem with mounting rootfs on xenU kernel. Is there something else that needs to be compiled into xenU 3.0 kernel? $ grep XEN kernel-xenU-x86_64-3.0.config CONFIG_XEN=y CONFIG_ARCH_XEN=y # XEN # CONFIG_XEN_PRIVILEGED_GUEST is not set # CONFIG_XEN_PHYSDEV_ACCESS is not set
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
Hi, After some recent merge to Linus tree resume from ram on my thinkpad t400 stopped working. My latest test was done on today Linus git master tree. I'm closing lid, it suspends according to "moon" led. When I open lid I see that LCD backlight is on (not sure if it turns on when I open lid or maybe it never turns off), black screen with cursor blinking in upper corner but...
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
Hi, After some recent merge to Linus tree resume from ram on my thinkpad t400 stopped working. My latest test was done on today Linus git master tree. I'm closing lid, it suspends according to "moon" led. When I open lid I see that LCD backlight is on (not sure if it turns on when I open lid or maybe it never turns off), black screen with cursor blinking in upper corner but...
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
Hi, After some recent merge to Linus tree resume from ram on my thinkpad t400 stopped working. My latest test was done on today Linus git master tree. I'm closing lid, it suspends according to "moon" led. When I open lid I see that LCD backlight is on (not sure if it turns on when I open lid or maybe it never turns off), black screen with cursor blinking in upper corner but...
2014 Jun 13
7
[Bug 79971] New: 3.15.0-11819-gc1fdb2d: oops
https://bugs.freedesktop.org/show_bug.cgi?id=79971 Priority: medium Bug ID: 79971 Assignee: nouveau at lists.freedesktop.org Summary: 3.15.0-11819-gc1fdb2d: oops QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: arekm at maven.pl Hardware: Other