Displaying 20 results from an estimated 31 matches for "service_user".
2019 Oct 07
3
Sieve redirect is broken in 2.3.7.2 - signal 11
...muser = 0x555555777ef8
??????? ret = <optimized out>
??????? __func__ = "mail_deliver"
#14 0x0000555555556fd2 in lda_deliver (stderr_rejection=false,
rcpt_to_source=<optimized out>, rcpt_to=<optimized out>, path=<optimized
out>, user=<optimized out>,
??? service_user=<optimized out>, ctx=0x7fffffffe9e0) at main.c:253
??????? storage = 0x0
??????? errstr = 0x0
??????? ret = <optimized out>
??????? var_table = <optimized out>
??????? lda_set = <optimized out>
??????? smtp_set = <optimized out>
#15 main (argc=<optimized out&g...
2012 Apr 26
2
LDA crashes on delivery (using sieve)
...false, dsn = false}
service_flags = 1027
user = (const __unknown__ *) 0x7fffffffebcc "test at example.com"
errstr = (const __unknown__ *) 0x0
path = (const __unknown__ *) 0x0
storage_service = (struct mail_storage_service_ctx *) 0x800a30840
service_user = (struct mail_storage_service_user *) 0x800a3c0a0
service_input = {module = 0x403567 "lda", service = 0x403567
"lda", username = 0x7fffffffebcc "test at example.com", session_id = 0x0,
local_ip = {family = 0, u = {ip6 = {__u6_addr = {__u6_addr8 = '\0'...
2017 Oct 17
2
Replication between different versions of dovecot
...=error_r at entry=0x7fff8e40b9e8) at doveadm-dsync.c:850
#10 0x0000560304f0fbe3 in parse_location (error_r=0x7fff8e40b9e8, remote_cmd_args_r=0x7fff8e40b858, location=<optimized out>, mail_set=0x560305e8ad50, ctx=0x560305e7e9e8) at doveadm-dsync.c:875
#11 cmd_dsync_prerun (_ctx=0x560305e7e9e8, service_user=<optimized out>, error_r=0x7fff8e40b9e8) at doveadm-dsync.c:947
#12 0x0000560304f10891 in doveadm_mail_next_user (ctx=ctx at entry=0x560305e7e9e8, cctx=cctx at entry=0x7fff8e40b9f0, error_r=error_r at entry=0x7fff8e40b9e8) at doveadm-mail.c:414
#13 0x0000560304f11473 in doveadm_mail_single_us...
2019 Oct 07
1
Sieve redirect is broken in 2.3.7.2 - signal 11
...ptimized out>
>> ??????? __func__ = "mail_deliver"
>> #14 0x0000555555556fd2 in lda_deliver (stderr_rejection=false,
>> rcpt_to_source=<optimized out>, rcpt_to=<optimized out>,
>> path=<optimized out>, user=<optimized out>,
>> ??? service_user=<optimized out>, ctx=0x7fffffffe9e0) at main.c:253
>> ??????? storage = 0x0
>> ??????? errstr = 0x0
>> ??????? ret = <optimized out>
>> ??????? var_table = <optimized out>
>> ??????? lda_set = <optimized out>
>> ??????? smtp_set = <opti...
2019 Oct 07
0
Sieve redirect is broken in 2.3.7.2 - signal 11
...??????? ret = <optimized out>
> ??????? __func__ = "mail_deliver"
> #14 0x0000555555556fd2 in lda_deliver (stderr_rejection=false,
> rcpt_to_source=<optimized out>, rcpt_to=<optimized out>,
> path=<optimized out>, user=<optimized out>,
> ??? service_user=<optimized out>, ctx=0x7fffffffe9e0) at main.c:253
> ??????? storage = 0x0
> ??????? errstr = 0x0
> ??????? ret = <optimized out>
> ??????? var_table = <optimized out>
> ??????? lda_set = <optimized out>
> ??????? smtp_set = <optimized out>
> #15 m...
2017 Oct 18
0
Replication between different versions of dovecot
...t entry=0x7fff8e40b9e8) at doveadm-dsync.c:850
> #10 0x0000560304f0fbe3 in parse_location (error_r=0x7fff8e40b9e8, remote_cmd_args_r=0x7fff8e40b858, location=<optimized out>, mail_set=0x560305e8ad50, ctx=0x560305e7e9e8) at doveadm-dsync.c:875
> #11 cmd_dsync_prerun (_ctx=0x560305e7e9e8, service_user=<optimized out>, error_r=0x7fff8e40b9e8) at doveadm-dsync.c:947
> #12 0x0000560304f10891 in doveadm_mail_next_user (ctx=ctx at entry=0x560305e7e9e8, cctx=cctx at entry=0x7fff8e40b9f0, error_r=error_r at entry=0x7fff8e40b9e8) at doveadm-mail.c:414
> #13 0x0000560304f11473 in doveadm_mail...
2018 Mar 04
3
LMTP delivery segfaults when user is over quota.
Hello!
I'm having crashes with LMTP delivery when user is over quota on the
latest CentOS 7.4 with the latest Dovecot 2.3.0.1 from Dovecot repo.
I see the issue has been fixed on January 17, but it doesn't seem to
have made it into 2.3.0.1 (I compared with the source from
https://dovecot.org/releases/2.3/dovecot-2.3.0.1.tar.gz).
2013 Aug 01
1
[PATCH] quota-status: allow different action for messages that are too large (over maximum quota)
...uot;INBOX", 0);
ctx = quota_transaction_begin(box);
- ret = quota_test_alloc(ctx, I_MAX(1, mail_size), &too_large);
+ ret = quota_test_alloc(ctx, I_MAX(1, mail_size), too_large);
quota_transaction_rollback(&ctx);
mailbox_free(&box);
@@ -82,6 +81,7 @@
struct mail_storage_service_user *service_user;
struct mail_user *user;
const char *value = NULL, *error;
+ bool too_large;
int ret;
if (client->recipient == NULL) {
@@ -98,14 +98,21 @@
if (ret == 0) {
value = nouser_reply;
} else if (ret > 0) {
- if ((ret = quota_check(user, client->size, &error)) &...
2019 Dec 15
1
Bug: indexer-worker segfaults with fts_xapian 1.2.5
...cal_port = 0, remote_port = 0, userdb_fields = 0x0, flags_override_add = (unknown: 0), flags_override_remove = (unknown: 0),
---Type <return> to continue, or q <return> to quit---
no_userdb_lookup = false, debug = false, conn_secured = false, conn_ssl_secured = false}
service_user = 0x55c7b93732e8
user = 0x55c7b9385868
error = 0x0
#17 master_connection_input (conn=0x55c7b9370df0) at master-connection.c:287
_data_stack_cur_id = 3
line = <optimized out>
#18 0x00007f30fbed69af in io_loop_call_io (io=0x55c7b9370e30) at ioloop.c:718
i...
2018 Mar 05
3
Coredump: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
...smtp_set = 0x56239be046e0
lda_set = 0x56239be04750
ns = <optimized out>
rcpt_to = 0x56239bde0e78
trcpt = 0x56239bde0e38
storage = 0x56239bdcecc8
mail_error = 1793002219
ret = <optimized out>
client = 0x56239bdbc338
service_user = <optimized out>
dctx = {
pool = 0x56239bddf180,
set = 0x56239be04750,
smtp_set = 0x56239be046e0,
session = 0x56239bddf1a8,
session_time_msecs = 0,
delivery_time_started = {
tv_sec = 1520258982,...
2018 Dec 20
2
Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)
...0}, __s6_addr32 = {0, 0, 0, 0}}}, ip4 = {s_addr = 0}}}, local_port =
> 0, remote_port = 0, userdb_fields = 0x0, flags_override_add = (unknown:
> 0), flags_override_remove = (unknown: 0), no_userdb_lookup = false,
> debug = false, conn_secured = false, conn_ssl_secured = false}
> ??????? service_user = 0x55945fe59958
> ??????? user = 0x55945fe73dc8
> ??????? str = 0x7f16547f6231 <pool_system_free+28>
> "\220\311\351\375\335\356\377UH\211\345H\203\354
> H\211}\370H\211u\360H\211U\350H\211M\340H\203", <incomplete sequence \340>
> ??????? error = 0x0
> ?????...
2015 Jan 03
0
dovecot-lda segfaults with replication
...e "mail at maserver.de"
errstr = 0x37f <Error reading address 0x37f: Bad address>
path = 0x7fffffffddc0 "/tmp/mail"
lda_set = (struct lda_settings *) 0x801c67988
storage_service = (struct mail_storage_service_ctx *)
0x801c46840
service_user = (struct mail_storage_service_user *) 0x801c67190
service_input = {module = 0x403d55 "lda", service = 0x403d55
"lda",
username = 0x7fffffffdd9e "mail at maserver.de", session_id = 0x0,
local_ip = {
family = 0, u = {ip6 = {__u6_addr = {__u6_addr8 = &...
2018 Mar 04
0
LMTP delivery segfaults when user is over quota.
...46abcf448
??????? lda_set = 0x56246abcf4b8
??????? ns = <optimized out>
??????? rcpt_to = 0x56246abc3f00
??????? trcpt = 0x56246abc3ec0
??????? storage = 0x56246abe8838
??????? mail_error = MAIL_ERROR_NOQUOTA
??????? ret = <optimized out>
??????? client = 0x56246abaf538
??????? service_user = <optimized out>
??????? dctx = {pool = 0x56246abe2cb0, set = 0x56246abcf4b8, smtp_set =
0x56246abcf448, session = 0x56246abe2cd8, session_time_msecs = 24,
delivery_time_started = {tv_sec = 1520176597, tv_usec = 704043}, dup_db
= 0x0,
????????? session_id = 0x56246abadab0 "PAN2KNUN...
2012 Nov 01
1
2.2.alpha1 (626a9df21e62): LMTP Core Dump
...able = 0x0}, anonymous = 0}
set_parser = 0x1167500
sets = 0x0
user_pool = 0x11705e0
temp_pool = 0x1173db0
ret = 1
#1 0x0000000000406c16 in cmd_rcpt (client=0x1161e70, args=0x116d623 "") at commands.c:545
rcpt = {address = 0x0, detail = 0x0, service_user = 0x0}
input = {module = 0x40823a "lmtp", service = 0x40823a "lmtp", username = 0x11540b0 "tlx at leuxner.net", session_id = 0x0, local_ip = {family = 0, u = {ip6 = {__in6_u = {
__u6_addr8 = '\000' <repeats 15 times>, __u6_addr16...
2010 Oct 10
3
Segfault in dovecot-lda 2.0.5
...t;,
dest_mail = 0x0, tried_default_save = true, saved_mail =
false, save_dest_mail = false}
service_flags = 1027
user = 0x1 <Address 0x1 out of bounds>
errstr = <value optimized out>
path = 0x0
storage_service = 0x855e3b0
service_user = 0x855ec70
service_input = {module = 0x804ab3c "lda", service = 0x804ab3c
"lda",
username = 0x855d202 "sean at cardus.com", local_ip = {family =
0, u = {ip6 = {in6_u = {
u6_addr8 = '\000' <repeats 15 times>, u6_ad...
2018 Dec 21
2
Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)
..., ip4 = {s_addr = 0}}}, local_port =
>>> 0, remote_port = 0, userdb_fields = 0x0, flags_override_add = (unknown:
>>> 0), flags_override_remove = (unknown: 0), no_userdb_lookup = false,
>>> debug = false, conn_secured = false, conn_ssl_secured = false}
>>> ??????? service_user = 0x55945fe59958
>>> ??????? user = 0x55945fe73dc8
>>> ??????? str = 0x7f16547f6231 <pool_system_free+28>
>>> "\220\311\351\375\335\356\377UH\211\345H\203\354
>>> H\211}\370H\211u\360H\211U\350H\211M\340H\203", <incomplete sequence \340>
>...
2015 May 10
0
v2.2.17 release candidate released
...{0, 0,
0, 0, 0, 0, 0, 0}, __u6_addr32 = {0, 0, 0, 0}}},
ip4 = {
s_addr = 0}}}, local_port = 0, remote_port = 0,
userdb_fields = 0x0, flags_override_add = (unknown: 0),
flags_override_remove = (unknown: 0), no_userdb_lookup = 0}
service_user = 0x16a6000
user = 0x16c7900
str = 0x16a3f3e "1\t0"
error = 0x7f4835ff3bb0 "I\211\303f\017\032\\$0f\017\032T$
f\017\032L$\020f\017\032\004$L\213L$pL\213D$hH\213|$`H\213t$XH\213T$PH\213L$HH\213D$@H\201\304\210"
max_recent_msgs = 0
ret...
2018 Dec 20
0
Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)
..., 0, 0, 0, 0, 0,
0, 0}, __s6_addr32 = {0, 0, 0, 0}}}, ip4 = {s_addr = 0}}}, local_port =
0, remote_port = 0, userdb_fields = 0x0, flags_override_add = (unknown:
0), flags_override_remove = (unknown: 0), no_userdb_lookup = false,
debug = false, conn_secured = false, conn_ssl_secured = false}
??????? service_user = 0x55945fe59958
??????? user = 0x55945fe73dc8
??????? str = 0x7f16547f6231 <pool_system_free+28>
"\220\311\351\375\335\356\377UH\211\345H\203\354
H\211}\370H\211u\360H\211U\350H\211M\340H\203", <incomplete sequence \340>
??????? error = 0x0
??????? max_recent_msgs = 0
???????...
2018 Mar 06
0
Coredump: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
...et = 0x56239be04750
> ns = <optimized out>
> rcpt_to = 0x56239bde0e78
> trcpt = 0x56239bde0e38
> storage = 0x56239bdcecc8
> mail_error = 1793002219
> ret = <optimized out>
> client = 0x56239bdbc338
> service_user = <optimized out>
> dctx = {
> pool = 0x56239bddf180,
> set = 0x56239be04750,
> smtp_set = 0x56239be046e0,
> session = 0x56239bddf1a8,
> session_time_msecs = 0,
> delivery_time_started = {
>...
2019 Oct 06
2
Sieve redirect is broken in 2.3.7.2 - signal 11
I think alpine does not have that
https://pkgs.alpinelinux.org/packages?name=dovecot*&branch=v3.8&repo=main&arch=x86_64
https://git.alpinelinux.org/aports/tree/main/dovecot/APKBUILD?h=3.8-stable
What else would help? strace?
On 2019. 10. 06. 23:05, Stephan Bosch via dovecot wrote:
>
>
> On 06/10/2019 23:03, Demonhost wrote:
>> Hi Stephan,
>>
>> I managed