[courier-users] courier with mysql auth problems and sqwebmail problems

2004-12-22 Thread chris
Hi, Not sure if this is the same problem at source, but been having two issues when setting up mysql authenticated pop3 mail. I am using clear text passwords in mysql with MYSQL_CLEAR_PWFIELD password Where password is the field in the table users which is defined here: MYSQL_USER_TABLE users

Re: [courier-users] SPF keyword question

2004-12-22 Thread Randy \PerlStalker\ Smith
Sam Varshavchik wrote: Randy Smith writes: [snip] There's been several different versions of SPF documentation floating around. Courier uses the logic documented in draft-mengwong-spf-01.txt, see that document for the definition of these results. Are there any concerns that the different specs

Re: [courier-users] GUI to manage a mailling list

2004-12-22 Thread Lindsay Haisley
Thus spake Sam Varshavchik on Tue, Dec 21, 2004 at 08:41:56PM CST Lindsay Haisley writes: For both non subscribers and for moderated subscribers to a Mailman list you can set the list behavior to discard for unwanted posts. The posts go straight to the cosmic bit bucket, no further

Re: [courier-users] GUI to manage a mailling list

2004-12-22 Thread Ben Kennedy
On 22 12 2004 at 11:30 am -0500, Lindsay Haisley wrote: Looks like they're running 2.0.9 for some reason. To borrow Sam's own wording: That version is over two and a half years old; nobody cares about it anymore. :) -b -- Ben Kennedy, chief magician zygoat creative technical services

Re: [courier-users] GUI to manage a mailling list

2004-12-22 Thread Lindsay Haisley
Thus spake Ben Kennedy on Wed, Dec 22, 2004 at 10:39:07AM CST On 22 12 2004 at 11:30 am -0500, Lindsay Haisley wrote: Looks like they're running 2.0.9 for some reason. To borrow Sam's own wording: That version is over two and a half years old; nobody cares about it anymore. There are

[courier-users] courier-to-mailman.py

2004-12-22 Thread Lindsay Haisley
I've posted my courier-to-mailman.py file for public download at http://www.fmp.com/downloads/courier-to-mailman.py. It's mostly the same as Bruce Perens' qmail-to-mailman.py with a few bug fixes and changes to accomodate courier's slightly different set of exit codes. There are 3

RE: [courier-users] SPF keyword question

2004-12-22 Thread Julian Mehnle
Randy PerlStalker Smith [EMAIL PROTECTED] wrote: Sam Varshavchik wrote: There's been several different versions of SPF documentation floating around. Courier uses the logic documented in draft-mengwong-spf-01.txt, see that document for the definition of these results. Are there any

[courier-users] SpamAssassin+CourierFilter idea questions

2004-12-22 Thread Jeff Potter
So I have a crazy idea, and want someone (*cough* Gordon *cough* Sam) to tear them to shreds. I'd like to run spamc inside a courier filter, and if the score is too high, reject the message at the smtp layer. (That's not crazy.) The problem with this is that some users invariably do not want

Re: [courier-users] Re: MYSQL_SELECT_CLAUSE again

2004-12-22 Thread p dont think
bump. is there any reason why MYSQL_SELECT_CLAUSE would be ignored? p dont think wrote: Lindsay Haisley fmouse-courier at fmp.com writes: This was a config error on my part. I corresponded with Sam off-list. Hrm, that's not quite what I wanted to hear. ;) Here's my post to him: From

[courier-users] mail queue management

2004-12-22 Thread Bowie Bailey
Are there any tools for managing the mail queues? I can see the sender and recipient via mailq, but that is not always enough. How do I find the messages? My mail queue is frequently full of DSNs going to suspicious addresses. They probably come from spam to an account that is over quota, but I

Re: [courier-users] Re: MYSQL_SELECT_CLAUSE again

