Re: sieve rejects to cyrus@domain.com instead of sender

2003-02-19 Thread Justin Albstmeijer
> I suspect you're seeing the same thing I saw in
> http://www.mail-archive.com/info-cyrus@lists.andrew.cmu.edu/msg09915.html
>
> That message includes my "fix", which may not apply in your
> situation.  But maybe it will give you more keywords to
> google for :-)  All the best,
>
> Will

Thx for your reply..

The following explains my problem... (-r) fixed it for me

http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO-depricated/html/configuration.html

old:

flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}

new:

flags= user=cyrus argv=/usr/cyrus/bin/deliver -r ${sender} -m ${extension}
${user}

What affect that changes?

A look to the cyrus man-pages man deliverclears that issue:

The Postfix default setup uses a wrong path to the cyrus deliver, this ist
the first change. The parameter »-r« Inserts a proper return path, without
that mail rejected by sieve will be sent to cyrus at yourdomain.





sieve rejects to cyrus@domain.com instead of sender

2003-02-18 Thread Justin Albstmeijer

My reject rules in sieve send there reject reply message to
[EMAIL PROTECTED] instead of the original sender.

Any idea what the problem could be?

--- sieve script --
if

header :contains "From" "domain.com"
{
reject text:
Please do not send me mail.
.
;
}
---

software versions:

postfix-1.1.12
cyrus-imapd-2.1.9


Justin





Re: starting cyrus at boot?

2002-03-08 Thread Justin Albstmeijer


If you installed a rpm , it should be /etc/init.d/cyrus restart
or /etc/rc.d/init.d/cyrus restart

justin


> never used mandrake but you should be able to just add
> '/usr/cyrus.bin.master &' to your rc.local (or equivalent) file.
>
> --
> =G=
>
> -=* I'm sorry if doing things correctly offends you. *=-
>
> Jeff Bert wrote:
>> Tried that and didn't find one for cyrus-imapd
>>
>>
>>>-Original Message-
>>>From: [EMAIL PROTECTED]
>>>[mailto:[EMAIL PROTECTED]]On Behalf Of Alain Tesio
>>>Sent: Friday, March 08, 2002 1:34 AM
>>>To: [EMAIL PROTECTED]
>>>Cc: [EMAIL PROTECTED]
>>>Subject: Re: starting cyrus at boot?
>>>
>>>
>>>On Fri, 8 Mar 2002 01:03:01 -0800
>>>"Jeff Bert" <[EMAIL PROTECTED]> wrote:
>>>
>>>
Sure, I have:

Linux Mandrake 8.1, kernel 2.4.8

I installed cyrus-imapd-2.0.16 from the tarball
that I downloaded from the cyrus site.

Jeff

>>>Go to rpmfind.net, download a rpm package for mandrake
>>>and install it, it should be easier.
>>>
>>>Alain






migration from courier to cyrus imapd

2002-03-08 Thread Justin Albstmeijer


Is there a way to migrate from courier maildirs to cyrus imapd.
I know I could just copy the messages with a client, but I need to keep the
original timestamps of the messages.

Justin