Subscribe user folder using telnet

2005-10-25 Thread Patrick T. Tsang
Hello, I would like to use telnet (console) to subscribe user IMAP user folders. How to do it? What is the standard way / command ? Since I login onto the IMAP server using the root user, cyrus, I can do many things but I cannot subscribe user IMAP folders. Please help. Regards Patrick

Ken at CMU?

2005-10-25 Thread Gerd v. Egidy
Hi Ken, I've seen you got a cmu address now instead of the oceana one. Have you been hired by CMU to work on cyrus? Does that mean that we now have a developer at CMU for cyrus again? Kind regards, Gerd Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ:

Pc-Pine users with remote configuration and Address Book can't ge t their mail

2005-10-25 Thread Balobo Maiga
Hello, We just move our server from postfix/Mailbox to a Postfix/Cyrus installation. After the install some users using Pc-pine with a remote configuration file and address book can't no more get their email. The error they get is the following Trouble reading remote configuration! Continue

Re: Ken at CMU?

2005-10-25 Thread Ken Murchison
Gerd v. Egidy wrote: Hi Ken, I've seen you got a cmu address now instead of the oceana one. Have you been hired by CMU to work on cyrus? Does that mean that we now have a developer at CMU for cyrus again? Yes and yes. -- Kenneth Murchison Systems Programmer Carnegie Mellon University

virtual domains and subdomains

2005-10-25 Thread Cap
Greetings, I would like to create mailboxes with fully qualified names like [EMAIL PROTECTED] I turned on virtdomains: userid unixhierarchysep: 1 in imapd.conf, like the documentation says. Now I have no problems creating and using mailbox names like [EMAIL PROTECTED] and [EMAIL PROTECTED]

Re: Pc-Pine users with remote configuration and Address Book can't ge t their mail

2005-10-25 Thread Ken Murchison
Balobo Maiga wrote: Hello, We just move our server from postfix/Mailbox to a Postfix/Cyrus installation. After the install some users using Pc-pine with a remote configuration file and address book can't no more get their email. The error they get is the following Trouble reading remote

Re: Subscribe user folder using telnet

2005-10-25 Thread Ken Murchison
Patrick T. Tsang wrote: Hello, I would like to use telnet (console) to subscribe user IMAP user folders. How to do it? What is the standard way / command ? Since I login onto the IMAP server using the root user, cyrus, I can do many things but I cannot subscribe user IMAP folders.

RE: postfix + cyrus-imap

2005-10-25 Thread Wadner Cadet
I found nothing in the maillog that could help me figure out how the incoming mails are handled. Here are my configuration files (imapd.conf, cyrus.conf and master.cf) imapd.conf configdirectory:/var/imap partition-default:/var/spool/imap admins: cyrus sievedir: var/imap/sieve

RE: postfix + cyrus-imap

2005-10-25 Thread Simon Matter
I found nothing in the maillog that could help me figure out how the incoming mails are handled. Here are my configuration files (imapd.conf, cyrus.conf and master.cf) imapd.conf configdirectory:/var/imap partition-default:/var/spool/imap admins: cyrus sievedir: var/imap/sieve

Re: Ken at CMU?

2005-10-25 Thread Henrique de Moraes Holschuh
On Tue, 25 Oct 2005, Ken Murchison wrote: Gerd v. Egidy wrote: Hi Ken, I've seen you got a cmu address now instead of the oceana one. Have you been hired by CMU to work on cyrus? Does that mean that we now have a developer at CMU for cyrus again? Yes and yes. It is party time today!

Re: Pc-Pine users with remote configuration and Address Book can't ge t their mail

2005-10-25 Thread Nancy McGough
On 25 Oct 2005, Balobo Maiga wrote: Hello, We just move our server from postfix/Mailbox to a Postfix/Cyrus installation. After the install some users using Pc-pine with a remote configuration file and address book can't no more get their email. The error they get is the following Trouble

Re: Ken at CMU?

2005-10-25 Thread info-cyrus
-- Henrique de Moraes Holschuh said the following on 10/25/05 9:23 AM: On Tue, 25 Oct 2005, Ken Murchison wrote: Gerd v. Egidy wrote: Hi Ken, I've seen you got a cmu address now instead of the oceana one. Have you been hired by CMU to work on cyrus? Does that mean that we now have a

Re: adding new partitions

2005-10-25 Thread Phil Chambers
On Mon, 24 Oct 2005 12:33:50 -0400 Ken Murchison [EMAIL PROTECTED] wrote: Phil Chambers wrote: What do I have to do to add a new partition? I have added it to my /etc/imapd.conf but createmailbox says Unknown/invalid partition when I try and add a new user to it. Did you also

