Displaying 13 results from an estimated 13 matches for "mail_keywords".
2012 May 29
4
per-mailbox message limits
...ges not supported");
ret = -1;
} else {
ret = box->v.save_begin(*ctx, input);
}
@@ -1685,23 +1692,31 @@
int mailbox_copy(struct mail_save_context **_ctx, struct mail *mail)
{
struct mail_save_context *ctx = *_ctx;
struct mailbox *box = ctx->transaction->box;
struct mail_keywords *keywords = ctx->keywords;
+ struct mailbox_status status;
int ret;
*_ctx = NULL;
if (mail_index_is_deleted(box->index)) {
mailbox_set_deleted(box);
mailbox_save_cancel(&ctx);
return -1;
}
- ret = ctx->transaction->box->v.copy(ctx, mail);
+ mailbox_get_stat...
2007 Dec 11
1
dovecot deliver errors
...120
#3 0x0805979f in deliver_save (namespaces=0x80f7a90, storage_r=0xbfb088e8,
mailbox=0x80ded98 "INBOX", mail=0x8107a48, flags=0, keywords=0x0)
at deliver.c:222
box = (struct mailbox *) 0x810be58
t = (struct mailbox_transaction_context *) 0x0
kw = (struct mail_keywords *) 0x0
error = MAIL_ERROR_NONE
mailbox_name = 0x80eda80 "INBOX"
ret = 0
#4 0x0805ac15 in main (argc=5, argv=Cannot access memory at address 0x4
) at deliver.c:954
error_string = <value optimized out>
error = <value optimized out>...
2006 Oct 04
1
fix: LDA logging
...: +44 191 334 2752 U.K. :
-------------- next part --------------
--- deliver.c.rc7+ 2006-09-25 10:36:59.885645000 +0100
+++ deliver.c 2006-10-04 18:01:31.910181000 +0100
@@ -103,12 +103,15 @@
struct mailbox *box;
struct mailbox_transaction_context *t;
struct mail_keywords *kw;
+ const char *str;
int ret = 0;
box = mailbox_open_or_create_synced(storage, mailbox);
if (box == NULL)
return -1;
+ str = mail_get_first_header(mail, "Message-ID");
+
t = mailbox_transaction_begin(box, MAILBOX_TRANSACTION_FLAG_EXTERNAL);
kw = strarray_length(keywo...
2012 Dec 13
5
dovecot-lda (2.1.12) segfaults
We uograded our dovecot from version 2.1.10 -> 2.10.12, but within
the first hour of use, dovecot-lda would segfault during delivery.
This left a lock file lying around causing the user's mail readers to
hang; much hilarity ensues. All further deliveries to the same user
will result in a crash.
The only thing that fixes this condition is to blow away the user's
INBOX cache index.
2008 May 28
6
Error using antispam plugin
Hi
When activating antispam plugin in imap protocol, when sending an
email, Evolution/Thunderbirdkeeps infinitely "Sending authentication
information", and Dovecor logs shows "dovecot: May 28 10:14:35 Error:
child 6910 (imap) killed with signal 11"; lots of empty folders in
/tmp are created with names like "antispam-mail-ZvyWeZ".
I am using Dovecot1.1 rc15 compiled
2012 Aug 24
3
quota: ignore deleted messages (?)
Hi!
I am currently in the process of preparing a migration of our old
Courier-based IMAP/POP server setup to a Dovecot-based one.
During this process I came across the following problem with the
difference Courier and Dovecot handle deleted messages and mail quota.
Quote from http://www.courier-mta.org/imap/README.maildirquota.html:
,----
| The default application configuration that uses this
2008 Jan 26
2
dovecot HEAD, assertion failed after 7193:e5af14239137 changeset
...=0x84d55068, src_uidset_r=0x52fe,
copy_count_r=0x0) at cmd-copy.c:66
---Type <return> to continue, or q <return> to quit---
search_ctx = (struct mail_search_context *) 0x876b3700
src_trans = (struct mailbox_transaction_context *) 0x876b3500
keywords = (struct mail_keywords *) 0x0
keywords_list = (const char * const *) 0x87c890e8
mail = (struct mail *) 0x7ee27028
copy_count = 1
srcset_ctx = {str = 0x83e872f0, first_uid = 0, last_uid =
4294967295}
src_uidset = (string_t *) 0x83e872f0
ret = 1
#11 0x1c011899 in cmd_copy (c...
2010 Oct 10
1
Dovecot 2.0 lock upgrade assertion failure
...1ce6980, lda_mailbox_autocreate = false,
lda_mailbox_autosubscribe = false}
box = (struct mailbox *) 0x1aa2af0
trans_flags = <value optimized out>
t = (struct mailbox_transaction_context *) 0x0
save_ctx = (struct mail_save_context *) 0x0
kw = (struct mail_keywords *) 0x0
error = MAIL_ERROR_NONE
mailbox_name = 0x407ba1 "INBOX"
errstr = <value optimized out>
changes = {pool = 0x1cd3fb0, uid_validity = 1233133548,
saved_uids = {
arr = {buffer = 0x1cd3fd0, element_size = 8}, v = 0x1cd3fd0,
v_modifiable = 0...
2010 Mar 14
2
Dovecot 2.0beta3: Crash with mail_log plugin enabled
...notify_copy (ctx=0x667ed0, mail=0x6636f8) at notify-storage.c:113
ret = <value optimized out>
#14 0x00007f5c79e4e29a in mailbox_copy (_ctx=0x7fffffffd7a0, mail=0x6636f8) at mail-storage.c:1330
ctx = (struct mail_save_context *) 0x667ed0
box = (struct mailbox *) 0x65cc98
keywords = (struct mail_keywords *) 0x67b300
ret = <value optimized out>
#15 0x0000000000409631 in cmd_copy (cmd=0x650f38) at cmd-copy.c:66
client = (struct client *) 0x6507d8
dest_ns = <value optimized out>
dest_storage = <value optimized out>
destbox = (struct mailbox *) 0x65cc98
t = (struct mailbox_trans...
2008 Jul 18
2
quota vs. antispam issue
Can you help me maybe? I don't see the bug.
QUOTA=maildir QUOTA_RULE='*:storage=100M' MAIL_PLUGINS="antispam quota" MAIL_PLUGIN_DIR=/home/johannes/Projects/dovecot/antispam gdb --args /home/johannes/Projects/dovecot/dovecot-1.1/src/imap/imap
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
2010 Apr 03
1
dovecot 2 beta4 errors & core dumps
...parsing (cmd=0x8089328) at cmd-
append.c:379
client = (struct client *) 0x8084318
ctx = (struct cmd_append_context *) 0x80893b8
args = (const struct imap_arg *) 0x80ab218
flags_list = (const struct imap_arg *) 0x0
flags = 0
keywords_list = (const char * const *) 0x80ab1e0
keywords = (struct mail_keywords *) 0x0
internal_date_str = 0x0
internal_date = -1
ret = 0
timezone_offset = 0
save_count = <value optimized out>
nonsync = true
__FUNCTION__ = "cmd_append_continue_parsing"
#21 0x0804f069 in cmd_append (cmd=0x8089328) at cmd-append.c:540
client = (struct client *) 0x8084318...
2008 Oct 09
5
Panic 1.1.4
Hi List,
try 1.1.4 and have new Panics in Log. Hoped that 1.1.3 finishes this
errors...
Oct 8 21:56:28 dd10636 dovecot: IMAP(username): Loading modules from
directory: /usr/lib/dovecot/imap
Oct 8 21:56:28 dd10636 dovecot: IMAP(username): Module loaded:
/usr/lib/dovecot/imap/lib20_mail_log_plugin.so
Oct 8 21:56:28 dd10636 dovecot: IMAP(username): Effective uid=857, gid=628,
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...d);
+ }
+
+ return FALSE;
+}
+
+static bool catenate_begin_parsing(struct client_command_context *cmd,
+ const struct imap_arg *args)
+{
+ struct client *client = cmd->client;
+ struct cmd_append_context *ctx = cmd->context;
+ bool literal, nonsync;
+ enum mail_flags flags = 0;
+ struct mail_keywords *keywords = NULL;
+ time_t internal_date = (time_t) -1;
+ int ret, timezone_offset = 0;
+ int fds[2];
+
+ literal = imap_parser_get_literal_size(ctx->save_parser,
+ &ctx->cat.literal_size);
+ client->input_skip_line = !literal;
+ nonsync = imap_parser_has_nonsync_literal(ctx...