cyrus-imapd

2001-03-26 Thread sophie


I  am having a problem installing imapd-2.0.12...
on make all CFLAGS=-O  I get an error
ucd-snmp/ucd-snmp-agent-includes.h : no such file or directory...I cannot find this 
file anywhere else...? any suggestion..
 I am installing on a Caldera e-server 2.3
Thanks


ps. I did have a warning in the make of SASL in sample server c warning passing of 
arg2 of "getsubopt" from incompatible pointer type




saslpasswd:generic failure

2001-03-29 Thread sophie

After configuring sasl and imapsection 8add cyrus
adminstrator.../urs/local/sbin/saslpasswd cyrus
I get saslpasswd:generic failure
then of course testing imap also bombs
Do I go back and reconfigure sasl or do I start with a fresh
systemreload linux ?
Help...Thanks
Sophie




prot layer failure

2001-03-30 Thread sophie

While testing Imap, imtest -m login -p imap localhost
I get failure :prot layer failure
In the archives, it looks like it is a common occuranceI could not
find a response on how to deal with that...any
suggestions...Thanks...Sophie




unable to delete corrupted mail box on cyrus v2.3.16

2016-01-11 Thread Sophie Loewenthal via Info-cyrus
Hi!

I have a broken mailbox that I would like to delete.

This is Cyrus v2.3.16 on CentOS 6.

 I tried reconstructing the mailbox from scratch ( Because I suspect this was 
manually deleted from disc ). 


mkdir imap-store/spool/imap/domain/example.com/user/kat^long
cd imap-store/spool/imap/domain/example.com/user/kat^long
chmod 755 .
chown cyrus:mail .
touch cyrus.header
chown cyrus:mail cyrus.header

log into cyradm: 
localhost> lam user/kat.long
kat.l...@example.com lrswipkxtecda
localhost> reconstruct -r user/kae.long
reconstruct: Mailbox has an invalid format
localhost> dm user/kat.long
deletemailbox: Permission denied

Names and domain names replaced with false entries.

How could I remove this?

Kind regards, 
Sophie.





Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: unable to delete corrupted mail box on cyrus v2.3.16

2016-01-11 Thread Sophie Loewenthal via Info-cyrus
Thanks Sebastian. For now I prefer avoiding an outage, because users would 
notice :)


> On 11 Jan 2016, at 16:05, Sebastian Hagedorn  wrote:
> 
> 
> --On 11. Januar 2016 um 15:51:39 +0100 Sophie Loewenthal via Info-cyrus 
>  wrote:
> 
>> I have a broken mailbox that I would like to delete.
>> 
>> This is Cyrus v2.3.16 on CentOS 6.
>> 
>> I tried reconstructing the mailbox from scratch ( Because I suspect this
>> was manually deleted from disc ).
>> 
>> 
>> mkdir imap-store/spool/imap/domain/example.com/user/kat^long
>> cd imap-store/spool/imap/domain/example.com/user/kat^long
>> chmod 755 .
>> chown cyrus:mail .
>> touch cyrus.header
>> chown cyrus:mail cyrus.header
>> 
>> log into cyradm:
>> localhost> lam user/kat.long
>> kat.l...@example.com lrswipkxtecda
>> localhost> reconstruct -r user/kae.long
>> reconstruct: Mailbox has an invalid format
>> localhost> dm user/kat.long
>> deletemailbox: Permission denied
>> 
>> Names and domain names replaced with false entries.
>> 
>> How could I remove this?
> 
> If everything else fails, you can always stop Cyrus, export the mailboxes.db 
> file using "ctl_mboxlist -d", delete the mailbox from the export, and import 
> it using "ctl_mboxlist -u". After that you can just delete the folder from 
> the file system and start Cyrus again.
> 
> Sebastian
> -- 
>   .:.Sebastian Hagedorn - Weyertal 121 (Gebäude 133), Zimmer 2.02.:.
>.:.Regionales Rechenzentrum (RRZK).:.
>  .:.Universität zu Köln / Cologne University - ✆ +49-221-470-89578.:.


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: unable to delete corrupted mail box on cyrus v2.3.16

