search for: abox

Displaying 20 results from an estimated 20 matches for "abox".

Did you mean: abo
2014 Jun 19
2
dovecot 2.2.13 core dump (signal 11)
...driver = passwd-file } protocol imap { mail_max_userip_connections = 20 } Here's the backtrace in gdb. Core was generated by `dovecot/imap'. Program terminated with signal 11, Segmentation fault. #0 acl_mailbox_right_lookup (box=0x12e6730, right_idx=7) at acl-mailbox.c:40 40 if (abox->skip_acl_checks) Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6_5.2.x86_64 sssd-client-1.9.2-129.el6.x86_64 (gdb) bt full #0 acl_mailbox_right_lookup (box=0x12e6730, right_idx=7) at acl-mailbox.c:40 abox = 0x0 alist = <value optimized out>...
2014 Jul 17
0
possible bug around ACL
...in to imap (with telnet) and do 1 GETACL Archive I get following result from gdb attached to worker process serving particular connection. Program received signal SIGSEGV, Segmentation fault. acl_mailbox_right_lookup (box=0x7fd75e4e1dc0, right_idx=right_idx at entry=10) at acl-mailbox.c:40 40 if (abox->skip_acl_checks) (gdb) p abox $1 = (struct acl_mailbox *) 0x0 (gdb) # uname -a Linux omelette 3.2.0-4-amd64 #1 SMP Debian 3.2.57-3 x86_64 GNU/Linux ii dovecot-core 1:2.2.13-2 amd64 local build from sources in testing just disabled lucene ps. I am idling on #dovecot...
2010 Jun 21
1
Plugin Handle input messages
Hi Timo.... I try to change my plugin to read the input email to increase a header line and one \r\n. But i need help to get this input.... My plugin is based in zlib plugin. In "static int zlib_permail_get_stream" function, have it. if (imail->data.stream != NULL || (_mail->uid == 0 && zuser->save_handler == NULL)) { return
2014 May 29
1
voicemail with odbc
...the ex-gf database ; ODBC_PRESENCE - Retrieve and update presence [PRESENCE] dsn=mysql1 readsql=SELECT location FROM presence WHERE id='${SQL_ESC(${ARG1})}' writesql=UPDATE presence SET location='${SQL_ESC(${VAL1})}' WHERE id='${SQL_ESC(${ARG1})}' *voicemail show command* abox*CLI> voicemail show users You must specify a specific context to show users from realtime! Usage: voicemail show users [for <context>] Lists all mailboxes currently set up abox*CLI> *extconfig Configuration file* voicemail =>mysql,asterisk,voicemessages I create table voi...
2003 Feb 26
2
inetd/xinetd/tcpserver support
I was just thinking how they could be easily supported. This would work, right? : imap stream tcp nowait root /usr/sbin/tcpd /usr/local/libexec/dovecot/imap-login imaps stream tcp nowait root /usr/sbin/tcpd /usr/local/libexec/dovecot/imap-login --ssl imap-login would try to connect to master process using some named socket. If it couldn't, it would create the master process itself. Master
2004 Dec 17
6
Realtime and PostgreSQL
Has anyone had any luck with PostgreSQL and Realtime? The realtime instructions on voip-info seem pretty straight forward... just not woking for me. I've included all of my config files below, and my console output. Entire console bootup output: [root@abox asterisk]# /usr/sbin/asterisk -vvvvvvc == Parsing '/etc/asterisk/asterisk.conf': Found == Parsing '/etc/asterisk/extconfig.conf': Found Asterisk CVS-v1-0-12/08/04-16:50:05, Copyright (C) 1999-2004 Digium. Written by Mark Spencer <markster@digium.com> ======================...
2007 Jan 21
0
VoIP-GSM gateway problem
I bought a MV-372 for 2 SIM cards as the one channel model seems to work well (see http://www.voip-info.org/wiki/view/Setup+MV-370+GSM+Gateway+with+Asterisk). The setup is such: --------- Inet --> VoIP provider ---> POTS | | (iax2, NAT) | asterisk (on abox with iptables fw) | (SIP, LAN) |----------> SNOM190 phones | ----------> SIP-GSM-module ---> SIM cards --> mobile phone networks Sound, however, is too bad for the SIP to GSM module to be usable. Call initiation from the LAN to the GSM network works but the audio stream...
2009 Feb 09
1
What t38pt_udptl is ? Explain T.38 in 1.4
...e it work. Shall I set T38FAX_VERSION_1 or leave T38FAX_VERSION_0 in global_t38_capability ? Source code says "This is default: NO MMR and JBIG trancoding, NO fill bit removal, transferredTCF TCF, UDP FEC, Version 0 and 9600 max fax rate" What does "Version 0" relates to in this aboxe line ? MMR and JBIG transcoding ? 2. A softphone like Zoiper is able to receive voice or fax calls. When setting those values (see bellow) in sip.conf, does it mean : "t38/udptl will be chosen if a fax signal is detected somewhere in the path. If none, then alaw would be picked" t38pt...
2018 Jan 29
1
Panic: data stack: Out of memory when allocating bytes
...ot; > ??????? i = 11 > ??????? fd = 17 > ??????? __func__ = "acl_backend_vfile_object_update" > #22 0x00007f73f0b24bd8 in acl_mailbox_copy_acls_from_parent > (box=0x7f73f25514d8, update=0x0, directory=<value optimized out>) at > acl-mailbox.c:108 > ??????? abox = 0x7f73f2551be8 > ??????? alist = <value optimized out> > ??????? iter = 0x7f73f24f7fe8 > ??????? parent_aclobj = 0x7f73f25bab90 > ??????? update = {rights = {id_type = ACL_ID_USER, identifier = > 0x7f73f25e2398 "mailadmin", rights = 0x7f73f25e23f0, neg_rights =...
2018 Jan 24
2
Panic: data stack: Out of memory when allocating bytes
On Wed, Jan 24, 2018 at 18:55:47 +0100, Thomas Robers wrote: > Am 23.01.2018 um 20:07 schrieb Josef 'Jeff' Sipek: > > On Tue, Jan 23, 2018 at 14:03:27 -0500, Josef 'Jeff' Sipek wrote: > > > On Tue, Jan 23, 2018 at 18:21:38 +0100, Thomas Robers wrote: ... > > > 1. Do you have any idea what the imap process was doing at the time of the > > >
2018 Jan 25
0
Panic: data stack: Out of memory when allocating bytes
...ech.de/bla_blub/foo_bar/John Doe" i = 11 fd = 17 __func__ = "acl_backend_vfile_object_update" #22 0x00007f73f0b24bd8 in acl_mailbox_copy_acls_from_parent (box=0x7f73f25514d8, update=0x0, directory=<value optimized out>) at acl-mailbox.c:108 abox = 0x7f73f2551be8 alist = <value optimized out> iter = 0x7f73f24f7fe8 parent_aclobj = 0x7f73f25bab90 update = {rights = {id_type = ACL_ID_USER, identifier = 0x7f73f25e2398 "mailadmin", rights = 0x7f73f25e23f0, neg_rights = 0x7f73f25e24a8, global...
2011 Feb 04
4
[Bug 1853] New: sshd doesn't seem to be able to auth a user using an rsa key of 20000 bit
...om sshd doesn't seem to be able to auth a user using an rsa key of 20000 bit. 1. I generated an ssh rsa key like this: ssh-keygen -t rsa -b 20000 2. I placed the public key into another users authorized_keys file 3. I tried to ssh that user. What happens: 4. "Feb 4 23:35:50 ABOX sshd[17138]: error: RSA_public_decrypt failed: error:04067069:lib(4):func(103):reason(105)" What should happen: 4. Accepted publickey for .... ------ Use cases: 1. having an ssh key over 9000. "00:18 < Kenny> Yes, so will I, for security-measures based on DragonBall Z memes....
2014 Jun 26
1
Another Crash in service imap with version 2.2.13 - Debian Wheezy
...0x00007fbf24f12679 in notify_copy (ctx=0xa95500, mail=0xa90d20) at notify-storage.c:107 lt = 0xa8bdd0 lbox = 0xa70870 ret = <optimized out> #6 0x00007fbf2573d06b in acl_copy (ctx=0xa95500, mail=0xa90d20) at acl-mailbox.c:435 t = <optimized out> abox = 0xa6fe48 #7 0x00007fbf26650e8d in mailbox_copy (_ctx=_ctx at entry=0x7fff64b53190, mail=0xa90d20) at mail-storage.c:2152 ctx = 0xa95500 t = 0xa8de20 keywords = 0x0 pvt_flags = 0 backend_mail = 0xa90d20 ret = <optimized out> __FUNCTION...
2017 Aug 16
1
dotlock causing crashes
...:808 box = 0xc00a08 user = <optimized out> ismt = <optimized out> lbox = <optimized out> isuser = 0xbd6d30 ret = 0 #18 0x00007fa2628337fa in acl_transaction_commit (ctx=0xc28060, changes_r=0x7ffd7009fb50) at acl-mailbox.c:460 abox = 0xc01018 at = <optimized out> ret = <optimized out> #19 0x00007fa2633789b1 in mailbox_transaction_commit_get_changes (_t=<optimized out>, changes_r=0x7ffd7009fb50) at mail-storage.c:2042 _data_stack_cur_id = 4 t = 0xc28060 box = 0xc00a08...
2014 Dec 15
0
virtual mailbox segfault
...x52d1cf0de0 #4 0x000002ba694a20e4 in fts_mailbox_get_status (box=0x52d1cf0de0, items=0, status_r=0x3c46ea98b90) at fts-storage.c:94 fbox = <optimized out> #5 0x000002ba6a4e47a4 in acl_mailbox_get_status (box=0x52d1cf0de0, items=0, status_r=0x3c46ea98b90) at acl-mailbox.c:542 abox = <optimized out> #6 0x000002ba6b409966 in mailbox_get_status (box=0x52d1cf0de0, items=0, status_r=status_r at entry=0x3c46ea98b90) at mail-storage.c:1570 __FUNCTION__ = "mailbox_get_status" #7 0x00000052d01a191b in imap_status_get (cmd=cmd at entry=0x52d1ce6110, ns=ns at...
2009 Apr 07
2
Segfault in dovecot 1.2rc2 with quota + public namespace enabled
Hi, I have configured a public namespace ("#Shared"). Since dovecot 1.2rc2 (1.1.11 worked fine) I get a segfault, if I try to access a folder under this namespace when quota plugin is enabled. When the quota plugin is disabled, accessing those folders works. $ dovecot -n # 1.2.rc2: /opt/dovecot/etc/dovecot.conf # OS: Linux 2.6.26-1-686 i686 Debian 5.0 base_dir: /var/run/dovecot
2015 Jan 17
2
Changeset c02f29ca104d badly breaks LMTP/mdbox
...t> rec = {map_uid = 21146464, save_date = 0} guid_data = 0x142ab68 wanted_guid = "\360=B\001\000\000\000\000\340\357E\242\f\177\000" #11 0x00007f0ca245f21b in acl_copy (ctx=0x142ab50, mail=0x13eaf20) at acl-mailbox.c:435 t = <optimized out> abox = 0x1423df0 #12 0x00007f0ca3e0728d in mailbox_copy (_ctx=_ctx at entry=0x7fffdfafefa8, mail=mail at entry=0x13eaf20) at mail-storage.c:2215 _data_stack_cur_id = 4 ctx = 0x142ab50 t = 0x1426a80 keywords = 0x0 pvt_flags = 0 backend_mail = 0x13eaf20...
2013 Nov 20
0
Dovecot 2.2.5: Panic: file mail-transaction-log.c: line 350 (mail_transaction_log_set_mailbox_sync_pos)
..._changes = 0} ret = 0 #13 0x00002b07bef5252b in quota_mailbox_transaction_commit (ctx=0x17779bc0, changes_r=0x7fff3c65f5a0) at quota-storage.c:134 qt = 0x1777a890 #14 0x00002b07bed40f77 in acl_transaction_commit (ctx=0x17779bc0, changes_r=0x7fff3c65f5a0) at acl-mailbox.c:451 abox = 0x1776f048 ret = <value optimized out> #15 0x00002b07bde53975 in mailbox_transaction_commit_get_changes (_t=<value optimized out>, changes_r=0x7fff3c65f5a0) at mail-storage.c:1847 _data_stack_cur_id = 4 t = 0x17779bc0 save_count = 1 ret = <va...
2018 Feb 07
4
BUG: panic when using fs:posix as dict for acl_shared_dict
..., neg_rights = 0x0, global = 0}, modify_mode = ACL_MODIFY_MODE_REPLACE, neg_modify_mode = ACL_MODIFY_MODE_CLEAR, last_change = 1484044488} #15 acl_attribute_set (t=0x56481e7f8010, type=<optimized out>, key=<optimized out>, value=0x7ffef8fdafc0) at acl-attributes.c:148 abox = 0x56481e7e6ec8 #16 0x00007f64c168bde5 in mailbox_attribute_set_common (t=0x56481e7f8010, type=MAIL_ATTRIBUTE_TYPE_SHARED, key=<optimized out>, value=0x7ffef8fdafc0) at mailbox-attribute.c:221 iattr = 0x0 ret = <optimized out> #17 0x00007f64c168c2c5 in mailbox_attri...
2009 Apr 07
3
Segfault in ACL Plugin + user shared folders
.../libnss_files.so.2...done. Loaded symbols for /lib/i686/cmov/libnss_files.so.2 Core was generated by `imap'. Program terminated with signal 11, Segmentation fault. [New process 5441] #0 0xb7ee43f1 in acl_mailbox_get_aclobj (box=0x8693488) at acl-mailbox.c:49 49 struct acl_mailbox *abox = ACL_CONTEXT(box); (gdb) bt full #0 0xb7ee43f1 in acl_mailbox_get_aclobj (box=0x8693488) at acl-mailbox.c:49 No locals. #1 0xb7d77c89 in cmd_myrights (cmd=0x8658b90) at imap-acl-plugin.c:305 storage = (struct mail_storage *) 0x8666af8 box = (struct mailbox *) 0x8693488 ma...