RE: [Dbmail] problem with installation dbmail

2003-03-10 Thread Jesse Norell
Hello, Are you building with ./configure or build.sh ? Do you have libcrypto on your machine? If not, try using libcrypt. To do that with build.sh you have to specify the libraries on the command line (from memory I think that would be -lpq -lcrypt -lssl); from ./configure, after running ./co

[Dbmail] dbmail and squirrelmail

2003-03-10 Thread Fons van der Beek
I use squirrelmail as a front end to dbmail, i saw on the maillinglist that al features are supported, but I get the message "server side sorting is not supported" in squirrelmail is this correct or is my setup wrong? Versions: dbmail 1.1 squirelmail 1.1.2 CONFIG.PHP FROM SQUIRRELMAIL: __

[Dbmail] mbox2db, thanks Keith!

2003-03-10 Thread Robert L. Tom
Thanks Keith! Now I just need to find mb2db since it is faster and figure out how to use it. You wouldn't happen to have it lying around in your HD would you? [EMAIL PROTECTED] Robert

[Dbmail] mbox2db, thanks Keith!

2003-03-10 Thread Robert L. Tom
Now I just need to find mb2db since it is faster and figure it. You wouldn't happen to have it lying around in your HD would you? Thanks [EMAIL PROTECTED] Robert

Re: [Dbmail] smtp-auth, pop before smtp / qmail + dbmail + postgresql

2003-03-10 Thread Curtis Maurand
Has anyone tried Xmail? curtis On Sat, 8 Mar 2003, Blake wrote: > The stock qmail has no database interaction capability what so ever, none. > Luckily it's split up into a lot of small parts, so it's not hard to add on > to. > I have seen a modified version qmail-smtpd that will access an LDA

Re: [Dbmail] missing dbmail-config on FreeBSD

2003-03-10 Thread Aaron Stone
DBMail no longer looks in the database for its configuration. /etc/dbmail.conf has been hardcoded as the config file. To build properly: ./configure { --with-mysql | --with-pgsql } make and you're done ;-) Aaron On Mon, 10 Mar 2003, Dmitry Xeon wrote: > What happened with dbmail-config in dbm

Re: Re[4]: [Dbmail] Multiple copies of every email

2003-03-10 Thread Ryan Butler
This is a bug in the 1.1 pop server. Entourage will see the APOP stamp on the greeting and default to APOP mode. APOP will always yield an incomplete session error regardless if the session was correct or not. I tested it by explicitly setting Evolution to use APOP and it too gets an error, even

Re: Re[4]: [Dbmail] Multiple copies of every email

2003-03-10 Thread Ryan Butler
On Mon, 2003-03-10 at 11:55, Ryan Butler wrote: > This is a bug in the 1.1 pop server. > > Entourage will see the APOP stamp on the greeting and default to APOP > mode. APOP will always yield an incomplete session error regardless if > the session was correct or not. > > I tested it by explicitl