2016-01-11 Thread Sophie Loewenthal via Info-cyrus
thanks an example cyrus.header in there ( e.g mine ) contained, 

# cat ../sophie^loewenthal/cyrus.header 
Cyrus mailbox header
"The best thing about this system was that it had lots of goals."
--Jim Morris on Andrew
trimbletl.com!user.sophie^loewenthal3
NonJunk $Forwarded Junk $label4 $MDNSent $Junk $NotJunk JunkRecorded 
$MailFlagBit0 $MailFlagBit1 $MailFlagBit2 NotJunk Redirected 
sophie.loewent...@trimbletl.com lrswipkxtecda



The kat.long now contains this, but had an error on recreate,
# cat cyrus.header 
Cyrus mailbox header
"The best thing about this system was that it had lots of goals."
--Jim Morris on Andrew


localhost> reconstruct -r user/kat.long
reconstruct: Mailbox has an invalid format

and Delete mailbox gave me, 
deletemailbox: Permission denied




> On 11 Jan 2016, at 16:22, Joseph Brennan via Info-cyrus 
>  wrote:
> 
> 
> Sophie Loewenthal via Info-cyrus  wrote:
> 
>> touch cyrus.header
>> chown cyrus:mail cyrus.header
> 
> I might be out of date, using an older cyrus, but I think cyrus.header has to 
> contain:
> 
> Cyrus mailbox header
> "The best thing about this system was that it had lots of goals."
>   --Jim Morris on Andrew
> 
> Compare cyrus.header in any other account.
> 
> Joseph Brennan
> Columbia University IT
> 
> 
> 
> 
> Cyrus Home Page: http://www.cyrusimap.org/
> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
> To Unsubscribe:
> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: unable to delete corrupted mail box on cyrus v2.3.16

2016-01-11 Thread Sophie Loewenthal via Info-cyrus
Hi, info-cyrus@lists.andrew.cmu.edu

Tried this, 

localhost> sam user/kat.long  cyrus all
setaclmailbox: cyrus: lrswipkxtea: Mailbox has an invalid format

> On 11 Jan 2016, at 16:30, Michael Menge via Info-cyrus 
>  wrote:
> 
> 
> Quoting Sophie Loewenthal via Info-cyrus :
> 
>> Hi!
>> 
>> I have a broken mailbox that I would like to delete.
>> 
>> This is Cyrus v2.3.16 on CentOS 6.
>> 
>> I tried reconstructing the mailbox from scratch ( Because I suspect this was 
>> manually deleted from disc ).
>> 
>> 
>> mkdir imap-store/spool/imap/domain/example.com/user/kat^long
>> cd imap-store/spool/imap/domain/example.com/user/kat^long
>> chmod 755 .
>> chown cyrus:mail .
>> touch cyrus.header
>> chown cyrus:mail cyrus.header
>> 
>> log into cyradm:
>> localhost> lam user/kat.long
>> kat.l...@example.com lrswipkxtecda
>> localhost> reconstruct -r user/kae.long
>> reconstruct: Mailbox has an invalid format
>> localhost> dm user/kat.long
>> deletemailbox: Permission denied
> 
> you must give your admin account the permission to delete the mailbox
> 
> localhost> sam user/kat.long cyrus all
> localhost> dm user/kat.long
> 
> 
>> 
>> Names and domain names replaced with false entries.
>> 
>> How could I remove this? 
>> 
>> Kind regards,
>> Sophie.
>> 
>> 
>> 
>> 
>> 
>> Cyrus Home Page: http://www.cyrusimap.org/
>> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
>> To Unsubscribe:
>> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
> 
> 
> 
> 
> M.MengeTel.: (49) 7071/29-70316
> Universität Tübingen   Fax.: (49) 7071/29-5912
> Zentrum für Datenverarbeitung  mail: 
> michael.me...@zdv.uni-tuebingen.de
> Wächterstraße 76
> 72074 Tübingen
> 
> 
> Cyrus Home Page: http://www.cyrusimap.org/
> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
> To Unsubscribe:
> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus