similar to: Assistant access

Displaying 20 results from an estimated 7000 matches similar to: "Assistant access"

2004 Dec 16
2
Just delete that index
I get a few messages of this ilk each day: Dec 16 01:56:31 aurora dovecot: IMAP(doug): Corrupted index cache file /home/doug/Maildir/.users.joe/dovecot.index.cache: indexid changed I usually address this by deleting dovecot.* in the directory of issue. I was thinking that I could instead just have the server delete these files and attempt to recreate them, and skipping that error message
2004 Dec 28
1
Debugging msync() failed errors
>From today's maillog: maillog:Dec 28 09:29:40 aurora dovecot: IMAP(doug): msync() failed with index file /home/doug/Maildir/.projects.job591/dovecot.index: Invalid argument maillog:Dec 28 09:30:21 aurora dovecot: IMAP(doug): msync() failed with index file /home/doug/Maildir/dovecot.index: Invalid argument maillog:Dec 28 09:30:22 aurora dovecot: IMAP(doug): msync() failed with index file
2019 Sep 12
2
Fw: Btrfs Samba and Quotas
Hello Hendrik Can you help input 2 commands 'mount' and 'df -TPh' on OMV, and post the output to us, thank you. -- Regards, Jones Syue | ??? QNAP Systems, Inc.
2004 Oct 12
2
assertion failed and debugging dovecot
I'm getting this error on a particular message in my Maildir: Oct 11 21:59:48 aurora dovecot: IMAP(doug): file ostream-file.c: line 646 (_send_istream): assertion failed: (instream->v_offset <= in_size) To me, more import than the question "why is this happening" is "how can I debug this?" Attaching gdb to the running imap process doesn't give me access
2018 Jul 11
5
[Bug 13522] New: Patch fileflags.diff and crtimes.diff
https://bugzilla.samba.org/show_bug.cgi?id=13522 Bug ID: 13522 Summary: Patch fileflags.diff and crtimes.diff Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter:
2016 Nov 03
1
Forcibly terminated after 10 milliseconds
After an OS upgrade (to FreeBSD 11 with pkg Dovecot 2.2.26) I'm getting this sort of thing in my logs: Nov 3 12:15:16 toma dovecot: lda(doug): Error: program `/usr/local/lib/dovecot/sieve-pipe/growlmail' was forcibly terminated with signal 15 Debugging gives a little more info: Nov 3 12:05:51 toma dovecot: lda(doug): Debug: waiting for program
2005 Jun 08
2
Debugging test72
When attempting to save a message from the INBOX to a folder in a collection (like, .projects.dovecot), I get behavior like this (in GDB). Any clue what might be going wrong? Here's where a SIGABRT happens: 280 return array->buffer->used / array->element_size; This is the stack trace: (gdb) where #0 mail_index_map_get_ext_idx (map=0x1200c0db0, ext_id=0,
2006 Apr 10
1
Permissions for Public Namespace?
Dear List, We've been following: http://wiki.dovecot.org/SharedFolders But all we can do is subscribe. Our users can't create folders, move e-mails into the top level folder etc. Am I not grasping the shared folders idea correctly? Thanks. -- Kind Regards, Gavin Henry. Managing Director. T +44 (0) 1224 279484 M +44 (0) 7930 323266 F +44 (0) 1224 742001 E ghenry at
2005 Jul 29
2
Amavis on centos
I already have installed, postfix, squirrelmail, dovecot, spamassassin and clamav. The only thinks that I missed up is some interface between clamav , spamassassing and postfix, I am trying with amavis-new but I gat this error when I try to install amavis from the tar file. ERROR: MISSING REQUIRED BASIC MODULES: IO::Wrap IO::Stringy Unix::Syslog Mail::Field Mail::Address
2017 Nov 28
5
Búsqueda de palabras en una variable de R
Buenas, Tengo un vector de 40 palabras (marca) y necesito saber si en una de las variables del data.frame (datos) se incluye alguna de esas 40 palabras. Si se incluye alguna de ellas, me gustaría crear una variable dummy siendo 1 que incluye alguna palabra y 0 que no incluye. ¿Qué paquete me recomendáis? ¿Cuál sería el comando a ejecutar? Gracias!
2014 Oct 27
2
como pasar de data.frame -> cast -> data.frame
Fabulosa comunidad, tengo el siguiente problema: 1. Tengo un data.frame no muy grande, de 575 filas x 8 columnas. En este df, las primeras 7 columnas identifican el dato que va en la columna 8. A las primeras 7 col se las podria considerar como datos categoricos y la columna 8 es un dato numerico. El df luce algo asi: sol con dia rep nca nin iso are 1 con 0 1 1 16 0 s
2008 Jul 19
2
problems with virt-install on snv_93
Hi, I try to start Solaris10 HVM DomU on SNV_93 dom0 running amd athlon x2 and 8gb ram. When I try to create a domU i get: bash-3.2# virt-install -n sol10 --hvm -r 1024 --vnc -f /dev/zvol/dsk/rpool/sol10 -c /rpool/pub/sol-10-u5-ga-x86-dvd.iso Starting install... virDomainCreateLinux() failed POST operation failed: (xend.err ''Device 0 (vif) could not be connected. Backend device not
2005 May 04
1
Public Folders Using Dovecot
Are IMAP Public Folders supported by Dovecot. How do I configure / implement them ? I have not been able to find any references / documentation about it. TIA,
2005 Oct 17
1
Shared Folder usage alpha3
Dear List, this is my first mail to this list. I'v tried to carefully review all given information towards the Shared Folder subject I could find in the archive / mailing list / wiki. And so far I'm also aware that Timo hasn't put it on the active tasklist for the 1.0 release. Citing the track http://dovecot.org/pipermail/dovecot/2003-October/002493.html I was wandering, wether any
2007 Mar 02
1
What characters do you have to ''\'' escape in exec?
I''m stumped. I''m just trying to do something like: if [ `command a` -eq 0 ] || [ `command b` -eq 0]; then <do stuff>; fi And I just can''t seem to make it work. Thanks, Trevor _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Feb 09
1
libvorbis help
Hi all, I'm a bit new to using libvorbis, and was hoping for some help with something. I am trying to take a buffer of PCM audio data, and encode it into a vorbis stream without blocking. In other words, the sound data is generated dynamically and continuously by my program, and it needs to convert this data into an ogg file without disrupting the program. I can already do this with shell
2007 Jan 16
1
Shared folder doesn't work!
I can't seem to get a shared folder working properly. I am authenticating using pam, and the users have a shell account on the system. Problem is, the permissions on the messages moved into the folder don't maintain properly, and other users can't read the share. I have the following in /etc/dovecot/dovecot.conf namespace public { separator = / prefix = Public/ location =
2006 Mar 17
3
Exchange 12 Unified Messaging
Exchange 12 will support "OVA" Outlook Voice Access. It will do this using VOIP. I was wondering if anyone has given any thought as to how Asterisk might interface with Exchange 12. It will do this using a VOIP gateway. If this could happen it seems to me this could be a really big win for Asterisk. I am going to setup a test server as soon as I can and start digging into this.
2005 Dec 02
1
Struggling with namespaces...
Hi all, I've been using dovecot 0.99x as a basic POP3/IMAP server at a couple of sites for a few months now and am very happy with it's simplicity, stability and performance, especially over the rather 'clunky' courier and the mammoth cyrus. I'm building up a top level mail server for our organisation and am desperate to use dovecot in there but I'm really struggling with
2014 Oct 27
2
como pasar de data.frame -> cast -> data.frame
Hola Carlos, quiero graficar el valor de cada celda, por ejemplo, 10 (en 1,1) clasificado de acuerdo a las etiquetas de encabezado de fila y columna. Me explico: Necesito un panel para cada etiqueta del titulo de la fila (con, dec ... ) y en el eje X de cada panel va la concentracion, que son los numeros del 0 al 5 en el encabezado de cada columna. El eje Y de cada panel es un porcentaje. Es el