|
Message-ID: <20040126190159.A2338@koblenz-net.de> Date: Mon, 26 Jan 2004 19:01:59 +0100 From: Georg Horn <horn@...lenz-net.de> To: popa3d-users@...ts.openwall.com Subject: Re: Compile Problems On Mon, Jan 26, 2004 at 09:34:03AM -0800, Doug Jolley wrote: > I'm appending my params.h and Makefile. If anyone could offer a suggestion > as to what I might be doing wrong, I'd be eternally grateful. Thanks for any > input. I'm also using slackware 9.0 and made a diff of my params.h against yours. I found lots of comments that were changed (lines wrapped) and the following #define-lines modified (/tmp/params.h is yours): $ diff params.h /tmp/params.h | grep \#define < #define MAX_MAILBOX_MESSAGES 100000 < #define MAX_MAILBOX_BYTES 100000000 > #define MAX_MAILBOX_MESSAGES 200000 > #define MAX_MAILBOX_OPEN_BYTES 200000000 > #define MAX_MAILBOX_WORK_BYTES 250000000 These shouldn't matter, i think that's just because i'm using an older version... < #define AUTH_FAILED_MESSAGE "Authentication failed (bad password?)" > #define AUTH_FAILED_MESSAGE "Authentication But here obviously your editor broke that line into two. It wouldn't be surprising if that breaks something. < #define MAIL_SPOOL_PATH "/var/spool/mail" > #define MAIL_SPOOL_PATH "/var/mail" Are your mailboxes really in /var/mail? Does the syslog show some messages from popa3d? Bye, Georg
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.