Displaying 2 results from an estimated 2 matches for "virtualworld".
2009 Apr 08
2
Strange behavior of header_filter_callback
...ch code)
For compile in command-line run:
# DOVECOT=<path to dovecot> gmake
...send mail...
...view dovecot lda log...
# gmake clean
# WITH_ONLY_HEADERS=1 DOVECOT=<path to dovecot> gmake
...send mail...
...view dovecot lda log...
My log (notice strings start with #):
deliver(pitman at virtualworld.com): Apr 08 13:52:39 Info: Loading
modules from directory: /usr/local/lib/dovecot/lda
deliver(pitman at virtualworld.com): Apr 08 13:52:39 Info: Module
loaded: /usr/local/lib/dovecot/lda/lib90_example_plugin.so
deliver(pitman at virtualworld.com): Apr 08 13:52:39 Info: auth input:
uid=1002
d...
2009 Apr 03
2
Implementation of editheaders in dovecot
...get_stream. Remover of headrs works properly, but
adding does not work. I took Timo Sirainen's advice from http://markmail.org/message/skb6arnll5gaopdr
. Do I use a correct way of creation of a message?
I give backtrace and a part of my code.
Thanks, Konstantin
uname -a:
FreeBSD bsdman.virtualworld.com 6.4-RELEASE FreeBSD 6.4-RELEASE #0:
Wed Nov 26 11:43:51 UTC 2008 root at dessler.cse.buffalo.edu:/usr/obj/
usr/src/sys/GENERIC i386
dovecot --version:
1.1.11
build:
$ ./configure --localstatedir=/var --with-statedir=/var/db/dovecot --
without-shadow --enable-debug --with-ioloop=kqu...