sendmail.mc for bulletin board, but no success....

2004-07-02 Thread Vittorio Muth
Hi,
Maybe this question has just been asked one time, but I didn't find the 
answer.

I've built the sendmail.cf with the lines of cyrus-proto.mc and took 
care that the tab in the last line is a tab my sendmail.mc too.

Now I'm wondering, why it doesn't work. I sent a mail to 
[EMAIL PROTECTED] This is forwarded to [EMAIL PROTECTED] (in 
/etc/aliases) but never arrived in the bulletin board.

I've searched for the message in the filesystem and found it in 
/var/spool/imap/user/bb/.

Does anyone have hint?
thanks and best regards,
Vittorio
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Tutorial on how to backup/restore cyrus

2005-09-19 Thread Vittorio Muth

Hi Leon,

There is (one of many) way(s) how you can perfom a backup:

This script is only for the mailboxes (/var/spool/mail/imap in my case) 
and the files in /var/imap (for example: mailboxes.db)



#/bin/bash

#first do an unstable copy  (just to reduce the downtime of cyrus later)

tmplog=/root/backupdir/tmpimaplog

echo "start backup of imap..." >> $tmplog 2>&1

echo "rsync of /var/imap" >> $tmplog 2>&1
rsync -a --delete /var/imap /raid/mail_backup/tmpstore/varimap/ \ >> $tmplog 2>&1

echo "rsync of /raid/mail/imap" >> $tmplog 2>&1
rsync -a --delete /var/spool/mail/imap \
/raid/mail_backup/tmpstore/varspoolimap/ >> $tmplog 2>&1


#now we do an rsync to "stabilize" the backup

#shut down cyrus
echo "stopping cyrus" >> $tmplog 2>&1
/usr/local/bin/cyrus stop >> $tmplog 2>&1


#sync with rsync to get a 'stable' backup

#
rsync -a --delete /var/imap /raid/mail_backup/tmpstore/varimap/ >> $tmplog 2>&1

rsync -a --delete /var/spool/mail/imap \ /raid/mail_backup/tmpstore/varspoolimap/ >> $tmplog 2>&1

#start cyrus
echo "starting cyrus..." >> $tmplog 2>&1
/usr/local/bin/cyrus start >> $tmplog 2>&1



#finally we move the whole temporary backup of the disk onto a tape:
#(requires an own script)

#do the rest... (like a normal backup, but with the archived paths in imap.list

echo "starting rest of backup..." >> $tmplog 2>&1

/root/backupdir/backup_imap

echo "...done." >> $tmplog 2>&1

# clean the temporary directory
rm -Rf /raid/mail_backup/tmpstore/*




I hope you can use it... If you have questions just feel free to ask.

best regards,

Vittorio




[EMAIL PROTECTED] wrote:

Hello All,
 
Could you please point me to some good tutorial/manual on how to backup 
and restore Cyrus DB and mailboxes.
 
Best Regards,

Leon Kolchinsky





Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


--


Muth Vittorio . System Administration
Hyperwave R&D GmbH . Albrechtgasse 9 . A-8010 Graz

t: +43.316.820.918.607  f: +43.316.820.918.99
m: [EMAIL PROTECTED]  w: http://www.hyperwave.com



Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Spamming IP-Address: 202.80.59.3

2006-01-18 Thread Vittorio Muth

Hello,

Please inform the owner of 202.80.59.3 ( 18 Jan 2006 10:13:26 ) that his 
computer is used for sending unsolicited emails.


Thank you for your help,

kind regards,

Vittorio Muth



 Original Message 
Return-Path:<[EMAIL PROTECTED]>
Received:   from sirius.hyperwave.com ([unix socket]) by
sirius.hyperwave.com (Cyrus v2.1.15) with LMTP; Wed, 18 Jan 2006
16:45:54 +0100
X-Sieve:CMU Sieve 2.2
Received:   from firegate.hyperwave.com by firewall.hyperwave.com
(Hyperwave) with ESMTP id k0IFjsDU007600 for <[EMAIL PROTECTED]>; Wed,
18 Jan 2006 16:45:54 +0100
Received:   by firegate.hyperwave.com (Hyperwave Mail, from userid 503)
id EFFEE4CC0A6; Wed, 18 Jan 2006 16:45:53 +0100 (CET)
Received:   from lists2.andrew.cmu.edu (LISTS2.andrew.cmu.edu
[128.2.10.216]) by firegate.hyperwave.com (Hyperwave Mail) with ESMTP id
8329D4CC0A7 for <[EMAIL PROTECTED]>; Wed, 18 Jan 2006 16:45:46 +0100 (CET)
Received:   from LISTS2.andrew.cmu.edu (localhost [127.0.0.1]) by
lists2.andrew.cmu.edu (8.13.4/8.13.4) with ESMTP id k0IFDepc007839; Wed,
18 Jan 2006 10:13:57 -0500
X-Mailman-Handler:  $Id: mm-handler,v 1.2 2002/04/05 19:41:09 bwarsaw Exp $
Received:   from SIDHID ([202.80.59.3]) by lists2.andrew.cmu.edu
(8.13.4/8.13.4) with SMTP id k0IFDOT8007823 for
; Wed, 18 Jan 2006 10:13:26 -0500
Date:   Wed, 18 Jan 2006 10:13:24 -0500
Message-Id: <[EMAIL PROTECTED]>
From:   Hagedorn <[EMAIL PROTECTED]>
To: 
MIME-Version:   1.0
Content-Type:   multipart/mixed;
boundary="=_NextPart_9.21221375465393E-03"
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0
(lists2.andrew.cmu.edu [0.0.0.0]); Wed, 18 Jan 2006 10:14:14 -0500 (EST)
X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by
milter-greylist-2.0 (lists2.andrew.cmu.edu [128.2.10.216]); Wed, 18 Jan
2006 10:13:38 -0500 (EST)
Subject:Fw: Sexy
X-BeenThere:info-cyrus@lists.andrew.cmu.edu
X-Mailman-Version:  2.1.5
Precedence: list
List-Id:Discussion group for Cyrus email system

List-Unsubscribe:
<https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus>,
<mailto:[EMAIL PROTECTED]>
List-Archive:   <https://lists.andrew.cmu.edu/mailman/private/info-cyrus>
List-Post:  <mailto:info-cyrus@lists.andrew.cmu.edu>
List-Help:  <mailto:[EMAIL PROTECTED]>
List-Subscribe:
<https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus>,
<mailto:[EMAIL PROTECTED]>
Sender: [EMAIL PROTECTED]
Errors-To:  [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on
firegate.hyperwave.com
X-Spam-Level:   
X-Spam-Status:  No, score=0.4 required=6.0 tests=BAYES_00,HTML_90_100,
HTML_IMAGE_ONLY_12,HTML_IMAGE_RATIO_02,HTML_MESSAGE, MIME_BOUND_NEXTPART
autolearn=no version=3.0.3




 photo
photo2photo3


Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html