Displaying 1 result from an estimated 1 matches for "373574".
Did you mean:
371574
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 =