-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I noticed some of the log settings were in the source code, I had to
change a couple of lines to reduce the loging. I don't remember which
lines I changed.. but I was going to build a CVS update soon, and I will
post tomorow if I can't find it. All I
I downloaded the 1.0 tgz file and got problem compiling
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make: *** [smtp] Error 1
I managed to compile the package without -lcrypto
so i could test and play around.
but i get an error while running dbmail-maintenance
vanguard:~# dbmail-maintenance -cfdp
*** dbmail-maintenance ***
Opening connection to the database... Ok. Connected
Deleting messages with DELETE status... Segmen
I was having similar issues with maintenance segfaulting. One recommendation
was
that it may be due to a large database, but in my case it wasn't.
Good luck :)
/eli
On Mon, 06 Jan 2003 05:46:51 +0100
"atack" <[EMAIL PROTECTED]> wrote:
> I managed to compile the package without -lcrypto
> so
Mitchell Young wrote:
I have at least two problems with dbmail imapd
(1) When copying from another IMAP Server to dbmail the date and time
of the original messages is not maintained??
I've used imapxfer from the uw-imapd toolkit to transfer my mailboxes to
dbmail. For all I know all attrib
Is it possible to create mailinglists with postfix mysql dbmail ?
Or aliases that forward to external email addresses ?
Thanx,
jeroen
atack wrote:
Is it possible to create mailinglists with postfix mysql dbmail ?
Sort of...
Or aliases that forward to external email addresses ?
It is. Check the dbmail-adduser manpage and look at the x and f options.
This does work kind of, but dbmail-adduser is a rather simplistic
interf
The way I minimized the logs was to set the default trace level to 2
inside debug.c. The dbmail-1.0 source has TRACE_LEVEL defaulted to 4.
The problem is that there are many trace statements throughout the code
and some are executed before the dbmail.conf is read to set/change the
log level, so th