savemail: cannot save rejected email anywhere

2001-11-01 Thread Peter Matulis
Hi, I have advanced somewhat since my last post. At least I have mailer=cyrus. Behold my current situation: # mail jdoe /dev/null Oct 31 08:24:28 testbox service-/usr/cyrus/bin/lmtpd[1244]: executed Oct 31 08:24:28 testbox lmtpd[1244]: accepted connection Oct 31 08:24:28 testbox lmtpd[1244]:

Re: Renamed folders become unsubscribed

2001-11-01 Thread Ken Murchison
Do you think using mailbox tombstones and referrals would be a good fit for this? Ken Quoting Lawrence Greenfield [EMAIL PROTECTED]: The spec isn't clear about whether subscriptions should follow the mailbox or the name. Mark Crispin generally believes they should follow the name. This

Re: savemail: cannot save rejected email anywhere

2001-11-01 Thread Abu
jdoe doesn't have mailbox, you must create first, with cyradm. Peter Matulis([EMAIL PROTECTED])@Thu, Nov 01, 2001 at 03:06:34PM -0500: Hi, I have advanced somewhat since my last post. At least I have mailer=cyrus. Behold my current situation: # mail jdoe /dev/null Oct 31 08:24:28

shell script for cyrus

2001-11-01 Thread Lance Hoffmeyer
I am trying to setup a shell script that will rename a folder but am having some problems. Maybe someone can help. #!/usr/bin/sh cyradm connect testing localhost testing renm test test.yes testing cm test but I keep getting application-specific initializastion failed: wront # args: should be

Re: shell script for cyrus

2001-11-01 Thread Abu
I suggest you to use IMAP::Admin, hard to learn but its tool is powerfull. http://search.cpan.org you can find it. cmiw, cyrus 1.xx shell cyradm -u cyrus -mech login localhost cyrus 2.xx shell cyradm -u cyrus -auth login localhost if you set user cyrus as admin at /etc/imapd.conf. ~yusril~