Re: idle pop3d never times out

2002-04-15 Thread Gary Mills
On Tue, Apr 16, 2002 at 11:33:00AM +1200, Mike Brady wrote: > This sounds very similar to a problem that I reported a couple of weeks ago > with imapd not closing the socket in 2.1.3. Maybe there is something not > quite right with the socket handling in 2.x in general. No, it's not the same. I

RE: idle pop3d never times out

2002-04-15 Thread Mike Brady
This sounds very similar to a problem that I reported a couple of weeks ago with imapd not closing the socket in 2.1.3. Maybe there is something not quite right with the socket handling in 2.x in general. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behal

Re: idle pop3d never times out

2002-04-15 Thread Gary Mills
On Mon, Apr 15, 2002 at 02:40:20PM -0400, Lawrence Greenfield wrote: > > It appears that the client is still there (you have an active TCP > session) but I don't know if it's making progress. Are the sequence > numbers changing? No, they never change. I don't know much about TCP, but I'd say t

Re: Users cannot delete mail once they have reached their quota

2002-04-15 Thread Ken Murchison
Rob Baugh wrote: > > I do have a "Trash" folder set up for my users. Do I have to delete this > folder to allow this to work? It doesn't matter if the folder is there. It all depends what the client's delete model is. A lot of clients allow the user to choose between the "Trash" folder mode

Re: idle pop3d never times out

2002-04-15 Thread Gary Mills
On Mon, Apr 15, 2002 at 02:55:10PM -0400, Igor Brezac wrote: > > On Mon, 15 Apr 2002, Lawrence Greenfield wrote: > > > > It appears that the client is still there (you have an active TCP > > session) but I don't know if it's making progress. Are the sequence > > numbers changing? > > > > It's al

RE: Users cannot delete mail once they have reached their quota

2002-04-15 Thread Rob Baugh
I do have a "Trash" folder set up for my users. Do I have to delete this folder to allow this to work? I added "quotawarn: 5000" to my imapd.conf but it didn't do anything. When I looked up the man page for imad.conf it didn't list that option. What else can I do? -Original Message-

Re: Purge utilities?

2002-04-15 Thread julesa
You could do this with any IMAP library in the language of your choice. I prefer Perl for quick scripts like this one, but it's by no means the only way to go. So a very simple approach would look like this in the IMAP commands exchanged between your program and Cyrus: * OK mail.cpicorp.com Cyr

The best way to compile cyrus on redhat 7.1

2002-04-15 Thread Ronen Amity
what is the best way to get Cyrus to work on redhat 7.1 rpm or compiling it with gcc ?

Re: Freebsd 4.5 and cyrus-2.1.3

2002-04-15 Thread Rob Siemborski
On Tue, 19 Mar 2002, Bob Finch wrote: > Arley> I ran into this problem trying to build cyrus 2.1.3 on > Arley> Freebsd-4.5 p2. Anybody has anybody had any better success > Arley> than I ? > > Here's the changes I made to get it to build on FreeBSD 4.5-RELEASE: [snip] Sorry for the d

Re: idle pop3d never times out

2002-04-15 Thread Igor Brezac
On Mon, 15 Apr 2002, Lawrence Greenfield wrote: >Date: Sun, 14 Apr 2002 18:35:18 -0500 >From: Gary Mills <[EMAIL PROTECTED]> > [...] >Yes, there is traffic every few seconds with `snoop': > >electra.cc.umanitoba.ca -> net41.anthro.umanitoba.ca TCP D=2034 S=110 >Ack=105553411

Re: idle pop3d never times out

2002-04-15 Thread Lawrence Greenfield
Date: Sun, 14 Apr 2002 18:35:18 -0500 From: Gary Mills <[EMAIL PROTECTED]> [...] Yes, there is traffic every few seconds with `snoop': electra.cc.umanitoba.ca -> net41.anthro.umanitoba.ca TCP D=2034 S=110 Ack=1055534117 Seq=3063126801 Len=1 Win=24656 net41.anthro.umanitoba.ca

Re: Users cannot delete mail once they have reached their quota

2002-04-15 Thread Ken Murchison
> Rob Baugh wrote: > > Sorry, but I am new to Linux and having to setup a mail server for > work. I am not sure if this is a problem with me, the imap server > (Cyrus 2.0.16) or my webmail interface (JWMA JavaWebmail). If I set a > quota on a users mailbox once they reach the quota they are n

Re: delivery to imap AND OS users possible?

2002-04-15 Thread Olaf Zaplinski
Schiemer, Markus wrote: > How can I manage the delivery of mails based upon the existence (OS/imap) of > the user? > [...] On Linux, this works (it's not from me, but Andrzej Filip). The bottom of my mc file reads: Klocaluser hash /etc/mail/localuser LOCAL_RULESETS SLocal_localaddr R$*

Users cannot delete mail once they have reached their quota

2002-04-15 Thread Rob Baugh
Sorry, but I am new to Linux and having to setup a mail server for work.  I am not sure if this is a problem with me, the imap server (Cyrus 2.0.16) or my webmail interface (JWMA JavaWebmail).  If I set a quota on a users mailbox once they reach the quota they are not allowed to delete or mo

RE: delivery to imap AND os users possible?

2002-04-15 Thread Schiemer, Markus
Hi folks, Sorry for bothering you. I found the solution for my problem just now! The point is to tell sendmail to pass _ALL_ mail that can't be deliverd locally to cyrus. So (see below) I inserted the line define(`LUSER_RELAY', `cyrus:localhost')dnl into my mc file and everything works fine. ---

Purge utilities?

2002-04-15 Thread Derek Chen-Becker
Hi, I was wondering what utilities are out there for purging old messages from users' mailboxes. I've looked at ipurge and someone on the list posted about a program called "Janitor" last year, but we're looking for something with a little extra functionality. Specifically, we would like

Re: Save mails

2002-04-15 Thread Tarjei Huse
Take a look at cyrus-utils.sf.net -> the faq. I think there's a suggestion there under "Administration". Tarjei abarthel wrote: > > Hello, > > I already asked the question (maybe stupid sorry) > > I look for a secure way to save the mails in a Imap server (in > /var/spool/imap/user > > If I

delivery to imap AND OS users possible?

2002-04-15 Thread Schiemer, Markus
How can I manage the delivery of mails based upon the existence (OS/imap) of the user? Cyrus IMAPD is up and running (Solaris 8, Sun's sendmail 8.11.6). mailx -s test test_user works fine since test_user exists in cyrus (mailbox, sasldb entry..) mails -s test root returns 550 "User unknown" (n

Save mails

2002-04-15 Thread abarthel
Hello, I already asked the question (maybe stupid sorry) I look for a secure way to save the mails in a Imap server (in /var/spool/imap/user If I want to restore the mailboxes (readables by clients) (after a servor crash for example) which other files must I save in /var/imap? Is mailboxes.db