Re: Can't compile cyrus-2.0.12 in Solaris-2.6

2001-04-20 Thread Patrick Lin
Francesc Guasch a écrit : > > I did install cyrus-sasl and I managed to compile it in > another box with solaris-2.5.1. But with solaris-2.6 > it looks it doesn't work. > > I searched the mailing list and I found two people > asking the same question but no answers. > > # ./configure > > check

Re: Compile error for Cyrus 1.6.24 on Linux

2001-04-20 Thread Simon Loader
Gunjan Kakani wrote: > > Hi all, > > I am a newbie to this mailing list, and new user of > Cyrus server! > > I am trying to use Cyrus 1.6.24 on RedHat Linux 7.0. > My purpose is to setup a PHP interface to Cyrus IMAP > server and develop a webmail interface! > > I am following the "install" fi

Re: Where is the PAM version of SASL pwcheck?

2001-04-20 Thread mills
Francesc Guasch writes: > >[EMAIL PROTECTED] wrote: >> >> Is there an official version of SASL pwcheck that uses PAM? >> I'm using cyrus-sasl-1.5.24, which seems to be the current > >With that version you don't need SASL. Just pwcheck in >background. It's SASL version 1.5.24. >> release. I hav

Re: Where is the PAM version of SASL pwcheck?

2001-04-20 Thread Francesc Guasch
[EMAIL PROTECTED] wrote: > > Francesc Guasch writes: > > > >[EMAIL PROTECTED] wrote: > >> > >> Is there an official version of SASL pwcheck that uses PAM? > >> I'm using cyrus-sasl-1.5.24, which seems to be the current > > > >With that version you don't need SASL. Just pwcheck in > >background. >

Compile error for Cyrus 1.6.24 on Linux

2001-04-20 Thread Gunjan Kakani
Hi all, I am a newbie to this mailing list, and new user of Cyrus server! I am trying to use Cyrus 1.6.24 on RedHat Linux 7.0. My purpose is to setup a PHP interface to Cyrus IMAP server and develop a webmail interface! I am following the "install" file in the /doc dir. While compiling, "./co

Re: local mail delivery

2001-04-20 Thread Christoph Andreas
We are using cyrus 1.5.19 with procmail for local delivery and postfix for smtp. We solved that problem by creating an alias in the postfix alias-db for every local user with unix login, now mails for those users get forwarded to users without unix-logins. Christoph. [EMAIL PROTECTED] schrieb:

Can't compile cyrus-2.0.12 in Solaris-2.6

2001-04-20 Thread Francesc Guasch
I did install cyrus-sasl and I managed to compile it in another box with solaris-2.5.1. But with solaris-2.6 it looks it doesn't work. I searched the mailing list and I found two people asking the same question but no answers. # ./configure checking for sasl_getprop in -lsasl... (cached) no con

Re: Testing if a mailbox exists

2001-04-20 Thread Atif Ghaffar
Josh Miller wrote: > > Could someone point me to some freestanding code which will check if a > mailbox exists under 2.x? lm can show you that from within cyradm if you dont want to invoke cyradm, use this http://prdownloads.sourceforge.net/ispman/cyrusadmin-0.1.tar.gz this will give you a hand

Re: Sieve doesn't work

2001-04-20 Thread Tom Sedge
Hi Atif, On Fri, 20 Apr 2001, Atif Ghaffar wrote: > Hi Tom, > > does your smtp server speaks LMTP with Cyrus? No. It does not. > To get filters to work (especially for vacation) the message should be > delivered by lmtp. I understand this is needed for vacation. But from numerous message

Re: Sieve doesn't work

2001-04-20 Thread Atif Ghaffar
Hi Tom, does your smtp server speaks LMTP with Cyrus? To get filters to work (especially for vacation) the message should be delivered by lmtp. as I see in your logs there is an entry about lmtp. can you telnet to port 2000 (sieve port)? is /var/imap/sieve the correct directory for sieve (define

Re: Sieve doesn't work

2001-04-20 Thread Tom Sedge
Hi Atif, Yes, as I said, it is active, and I've checked by looking in the sieve dir: $ pwd /var/imap/sieve/t/tom $ ls -l total 4 lrwxrwxrwx1 cyrusroot 21 Apr 19 12:18 default -> my.first.sieve.script -rw---1 cyrusroot 92 Apr 19 13:45 my.first.sieve.script $ cat default requ

local mail delivery

2001-04-20 Thread nomad4
I am using cyrus for local delivery and postfix for smtp. My virtual users based on sasl accounts work fine for imap/pop access. Their mail boxes were created by cyradm. What happens to mail that cyrus processes for local users with unix logins like root,cyrus, etc.? I checked /var/log/maillog

Testing if a mailbox exists

2001-04-20 Thread Josh Miller
Could someone point me to some freestanding code which will check if a mailbox exists under 2.x?

Re: cyrus queue

2001-04-20 Thread Francesc Guasch
[EMAIL PROTECTED] wrote: > > All, > > I am using cyrus 2.0.12 with the latest postfix on freebsd 4.2 > In postfix's config file I removed the ${extension} from the postfix config > in master.conf Why ? I also have postfix, here is my master.cf entry for cyrus: cyrus unix - n n -

Re: Where is the PAM version of SASL pwcheck?

2001-04-20 Thread Francesc Guasch
[EMAIL PROTECTED] wrote: > > Is there an official version of SASL pwcheck that uses PAM? > I'm using cyrus-sasl-1.5.24, which seems to be the current With that version you don't need SASL. Just pwcheck in background. > release. I have a copy of a PAM version of pwcheck from 1998, > but I assum

Re: Socket operation on non-socket

2001-04-20 Thread Francesc Guasch
Daryl Tester wrote: > > "Francesc Guasch" <[EMAIL PROTECTED]> wrote: > > > imapd[21647]: accept failed: Socket operation on non-socket > [...] > > ls -ld /var/pwcheck/pwcheck > > prwxrwxrwx 1 root other 0 Apr 19 12:20 /var/pwcheck/pwcheck > > That's a pipe, not a socket, so the error message

RE: forking problem

2001-04-20 Thread Nick Ustinov
Basically, we are fighting that for some time already. I've set up sendmail to delivermode=q and it helped a little, since sendmail is not forking tons of lmtpds this way. Could you tell me what is the glibc version you have? btw, I've tried latest cyrus from cvs -- didn't really help. Nick Ust

Re: Socket operation on non-socket

2001-04-20 Thread Francesc Guasch
Jeremy Howard wrote: > > > When I connect to imap port I see a message in the logs: > > > > imapd[21647]: accept failed: Socket operation on non-socket > > ls -ld /var/pwcheck/pwcheck > > prwxrwxrwx 1 root other 0 Apr 19 12:20 /var/pwcheck/pwcheck > > > What pwcheck daemon are you running? Wher