Sieve with Spamassassin && virus checking mechanisms?

2003-07-03 Thread foobar
Hi, Is this (see subject) possible in anyway per account basis in sieve? ( I don't remember if there was any proper plugin-support in sieve (haven't investigated the code too much ). Thing what I done was when I didn't invent anything else and was lazy to read the code: MTA lmtp-> sa_lmtpd (pre-

Re: imap mailbox name

2003-07-03 Thread Ken Murchison
Rob Siemborski wrote: On Thu, 3 Jul 2003, [iso-8859-1] Brasseur Valéry wrote: what are the valid char in an mailbox name ? I was think that it was mutf-7 , but it seems that cyrus refuse de create a user.abc.foo#bar mailbox name !!! should I escape something ? is there invalid char for Cyrus

Re: Sharing Folders in Mozilla Mail

2003-07-03 Thread Ken Murchison
Rob Siemborski wrote: On Thu, 3 Jul 2003, James A. Pattie wrote: I've searched the archives and have not found any e-mails talking about adding the XSERVERINFO extension which is needed to make mozilla mail show the "permissions" button when viewing a folders properties. Apparently if

Re: imtest -t segmentation fault

2003-07-03 Thread Rob Siemborski
On Thu, 3 Jul 2003, Guilden Crantz wrote: > I am currently running a Red Hat 8 server with sendmail 8.12.9 working quite > nicely. Unfortunately I'm having some problems with getting cyrus-imapd > 2.1.13 working. [snip] > THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE STARTTLS AUTH=DIGEST-MD5 [snip

imtest -t segmentation fault

2003-07-03 Thread Guilden Crantz
I am currently running a Red Hat 8 server with sendmail 8.12.9 working quite nicely. Unfortunately I'm having some problems with getting cyrus-imapd 2.1.13 working. cyrus-sasl 2.1.13 is installed and cyrus-imap appears to install without error. The problem comes when I run: imtest -t "" loc

Re: Sharing Folders in Mozilla Mail

2003-07-03 Thread James A. Pattie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James A. Pattie wrote: | Hello, | | I've searched the archives and have not found any e-mails talking about | adding the XSERVERINFO extension which is needed to make mozilla mail | show the "permissions" button when viewing a folders properties.

RE : RE : Problem moving mailboxes under murder

2003-07-03 Thread Luc Germain
> > Actually, I'm pretty sure this has been fixed in 2.1.14 (now that I've > done the research and couldn't come up with a code path that > would cause > this ;-). > > Could you try the new version and let me know? > I installed 2.1.14 on all servers in the murder, and now I can successfully d

Re: LMTPD error on NUL characters

2003-07-03 Thread Mike Cathey
On Mon, 2003-06-23 at 08:35, Andrzej Filip wrote: > Ramprasad A Padmanabhan wrote: > > <[EMAIL PROTECTED] >: host > > /var/imap/socket/lmtp[/var/imap/socket/lmtp] > > said: 554 5.6.0 Message contains NUL characters (in reply to end of DATA > > command) > If you us

Re: Sharing Folders in Mozilla Mail

2003-07-03 Thread Rob Siemborski
On Thu, 3 Jul 2003, James A. Pattie wrote: > I've searched the archives and have not found any e-mails talking about > adding the XSERVERINFO extension which is needed to make mozilla mail > show the "permissions" button when viewing a folders properties. > Apparently if the imap server supp

RE : RE : RE : Problem moving mailboxes under murder

2003-07-03 Thread Luc Germain
Hi, I tried this: $ /usr/cyrus/bin/ctl_cyrusdb -c /usr/cyrus/bin/ctl_cyrusdb: error while loading shared libraries: libsasl2.so.2: cannot open shared object file: No such file or directory It seems 2.1.14 doesn't find the sasl library anymore. I recompiled cyrus-imap adding the configure option

Sharing Folders in Mozilla Mail

2003-07-03 Thread James A. Pattie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've searched the archives and have not found any e-mails talking about adding the XSERVERINFO extension which is needed to make mozilla mail show the "permissions" button when viewing a folders properties. Apparently if the imap server

Re: RE : RE : Problem moving mailboxes under murder

2003-07-03 Thread Rob Siemborski
On Thu, 3 Jul 2003, Luc Germain wrote: > Hi Rob, > > I compiled and installed 2.1.14 on one of our backend server (server2) with > exactly the same options as I used for 2.1.13 and then restarted the master > but the daemons won't start. They all exit with status 127. Since *every* process is fai

RE : RE : Problem moving mailboxes under murder

