Re: Sql based Spamassassin with sieve

2003-09-12 Thread Ramprasad A Padmanabhan
On Thu, 2003-09-11 at 05:53, Ted Cabeen wrote: Ramprasad A Padmanabhan [EMAIL PROTECTED] writes: I am using a gateway spamassassin with Mailscanner. The problem is every user would like his own individual preferences stored. So I was looking if there was a way I could use sieve to fork

Re: Enquiry

2003-09-12 Thread Ken Murchison
damian wrote: Hi, I just installed cyrus-imapd and cyrus-sasl. When I tried to execute: cyradm -u cyrus localhost It return me with an error: cyradm: cannot authenticate to server with as cyrus The log file states: Sep 11 15:30:32 localhost master[10810]: process 30068 exited, signaled to

Re: Sql based Spamassassin with sieve

2003-09-12 Thread Ken Murchison
Ramprasad A Padmanabhan wrote: On Thu, 2003-09-11 at 05:53, Ted Cabeen wrote: Ramprasad A Padmanabhan [EMAIL PROTECTED] writes: I am using a gateway spamassassin with Mailscanner. The problem is every user would like his own individual preferences stored. So I was looking if there was a way

Order of SASL2 methods announced? (Cyrus IMAPD2)

2003-09-12 Thread Pascal Gienger
We have some kind of - problem. We try to understand HOW the different SASL plugins are ordered when doing an announcement (. CAPABILITY). The problem arises (again) with Microsoft Outlook and Outlook Express. Outlook breaks when AUTH=NTLM is not the FIRST method announced! It gives me an

Re: Order of SASL2 methods announced? (Cyrus IMAPD2)

2003-09-12 Thread Rob Siemborski
On Fri, 12 Sep 2003, Pascal Gienger wrote: We have some kind of - problem. We try to understand HOW the different SASL plugins are ordered when doing an announcement (. CAPABILITY). Mostly Randomly. Somewhat based on the order the plugin is loaded. Security requirements of SASL basicly

Re: Order of SASL2 methods announced? (Cyrus IMAPD2)

2003-09-12 Thread Ken Murchison
Pascal Gienger wrote: We have some kind of - problem. We try to understand HOW the different SASL plugins are ordered when doing an announcement (. CAPABILITY). The problem arises (again) with Microsoft Outlook and Outlook Express. Outlook breaks when AUTH=NTLM is not the FIRST method

Re: Sql based Spamassassin with sieve

2003-09-12 Thread Darron Froese
On Friday, September 12, 2003, at 03:11 AM, Ramprasad A Padmanabhan wrote: Precisely. But thats what I do not want. There are some people in my office who themselves will decide what is spam and what is not Now How Can I run a spamassassasin with individual settings If there are 5 rcpts the SA

Re: dberror seen db

2003-09-12 Thread Ken Murchison
Agri wrote: i'm using imapd-2.2.1-beta i got messages at syslog imap[12855]: DBERROR: opening /var/cyrus/domain/q/7m.ru/user/a/agri.seen: cyrusdb error imap[12855]: DBERROR: opening /var/cyrus/domain/q/7m.ru/user/a/agri.seen: No such file or directory i have no any hashing for directories.

Re: dberror seen db

2003-09-12 Thread Agri
Thank you for answer. No, hash is turned off. my configs ** cat /etc/imapd.conf configdirectory: /var/cyrus partition-default: /var/imap sasl_pwcheck_method: auxprop tls_cert_file: /etc/openssl/certs/cert.pem tls_key_file:

Quota report

2003-09-12 Thread Wil Cooley
Here's a quick script I wrote to generate a report of mailboxes over a certain threshold: #!/bin/sh qfull=80 printf *** Users with mailboxes over %d%% full ***\n ${qfull} su cyrus -c /usr/cyrus/bin/quota \ | awk /Used/ {print \$0}; { if (\$2

Re: dberror seen db

2003-09-12 Thread Ken Murchison
Agri wrote: Thank you for answer. No, hash is turned off. my configs ** cat /etc/imapd.conf configdirectory: /var/cyrus partition-default: /var/imap sasl_pwcheck_method: auxprop tls_cert_file: /etc/openssl/certs/cert.pem tls_key_file:

Re: Sql based Spamassassin with sieve

