Re: !HELP! :o)

2000-11-14 Thread William K. Hardeman

Hi,

I just got cyrus 2.0.7 up and running this past week and had the 
same problem. I discovered that the cyradm perl libraries were being 
installed to /usr/local/lib/perl/ and that my installation of perl wasn't 
picking these up. 

I then went back into my cyrus build directories and edited the 
Makefiles for perl such that the 'prefix=/usr/local' entry is changed to 
'prefix=/usr'. You must do this for all 4 Makefiles under the perl 
directory. Then, assuming you have not run a make clean from the 
top level build directory, just do a make in the perl directory and then 
a make install. If you've done a make clean, you will need to run 
make from the top level build directory, as there are some 
dependencies that cyradm will look for below it.

Hope this helps,
Will

On 7 Nov 2000, at 10:01, Oliver Pitzeier wrote:

Date sent:  Tue, 07 Nov 2000 10:01:15 +0100
From:   Oliver Pitzeier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject:!HELP! :o)

> Hi!
> 
> First my specifications. I run RedHat with a Alpha-Machine and this is
> really nice. :o)
> But i'm having problems (good hardware is still not enough).
> I tryed to install the Cyrus IMAP 2.0.7 Server and what happend made me
> CRY! Believe it or not
> After downloading and building (configure, make, etc.) I try to "make
> install". Afterwards >cyradm< gave me the error that it "Can't  locate
> Cyrus/IMAP/Shell.pm".
> I a newbie in this and I HAVE to install the IMAP Server
> 
> Please help me - I would be very thankfull.
> 
> Looking forward.
> 
> Bye,
>Oliver
> 


Truly great madness can not be achieved without significant 
intelligence. (Henrik Tikkanen) 

The closest distance between two people is a good laugh. - Leo Bascalia



Re: can't delete mailbox..?

2000-11-14 Thread Ajay