2003-07-03 Thread Luc Germain
> From: Rob Siemborski [mailto:[EMAIL PROTECTED] > > Actually, I'm pretty sure this has been fixed in 2.1.14 (now that I've > done the research and couldn't come up with a code path that > would cause > this ;-). > > Could you try the new version and let me know? > Hi Rob, I compiled and insta

Re: imap mailbox name

2003-07-03 Thread Rob Siemborski
On Thu, 3 Jul 2003, [iso-8859-1] Brasseur Valéry wrote: > what are the valid char in an mailbox name ? > > I was think that it was mutf-7 , but it seems that cyrus refuse de create a > user.abc.foo#bar mailbox name !!! > > should I escape something ? > > is there invalid char for Cyrus ? Yeah, th

imap mailbox name

2003-07-03 Thread Brasseur Valéry
what are the valid char in an mailbox name ? I was think that it was mutf-7 , but it seems that cyrus refuse de create a user.abc.foo#bar mailbox name !!! should I escape something ? is there invalid char for Cyrus ? thanks valery

Re: quota warning problem - Is it a bug of cyrus imap?

2003-07-03 Thread Rob Siemborski
On Thu, 3 Jul 2003, John Alton Tamplin wrote: > So the quota used for a particular mailbox (independent of the quota > root it belongs to) is stored in cyrus.index as a 32-bit network > byte-order integer, right? It looks like that could be handled in an > upwards-compatible way either by checkin

Re: quota warning problem - Is it a bug of cyrus imap?

2003-07-03 Thread John Alton Tamplin
Rob Siemborski wrote: Though, it may be safe to check this with a configure test (since the quotas are all stored as strings, not binary data). Actually, I lied here. We do store the used quota as binary data in the index header. So the quota used for a particular mailbox (independent of

Re: quota warning problem - Is it a bug of cyrus imap?

2003-07-03 Thread Rob Siemborski
On Thu, 3 Jul 2003, Rob Siemborski wrote: > Though, it may be safe to check this with a configure test (since the > quotas are all stored as strings, not binary data). Actually, I lied here. We do store the used quota as binary data in the index header. But I suspect we could cheat and just wri

Re: quota warning problem - Is it a bug of cyrus imap?

2003-07-03 Thread John Alton Tamplin
Rob Siemborski wrote: Right. Thats the fix (or some other integer size > 32 bits). Is it safe to assume that the platforms where Cyrus runs has long long available? -- John A. Tamplin Unix System Administrator Emory University, School of Public Health +1 404/7

Re: quota warning problem - Is it a bug of cyrus imap?

2003-07-03 Thread Rob Siemborski
On Thu, 3 Jul 2003, John Alton Tamplin wrote: > >Right. Thats the fix (or some other integer size > 32 bits). > > Is it safe to assume that the platforms where Cyrus runs has long long > available? No. We don't currently use it, I'm concerned about excluding platforms where we currently do run

sieve vacation problems

2003-07-03 Thread Alexander Brill
I am having some problems related to sieve and its vacation module. It just won't send out to the right recipient, but it tries to send it to [EMAIL PROTECTED] This is what I get in my logs: Jul 3 10:48:25 tarkan postfix/smtpd[13027]: 15CEB3FA05: client=localhost[127.0.0.1] Jul 3 10:48:25 tarkan

Re: sieve problem in 2.2

2003-07-03 Thread Ken Murchison
Dmitry Alyabyev wrote: Howdy I'm using 2.2 branch for a while and sometimes I see problem of making connection to sieve It looks like TCP session is established but no banner appears. Normaly I solve this by commenting/uncommenting corresponding line in cyrus.conf and doing 'killall -HUP master'

Cyrus and SNMP

2003-07-03 Thread Oliver Pitzeier
Hi folks! I hope someone can help me. I have Red Hat 8.0 running with Cyrus IMAPD 2.1.14, but I want to use Cyrus SNMP features. Since it seems that the ucd-snmp package doesn't work on RH 8, is there any possibility to compile Cyrus IMAP against net-snmp? Thanks a lot! -Oliver

sieve problem in 2.2

2003-07-03 Thread Dmitry Alyabyev
Howdy I'm using 2.2 branch for a while and sometimes I see problem of making connection to sieve It looks like TCP session is established but no banner appears. Normaly I solve this by commenting/uncommenting corresponding line in cyrus.conf and doing 'killall -HUP master' twice but it still be he

cyradm -> lm shows $home

2003-07-03 Thread Denny Schierz
hi, i installed the lastest stable from cyrus-imapd, but with Debian woody sasl2 packages. Everything with compiling was ok, but if i login via cyradm as admin, lm shows the home directory from cyrus (/usr/cyrus). imtest login is working, but pop3 fails. something went wrong :-/ any suggestion?