[Dbmail] Mail forwarding Question

2002-08-03 Thread Micah Stevens
Hello, I was under the assumption from another post that you could alias an address to another email address in the alias table instead of sending it to a mailbox. This would create a forwarding address. When I do this though, I get the following error: This is the DBMAIL-SMTP program. I'm s

[Dbmail] tanx imap-before-smtp

2002-08-03 Thread John Wall
I forget to restart the daemons =), something is wrong with my brain I think hehe

[Dbmail] DBmail and autoresponder?

2002-08-03 Thread John Wall
How can I set up an autoresponder on dbmal I don`t heave local user accounts. I heave search on the webb for a long time now and I don`t find anything. Please show me your config file so I can try it on my server. /John

[Dbmail] DBmail and MySQL/Innodb

2002-08-03 Thread Sam Przyswa
Hi, Have you tested DBmail on MySQL/Innodb (www.innodb.com) with the COMMIT and ROLLBACK functions ? We plan to switch on MySQL/Innodb to run our messages base. Sam. -- Sam Przyswa - Chef de projet Arial Concept - Intégrateur Internet 36, rue de Turin - 75008 - Paris Tel: 01 40 54 86 04 - Fax: 0

[Dbmail] IMAP folders name in UTF-7 format

2002-08-03 Thread Sam Przyswa
Hi DBmail developers, I make a small change in the imap4.c to permit accentued french name in UTF-7 format and for others languages too. I just add "&" character in the list of AcceptedMailboxnameChars[] on line 40 in imap4.c between "9" and "-" as: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS

Re: [Dbmail] OpenBSD & DBMail

2002-08-03 Thread kerberus
So how did you manage to get passed this error cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c -o dbmd5.o dbmd5.c cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c -o md5.o md5.c cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c -o bounce.o bounce.c cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -c -o forwa

Re: [Dbmail] OpenBSD & DBMail

2002-08-03 Thread Mike Watkins
On FreeBSD, and probably other *BSD systems, what lives in crypt.h on other systems, lives in unistd.h Quick and dirty method, cp unistd.h crypt.h At 07:23 AM 8/3/2002 -0400, kerberus wrote: So how did you manage to get passed this error cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -

Re: [Dbmail] OpenBSD & DBMail

2002-08-03 Thread kerberus
okay now, im getting gmake cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE main.c -o dbmail-smtp list.o debug.o pipe.o mime.o mysql/dbmysql.o dbmd5.o md5.o bounce.o forward.o memblock.o mysql/dbauthmysql.o -L/usr/local/lib/mysql -lmysqlclient -lcrypt ld: -lcrypt: no match collect2: ld returned 1

Re: [Dbmail] OpenBSD & DBMail

2002-08-03 Thread Wulff D. Heiss
dbmail@dbmail.org writes: >gmake >cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE main.c -o dbmail-smtp >list.o >debug.o pipe.o mime.o mysql/dbmysql.o dbmd5.o md5.o bounce.o forward.o >memblock.o mysql/dbauthmysql.o -L/usr/local/lib/mysql -lmysqlclient >-lcrypt >ld: -lcrypt: no match >collect2: ld

Re: [Dbmail] Mail forwarding Question

2002-08-03 Thread Micah Stevens
Nevermind. Turns out my transport table has an entry for the address that I was forwarding to, but DBMail didn't have an alias for it. Hence the error. Maybe I should look more into these things before I bother you guys with them. :) FYI, this feature works perfectly now that I set it up right

Re: [Dbmail] OpenBSD & DBMail

2002-08-03 Thread kerberus
ldconfig -r | grep crypt 27:-lcrypto.5.1 => /usr/lib/libcrypto.so.5.1 37:-lcrypto.6.0 => /usr/lib/libcrypto.so.6.0 On Saturday 03 August 2002 03:28 pm, Wulff D. Heiss wrote: > dbmail@dbmail.org writes: > >gmake > >cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE main.c -o dbmail-sm

Re: [Dbmail] OpenBSD & DBMail

2002-08-03 Thread kerberus
Never mind i see it -lcrypt should be -lcrypto in the Makefile On Saturday 03 August 2002 12:05 pm, kerberus wrote: > ldconfig -r | grep crypt > 27:-lcrypto.5.1 => /usr/lib/libcrypto.so.5.1 > 37:-lcrypto.6.0 => /usr/lib/libcrypto.so.6.0 > > > > ldconfig? > > ___