This is a discussion on pop3ad or Slackware or Outlook limitation? within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> My linux box (Slack 9.1, kernel 2.4.26) has this error message on popa3d. Is there a limitation on how ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| My linux box (Slack 9.1, kernel 2.4.26) has this error message on popa3d. Is there a limitation on how big the mailbox can be loaded? The archive mailbox was about 300MB+ (only 2 days worth of emails) Jul 30 16:31:21 linuxbox popa3d[29490]: Failed or refused to load /var/spool/mail/archive Currently using popa3d version 0.6.2 (2003/03/10) Any feeedback or suggestion to fix this will be greatly appreciated. |
| |||
| popa3d-0.6.4.tar.gz/popa3d-0.6.4/params.h /* * Introduce some sane limits on the mailbox size in order to prevent * a single huge mailbox from stopping the entire POP service. */ #define MAX_MAILBOX_MESSAGES 200000 #define MAX_MAILBOX_OPEN_BYTES 200000000 #define MAX_MAILBOX_WORK_BYTES 250000000 you could either adjust values here and recompile, or use another pop3 server (from imap package) Message posted via: ===================== www.linuxpackages.net/forum www.linuxpackages.net Expanding the world of Slackware ===================== |
| ||||
| Thanks. I will probably change the value and recompile. "Fluke" <miha@krneki-dot-org.no-spam.invalid> wrote in message news:410a2734$0$36214$39cecf19@news.twtelecom.net. .. > popa3d-0.6.4.tar.gz/popa3d-0.6.4/params.h > > /* > * Introduce some sane limits on the mailbox size in order to prevent > * a single huge mailbox from stopping the entire POP service. > */ > #define MAX_MAILBOX_MESSAGES 200000 > #define MAX_MAILBOX_OPEN_BYTES 200000000 > #define MAX_MAILBOX_WORK_BYTES 250000000 > > you could either adjust values here and recompile, or use another pop3 > server (from imap package) > > Message posted via: > ===================== > www.linuxpackages.net/forum > www.linuxpackages.net > Expanding the world of Slackware > ===================== |