FUD Perl module need tester

2003-06-06 Thread Etienne Goyer
Hi there, I recently wrote a Perl module to interface to FUD. It is very simple and so far seem reliable. I would like it to get a little testing before Ipost it on CPAN. If you are using, wheter successfully or not, I would like to hear from you. Your feedback are appreciated. It is quite

Re: ACL when creating mailbox in IMAP utf7

2003-06-06 Thread Rob Siemborski
On Thu, 5 Jun 2003, Etienne Goyer wrote: When I create a top-level mailbox containing IMAP-style utf7 caracters, it does not get any ACL. The problem appear wheter using cyradm or not. Example : localhost.localdomain cm 'user.AOkA6QDp-' localhost.localdomain lam 'user.AOkA6QDp-'

ACL when creating mailbox in IMAP utf7

2003-06-06 Thread Etienne Goyer
Hi, When I create a top-level mailbox containing IMAP-style utf7 caracters, it does not get any ACL. The problem appear wheter using cyradm or not. Example : localhost.localdomain cm 'user.AOkA6QDp-' localhost.localdomain lam 'user.AOkA6QDp-' localhost.localdomain cm user.testing

Re: [PATCH] fud.c : timeout in do_proxy_request

2003-06-06 Thread Rob Siemborski
On Wed, 4 Jun 2003, Etienne Goyer wrote: The fud daemon can proxy request for mailbox that are remote (ie Murder). In 2.1.13, the fud daemon will just sit there if the remote fud is not responding. It is strange because the recvfrom() is alarm()'ed; however, the SIGALRM handler do nothing

Re: [PATCH] fud.c : timeout in do_proxy_request

2003-06-06 Thread Etienne Goyer
recvfrom() does not return when alarm() trigger. I am testing it on Linux RedHat 7.3, glibc 2.2.5. I am experiencing this problem when querying the fud daemon on the MUPDATE master of Murder and the backend on which the queryed mailbox reside does not have fud running. If you use fud-client

Sorry for the trouble

2003-06-06 Thread TechSupport
Hi, 1 h ago I studied my logfiles and I wondered who sent so many emails to [EMAIL PROTECTED] through our mailsystem. Quickly I came to the conclusion that this was my fault. Yesterday I installed SpamAssassin und unfortunatly I made a big mistake so that all emails sent to [EMAIL PROTECTED]

Re: ACL when creating mailbox in IMAP utf7

2003-06-06 Thread Etienne Goyer
Effectively, imapd had been configured with --with-auth=unix. Is there an alternative or a workaround, beside the obvious not using 8 bit caracter in mailbox name ? Also, the ACL are not shown but does it exist ? Finally, does that mean that it is impossible to have username containing 8 bit

Re: ACL when creating mailbox in IMAP utf7

2003-06-06 Thread Rob Siemborski
On Thu, 5 Jun 2003, Etienne Goyer wrote: Effectively, imapd had been configured with --with-auth=unix. Is there an alternative or a workaround, beside the obvious not using 8 bit caracter in mailbox name ? No workarounds without fixing the authorization module, no. Also, the ACL are not

Subject field corruption