Re: Subscribe user folder using telnet

2005-10-25 Thread Patrick T. Tsang
Thanks Ken This is still a good way. However, is there any commands which is working for subscribing user IMAP folder using root admin,cyrus, in telnet mode? This is important to my company project since we will access the cyrus mail server using socket connection. BTW, how to PIPE subscribe

Re: Subscribe user folder using telnet

2005-10-25 Thread Ken Murchison
Patrick T. Tsang wrote: Thanks Ken This is still a good way. However, is there any commands which is working for subscribing user IMAP folder using root admin,cyrus, in telnet mode? Not easily. The best way is to use imtest, otherwise you're going to have to replicate its functionality.

[POLL] pop3d/nntpd and IMAP flags

2005-10-25 Thread Ken Murchison
The short discussion on pop3d not changing \Seen state got me thinking about the overall interaction of pop3d and nntpd with IMAP flags. It would be fairly straightforward to have an option that updated \Seen state whenever a POP3 client issues a RETR command or an NNTP client issues a BODY

Re: [POLL] pop3d/nntpd and IMAP flags

2005-10-25 Thread Igor Brezac
On Tue, 25 Oct 2005, Ken Murchison wrote: The short discussion on pop3d not changing \Seen state got me thinking about the overall interaction of pop3d and nntpd with IMAP flags. It would be fairly straightforward to have an option that updated \Seen state whenever a POP3 client issues a

Re: [POLL] pop3d/nntpd and IMAP flags

2005-10-25 Thread Joseph Brennan
Ken Murchison [EMAIL PROTECTED] wrote: It would be fairly straightforward to have an option that updated \Seen state whenever a POP3 client issues a RETR command or an NNTP client issues a BODY or ARTICLE command. I'm on the fence whether this makes sense for POP. But we've used U Wash for

Re: [POLL] pop3d/nntpd and IMAP flags

2005-10-25 Thread Henrique de Moraes Holschuh
On Tue, 25 Oct 2005, Ken Murchison wrote: It would be fairly straightforward to have an option that updated \Seen state whenever a POP3 client issues a RETR command or an NNTP client issues a BODY or ARTICLE command. I vote for this change, and if it is optional, I'd vote for it to be the

Re: [POLL] pop3d/nntpd and IMAP flags

2005-10-25 Thread Ken Murchison
Igor Brezac wrote: On Tue, 25 Oct 2005, Ken Murchison wrote: The short discussion on pop3d not changing \Seen state got me thinking about the overall interaction of pop3d and nntpd with IMAP flags. It would be fairly straightforward to have an option that updated \Seen state whenever a

Re: [POLL] pop3d/nntpd and IMAP flags

2005-10-25 Thread Ken Murchison
Henrique de Moraes Holschuh wrote: On Tue, 25 Oct 2005, Ken Murchison wrote: It would be fairly straightforward to have an option that updated \Seen state whenever a POP3 client issues a RETR command or an NNTP client issues a BODY or ARTICLE command. I vote for this change, and if it is

Re: [POLL] pop3d/nntpd and IMAP flags

2005-10-25 Thread Ken Murchison
Joseph Brennan wrote: Ken Murchison [EMAIL PROTECTED] wrote: It would be fairly straightforward to have an option that updated \Seen state whenever a POP3 client issues a RETR command or an NNTP client issues a BODY or ARTICLE command. I'm on the fence whether this makes sense for POP. But

Re: [POLL] pop3d/nntpd and IMAP flags

2005-10-25 Thread Joseph Brennan
Does UW simply mark the messages as \Seen after a RETR? I don't see any other way to determine if the user has actually read the message. imap first. message 131 is not \Seen. c fetch 131 flags * 131 FETCH (FLAGS (Junk)) c OK FETCH completed z logout * BYE okari.cc.columbia.edu IMAP4rev1

Re: Pc-Pine users with remote configuration and Address Book can't ge t their mail

2005-10-25 Thread balobo
Hi Nancy Where can I put this configuration? when I launch pine it automaticaly try to acced {server.address/user=username}remote_pinerc. Is there a config file to modify? i did the modification on the file pinerc on my local machine but still get the error message. Thank you for your help

Re: Pc-Pine users with remote configuration and Address Book can't ge t their mail

2005-10-25 Thread balobo
Hi Nancy, just launch pc pine with the option -install and get the windows where to put the folder information. It's ok i'm now able to access remote folders on the server. Thank you very much for your help. On 25 Oct 2005, Balobo Maiga wrote: Hello, We just move our server from