I have been trying to get DBMail to work on my Mac (OS X 10.3.7) for
some time now. Each new release seems to fix some problems and create
some new ones too.
The latest version (2.0.3) compiles with only a minor ajustment to the
generated MakeFile.
But when I try to start dbmail-imapd, the process exits with the
following error:
Jan 14 02:07:35 localhost dbmail/imap4d[684]: dbpgsql.c,db_query:
executing query [SELECT 1=1 FROM dbmail_physmessage LIMIT 1 OFFSET 0]
Jan 14 02:07:35 localhost dbmail/imap4d[684]: StartServer(): init ok.
Creating children..
Jan 14 02:07:35 localhost dbmail/imap4d[684]: pool.c,scoreboard_new:
scoreboard init failed
Jan 14 02:07:37 localhost dbmail/imap4d[683]: main(): server has
exited, exit status [75]
Jan 14 02:07:37 localhost dbmail/imap4d[683]: main(): exit
after a few attempts, the error changes to:
Jan 14 02:07:42 localhost dbmail/imap4d[692]: dbpgsql.c,db_query:
executing query [SELECT 1=1 FROM dbmail_physmessage LIMIT 1 OFFSET 0]
Jan 14 02:07:42 localhost dbmail/imap4d[692]: StartServer(): init ok.
Creating children..
Jan 14 02:07:42 localhost dbmail/imap4d[692]: pool.c,scoreboard_new:
shmget failed
Jan 14 02:07:44 localhost dbmail/imap4d[691]: main(): server has
exited, exit status [75]
Jan 14 02:07:44 localhost dbmail/imap4d[691]: main(): exit
Any ideas?
Eelko