Re: Problem rebuilding Simons new source RPM

2002-11-26 Thread Simon Matter
Harris Landgarten schrieb: I tracked down the cause of the problem but am still looking for the source. For some reason perl man pages are being installed to /usr/man instead of /usr/shared/man This causes the find /var/tmp/cyrus-imapd-2.1.10-root/usr/share/man -type f -name Cyrus* to

Re: Changing databases at runtime

2002-11-26 Thread Simon Matter
Jonathan Marsden schrieb: On 25 Nov 2002, Rob Siemborski writes: On 25 Nov 2002, Erik Enge wrote: I wouldn't rate it as easy unless it was a config option at run-time, not an option to configure at compile-time. This wouldn't be tremendously hard to do (probably just a matter of

RE: PostgreSQL backend: a waste of time?

2002-11-26 Thread Brasseur Valry
for those who are interrested here is a patch for Mysql as a backend. warning, it's a developpment version for now. -Original Message- From: Noll Janos [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 4:36 PM To: [EMAIL PROTECTED] Subject: RE: PostgreSQL backend: a waste

×îÐÂÉÌÎñÈí¼þ:ÉÌÎñÓʼþ¼«ËÙȺ·¢Æ÷

2002-11-26 Thread ×îÐÂÉÌÎñÈí¼þ¹«²¼
Title: ×îÐÂÉÌÎñϵÁÐÈí¼þ ¡ñÉÌÎñÓʼþ¼«ËÙȺ·¢Æ÷(ÎÞÐèSMTPÉèÖã¬ÎÞÐè°²×°) £ºÉÌÎñÓʼþ¹ú¼ÊÌØ¿ì ×îа汾£ºV3.21ÔöÇ¿°æ Èí¼þ´óС£º1.6MB ÎÞÐè°²×°¼´¿ÉʹÓà Ãâ·ÑÏÂÔØ£ºhttp://www.www999.com/soft/etrain.zip Èí¼þÌØÉ«£º ¸ÃÈí¼þ¾ßÓÐÈçϹ¦ÄÜ£º

Re: file-system problems after update from 2.0.16 to 2.1.9

2002-11-26 Thread Alexander Czernay
Gary Mills wrote: On Sun, Nov 24, 2002 at 04:52:11PM +0100, Alexander Czernay wrote: I just upgraded my Cyrus-IMAP from 2.0.16 to 2.1.9. At ./configure I added --enable-fulldirhash and also compiled Berkeley4.1.24 in. It all worked well, but now I get some strange errors in the logs:

Re: Changing databases at runtime

2002-11-26 Thread Tarjei Huse
(snip) 'worse' as new backends are implemented, the ability to build a compiled version of Cyrus that could find and use whatever database format it can see (or failing that, whatever database some separate utility can see and then edit into the config files), would probably help reduce

Re: SpamAssassin Sieve?

2002-11-26 Thread marc olejak
[EMAIL PROTECTED] schrieb am Samstag, 23. November 2002 9:02 Uhr -0600: I guess slightly off-topic, but I was wondering if any folks on here are using SpamAssassin, and if so, what sort of Sieve scripts you're using on such tagged mail. I know that recent releases of Sieve have a numeric

Re: Changing databases at runtime

2002-11-26 Thread Simon Matter
Tarjei Huse schrieb: (snip) 'worse' as new backends are implemented, the ability to build a compiled version of Cyrus that could find and use whatever database format it can see (or failing that, whatever database some separate utility can see and then edit into the config files),

Re: Changing databases at runtime

2002-11-26 Thread Henrique de Moraes Holschuh
On Mon, 25 Nov 2002, Jonathan Marsden wrote: On 25 Nov 2002, Rob Siemborski writes: On 25 Nov 2002, Erik Enge wrote: This is in part a packaging and upgrading issue, though. Especially Detecting the backends and running a script or program when the backends changed is simple enough for my

Re: PostgreSQL backend: a waste of time?

2002-11-26 Thread Nicola Ranaldo
I use cyrus since version 2, on Linux Slackware and True64 from 4.0f to 5.1a. There are no big problems on Intel architecture, but every upgrade on alpha was a war! For example since version 2.1.5 to compile it you have to manually define HAVE_GETADDRINFO and in mpool.c you would apply: (Thanks

Re: Problem rebuilding Simons new source RPM

2002-11-26 Thread Harris Landgarten
if the find doesn't find any Cyrus* then the rest of the pipe fails with an error and no error message and the test after the find statement for such an instant is never reached. I would call that a bug. Harris On Tue, 2002-11-26 at 02:57, Simon Matter wrote: Harris Landgarten schrieb: I

Re: error making 2.1.10

2002-11-26 Thread Patrick Boutilier
Andrei, Try -with-perl=/usr/bin/perl or wherever your perl binary is installed. Andrei Loukinykh wrote: After sucessfull installation I'm trying to compile 2.1.10 to avoid problems with sieve.. And with the same 'configure' I get now: (./configure --with-dbdir=/usr/local/BerkeleyDB

Re: Timsieved versions differ

2002-11-26 Thread Ken Murchison
Andrei Loukinykh wrote: Mon, 25 Nov 2002, Ken Murchison ÐÉÓÁÌ(Á): And get: IMPLEMENTATION Cyrus timsieved v2.1.10 SASL PLAIN LOGIN SIEVE fileinto reject envelope vacation imapflags notify subaddress relational regex STARTTLS OK And when I do the same with my

Re: PostgreSQL backend: a waste of time?

2002-11-26 Thread Mika Iisakkila
Nicola Ranaldo wrote: in imapd.c I read: /* * run once when process is forked; * MUST NOT exit directly; must return with non-zero error code */ int service_init(int argc, char **argv, char **envp) but mboxlist_init() is a void! it calls directly fatal() and so exit(). Master will not

Newbie help: Domain names as part of user names/mailboxes/etc?

2002-11-26 Thread Jay Levitt
Hi.. can anyone shed light on this? -- I'm setting up a simple server for home use. The server is running on the cleverly-named machine linux.home.jay.fm, and will be serving mail for jay.fm. I am, for starters, using auxprop with sasldb to keep things simple. I'm

Re: php and cyrus

2002-11-26 Thread Gregory Chagnon
Hi again- Thanks for all the suggestions, but everything that I've tried results in this error, obviously the 2nd and 3rd errors are a result from the 1st one: Warning: Couldn't open stream {192.168.1.200:143} in /var/www/html/user/mail2.php on line 42 Warning: imap_listmailbox(): supplied

Mailbox directory structure

2002-11-26 Thread John Lederer
We are deploying Cyrus in an environment where most users use Netscape 4.x or Mozilla 1.x . A few use Outlook. When I looked at the mailbox structure of our test group I found some disconcerting variance. Some users had a directory named INBOX, some did not. I am not sure what caused the

Re: php and cyrus

2002-11-26 Thread Simon Matter
Gregory Chagnon schrieb: Hi again- Thanks for all the suggestions, but everything that I've tried results in this error, obviously the 2nd and 3rd errors are a result from the 1st one: IIRC there was something with the connection string. You may try something like 192.168.1.200:143/notls

RE: Newbie help: Domain names as part of user names/mailboxes/etc?

2002-11-26 Thread Harris Landgarten
Why don't you just use jay as your sasldb2 username. Log in for mail using jay and your sasldb2 password. Set your MTA masquerade as jay.fm when you send mail outside your house. That's what I do in my house. Harris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On

Re: php and cyrus

2002-11-26 Thread Kendrick Vargas
Can you telnet from the computer running the web server to port 143 on the server running the imap service? It seems like your web server can't establish a connection. From your web server, try: telnet your.imap.server.com 143 * OK your.imap.server.com Cyrus IMAP4 v2.1.10

Sieveshell does not work anymore...

2002-11-26 Thread Christian Schulte
Hello, I have a problem getting sieveshell to work again. If I invoke it like this /usr/local/cyrus2-cvs/bin/sieveshell 127.0.0.1 I get connecting to 127.0.0.1 unable to connect to server at /usr/local/cyrus2-cvs/bin/sieveshell line 174. and the logs say Nov 26 18:00:36 mail master[1769]:

Sieve question -- BODY contains

2002-11-26 Thread Su Li
Hi, In Sieve I saw a lot of header :contains I wonder, if a user needs to do some filtering when 'body contains test filter', is there some thing like body to replace header? So I can do: if body :contains From { discard; } Thanks, Su

Re: Newbie help: Domain names as part of user names/mailboxes/etc?

2002-11-26 Thread Jay Levitt
Why don't you just use jay as your sasldb2 username. Log in for mail using jay and your sasldb2 password. Set your MTA masquerade as jay.fm when you send mail outside your house. That's what I do in my house. That's what I was trying to do, but saslpasswd2 automatically appends the FQDN of the

Re: Mailbox directory structure

2002-11-26 Thread Jonathan Marsden
On 26 Nov 2002, John Lederer writes: When I looked at the mailbox structure of our test group I found some disconcerting variance. Some users had a directory named INBOX, some did not. ... In any event we want a consistent mailbox structure that supports Moxilla's special Sent, Drafts,

Re: Updating /seen from concurrent sessions

2002-11-26 Thread Lawrence Greenfield
To keep everyone up to date (Andrew already knows this): I was wrong, everyone else was right. The flat backend has a bug in it that if a given seen file frequently reuses the same inode (as will happen frequently on lightly loaded systems) you run into this strange behavior with seen state

Re: Newbie help: Domain names as part of user names/mailboxes/etc?

2002-11-26 Thread Harris Landgarten
At least on my server, it doesn't matter. Even though sasldblistusers2 shows me as [EMAIL PROTECTED], I still sign in from Outlook and Evolution as harrisl and my mailboxes which were created with cyradm are in the form user.harrisl.inbox etc. Remember you still have to create user jay in cyradm

Errors using PAM and saslauthd

2002-11-26 Thread Russell Gnann
Hi, I am having some authentication issues using saslauthd -a pam. The errors that show up in the message log when a login attempt is made are imapd[13427]: [ID 702911 auth.error] auxpropfunc error -4 imapd[13427]: [ID 702911 auth.debug] _sasl_plugin_load failed on sasl_auxprop_plug_init for

Re: Newbie help: Domain names as part of user names/mailboxes/etc?

2002-11-26 Thread Jay Levitt
At least on my server, it doesn't matter. Even though sasldblistusers2 shows me as [EMAIL PROTECTED], I still sign in from Outlook and Evolution as harrisl and my mailboxes which were created with cyradm are in the form user.harrisl.inbox etc. Remember you still have to create user jay in

Re: Newbie help: Domain names as part of user names/mailboxes/etc?

2002-11-26 Thread Harris Landgarten
Try using saslauthd and see if that works for you.Put sasl_pwcheck_method: saslauthd sasl_mech_list: PLAIN in /etc/imapd.conf and start saslauthd You should then be able to log in using your unix system name and password. That should let you verify that cyrus imap is working properly and that

Re: Sieve question -- BODY contains

2002-11-26 Thread Ken Murchison
Su Li wrote: Hi, In Sieve I saw a lot of header :contains I wonder, if a user needs to do some filtering when 'body contains test filter', is there some thing like body to replace header? No. There is an I-D for a body extension, but its not implemented in cmu-sieve.

RE: Sieve question -- BODY contains

2002-11-26 Thread Su Li
Thanks a lot Ken, So there is not way I can filter according to the content of the BODY. How about exits? Su -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED]] Sent: November 26, 2002 2:51 PM To: Su Li Cc: [EMAIL PROTECTED] Subject: Re: Sieve question -- BODY contains

