Hello, i have only some typo: (using rc17)
adding to section imap {} mail_plugins = quota produce on dovecot start
IEffective uid=65534, gid=65534 ILoading modules from directory: /usr/local/dovecot/lib/dovecot/imap IModule loaded: /usr/local/dovecot/lib/dovecot/imap/lib10_quota_plugin.so
and there is little patch to use vpopmail on nonstandart location (like /usr/local/vpopmail for example) (--with-vpopmail=/usr/local/vpomail)
*** configure.old 2007-01-07 02:26:51.000000000 -0500 --- configure 2007-01-17 21:05:37.000000000 -0500
*** 21353,21361 **** --- 21353,21363 ---- want_vpopmail=no else want_vpopmail=yes
- vpopmail_home="$withval" fi else want_vpopmail=yes
- vpopmail_home="
echo ~vpopmail
" fi
*** 30717,30723 **** fi
if test $want_vpopmail = yes; then
! vpopmail_home="echo ~vpopmail
"
vpop_libdeps="$vpopmail_home/etc/lib_deps"
{ echo "$as_me:$LINENO: checking for vpopmail configuration at $vpop_libdeps" >&5 --- 30719,30725 ---- fi
if test $want_vpopmail = yes; then
! # vpopmail_home="echo ~vpopmail
"
vpop_libdeps="$vpopmail_home/etc/lib_deps"
{ echo "$as_me:$LINENO: checking for vpopmail configuration at $vpop_libdeps" >&5
Thank you for your time and happy coding.
Best regards Lampa
On Wed, 2007-01-17 at 21:46 +0100, Lampa wrote:
Hello, i have only some typo: (using rc17)
adding to section imap {} mail_plugins = quota produce on dovecot start
IEffective uid=65534, gid=65534 ILoading modules from directory: /usr/local/dovecot/lib/dovecot/imap IModule loaded: /usr/local/dovecot/lib/dovecot/imap/lib10_quota_plugin.so
Do you mean those "I" things or am I missing the typo? Those "I" things are part of Dovecot's internal logging protocol. They're not really supposed to be seen, but since this happens only with mail_debug=yes and fixing it is probably not that simple, I think I'll just leave it as it is. In Dovecot v2.0 all this code is rewritten anyway, so no point in wasting time in it :)
and there is little patch to use vpopmail on nonstandart location (like /usr/local/vpopmail for example) (--with-vpopmail=/usr/local/vpomail)
Done. I did it a bit differently though so that --with-vpopmail=yes still works the old way:
http://dovecot.org/list/dovecot-cvs/2007-January/007443.html
participants (2)
-
Lampa
-
Timo Sirainen