2003-09-12 Thread Pat Lashley
--On Friday, September 12, 2003 09:50:43 -0700 Ted Cabeen [EMAIL PROTECTED] wrote: Why does it need to run 5 times? If you've got 5 people with different settings, you can run spamassassin one time and still have individual preferences. The score of a message is not determined by a user's SA

Re: OT, question on IMAP

2003-09-12 Thread Etienne Goyer
On Fri, Sep 12, 2003 at 01:11:00PM -0700, Andrew Morgan wrote: Don't forget that the SEEN status is from the perspective of the user you are connected as. So if you connect as your admin user, mostly likely all messages will be UNSEEN. Oups ... did'nt thought about that. thanks for pointing

Re: Can't deliver to user@domain accounts from sendmail

2003-09-12 Thread Andrzej Filip
James A. Pattie wrote: I'm trying to get cyrus 2.1.14 on a Debian Testing box w/ Sendmail 8.12.9 to deliver using the [EMAIL PROTECTED] style of cyrus accounts instead of just user. I have been able to create the account via cyradm, but I can't get sendmail configured so that it will

Re: Can't deliver to user@domain accounts from sendmail

2003-09-12 Thread James A. Pattie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrzej Filip wrote: | James A. Pattie wrote: | | I'm trying to get cyrus 2.1.14 on a Debian Testing box w/ Sendmail | 8.12.9 to | deliver using the [EMAIL PROTECTED] style of cyrus accounts instead of just | user. | | I have been able to

Re: Can't deliver to user@domain accounts from sendmail

2003-09-12 Thread James A. Pattie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrzej Filip wrote: | James A. Pattie wrote: | | I'm trying to get cyrus 2.1.14 on a Debian Testing box w/ Sendmail | 8.12.9 to | deliver using the [EMAIL PROTECTED] style of cyrus accounts instead of just | user. | | I have been able to

Re: Can't deliver to user@domain accounts from sendmail

2003-09-12 Thread Andrzej Filip
James A. Pattie wrote: Andrzej Filip wrote: | James A. Pattie wrote: | | I'm trying to get cyrus 2.1.14 on a Debian Testing box w/ Sendmail | 8.12.9 to | deliver using the [EMAIL PROTECTED] style of cyrus accounts instead of just | user. | | I have been able to create the account via

Re: Can't deliver to user@domain accounts from sendmail

2003-09-12 Thread James A. Pattie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrzej Filip wrote: | James A. Pattie wrote: | | Andrzej Filip wrote: | | James A. Pattie wrote: | | | | I'm trying to get cyrus 2.1.14 on a Debian Testing box w/ Sendmail | | 8.12.9 to | | deliver using the [EMAIL PROTECTED] style of cyrus

Re: cyrdeliver error: Message contains invalid header

2003-09-12 Thread Pat Lashley
--On Friday, September 12, 2003 23:11:19 +0200 Miham KEREKES [EMAIL PROTECTED] wrote: I'm trying to set up cyrus-imap with exim4. Exim4 does smtp-time virus and spamscan, and then calls cyrdeliver with arg username. The only error is, that cyrdeliver always complaining about: Message contains

trouble setting quotas - unrecognized

2003-09-12 Thread J.D. Bronson
I am runing cyrus IMAP 2.1.15 and I can create mailboxes just fine...but when I go to add a quota I get this: localhost cm user.smith localhost sq user.smith 100 quota:100 setquota: Command unrecognized: SETQUOTA localhost What am I doing wrong? - I am logged in as an ADMIN and I can

Re: trouble setting quotas - unrecognized

2003-09-12 Thread Andrew Morgan
On Fri, 12 Sep 2003, J.D. Bronson wrote: I am runing cyrus IMAP 2.1.15 and I can create mailboxes just fine...but when I go to add a quota I get this: localhost cm user.smith localhost sq user.smith 100 quota:100 setquota: Command unrecognized: SETQUOTA localhost What am I

Auxprop - auth via UNIX passwd

2003-09-12 Thread J.D. Bronson
I am looking to see what I am doing wrong. I want to allow any pop3/IMAP users to simply authenticate via the standard solaris UNIX password file. I use the sasldb file for sendmail to authenticate for RELAY only. I cannot get this to work - as long as the user is added with