Re: Sieve question -- BODY contains

2002-11-26 Thread Ken Murchison
Su Li wrote: Thanks a lot Ken, So there is not way I can filter according to the content of the BODY. How about exits? This currently are no actions/tests in cmu-sieve that operate on the body of a message. In fact, AFAIK, there are only a couple of Sieve implementations which have a

Re: Errors using PAM and saslauthd

2002-11-26 Thread Ken Murchison
Russell Gnann wrote: Hi, I am having some authentication issues using saslauthd -a pam. The errors that show up in the message log when a login attempt is made are imapd[13427]: [ID 702911 auth.error] auxpropfunc error -4 imapd[13427]: [ID 702911 auth.debug] _sasl_plugin_load failed

Cyrus 2.1.10, sendmail-8.12.6 and user unknown

2002-11-26 Thread Marcelo Maraboli
Hello.. I have a problem with a new installation of CyrusV2.1.10 and sendmail. Cyrus doesn´t recognize the users and their mailboxes.here is the output... I cannot even email from the local machine to a local user. I have succesfully installed Cyrus-1.5.27 with libsasl-1.5.15 before on

Re: RPM Upgrade Nightmare

2002-11-26 Thread Chris Dos
Ramiro Morales wrote: On 25 Nov 2002 at 16:18, Chris Dos wrote about Re: RPM Upgrade Nightmare: Do you have any ideas on what would be a good way to move the mail directories from /var/spool/imap/user to /var/spool/imap/a-z and then have Cyrus pick them up and run with them. Or perhaps, there

