Displaying 20 results from an estimated 60000 matches similar to: "Issue building rc6 on Mac OS X (quota)"
2006 Feb 03
0
rquotad (NFS) quota plugin
The attached patch is an updated version of my quota-rquotad patch for the
quota plugin. Like quota-fs, it only does quota reporting, not enforcing or
changing. It also only works on FreeBSD, and possibly other *BSD's. It lacks
any and all configure-time tests to see if RPC is even supported, and
hardcodes the (Free)BSD way of getting at the NFS server of an NFS mount.
I'm mostly mailing
2012 Feb 12
2
v2.1.rc6 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz.sig
I've finally finished all of my email backlog. If you haven't received an answer to some question/bugreport, resend the mail.
This is hopefully the last v2.1 RC. If I don't receive any (serious) bug reports about this release in next few days, I'll just change
2012 Feb 12
2
v2.1.rc6 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz.sig
I've finally finished all of my email backlog. If you haven't received an answer to some question/bugreport, resend the mail.
This is hopefully the last v2.1 RC. If I don't receive any (serious) bug reports about this release in next few days, I'll just change
2006 Aug 07
0
rc6 compilation problem?
Hello,
I usually have no problem compiling dovecot on my OS X.4 machine
(last one I compiled was rc2), but rc6 is giving trouble:
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -
DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib -I../../../src/
lib-dict -I../../../src/lib-index -I../../../src/lib-mail -I../../../
src/lib-storage -I../../../src/lib-storage/index
2011 Mar 17
0
xen_4.1.0~rc6-1_amd64.changes is NEW
libxen-dev_4.1.0~rc6-1_amd64.deb
to main/x/xen/libxen-dev_4.1.0~rc6-1_amd64.deb
libxenstore3.0_4.1.0~rc6-1_amd64.deb
to main/x/xen/libxenstore3.0_4.1.0~rc6-1_amd64.deb
(new) xen-docs-4.1_4.1.0~rc6-1_all.deb optional doc
Documentation for Xen
This package contains all the large documentation files for Xen. This
includes a description interface (both the API, and a nice explanation of
how
2008 Nov 12
0
[LLVMdev] [PATCH] Enable malloc_zone_statistics() in Mac OS X (cmake)
For Mac OS X, we have malloc_zone_statistics() defined
<malloc/malloc.h>, however, if we don't define
HAVE_MALLOC_ZONE_STATISTICS, that function won't be used
and we will get warnings like:
lib/System/Unix/Process.inc:68:2: warning: #warning Cannot get
malloc info on this platform
This patch enables this function in cmake build.
---
cmake/config-ix.cmake | 1 +
2006 Aug 06
0
1.0 RC6 released
http://dovecot.org/releases/dovecot-1.0.rc6.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc6.tar.gz.sig
Back to rc1's SSL proxying code with some improvements, which hopefully
now makes everyone happy.
I'm seeing all kinds of problems with namespace prefixes and LIST code.
I guess it would be important to fix it before v1.0 since it makes
upgrades from other servers easier..
I also
2006 Aug 06
0
1.0 RC6 released
http://dovecot.org/releases/dovecot-1.0.rc6.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc6.tar.gz.sig
Back to rc1's SSL proxying code with some improvements, which hopefully
now makes everyone happy.
I'm seeing all kinds of problems with namespace prefixes and LIST code.
I guess it would be important to fix it before v1.0 since it makes
upgrades from other servers easier..
I also
2010 Mar 21
2
Gnulib setenv on Mac OS X bug?
There seems to be a bug in Gnulib's setenv module on Mac OS X. At
configure time it says:
checking whether setenv validates arguments ... no
(The test program it is running is:
| int
| main ()
| {
|
| if (setenv ("", "", 0) != -1) return 1;
| if (errno != EINVAL) return 2;
| if (setenv ("a", "=", 1) != 0) return 3;
| if
2010 Aug 13
1
v2.0.rc6 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc6.tar.gz
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc6.tar.gz.sig
I expect this to be the last release candidate. Unless release critical
bugs are reported, I'll update the version number to v2.0.0 on Monday
morning without any other changes.
Since rc5 there have been mainly some small fixes and some error message
improvements. The only
2010 Aug 13
1
v2.0.rc6 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc6.tar.gz
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc6.tar.gz.sig
I expect this to be the last release candidate. Unless release critical
bugs are reported, I'll update the version number to v2.0.0 on Monday
morning without any other changes.
Since rc5 there have been mainly some small fixes and some error message
improvements. The only
2007 Jul 24
3
Quota plugin, Maildir, dict backend loop problem
Hello,
I've been working with the quota plugin(s) the past few days and have
been having some real trouble. Only a few entries are appearing in the
database, a couple more when I restarted dovecot. None of the current
entries were being updated either.
I think I've tracked it down to somewhere in the dict backend. I put in
a few i_info() statements and recompiled. A few queries get
2006 Aug 11
1
rc6 + ssl proxy patch = no go
Timo,
I nervously ran rc6 plus the patch:
http://dovecot.org/tmp/ssl-proxy-openssl.c
on my Solaris 9 box, in production, this morning. My dovecot.conf file is
attached. Like similar reports for BSD, rc6 fell over after an hour and a
half. The final syslog message was:
dovecot: [ID 920869 mail.error] Login process died too early - shutting down
I rolled back to rc2 for production.
BTW,
2006 Aug 21
2
Filesystem Quota Enhancement Patch
I have just updated my patch that provides enhanced support for
filesystem-based quotas in Dovecot. I provides 2 main features:
* Support for group quotas
* Number of messages quota for users of maildir
If both user and group quotas are enabled on the filesystem, the plugin
will report the quota that is closer to the maximum independently for
both storage space and message count. The
2010 Mar 21
2
Observations on compiling on Mac OS X 10.5 (Leopard)
I started with:
- Mac OS X 10.5.8
- Xcode installed
- OCaml from GODI
- qemu from git
autoconf is really ancient (2.61). It doesn't have AM_SILENT_RULES
and although we tried to make things work when autoconf lacks this by
having:
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
this nevertheless
2007 May 22
1
Quota handling - opportunity for new Feature?
This initial proposal for a Feature Request is the result of my desire
to implement quotas, but not have the attendant headaches that
inevitably accompany its implementation.
Ralf Hildebrandt wrote:
> I have to face it, my users are retards:
Is there any other kind of user? ;)
<snip>
> Thus I need a feature in dovecot that will tell them via email:
>
> Level1:
2009 Oct 27
1
dovecot-2.0.alpha2 doesn't compile on Mac OS X
Howdy, dovecot-2.0.alpha2 doesn't compile on Mac OS X.
First, trivially, there's a typo in array.h:
--- a/src/lib/array.h 2009-10-08 10:04:35.000000000 -0500
+++ b/src/lib/array.h 2009-10-27 10:35:58.000000000 -0500
@@ -72,7 +72,7 @@
(elem)++)
# define array_foreach_modifiable(array, elem) \
for (elem = ARRAY_TYPE_CAST_MODIFIABLE(array) \
-
2005 Sep 28
0
Samba and OS X 10.4.2 - vfs quota inheritance not correct
We're running Samba 3.0.20 on a Solaris 9 server, using the Blastwave build.
smb.conf file is below. Our user homes are on a Veritas file system with
vxquota enabled, usually 50M per user, and then users have links under their
home dirs to file systems with larger quotas or no quotas.
For example, /home/joeuser has a 50M vxquota, but /home/joeuser/aux is a
softlink to /vol/aux on which
2004 Jul 01
1
RGL on Mac OS X
Scanning various lists for R, I've noticed that a few people have raised the
question of getting the "rgl" package to run in R on the Mac operating
system. As far as I can tell (and I must admit to being a novice here), the
problem has to do with the inclusion of the /usr/X11R6/lib in R's
environment, masking one framework with another. More than one of the
people commenting on
2016 Feb 25
2
Block public namespace mail when quota exceeded
Dear All,
is it possible to temporarily reject mails, when quota of public namespace
subfolder is exceeded? I'd check folder size with a cronjob.
Dovecot is using a system user, so I guess blocking post and insert in ACL
isn't a solution?
I don't want to set the folder to read-only, that users can still delete
mails.
Thank you in advance.
- Chris