Displaying 20 results from an estimated 300 matches similar to: "format for per-user QUOTAs in passwd-file?"
2006 Sep 14
2
Quota plugin rewrite
Backported from CVS HEAD to branch_1_0. You can get it as a patch from
http://dovecot.org/patches/1.0/quota-rewrite.diff
New features include support for multiple quota roots, so you could have
eg. per-user quota and a larger domain quota (although no backend
actually supports this yet..).
The more important feature is that you can configure specific mailboxes
to have a bit more space available
2006 Sep 11
1
what defines dovecot LOG perms?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
on dovecot launch, 'dovecot.log' is created as:
    -rw------- 1 root  testuser 271 2006-09-11 07:58 dovecot.log
which causes an apparent perms prob with exim using dovecot's LDA ...
what/how do i define/change the LOG's ownership/perms with?
it seems to ignore the dovecot.conf umask setting, etc.
thx.
richard
- -- 
/"\
\
2006 Sep 21
2
bug(let): openssh v4.3p2 'ok' out-of-box; 'configure' does not survive 'autoreconf'
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
building OPENSSH v4.3p2 on OSX 10.4.7, all's fine (config, nake, 
install, exec) out-of-the-box. so, to be clear, this is NOT a blocker, 
by any stretch ...
that said, however ...
if, instead of a don't-monkey-with-it build, prior to ./configure, i:
	autoreconf -i -f
then, a subsequent:
	./configure \
	  --prefix=/usr/local/openssh \
2006 Aug 21
3
sieve-cvs build failing @ 'make'
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
hi,
i've dovecot-cvs up on osx.  logging in with virtual users is working.
so far so good.
i'm attempting to build sieve support now.
after:
	% cd /usr/ports/dovecot/dovecot-sieve
	% glibtoolize -f -c
	% autoreconf -i -f
		configure.in: installing `./install-sh'
		configure.in: installing `./missing'
		src/Makefile.am:
2006 Sep 09
2
SSL_accept failed
Hello, I'm new to dovecot. I just installed it a few days ago on  
FreeBSD via the ports and got it up and running without too much  
trouble. Although yesterday I turned on the SSL/TLS features and  
tried to get secure connections to work.
I don't get any error messages when launching dovecot, I saw it  
successfully create the SSL parameters after first enabling the  
feature yet I
2006 Aug 20
2
maildir autodetect failing. what's wrong with this setup?
i'm setting up for virtual_users w/ maildir.
i have in my dovecot.conf:
 auth default {
  passdb passwd-file {
   args = /etc/dovecot/imapd.passwd
  }
  userdb static {
   args = static uid=300 gid=300 home=/var/dovecot/mail
mail=maildir:/var/dovecot/mail/%d/%n/Maildir nice=10
  }
 }
 default_mail_env =
maildir:/var/dovecot/mail/%d/%n/Maildir:INDEX=/var/dovecot/indexes/%d/%n
in
2006 Sep 09
2
request to have dovecot authenticator driver 'officially' included/supported
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi all,
per the exim docs @:
	http://exim.org/exim-html-4.62/doc/html/spec_html/ch36.html
a cyrus_sasl authenticator driveer is 'included' in exim core.
given that Dovecot has become a very attractive alternative for an 
increasing number of folks, and there's a patch against exim 4.43 here:
2006 Aug 29
1
dovecot SASL as auth backend to exim?
hi,
i'm running dovecot branch_10 cvs on OSX 10.4.7 w/ exim 4.63.
i'd like to use Dovecot's SASL as an auth backend to exim, instead of 
Cyrus-SASL.
@ dovecot's sasl page:
   http://wiki.dovecot.org/Sasl
i know there's a patch against exim 4.43:
   http://www.exim.org/eximwiki/AuthenticatedSmtpUsingDovecot
that, purportedly, enables EXIM to use dovecot's SASL as an
2006 Sep 08
0
quota infor @ wiki page
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi matthias,
reading the dovecot wiki page:
	http://wiki.dovecot.org/Quota
that, apparently, you last edited (created?):
	Quota (last edited 2006-06-13 15:27:38 by MatthiasAndree)
