> 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
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:
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
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