2004-12-22 Thread p dont think
bump. is there any reason why MYSQL_SELECT_CLAUSE would be ignored? If anyone is watching and can be of help, I just inserted a print of the MYSQL_SELECT_CLAUSE right after its value is read in authlib/authmysqllib.c on line 650, and its value is null. Er, what? I double checked that there

Re: [courier-users] GUI to manage a mailling list

2004-12-22 Thread Sam Varshavchik
Bill Taroli writes: This thread brings a question to mind though... if I don't really care about GUI's... is couriermlm just a black sheep cousin not worthy of our time? :-) I've been using it successfully for some time, and haven't really cared about having a pretty interface on it. No, not

Re: [courier-users] courier with mysql auth problems and sqwebmail problems

2004-12-22 Thread Sam Varshavchik
chris writes: Hi, Not sure if this is the same problem at source, but been having two issues when setting up mysql authenticated pop3 mail. I am using clear text passwords in mysql with MYSQL_CLEAR_PWFIELD password Where password is the field in the table users which is defined here:

Re: [courier-users] mail queue management

2004-12-22 Thread Sam Varshavchik
Bowie Bailey writes: On a related topic, is there any way to prevent a DSN from being sent for a message that is marked as spam? Is there something I can put in my maildroprc to prevent a DSN from being sent? Terminate filtering with an explicit exit statement. pgpNg3sQJBcRX.pgp Description:

Re: [courier-users] Re: MYSQL_SELECT_CLAUSE again

2004-12-22 Thread p dont think
One problem solved, one more problem identified. Sigh... The problem here was that comment lines with a backslash on the end were being wrapped. I had such a comment line right above my MYSQL_SELECT_CLAUSE, so my real MYSQL_SELECT_CLAUSE was getting folded into a comment line. It looked

[courier-users] Re: MYSQL_SELECT_CLAUSE again

2004-12-22 Thread Sam Varshavchik
p dont think writes: However, now I see in my logs that $(service) is not giving what it promised. I am using $(service) with the hopes that it can tell me the difference between users hitting imapd-ssl and those using imapd. However, *both* are showing imap in my query logs. Pop3 has the

[courier-users] service not correct [was: MYSQL_SELECT_CLAUSE again]

2004-12-22 Thread p dont think
All, In the name of keeping thread subjects accurate and to allow me to restate my issue, this message... I have imapd and imapd-ssl both running, ports 143 and 993, as expected, and my /etc/services correctly identifies these two: imap143/tcp imap2 # Interim

Re: [courier-users] Re: MYSQL_SELECT_CLAUSE again

2004-12-22 Thread p dont think
However, now I see in my logs that $(service) is not giving what it promised. I am using $(service) with the hopes that it can tell me the difference between users hitting imapd-ssl and those using imapd. However, *both* are showing imap in my query logs. Pop3 has the same problem,

[courier-users] Debugging [ALERT] COPY failed - no write permission or out of disk space

2004-12-22 Thread Greg Earle
A user at work is getting these errors in Eudora 5-10 times a day: Could not transfer message. 17 [ALERT] COPY failed - no write permission or out of disk space Looking at imap/imapd.c (Courier 0.44.2, in this case), it looks like an attempt to copy a message is failing, but the error above

Re: [courier-users] GUI to manage a mailling list

2004-12-22 Thread Lindsay Haisley
Thus spake Bill Taroli on Wed, Dec 22, 2004 at 01:54:38PM CST This thread brings a question to mind though... if I don't really care about GUI's... is couriermlm just a black sheep cousin not worthy of our time? :-) I've been using it successfully for some time, and haven't really cared

[courier-users] courierldapaliasd: Terminating child processes after a SIGCHILD

2004-12-22 Thread Rajeev Gopalakrishnan
Hai , Courierldapaliasd dies silently and the esmtp daemon replies 550 user unknown . I don t know how to isolate this problem any thing I could try to debug the problem . Courier 0.45 with NDS 8.7 From Messages log file ### Dec 22 10:07:18 mail courierldapaliasd[1068]: