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 y

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:

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

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