i note:
"
	plugin {
	  # 10 MB quota limit
	  quota = maildir:storage=10240
	  # 1000 messages quota limit
	  quota = maildir:messages=1000
	  # 10 MB + 1000
2006 Aug 23
0
bug? order dependencies in branch_1_0 conf file
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
bldg dovecot cvs branch_1_0 on osx, i'm seeing a sensitivity to order in
protocol statements.
e.g., on launch:
THIS WORKS FINE:
	protocol lda {
	 sendmail_path = /usr/local/exim/bin/exim
	 ...
	 plugin {
	  quota = maildir:storage=10240 # 10 MB quota limit
	 }
	}
but, THIS DOES NOT
	protocol lda {
	 ...
	 plugin {
	  quota =
2006 Sep 28
0
[BUG(let)] Dovecot does not recognize threaded/reentrant mysql libs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
i build mysql (currently v5.0.22) on OSX 10.4.7 w/ threading enabled.
i.e., i build the reentrant libs:
	libmysqlclient_r.dylib
rather than the 'usual':
	libmysqlclient.dylib
currently, to make Dovecot 'play nice' and recognize the reentrant 
libs, I:
	perl -pi -e 
2006 Aug 16
1
help debugging TLS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
hi,
i've built dovecot latest cvs on OSX 10.4.7.  i'm making a 1st attempt @
trying/failing to get TLS operation up-n-running ...
my install's OK:
	Install prefix ...................... : /usr/local/dovecot
	File offsets ........................ : 64bit
	I/O loop method ..................... : poll
	File change notification method
2006 Aug 28
1
unknown dovecot error. imap or logging rate?
hi,
i've dovecot cvs 10branch installed on OSX 10.4.7.
when i login from my MUA (in this example, Mulberry), functionally all looks OK.
BUT, i *do* see one error in the log output,
	dovecot: Aug 27 20:43:25 Error: IMAP(testuser at mydomain.com): Sending log 
messages too fast, throttling..
Is this an imap error? or is it 'just' the error of logging too fast?
if the latter, what
2006 Sep 09
0
dovecot LDA w/ exim: "dyld: Library not loaded" & "trace trap" errors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
i've Dovecot 10branch head built on  on OSX 10.4.7.
i've also exim 4.63 configured for use with dovecot's AUTH.
on local delivery via exim -> dovecot LDA, i see two errors:
	(1) dovecot_lda transport output: dyld: Library not loaded: 
/usr/local/ssl/lib/libssl.0.9.8.dylib
	(2) Child process of dovecot_lda transport (running
2006 Aug 31
1
one example, just one example ...
... of a correctly formatted QUOTA spec in/for a static userdb.  That's all I'm 
askin' for!
i've tried a bunch of variants. the most recent two:
	user at domain.com:{PLAIN}testpass:::::: quota=maildir:storage=4096
	user at domain.com:{PLAIN}testpass:::::: maildir:storage=4096
*none* (so far ...) work to override the spec in dovecot.conf.
no errors in the logs; rather, simply:
2002 Aug 15
0
Samba MiniConf at LCA 2003
Hello All,
	I'm one of the organisers for The Australian Linux Technical
Conference called linux.conf.au (LCA for short).  At LCA we are having
mini-conferences.  These mini-confs are not officially part of the main LCA
but are aimed at specific subsections of the (Australian) Linux community.
Currently at LCA2003 we have a confirmed Debian mini-conf SAGE-AU (Systems
Administrators Guild of
2013 Jan 16
2
Sound config
Hi All,
I have been wrestling with this problem for months now and at my wits 
end.  The sound is always very low and if I try to bring the sound 
louder by using the sound references icon on the top panel, the sound is 
choppy with lots of static.
Output of lspci for the sound device is as follows:
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio 
Controller (rev a1)
2008 Jul 24
0
Delay in 'logon home' being set
Hi folks,
Is the above possible? I'll explain.
I've set up samba v3.0.25b-1.el4_6.5 as PDC. Everything Samba itself 
seems to work fine (at least according to every test I've come across 
online).
However, I've spent the better part of 3 days trying to get an XP SP2 
client to correctly execute the logon script. EVERY possible thread, 
EVERY possible question previously asked
2009 Oct 07
2
how to config dovecot for multiple domains, multiple SSL certs, and conditional IP access -- with passwd-file passdb?
at them moment, i've configured dovecot for a flat passwd-file, annd
static userdb.  from dovecot.conf,
  ...
  auth default {
	mechanisms = plain digest-md5 cram-md5
	user = mail
        ...
	passdb passwd-file {
	  args = /data/mail/users/imap_user_file
	}
	userdb static {
	  args = static uid=mail gid=mail
home=/data/mail/store/Domains/%d/Accounts/%n
quota=maildir:storage=4096 nice=10
	}
2006 Mar 15
5
Recent 6.1-PRE: burncd: ioctl(CDRIOCFIXATE): Input/output error
I'm running:
localhost(6.1-P)[21] uname -a
FreeBSD localhost 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #19: Wed Mar 15 07:15:25 PST 2006     root@g1-18.catwhisker.org.:/common/S2/obj/usr/src/sys/LAPTOP_30W  i386
localhost(6.1-P)[22] 
I figured I'd grab a copy of the recent 6.1-BETA4 (disc1) ISO to
try it out & hand it out to folks....
It seems to have worked, but I got a bit of a whine