PS: Ignore my last email, thanks for all your help!
(I'm still a little confused about the delay sometimes in posting..)

* Lawrence Greenfield <[EMAIL PROTECTED]> [001114 19:16], about 
> Re: can't delete mailbox..?:
:Cyrus 2.0.7 uses the "c" right to control mailbox deletion as well as
:creation, so give yourself the "c" right.

Thanks guys!

Is the documentation going to be changed anytime soon?  (No big of course,
just wondering..)

And semi-related, I was wondering about the cyradm manpage, if it's current
for 2.x?  It's still tcl-y and all, I'm not sure if it's current or not
(though I assume it is).  Only reason I really notice/care is I keep hearing:

Unknown manpage type /usr/local/man/man1/cyradm.1

>-- End of excerpt from Lawrence Greenfield

ttfn..
-Aajay

-- 
Milpitas, ca[EMAIL PROTECTED]HempVille, Planet Talarian
http://os2man.cjb.net/pictures/
All programmers are optimists -- Frederick P. Brooks, Jr.



Re: Sieve redirect works but vacation doesn't

2000-11-14 Thread Gary Mills

Kenneth Murchison writes:
>
>[EMAIL PROTECTED] wrote:
>> 
>> I found a typo in /etc/imapd.conf:
>> 
>> < lmtpsocket:   /var/run/imap/ltmp
>> ---
>> > lmtpsocket:   /var/run/imap/lmtp
>> 
>> I also got an empty mail message.  I didn't realize that deliver was
>> used, since my sendmail local mailer is writing to the LMTP socket
>> directly.
>
>It doesn't.  Because lmtpd is listening on a named pipe, the easiest way
>to connect to it directly is via deliver.  If you're using the
>cyrusv2.mc file as an example, then you are probably setup correctly
>(provided you have the pipe name correct).

This looks like a false lead.  It fixed deliver, but deliver is not
used for responses from lmtpd.  I do get responses from redirects and
rejects, but not from vacation.

>> I also notice a new message in imap.log, which I've never
>> seen before, but I've seen on the mailing list:
>> 
>> Nov 14 14:33:46 setup16 master[9266]: [ID 970914 local6.debug] process
>> 9900 exited, signaled to death by 11
>
>Hmmm.  This *might* be caused by cyrus and sasl being linked against two
>different versions of Berkeley DB.  Or it could be caused by incorrect
>permissions on the /var/imap/deliverdb tree.

I was very careful to link everything with the same DB version, so
that's not likely the problem.  I suspect that it's specific to the
deliver/lmtpd combination, since the error only appeared once, during
the test.

>You didn't see these errors before, with sendmail talking LMTP directly?

No, nothing resembling an error when I'm testing vacation.  I just did
another test while I was trussing the master daemon and any children.
I couldn't see any attempt to respond.  It seems to me that lmtpd is
deciding that a response is not necessary.  In the trace, I can see the
LMTP dialogue with sendmail, I can see it open the sieve script, followed
by nameserver queries, and I can see lots of activity against a DB
file, conf/deliverdb/deliver-m.db.  I can also see it deliver the message
to my mailbox.  However, there is nothing resembling a response.

Is there anything obvious in the deliver-m.db file that I can view
with db_dump?  Ah, I do see two relevant entries:

 <[EMAIL PROTECTED]>\00user.mills\00
 :\11\d2\fc
 <[EMAIL PROTECTED]>\00.mills+.sieve.\00
 :\11\d2\fd

Maybe I'll just remove the file?  I tried disabling and
enabling the sieve script via websieve, hoping that that would reset
the `last seen' date someplace, but still there was no response.


-- 
-Gary Mills--Unix Support--U of M Academic Computing and Networking-



Re: !HELP! :o)

2000-11-14 Thread Seva Adari

Change to the dir where "Cyrus/IMAP" is there under your imap
installation and try "cyradm" command and see if it sees the
required files.

On my system I would do:
cd /usr/local/imap/lib/perl5/site_perl/5.005/i386-linux
/usr/local/imap/bin/cyradm 
__
Seva

Oliver Pitzeier wrote:

> Hi!
>
> First my specifications. I run RedHat with a Alpha-Machine and this is
> really nice. :o)
> But i'm having problems (good hardware is still not enough).
> I tryed to install the Cyrus IMAP 2.0.7 Server and what happend made me
> CRY! Believe it or not
> After downloading and building (configure, make, etc.) I try to "make
> install". Afterwards >cyradm< gave me the error that it "Can't  locate
> Cyrus/IMAP/Shell.pm".
> I a newbie in this and I HAVE to install the IMAP Server
>
> Please help me - I would be very thankfull.
>
> Looking forward.
>
> Bye,
>Oliver




Re: can't delete mailbox..?

2000-11-14 Thread Seva Adari

The command I would use to give cyrus admin permission
to delete the user is:

setaclmailboxc

note that the permission flag to delete is "c" and not "d"
__
Seva

Ajay wrote:

> Hey guys,
>
> I've been playing with cyradm some and I seem to be having trouble
> deleting users, cyrus 2.0.7, has anyone else encountered this problem?
>
> moya.talarian.com> sam user.ray atallam d
> moya.talarian.com> dm user.ray
> deletemailbox: Permission denied
>
> As you can see I did set the acl.  I even tried removing all the user's
> other ACLs first, am I missing something?  Should I add myself to the cyrus
> group and restart the master process?  Which doesn't quite sound right,
> because I'm able to create mailboxes fine.  Any help/info greatly
> appreciated!
>
> ttyl..
>
> -Ajay
>
> (and renamemailbox gives me a 'renamemailbox: Operation is not supported on
> mailbox' error.  Even if I 'sam user.ray atallam a' too.)
>
> --
> Milpitas, ca[EMAIL PROTECTED] HempVille, Planet Talarian
>http://os2man.cjb.net/pictures/
> All programmers are optimists -- Frederick P. Brooks, Jr.




Re: can't delete mailbox..?

2000-11-14 Thread Lawrence Greenfield

Cyrus 2.0.7 uses the "c" right to control mailbox deletion as well as
creation, so give yourself the "c" right.

Larry

   Date: Tue, 14 Nov 2000 17:48:20 -0800
   From: Ajay <[EMAIL PROTECTED]>

   Hey guys,

   I've been playing with cyradm some and I seem to be having trouble
   deleting users, cyrus 2.0.7, has anyone else encountered this problem?

   moya.talarian.com> sam user.ray atallam d
   moya.talarian.com> dm user.ray
   deletemailbox: Permission denied

   As you can see I did set the acl.  I even tried removing all the user's
   other ACLs first, am I missing something?  Should I add myself to the cyrus
   group and restart the master process?  Which doesn't quite sound right,
   because I'm able to create mailboxes fine.  Any help/info greatly
   appreciated!

   ttyl..

   -Ajay

   (and renamemailbox gives me a 'renamemailbox: Operation is not supported on
   mailbox' error.  Even if I 'sam user.ray atallam a' too.)

   -- 
   Milpitas, ca [EMAIL PROTECTED] HempVille, Planet Talarian
   http://os2man.cjb.net/pictures/
   All programmers are optimists -- Frederick P. Brooks, Jr.




can't delete mailbox..?

2000-11-14 Thread Ajay

Hey guys,

I've been playing with cyradm some and I seem to be having trouble
deleting users, cyrus 2.0.7, has anyone else encountered this problem?

moya.talarian.com> sam user.ray atallam d
moya.talarian.com> dm user.ray
deletemailbox: Permission denied

As you can see I did set the acl.  I even tried removing all the user's
other ACLs first, am I missing something?  Should I add myself to the cyrus
group and restart the master process?  Which doesn't quite sound right,
because I'm able to create mailboxes fine.  Any help/info greatly
appreciated!

ttyl..

-Ajay

(and renamemailbox gives me a 'renamemailbox: Operation is not supported on
mailbox' error.  Even if I 'sam user.ray atallam a' too.)

-- 
Milpitas, ca[EMAIL PROTECTED] HempVille, Planet Talarian
http://os2man.cjb.net/pictures/
All programmers are optimists -- Frederick P. Brooks, Jr.



installation problem

2000-11-14 Thread unplug

Hi all

I am currently installing the cyrus under linux following the Cyrus IMAP
HOW-TO.  However, I can't telnet/test the imap server.

[cyrus@sun init.d]$ telnet localhost imap
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.

[cyrus@sun init.d]$ imtest -m login -p imap localhost
C: C01 CAPABILITY
failure: prot layer failure

Below is the message in the message log.
Nov 13 15:00:39 mailx service-imapd[16493]: unable to set close on exec:
Bad fil
e descriptor
Nov 13 15:00:39 mailx ^B

I have no knowledge to find out what's is the problem.  Please give me
some advice 
if you know how to make it works.

Below is my setting.
db-3.1.17
cyrus-sasl-1.5.24
cyrus-imapd-2.0.7
linux 2.2.12-4CLE

Thanks,
unplug



Re: postfix lmtp + cyrus sieve

2000-11-14 Thread dannyman

tacus.utdallas.edu> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]
tdallas.edu> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0.1i
In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Thu, No
v 09, 2000 at 05:24:53PM -0700
X-Loop: [EMAIL PROTECTED]
X-URL: http://www.dannyland.org/~dannyman/

On Thu, Nov 09, 2000 at 05:24:53PM -0700, Justin Wood wrote:
> Amos Gouaux wrote:
[...]
> > I assume your sieve directory hierarchy is all owned by user cyrus,
> > correct?
> 
> Yes, /usr/sieve is indeed owned by cyrus.

Can LMTP support sieve_home?

-danny



Re: How to implement procmail with Cyrus

2000-11-14 Thread dannyman

t 25, 2000 at 02:45:56PM -0700
X-Loop: [EMAIL PROTECTED]
X-URL: http://www.dannyland.org/~dannyman/

On Wed, Oct 25, 2000 at 02:45:56PM -0700, Eric Sorenson wrote:
> --On 10/25/00 11:11:15 -0700 Rainer Enders <[EMAIL PROTECTED]> wrote:
> 
> > Is there a good explanation on how to implement procmail
> > with the latest cyrus versions? I had it working before but
> > since I switched to cyrus imapd 2 I'm having problems to
> > get it working.
> 
> look through the archive at http://asg.web.cmu.edu/ for the
> subject "user+detail"
[...]
> :0
> *FROMinfo-cyrus
> ! you+cyrus-list@cyrushost

FWIW, this is roughly exactly what I do with Postfix.  I set the deliver flag
in master.cf to post to any mailbox, subfolder being any extension ... then do
.forward -> .procmailrc and touch .forward+subfolder for any subfolder you
want to deliver to.  (This way you go to deliver, instead of procmail.)
Finally, I default to user+inbox, assuming there's no INBOX.inbox, mail just
goes to INBOX.  (Remember to touch .forward+inbox.)

If anyone needs verbosity of Postfix + Procmail -> Cyrus, I'll volunteer it.

-d



ACL question

2000-11-14 Thread Andreas J. Bathe


I just set up Cyrus 2.0.7 (the Red Hat Rawhide RPM-package). Is it
possible to deny that users can't delete special folders (e.g.
user.foo.Drafts created by netscape)? Removing the d-flag doesn't help
because users can't delete their own files anymore... The structure
under Inbox should be changeable by the users but without deleting 4 or
5 subfolder made by the clients (in case of Netscape: Drafts, Sent,
Templates and Trash).

Thanx for any anser

--
Andreas J. Bathe, Systemadministrator
merconic GmbH, Chausseestr. 128-129, D-10115 Berlin (Mitte)
Telefon +49-30-726265-200, Fax +49-30-726265-211, Durchwahl -262





user unknown..?

2000-11-14 Thread Ajay

Hey guys!

Maybe my last email was a little long/rambly, basically I'm getting
this error from lmtpd and I'm not quite sure why.  I see it looking at
/etc/spwd.db (for some reason), but that should work, because the user's
there.

doing the cat msg | ktrace -id deliver sysadmin 
gives error code 65, kdump shows..

 26224 deliver  RET   read 14/0xe
 26224 deliver  CALL  select(0x4,0xdfbface8,0,0,0xdfbfaccc)
 26224 deliver  RET   select 0
 26224 deliver  CALL  write(0x3,0x11c000,0x14)
 26224 deliver  GIO   fd 3 wrote 20 bytes
   "RCPT TO:\r
   "
 26224 deliver  RET   write 20/0x14
 26224 deliver  CALL  read(0x3,0x119000,0x1000)
 26224 deliver  GIO   fd 3 read 24 bytes
   "550 5.1.1 User unknown\r
   "

(Among other stuff, of course.)  How can I figure out exactly why it's
saying this?  I've done a 'cm' with cyradm, so..?
However, I'm not sure why it's doing anything with any auth,
sasl/passwd/etc, if I did cm, isn't that all that should matter?

I'm just not quite sure what to do, I've pored over the cyrus docs numerous
times but I can't see anything to try next/else.  Any help/info/etc would be
greatly appreciated!!  TIA..

-Ajay

-- 
Milpitas, ca[EMAIL PROTECTED] HempVille, Planet Talarian
http://os2man.cjb.net/pictures/
'Remember, vote for the candidate that most matches your views, not for the
"lesser of two evils." The only wasted votes are those not cast and those for
candidates that you really don't want in office. '  -inquiz



!HELP! :o)

2000-11-14 Thread Oliver Pitzeier

Hi!

First my specifications. I run RedHat with a Alpha-Machine and this is
really nice. :o)
But i'm having problems (good hardware is still not enough).
I tryed to install the Cyrus IMAP 2.0.7 Server and what happend made me
CRY! Believe it or not
After downloading and building (configure, make, etc.) I try to "make
install". Afterwards >cyradm< gave me the error that it "Can't  locate
Cyrus/IMAP/Shell.pm".
I a newbie in this and I HAVE to install the IMAP Server

Please help me - I would be very thankfull.

Looking forward.

Bye,
   Oliver



No Subject

2000-11-14 Thread John Ho

01c048b9$13305c60$0a01a8c0@MISALT>
Subject: Re: help with remote folders
Date: Wed, 8 Nov 2000 07:07:35 +0800
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400

I'm using Outlook Express 5 on cyrus 1.6.24 and put "user.johnho" as my root
folder path.

Outlook created the "Sent Items" and "Drafts" folders and copies sent mail
into the "Sent Items" folder.

I don't know how, but this works for me.

Only thing is outlook shows I have 2 sets of "Sent Items" and "Drafts" on
the outlook's top level and as sub folders, its the same, check cyrus and
they were created on the user's top level. Anyhow, just hide whatever you
don't want to see.

Hope this helps.

--
John Ho
[EMAIL PROTECTED]
- Original Message -
From: "Alain Turbide" <[EMAIL PROTECTED]>
To: "Eric Maquiling" <[EMAIL PROTECTED]>; "cyrus" <[EMAIL PROTECTED]>
Sent: Tuesday, November 07, 2000 8:48 PM
Subject: Re: help with remote folders


> Oulook express when using Imap tries to save the sent mail in the
sent-mail
> folder on the Imap server.  This won't work with Cyrus Imap since users
> can't save mail in the top level folder, only under INBOX.  Since Outlook
> does't allow the sent-mail folder to contain "." (periods) in the account
> setup info, you can't redirect that folder to INBOX.Sent Mail  UNLESS you
> make a change in the registry settings for the account info for Outlook.
I
> can't remember where that setting  but I'm sure you can locate it on the
> Internet if you do a search there.   To prevent the error, just uncheck
the
> "save special folders on the Imap server" checkbox in your account
settings.
> This will then save sent-mail and drafts to the local sent-mail folder.
>
>
> Alain
> - Original Message -
> From: "Eric Maquiling" <[EMAIL PROTECTED]>
> To: "cyrus" <[EMAIL PROTECTED]>
> Sent: Tuesday, November 07, 2000 1:18 AM
> Subject: help with remote folders
>
>
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > I know this topic is probably too much for a mailing list but are there
> > any resources on the web that shows how to configure remote folders with
> > IMAP/Cyrus.  I'm getting errors from Outlook clients that they cannot
save
> > mail in the "save mail" folder.
> >
> > Their Outlook is trying to save to the remote folder on the Linux box
> > running Cyrus and having no access.
> >
> > I would like to give them that ability.
> >
> > TIA!
> >
> > - --
> > _emaq_
> >
> > No electrons were hurt in the making of this email.
> > DSS/DH Public Key 0x9399D2E4
> >
> > -BEGIN PGP SIGNATURE-
> > Version: PGP 6.5.1
> >
> > iQA/AwUBOgeexZFEE0OTmdLkEQIHAQCg8zH1jfh4TJvbLtmRKMAVfn5xXUIAmQEG
> > jbiyEor3ZoMXMVWjPXfpOC6c
> > =P2Np
> > -END PGP SIGNATURE-
> >
> >
>
>



Re: Notify to multiple recipients

2000-11-14 Thread Lawrence Greenfield

   From: "Steve Campion" <[EMAIL PROTECTED]>
   Date: Tue, 14 Nov 2000 16:18:28 -

   Ideally, I'd like the notify() function to be called once per subscriber of
   the mailbox which is being delivered to.

   Can anyone give me some hints on this?

There's no easy index of mailbox -> subscribers (assuming you mean
SUBSCRIBE/UNSUBSCRIBE/LSUB), so the only way of pulling this data is
to cycle through every user.sub file on the server.  For a large
number of users, this is quickly untenable.

You could change the mboxlist_changesub() command to also maintain the
reverse index, in which case this would be a lot more efficient.

Larry




Re: Sieve when over quota

2000-11-14 Thread Lawrence Greenfield

   Date: Tue, 14 Nov 2000 11:05:32 +0100 (MET)
   From: Frank Richter <[EMAIL PROTECTED]>

   Hi,
   a user has a sieve file containing:
 redirect "[EMAIL PROTECTED]";
 keep;

   It works fine, but when this user's mailbox is over quota ...:
   Whenever sendmail runs its queue, a mail is sent to
   "[EMAIL PROTECTED]", but as the local delivery failes, the mail
   remains in sendmail's queue.

   In our example this user gets a lot of mail, so this is a real problem...

   Any ideas (cyrus 1.6.22)?

What behavior do you expect?  Desire?

Larry




Re: Sieve redirect works but vacation doesn't

2000-11-14 Thread Ken Murchison



[EMAIL PROTECTED] wrote:
> 
> Kenneth Murchison writes:
> >
> >OK, let's try this and see what happens (grasping at straws):
> 
> >$ su cyrus
> >$ /usr/cyrus/bin/deliver -l
> 
> Thanks.  I believe we've got it.  It said:
> 
> connect failed: No such file or directory
> 421 4.3.0 deliver: connect failed
> 
> I found a typo in /etc/imapd.conf:
> 
> < lmtpsocket:   /var/run/imap/ltmp
> ---
> > lmtpsocket:   /var/run/imap/lmtp
> 
> I also got an empty mail message.  I didn't realize that deliver was
> used, since my sendmail local mailer is writing to the LMTP socket
> directly.

It doesn't.  Because lmtpd is listening on a named pipe, the easiest way
to connect to it directly is via deliver.  If you're using the
cyrusv2.mc file as an example, then you are probably setup correctly
(provided you have the pipe name correct).

> I also notice a new message in imap.log, which I've never
> seen before, but I've seen on the mailing list:
> 
> Nov 14 14:33:46 setup16 master[9266]: [ID 970914 local6.debug] process
> 9900 exited, signaled to death by 11

Hmmm.  This *might* be caused by cyrus and sasl being linked against two
different versions of Berkeley DB.  Or it could be caused by incorrect
permissions on the /var/imap/deliverdb tree.

You didn't see these errors before, with sendmail talking LMTP directly?

> So, this is progress.  Thanks very much.  This one was hard to find.

No problem.  I hate seeing people unable to use code that I've worked
on.

Ken
-- 
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp



Re: Sieve redirect works but vacation doesn't

2000-11-14 Thread mills

Kenneth Murchison writes:
>
>OK, let's try this and see what happens (grasping at straws):

>$ su cyrus
>$ /usr/cyrus/bin/deliver -l

Thanks.  I believe we've got it.  It said:

connect failed: No such file or directory
421 4.3.0 deliver: connect failed

I found a typo in /etc/imapd.conf:

< lmtpsocket:   /var/run/imap/ltmp
---
> lmtpsocket:   /var/run/imap/lmtp

I also got an empty mail message.  I didn't realize that deliver was
used, since my sendmail local mailer is writing to the LMTP socket
directly.  I also notice a new message in imap.log, which I've never
seen before, but I've seen on the mailing list:

Nov 14 14:33:46 setup16 master[9266]: [ID 970914 local6.debug] process
9900 exited, signaled to death by 11

So, this is progress.  Thanks very much.  This one was hard to find.


-- 
-Gary Mills--Unix Support--U of M Academic Computing and Networking-



Re: Sieve redirect works but vacation doesn't

2000-11-14 Thread Ken Murchison



Gary Mills wrote:
> 
> Kenneth Murchison writes:
> >
> >Let's try to split the problem in half.  Compile the 'test' program in
> >the sieve directory.  Then grab one of the messages that you think it
> >should have responded to and your sieve script.  Run the 'test' program
> >using the message and script (it'll ask you for the envelope from: and
> >to: addresses) and see what it says.
> 
> Well, this is interesting.  I used the actual message file and sieve
> script on the server...
> 
>   # 7/sieve/test 6. /imap/sieve/m/mills/default<
>   Envelope body of 'to'? [EMAIL PROTECTED]
>   Envelope body of 'from'? [EMAIL PROTECTED]
>   Have I already responded to '923e65bff637fbf399403fa2628e9fb' in 7 days? no
>   echo 'On vacation for the next week' | mail -s 'Re: Seeing if this will work' 
>'[EMAIL PROTECTED]' for message '6.'
>   notify msg = 'You have new mail
> 
>   To: [EMAIL PROTECTED]
>   From: Gary Mills <[EMAIL PROTECTED]>
>   Subject: Seeing if this will work
> 
>   Action(s) taken:
>   Sent vacation reply
>   ' with priority = medium
>   keeping message '6.'
> 

OK, let's try this and see what happens (grasping at straws):

$ su cyrus
$ /usr/cyrus/bin/deliver -l

LHLO foo
MAIL FROM:<[EMAIL PROTECTED]>
RCPT TO:<[EMAIL PROTECTED]>
DATA
To: [EMAIL PROTECTED]
From: Gary Mills <[EMAIL PROTECTED]>
Subject: Seeing if this will work

vacation test
.
QUIT


Check imapd.log to make sure that there are no complaints about
deliverdb and no processes are crashing.  You're using sendmail, right? 
Check your sendmail log to see if the response ever gets queued.

Ken
-- 
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp



Notify to multiple recipients

2000-11-14 Thread Steve Campion

Hi

I've just been setting up IMAPd (2.0.7) on a Linux box, and I've been trying
to create my own notification system in it.

I've written a very simple routine to just dump the details of the notify()
call to a text file, so that I can see what's going on with it.

When a user INBOX has a message delivered to it, then the notify function is
being called, and behaving the way I'd expect it do.

The issue is, if a message is submitted to a non-user mailbox, the
subscribers don't get any notification.  Likewise, if there are user
mailboxes with multiple subscribers, only the "owner" of the mailbox gets
notified.

Ideally, I'd like the notify() function to be called once per subscriber of
the mailbox which is being delivered to.

Can anyone give me some hints on this?

Thanks in advance
Steve




Sieve when over quota

2000-11-14 Thread Frank Richter

Hi,
a user has a sieve file containing:
  redirect "[EMAIL PROTECTED]";
  keep;

It works fine, but when this user's mailbox is over quota ...:
Whenever sendmail runs its queue, a mail is sent to
"[EMAIL PROTECTED]", but as the local delivery failes, the mail
remains in sendmail's queue.

In our example this user gets a lot of mail, so this is a real problem...

Any ideas (cyrus 1.6.22)?

- Frank
-- 
Email: [EMAIL PROTECTED]  http://www.tu-chemnitz.de/~fri/
Work:  Computing Services,  Chemnitz University of Technology,  Germany




Re: generic failure

2000-11-14 Thread Shabnam Niroomand

Hi;

As far as I know, "sasl_pwcheck_method" should be used not
"sasl_passwd"check".

-- Sbnm

I am unable to auth to imap server, I cont to get generic failure

bash-2.03$ /usr/local/imtest -m login localhost
bash: /usr/local/imtest: No such file or directory
bash-2.03$ /usr/local/bin/imtest -m login localhost
C: C01 CAPABILITY
S: * OK patty Cyrus IMAP4 v2.0.7 server ready
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS
NO_ATOMIC_RENAME UNSELECT MULTIAPPEND ID SORT THREAD=ORDEREDSUBJECT
X-NETSCAPE
S: C01 OK Completed
Password:
+ go ahead
L01 NO Login failed: generic failure
Authentication failed. generic failure
Security strength factor: 0


/etc/imap.conf 

admins: cyrus root
srvtab: /var/imap/srvtab
alloqanonymouslogin: no
sasl_passwd_check: pam



any ideas???


<><
thanks
Brian