Hi *,
Is there a way to have an "aliased" folder? I administer a few little cyrus
mail server here in Argentina. We speak spanish, so our "Sent" folder
sometimes is "Enviados" ( "Sent" in spanish ), depending on what mail client
the users use.
Although mail clients can be configured to
Hi,
I have a question about folders. I want to make two folders that
would have the same content. If you put a mail in one folder, I want to
see it in both.
The thing is I have a folder called "Enviados" ("Sent" in spanish)
where our email clients put our sent messages. Lately we had so
Hi Gabriele,
If you are using linux, maybe you can use inotify-tools to notify you of
any change in cyrus' spool.
-- Diego.
On Thursday 20 December 2007 07:24:55 Gabriele Bulfon wrote:
> Hello,
> I would like to know if there is some way of plugging into the system with
> custom agents to b
Hi,
I did that with postfix, making a virtual alias with pcre. From the top of
my head, it was something like this:
@domain.com ($1)@domain.com,($1)@archive.domain.com
This syntax is surely wrong, but the idea is to use pcre to match the username
part and put it in the virtual alias
Hi,
There are patches to sasl in order to do that.
http://marc.theaimsgroup.com/?l=info-cyrus&m=111339854127101&w=2
-- Diego
>
> Hello, everyone
>
> We're about to migrate a server from Courier-IMAP to Cyrus-IMAP. The
> Courier-server autheticates via authdaemond to a MySQL-server, and the
>
I use ENCRYPT, and it works.
update usuarios set password=ENCRYPT("password","$1$encrypt$") ...
$1$encrypt$ may be any string, AFAIR
Good luck,
-- Diego.
On Wednesday 13 April 2005 08:05, Berger, Stefan (IT- Management) wrote:
> Hi,
>
> thanks for the responses to all. But there is a problem st
Hi,
I think the patch you are looking for is here:
http://frost.ath.cx/software/cyrus-sasl-patches/ . Then, add some statements
in imapd.conf :
sasl_password_format: crypt
It worked for me like that.
-- Diego.
On Monday 11 April 2005 13:07, Berger, Stefan (IT- Management) wrote:
> i want u