lmtpd adds additional return-path-header (or: how deliver mails to imap-boxes from perl)

2002-11-26 Thread pilsl
I use a simple perl-mailer to process all incoming mails and finally deliver the mails using lmtpd and Net::LMTP. Now it happens that lmtpd doesnt work without supplying a 'MAIL FROM'-command and add this address as new 'return-path'-header which is not what I want, cause there is already a

Re: Newbie help: Domain names as part of user names/mailboxes/etc?

2002-11-26 Thread Jay Levitt
Try using saslauthd and see if that works for you.Put sasl_pwcheck_method: saslauthd sasl_mech_list: PLAIN in /etc/imapd.conf and start saslauthd Yep, that worked.. You should then be able to log in using your unix system name and password. That should let you verify that cyrus imap is

RE: Errors using PAM and saslauthd

2002-11-26 Thread Russell Gnann
Thanks for pointing my typo.. I had meant to use the sasl_pwcheck_method, and I see why having that and the entry in Cyrus.conf would be redundant. We are still having the same authentication issues. I meant mention that we are running under Solaris 8. The entries I have in the /etc/pam.conf are

Excessive recursion error with plussed addresses

2002-11-26 Thread William K. Hardeman
Howdy all, I've run into a problem where I can't get addresses with plussed parts to deliver. I'm getting an excessive recursion error in ruleset 3 (canonify) in my sendmail. Sendmail version is 8.12.6. I'm using the virtusertable feature to support several domains, and the error only occurs

Re: [Web-cyradm] creating folders, again!

2002-11-26 Thread skuran
hi, i had no problems creating folders using horde/imp and DOMAIN_AS_PREFIX=1 maybe you should select INBOX before creating folders or select the folder where you want the new folder will be in regards Zitat von David Ruiz [EMAIL PROTECTED]: Hi all. I've read lots about the problem some of

Re: Newbie help: Domain names as part of user names/mailboxes/etc?

2002-11-26 Thread Jeremy Rumpf
But imapd, by default, uses dots as separators. So I can't just do: createmailbox [EMAIL PROTECTED] because that ends up looking like mailbox jay@jay with sub-mailbox fm. And I can't just: createmailbox jay because I must authenticate as [EMAIL PROTECTED] and not just jay. I

Re: PostgreSQL backend: a waste of time?

2002-11-26 Thread Nuno Silva
Nuno Silva wrote: Just searched a bit and found a reference to the mailbox-daemon here: http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrusmsg=8712 Just found the URL: http://opensource.prim.hu/mbdaemon/ Regards, Nuno Silva