[Dbmail-dev] [DBMail 0000184]: serverchild.c does not build on Mac OS X 10.2

2005-04-12 Thread bugtrack
A BUGNOTE has been added to this bug. == http://dbmail.org/mantis/bug_view_advanced_page.php?bug_id=184 == Reported By:aaron Assigned To:

Re: [Dbmail-dev] [DBMail 0000184]: serverchild.c does not build on Mac OS X 10.2

2005-04-12 Thread Geo Carncross
socklen_t is POSIX brain-damaged nonsense. There is absolutely no reason whatsoever to use it. The BSD sockets api says it should be int, and socklen_t can't be anything else because of promotion rules. That said, http://cvs.sourceforge.net/viewcvs.py/rdesktop/rdesktop/configure.ac?

[Dbmail] User receiving duplicates in DBmail.

2005-04-12 Thread Simon
Hi there, One of my users is complaining about recieving duplicates. Hes one of the on-to-it ones :), so its not a config error on his side or anything. Can anyone rule out dbamil here? Is this a amavis problem? Thanks. Headers for emails below: HEADER 1:--- Received: from

Re: [Dbmail] User receiving duplicates in DBmail.

2005-04-12 Thread Sri Gupta
Grep your mail logs for 'twice' and see what you find. I had similar trouble, it turned out to be amavis having funny behaviour re:stale children. I stopgapped a solution by increasing postfix's timeout length and adding 'amavisd reload' to my hourly cron. (Stupid, I know, but effective.)

Re: [Dbmail] Still having 'user unknown messages'

2005-04-12 Thread Jesse Norell
It's a feature not a bug. You're using dbmail-smtp, and as I understand Jesse's remarks last week about lmtp versus pipe delivery: temp-failures in case of delivery errors such as over-quota are only effective when using lmtp. dbmail-smtp (which still needs renamed, paul :) can/does of