search for: lrswipcda

Displaying 2 results from an estimated 2 matches for "lrswipcda".

2010 Jul 27
1
Cyrus Virtual Domains: Domain migration from Cyrus
...to Dovecot 1.x (!). We use the virtual domain feature from Cyrus for a better disk partitioning: /var/imap/domain.a/user/foo .. /var/imap/domain.b/user/foo .. /var/imap/domain.c/user/foo .. In a exported skiplist DB, it shows like: ================= domain.a!user.foobar 0 int foobar at domain.a lrswipcda postmaster at domain.a domain.a!user.han 0 int han at domain.a lrswipcda domain.b!user.solo 0 int solo at domain.b lrswipcda domain.b!user.yoda 0 int yoda at domain.b lrswipcda domain.c!user.luke 0 int luke at domain.c lrswipcda postmaster at domain.c That allows us, to separate the domains from e...
2009 Jan 05
1
writing a dovecot plugin / segfault
...ead argument: <folder> */ if (!client_read_string_args(cmd, 1, &folder_name)) return FALSE; /* work done from here... */ /* for the moment, do a dummy response */ str_append(response, "* MYRIGHTS "); str_append(response, folder_name); str_append(response, " lrswipcda"); client_send_line(cmd->client, str_c(response)); client_send_tagline(cmd, "OK Completed."); return TRUE; } But when testing via "telnet localhost 143" and doing a "20 myrights INBOX" the imap thread just crashes and does not give any an...