2003-06-06 Thread NOwlar
I use Postfix 2.0.10 with TLS patch, cyrus-imapd 2.1.13, sasl 2.1.13 The problem is as follow: When a message with russian charset characters (KOI8-R, WIN1251) in Subject field arrives or is moved into the Sent Items folders by Outlook Express, each russian character is replaced by an X (ex: Re:

Re: Subject field corruption

2003-06-06 Thread Rob Siemborski
On Thu, 5 Jun 2003, NOwlar wrote: I dumped mailboxes with cyrdump, the Xes are in. What can be wrog? I will appreciate any help. The sending client included raw 8-bit data in the headers, which is not allowed. Cyrus dealt with this problem by munging the header to be valid. You can set

Re: Subject field corruption

2003-06-06 Thread John Alton Tamplin
NOwlar wrote: I use Postfix 2.0.10 with TLS patch, cyrus-imapd 2.1.13, sasl 2.1.13 The problem is as follow: When a message with russian charset characters (KOI8-R, WIN1251) in Subject field arrives or is moved into the Sent Items folders by Outlook Express, each russian character is replaced by

Re: Weird pop3d hang problem (fd blocked?!)

2003-06-06 Thread Patrick Welche
On Thu, Jun 05, 2003 at 11:14:47AM +1000, Stewart wrote: Thanks for your reply Patrick (all 8 of them :) but i was hoping there'd be a fix that didn't involve compiling.. this is a production server installed from a debian pkg so compilation isn't really an option at this stage.. Last time

auth_unix.c and make

2003-06-06 Thread joe ritter
Hello, I am attemtping to install Cyrus-imapd-2.1.13 from source on a Cygwin setup(W2k.) The cyrus-sasl compiled just fine from source however I am getting this error when running make all CFLAGS=-O auth_unix.c auth_unix.c: In function `auth_canonifyid': auth_unix.c:188: warning: assignment makes

Re: Subject field corruption

2003-06-06 Thread Christian Schulte
NOwlar wrote: I use Postfix 2.0.10 with TLS patch, cyrus-imapd 2.1.13, sasl 2.1.13 The problem is as follow: When a message with russian charset characters (KOI8-R, WIN1251) in Subject field arrives or is moved into the Sent Items folders by Outlook Express, each russian character is replaced by

Mailbox namespace + LMTP question (repost)

2003-06-06 Thread Lars Peterson
Wasn't sure if this request was lost in the mail loop the sysadmin mentioned earlier today, so here's a repost. Please disregard if you've already received it. I'm running cyrus-imapd 2.1.13 w/cyrus-sasl 2.1.13 on a RedHat 9.0 system. My goal is have my mailer hand off a message to deliver

Re: Weird pop3d hang problem (fd blocked?!)

2003-06-06 Thread Etienne Goyer
On Linux, there is the i810_rng driver that can gather entropy from some Intel chipset hardware random number generator. Debian have a package to use this driver as feed for the kernel entropy pool. My 0.02$ On Thu, Jun 05, 2003 at 07:03:31PM +0100, Patrick Welche wrote: On Thu, Jun 05, 2003

Re: Weird pop3d hang problem (fd blocked?!)

2003-06-06 Thread Rob Siemborski
On Thu, 5 Jun 2003, Stewart wrote: Thanks for your reply Patrick (all 8 of them :) but i was hoping there'd be a fix that didn't involve compiling.. this is a production server installed from a debian pkg so compilation isn't really an option at this stage.. You can symlink /dev/random to

remove

2003-06-06 Thread Noah Silverman
remove

Re: Weird pop3d hang problem (fd blocked?!)

2003-06-06 Thread John Alton Tamplin
Rob Siemborski wrote: You can symlink /dev/random to point at /dev/urandom, but keep in mind that will affect all applications, not just cyrus. And in particular you may not want to do this if you are generating RSA private keys or equivalent on a machine that anyone else may have shell

Problems with Cyrus IMAP 2.1.13

2003-06-06 Thread Nikola Milutinovic
Hi all. Just upgraded our production server to 2.1.13. I must confess, yesterday afternoon and evening were full of Gremlins (those little creatures that screw up your, otherwise, perfect plan for upgrade). Well, I got the Cyrus UP and RUNNING, but there are some subtle points which fail and

[no subject]

2003-06-06 Thread roggery
Title: Message remove

Re: I can't get imtest to work

2003-06-06 Thread Gareth Bult
Mmm, Sounds a bit like your setting imap to be chrooted and you've not got a copy of /etc/services in the jail ??? (Not seen it with IMAP, but had a similar thing with postfix...) Gareth. On Fri, 2003-06-06 at 04:20, Ronald Rough wrote: Help: I can't run: imtest -m login -p imap

Re: Problems with Cyrus IMAP 2.1.13

2003-06-06 Thread Gareth Bult
Hi, I've seen similar things here. Jun 6 06:57:59 Mercury pop3d[2888]: error sending to idled: 2 Means that something has crashed badly. Jun 6 06:57:48 Mercury imapd[3676]: Could not shut down filedescriptor 0: Socket is not connected Means your client has dropped out 'uncleanly'. Or at

Cyrus Imap refuses to work with vpopmail maildir

2003-06-06 Thread System
Hello All, This is my first post to the list. RedHat 7.3 Apache 1.3.27 PHP 4.3.1 Qmail SquirrelMail 1.0.4 qmailadmin 1.0.20 vpopmail 5.3.20 Cyrus Imap. The above is my setup. I have created mail accounts for my virtual domain with vpopmail and they are working fine with QmailAdmin. When i try to

Sieve vacation not working

2003-06-06 Thread Mathieu Arnold
Hi, I do have a set of rules, which are all working, and then, I add : require vacation; if header :contains subject vacation sieve { vacation I'm outta here; fileinto INBOX/mat; stop; } It does file the mail into INBOX/mat but does not respond with anything. Am I doing something wrong

Re: Subject field corruption

2003-06-06 Thread Einar Indridason
On Thu, Jun 05, 2003 at 08:57:38PM +0400, NOwlar wrote: I use Postfix 2.0.10 with TLS patch, cyrus-imapd 2.1.13, sasl 2.1.13 The problem is as follow: When a message with russian charset characters (KOI8-R, WIN1251) in Subject field arrives or is moved into the Sent Items folders by Outlook

Re: Sieve vacation not working

2003-06-06 Thread John Hayward
I believe you need an address option. The vacation facility will only send out a message if the to address matches the addresse(s) in the address option. This allows sieve to prevent messages being sent to mailing lists, spam. johnh... On Fri, 6 Jun 2003, Mathieu Arnold wrote: Hi, I do have

Re: Problems with Cyrus IMAP 2.1.13

2003-06-06 Thread Ken Murchison
Nikola Milutinovic wrote: Hi all. Just upgraded our production server to 2.1.13. I must confess, yesterday afternoon and evening were full of Gremlins (those little creatures that screw up your, otherwise, perfect plan for upgrade). Well, I got the Cyrus UP and RUNNING, but there are some

Re: I can't get imtest to work

2003-06-06 Thread Rob Siemborski
On Thu, 5 Jun 2003, Ronald Rough wrote: Jun 5 20:13:35 roughrider imapd[22485]: could not getenv(CYRUS_SERVICE); exiting Did you read the install documentation? It looks like you're trying to run imapd out of inetd, which hasn't been the way of doing things for a very very long time. You

Re: Subject field corruption

2003-06-06 Thread Ken Murchison
Einar Indridason wrote: On Thu, Jun 05, 2003 at 08:57:38PM +0400, NOwlar wrote: I use Postfix 2.0.10 with TLS patch, cyrus-imapd 2.1.13, sasl 2.1.13 The problem is as follow: When a message with russian charset characters (KOI8-R, WIN1251) in Subject field arrives or is moved into the Sent

Re: Subject field corruption

2003-06-06 Thread Rob Siemborski
On Fri, 6 Jun 2003, Einar Indridason wrote: In my opinion, this breaks the Be liberal in what you accept, strict in what you send. Actually, munging the data to Xs *is* being liberal in what is accepted and strict in what is sent. Since 8-bit characters in headers are nonsensical (there's no

Re: Problems with Cyrus IMAP 2.1.13

2003-06-06 Thread Rob Siemborski
On Fri, 6 Jun 2003, Gareth Bult wrote: Jun 6 06:57:48 Mercury imapd[3676]: Could not shut down filedescriptor 0: Socket is not connected Means your client has dropped out 'uncleanly'. Its a harmless log message, and if you're logging at LOG_DEBUG you should expect to see a lot of harmless

Re: Problems with Cyrus IMAP 2.1.13

2003-06-06 Thread Gareth Bult
Means your client has dropped out 'uncleanly'. Its a harmless log message, and if you're logging at LOG_DEBUG you should expect to see a lot of harmless log messages. Sure. However I have noted that I only see this when my client dies, not when it exits.. [!] In the next version of

Re: [PATCH] fud.c : timeout in do_proxy_request

2003-06-06 Thread Etienne Goyer
Is there any hope somebody look at it ? On Thu, Jun 05, 2003 at 11:28:35AM -0400, Etienne Goyer wrote: recvfrom() does not return when alarm() trigger. I am testing it on Linux RedHat 7.3, glibc 2.2.5. I am experiencing this problem when querying the fud daemon on the MUPDATE master of

Re: Problems with Cyrus IMAP 2.1.13

2003-06-06 Thread Rob Siemborski
On Fri, 6 Jun 2003, Gareth Bult wrote: You shouldn't ever need to reconstruct unless a mailbox is corrupted (And that can be done live). ctl_cyrusdb -r should *always* be run becfore cyrus starts (it should be in the START section of master.conf). Ok, so what would you make of this;;

Cyrus-Imap-2.2 with postfix

2003-06-06 Thread Vernon A. Fort
Has or does anyone use the 2.2 version with postfix. I cannot get any mail delivered to cyrus. the ususal statement (unknown user). I have created a user like cm [EMAIL PROTECTED] Set the imapd.conf file per the docs use the standard LMTP config within postfix Still

Re: Problems with Cyrus IMAP 2.1.13

2003-06-06 Thread Gareth Bult
... Completely clean install ... Cyrus+Postfix+SASL+SA On Fri, 2003-06-06 at 14:30, Rob Siemborski wrote: On Fri, 6 Jun 2003, Gareth Bult wrote: You shouldn't ever need to reconstruct unless a mailbox is corrupted (And that can be done live). ctl_cyrusdb -r should *always* be run

Re: [PATCH] fud.c : timeout in do_proxy_request

2003-06-06 Thread Rob Siemborski
I just tried to duplicate the setup on our murder locally, and had no success (The proxy timed out appropriately). Of course, our proxies are on solaris... I did see fud-client timeout before the server did when I couldn't resolve the backend the server is on, but this isn't your problem if you

RH 9.0 ssl compiler error

2003-06-06 Thread Richard Houston
Hi all, I am trying to compile Cyrus 2.1.13 on RH 9.0 but it keeps crapping out on ssl. I have included the ./configure and the error. Thanks all Rich ./configure --enable-netscapehack --enable-annotatemore --enable-listext --with-perl=/usr/bin/perl --with-libwrap=/usr --with-sasl=/usr

Re: LMTP Network delivery

2003-06-06 Thread John C. Amodeo
Update: I was able to work around the problem by adding a line of code to the cyrus source version 2.0.17 (which is what I am currently using...): in imap/lmtpengine.c around line 470... Original code: -- return s; -- Hacked code: -- lcase(s); return s; -- Seems to be working

Debug output

2003-06-06 Thread Denny Schierz
hi, which lines i have to write into my syslog.conf, to stop the debug output. cu denny signature.asc Description: This is a digitally signed message part

Re: RH 9.0 ssl compiler error

2003-06-06 Thread Jon Nelson
Richard Houston said: Hi all, I am trying to compile Cyrus 2.1.13 on RH 9.0 but it keeps crapping out I had the same problem recently. Let me know if --without-krb works, but I don't think it does. A friend of mine wrote this perl script to fix it: #!/usr/bin/perl -w # FIXIT: for use in

Re: RH 9.0 ssl compiler error

2003-06-06 Thread Gareth Bult
Hi, Assuming you're a normal linux user and don't use Kerberos ( ) and don't want Krb on the system, try setting defs in configure to be; DEFS=-DHAVE_CONFIG_H -DOPENSSL_NO_KRB5 Works fine for me... Regards, Gareth. On Fri, 2003-06-06 at 17:00, Richard Houston wrote: Hi all, I am

Re: Sieve help

2003-06-06 Thread Ken Murchison
Patrick Nelson wrote: Running Cyrus-imap 2.1.13 on RH9 and alls well. Moved the whole company off of exchange a week ago and so far not even a hickup. So, now I want to explore sieve, but I'm not sure where to begin. Is there any good docs you all would recommend. Or maybe highlight to me

Linking imapd with db-4.1.25

2003-06-06 Thread Lars Peterson
Hello, I've built and installed db-4.1.25 in a non-standard location on my RedHat 9.0 machine and am having trouble getting cyrus-imapd-2.1.13 to against it. It appears that the configure script does not detect it properly, even if I invoke the configure script with the --with-bdb-libdir=my

Re: Linking imapd with db-4.1.25

2003-06-06 Thread John Alton Tamplin
Lars Peterson wrote: Snippet from configure's output: === checking for db.h... yes checking for db_create in -ldb-4.1... no checking for db_create in -ldb4.1... no checking for db_create in -ldb41... no checking for db_create in -ldb-4.0... yes === When I do an ldd on the resultant imapd binary

Re: Linking imapd with db-4.1.25

2003-06-06 Thread Lars Peterson
On Fri, June 6, 2003 2:05 pm, John Alton Tamplin wrote: Lars Peterson wrote: Snippet from configure's output: === checking for db.h... yes checking for db_create in -ldb-4.1... no checking for db_create in -ldb4.1... no checking for db_create in -ldb41... no checking for db_create in

Re: Linking imapd with db-4.1.25

2003-06-06 Thread Igor Brezac
On Fri, 6 Jun 2003, John Alton Tamplin wrote: Lars Peterson wrote: Snippet from configure's output: === checking for db.h... yes checking for db_create in -ldb-4.1... no checking for db_create in -ldb4.1... no checking for db_create in -ldb41... no checking for db_create in -ldb-4.0...

Re: Linking imapd with db-4.1.25

2003-06-06 Thread John Alton Tamplin
Lars Peterson wrote: Yes libdb-4.1.so is in the same directory I passed to configure for bdb-libdir. Permissions are same user I'm building as, and mode is 775. I was able to link against these libraries successfully for an openldap-2.1.19 build. Then I suggest looking at the log generated by

Re: Linking imapd with db-4.1.25

2003-06-06 Thread John Alton Tamplin
Igor Brezac wrote: This problem is fixed in cvs for both 2.1.x and 2.2. Ok, so it was a problem in Cyrus not db? Thanks. -- John A. Tamplin Unix System Administrator Emory University, School of Public Health +1 404/727-9931

Re: Linking imapd with db-4.1.25

2003-06-06 Thread Lars Peterson
On Fri, June 6, 2003 2:46 pm, John Alton Tamplin wrote: Igor Brezac wrote: This problem is fixed in cvs for both 2.1.x and 2.2. Ok, so it was a problem in Cyrus not db? Thanks. I'm not so sure. Checked 2.1 branch out of CVS and I still can't get it to work. Same results with 2.2-ALPHA.

Re: Linking imapd with db-4.1.25

2003-06-06 Thread John Alton Tamplin
Lars Peterson wrote: Here's some output from config.log: snip configure:5808: checking for db_create in -ldb-4.1 configure:5839: gcc -o conftest -Wall -g -O2 -I/usr/local/itech/iwaymail/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib - L/usr/local/itech/iwaymail/lib conftest.c

delete folder does not delete directory

2003-06-06 Thread Piet Ruyssinck
Cyrus 2.1.12 on Solaris 9 (sparc). It seems that when one deletes a folder via IMAP, the directory under /var/spool/imap/... is not always removed. I'm still investigating if this behaviour depends on the mail client. Is this a known problem ? -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Re: delete folder does not delete directory

2003-06-06 Thread Rob Siemborski
On Fri, 6 Jun 2003, Piet Ruyssinck wrote: Cyrus 2.1.12 on Solaris 9 (sparc). It seems that when one deletes a folder via IMAP, the directory under /var/spool/imap/... is not always removed. I'm still investigating if this behaviour depends on the mail client. Is this a known problem ?

Re: Linking imapd with db-4.1.25

2003-06-06 Thread Igor Brezac
On Fri, 6 Jun 2003, John Alton Tamplin wrote: Igor Brezac wrote: This problem is fixed in cvs for both 2.1.x and 2.2. Ok, so it was a problem in Cyrus not db? Thanks. This is an unfortunate bug. Sleepycat added db handle locking in 4.1.25 and cyrus was not closing db handles to clear

Re: Cyrus-Imap-2.2 with postfix

2003-06-06 Thread Vittorio Manfredini
I use from 6 months cyrus-imapd-2.2 with postfix without any problems. Which version of postfix are you using ? Because starting from version 2 there are some change in the postfix configuration for virtual address. On my machine I work with 3 domains and I use LDAP. May be if you coul send

Cyrus Imap refuses to work with vpopmail maildir

2003-06-06 Thread System
Hello All, RedHat 7.3 Apache 1.3.27 PHP 4.3.1 Qmail SquirrelMail 1.0.4 qmailadmin 1.0.20 vpopmail 5.3.20 Cyrus Imap. The above is my setup. I have created mail accounts for my virtual domain with vpopmail and they are working fine with QmailAdmin. When i try to login to SquirrelMail

Re: RH 9.0 ssl compiler error

2003-06-06 Thread Bennett Crowell
/usr/kerberos/include has to be added to the include path anywhere the openssl headers are used. You can probably do it by adding -I/usr/kerberos/include to the CFLAGS environment variable when you run configure. Bennett --On Friday, June 6, 2003 11:00 -0500 Richard Houston [EMAIL PROTECTED]

Sieve help

2003-06-06 Thread Patrick Nelson
Running Cyrus-imap 2.1.13 on RH9 and alls well. Moved the whole company off of exchange a week ago and so far not even a hickup. So, now I want to explore sieve, but I'm not sure where to begin. Is there any good docs you all would recommend. Or maybe highlight to me your course of knowledge

Re: Debug output

2003-06-06 Thread Patrick Morris
It really sort of depends on how it's configured now, which syslog you use, etc. In my case it'd be a matter of changing local6.debug to local6.info, but your system may vary. Denny Schierz wrote: hi, which lines i have to write into my syslog.conf, to stop the debug output. cu denny

Re: RH 9.0 ssl compiler error

2003-06-06 Thread Patrick Morris
I'd guess you don't have the Kerberos development package installed (and I don't run Red Hat, so I couldn't tell you what it'd be called). If it's there, and configure's just not finding it, you'll need to use to use the --with-krb=PATH option for configure. From ./configure --help:

Re: Debug output

2003-06-06 Thread Etienne Goyer
Something along the line of : local6.info /var/log/imapd.log You replace /var/log/imapd.log by whatever is the file where you want to log messages from imapd. local6 is called the syslog facilities; imapd ask to syslog to log his messages to that facilities. info is the