db-4.0.14

2001-12-04 Thread Amos Gouaux
Looks like there's a new release for Berkeley DB -- Amos

Beta Release of Cyrus SASL 2.0.5

2001-12-04 Thread Rob Siemborski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm pleased to announce the release of Cyrus SASL 2.0.5 on ftp.andrew.cmu.edu. This version includes many significant bug fixes as well as an OTP mechanism and much more complete documentation. This is a beta release only, not intended for use on pr

Message Number in Email Notification

2001-12-04 Thread Eranga Udesh
Hi All, Cyrus email notification facility is a great feature. But I wonder if it's possible to add to give the Email Message Number (UID), also to come in that notification. As I can see if the notification is generated after the email is saved in the perticular mailbox, it shouldn't be that comp

Re: SMTP with Sieve

2001-12-04 Thread Lawrence Greenfield
Date: Tue, 04 Dec 2001 14:36:47 -0500 From: Ken Murchison <[EMAIL PROTECTED]> [...] > The problem I am facing is that our systems use Postfix instead of > Sendmail. The Cyrus and Postfix configuration we are using is based on > the -C config option. This means "servers" are bound

Re: SMTP with Sieve

2001-12-04 Thread Ken Murchison
"John C. Amodeo" wrote: > > Greetings. > > Is there a way to configure the following line in the imapd.conf file to > use an SMTP port instead of the local delivery agent? > > sendmail: /usr/sbin/sendmail > > change to something like: > > sendmail: servername.dom

Re: Mailbox Backup

2001-12-04 Thread Mika Iisakkila
On Tue, 4 Dec 2001, Tarjei Huse wrote: > thanks, does this info also apply if you shut down cyrus prior to backup? Nope -- if you can shut down cyrus, backing up by normal means is OK. But when cyrus is running, the mailbox/delivery database state on the disk is a "moving target", and you can't g

Re: login error

2001-12-04 Thread Victor
> > Try this: > > > > cyradm --user admin --auth plain localhost > > > > It seems that auth method is not set by default and > crammd5 is tried. This > > seems to work. > > > > G'day Victor, I noticed yesterday the we seemed to be > travelling along the same road at the same time, but > driving di

Re: [PATCH] daemonization support for master

2001-12-04 Thread Simon Loader
Henrique de Moraes Holschuh wrote: > > On Tue, 04 Dec 2001, Simon Loader wrote: > > /usr/cyrus/bin/master & > > echo $! > /var/run/cyrus.pid > > > > which sort gives the same control. > > Well, it depends. The pidfile support inside master allows it to fork() at > will and still

Re: login error HELP!!!!!!!!

2001-12-04 Thread Craig Skinner
> Can login now (sort of.) > > > > telnet localhost imap > Trying 127.0.0.1... > Connected to localhost.localdomain (127.0.0.1). > Escape character is '^]'. > * OK aberdeen.chstk.co.uk Cyrus IMAP4 v2.0.16 server ready > . logout > * BYE LOGOUT received > . OK Completed > Connection clos

SMTP with Sieve

2001-12-04 Thread John C. Amodeo
Greetings. Is there a way to configure the following line in the imapd.conf file to use an SMTP port instead of the local delivery agent? sendmail: /usr/sbin/sendmail change to something like: sendmail: servername.domain The problem I am facing is that our systems

Re: Mailbox Backup

2001-12-04 Thread Tarjei Huse
Hi, > The remaining mailbox data and their contents can be then salvaged from > the mail store with 'reconstruct -r user.*' after pulling them from > regular backups. Fixing quotas (quota -f) might also be necessary. > > Cyrus uses the DB3 libraries in a transactional manner, so a backup > taken

Re: [PATCH] daemonization support for master

2001-12-04 Thread Henrique de Moraes Holschuh
On Tue, 04 Dec 2001, Simon Loader wrote: > /usr/cyrus/bin/master & > echo $! > /var/run/cyrus.pid > > which sort gives the same control. Well, it depends. The pidfile support inside master allows it to fork() at will and still keep the pidfile current. This way, we can setsid() wi

Re: Mailbox Backup

2001-12-04 Thread Mika Iisakkila
Tarjei Huse wrote: > PS: Some people noted that in addition to backing up the /var/imap > and /var/spool/imap folders, you need to export some of the .db files to > txt. Does anyone want to fill me out on this?? To export mailboxes.db to a text file: ctl_mboxlist -d > tempfile To res

Re: [PATCH] daemonization support for master

2001-12-04 Thread Henrique de Moraes Holschuh
This one is a bit more complete. Requires PID support, and start-stop-daemon (i.e. it is for Debian, and I do not know if it is portable to other places; you can always get our start-stop-daemon, everything in Debian is free software). You'll likely want to change DAEMON to master (we use cyrmas

Re: [Exim] Re: Mail delivery failed: returning message to sender

2001-12-04 Thread Sean Witham
On Tuesday 04 Dec 2001 11:31 am, Philip Hazel wrote: > Try adding > > prefix = > suffix = > > as it tells you to do in the manual, section 18.5. It worked, surprised it effected an address that had no prefix or suffix in the local_part. Thanks everyone, I'm off to read the manual for an ex

Message Number in Email Notification

2001-12-04 Thread Eranga Udesh
Hi All,   Cyrus email notification facility is a great feature. But I wonder if it's possible to add to give the Email Message Number (UID), also to come in that notification. As I can see if the notification is generated after the email is saved in the perticular mailbox, it shouldn't be th

Re: [PATCH] daemonization support for master

2001-12-04 Thread Simon Loader
Henrique de Moraes Holschuh wrote: > > This patch should be applied on top of the previous one in this thread (in > message <20011128123038.K13192@khazad-dum>). > > It adds configure support for --enable-pidfile (which enables pidfile and > daemon mode). The full filename (with path info) for th

Re: Problem with cyrus imap 2.0.16 and Outlook Express 5.0: Seen flag does not stick

2001-12-04 Thread Heiki Kask
>>I'd blame Outlook Express but unfortunately I have another working IMAP >>server for comparision ;) >> > > I disagree. You're well justified in calling it buggy and recommending > something else. I already heard people complaining like "this IMAP stuff is much worse than the POP3 and is n

Re: Mailbox Backup

2001-12-04 Thread Tarjei Huse
You got some options: backup over the imap protocol. Never done this, anyone got an example of how? other libe backupmethods Never done this either. ame as above. Shutdown server make tarball startserver. check cyrus-utils.sf.net/faq there's a script there that can be used. PS: Some people not

Re: Mail delivery failed: returning message to sender

2001-12-04 Thread Sean Witham
I thought it was time to demonstrate my cyrus/exim ignorance. Would anyone like to say what is wrong with the headers generated by exim in the message below that would have caused cyrus to reject it ? I was creating a seperate director to handle a limited set of "top level" mailboxes in the c

Re: login error

2001-12-04 Thread Craig Skinner
> Try this: > > cyradm --user admin --auth plain localhost > > It seems that auth method is not set by default and crammd5 is tried. This > seems to work. > G'day Victor, I noticed yesterday the we seemed to be travelling along the same road at the same time, but driving different versions of

Mailbox Backup

2001-12-04 Thread Abu @ Trabas Dot Com
How to backup cyrus mailbox/folder? is there any tool/utility for local mailbox cyrus imapd server backup? I have search on archive but found nothing. -- __ (oo) Open Solution Provider visit http://www.trabas.com / \/ \ GnuPg public information pub 1024/EBD26280 `V__V' A9A9