similar to: Dovecot --IMAP

Displaying 20 results from an estimated 200 matches similar to: "Dovecot --IMAP"

2006 Feb 02
1
Dovecot(imap) problem
Feb 1 20:13:15 myhost imap(someuser): file mbox-rewrite.c: line 429 (mbox_write_header): assertion failed: (hdr_parsed_size.physical_size == hdr_size) I'm using Fedora Core 4, dovecot 0.99.14-4. Any idea? How to fix this problem? Thanks a lot, Cl?vis -- Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola Administrador de Redes - Secao de Informatica (SINFO) E-mail: mailto:clovis at
2003 Jan 29
1
Wins Refresh
Samba Folks, I am facing a very strange problem in my net. I've the WINS Server, based on SAMBA(2.2.7-2) in RH 8.0. When I put on machine in the domain, the Wins registers in the browser list.. Later that I removed the machine from domain, the Wins does not give one refresh and clean the array name. I tried to remove the name wrong of the table/var/lock/samba/browser.dat and wins.dat, but
2003 Jan 30
1
Wins Server Fail
Hi, I'm using samba-2.2.7-2 in RH 8.0. I'm receiving, lot off e-mails(Logwatch), with the error message: [2003/01/28 08:23:15, 0] nmbd/nmbd_browsesync.c:get_domain_master_name_node_status_fail(509) : 1 Time(s) I configured smb.conf to Wins Server, with global options: security = share os level = 255 preferred master = Yes lm announce = yes
2003 Jan 29
0
Samba Wins Fail
Hi, I'm using samba-2.2.7-2 in RH 8.0. I'm receiving, lot off e-mails(Logwatch), with the error message: [2003/01/28 08:23:15, 0] nmbd/nmbd_browsesync.c:get_domain_master_name_node_status_fail(509) : 1 Time(s) I configured smb.conf to Wins Server, with global options: security = share os level = 255 preferred master = Yes lm announce = yes
2010 Mar 15
3
Disconnected BUG Unknown internal error bytes
Hi, I'm using dovecot current version 1.2.11, and is showing the following error when users connect via IMAP. dovecot: IMAP(<user>): Disconnected: BUG: Unknown internal error bytes=77/773 What's happen? How to solve this problem? Thanks a lot, Cl?vis -- Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola Administrador de Redes - Secao de Informatica (SINFO) E-mail:
2007 Jan 11
0
mbox-rewrite errors
I've noticed a burst of about 12000 of these mbox-rewrite msgs in the log, spread over about 10 minutes. They are always for the same person (XXX'd out here), and have not occurred before or since. There's no evidence of device problems in the message log. Jan 10 17:46:43 ls1 imap-login: Login: XXX [::ffff:10.2.0.1] Jan 10 17:46:43 ls1 imap(XXX): file mbox-rewrite.c: line 429
2010 Dec 06
2
CentOS 5.5 with MediaWiki
Hi, How do I install php-xml 5.2.10 on CentOS 5.5? I'm trying to install MediaWiki, and asks that package as a dependency. Cheers, Cl?vis -- Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola Administrador de Redes - Secao de Informatica (SINFO) E-mail: clovis at feagri.unicamp.br http://www.feagri.unicamp.br Fone(0xx19) 35211031-35211038-91173116 ou FAX(55xx19) 35211005/35211010
2004 Nov 24
1
AppleMail causes dovecot error: file mbox-rewrite.c: line 429 assertion failed
I get the following error message in my syslog frequently when a user accesses the dovecot (IMAP) server from his OS X AppleMail client: Nov 24 09:45:42 myhost imap(someuser): file mbox-rewrite.c: line 429 (mbox_write_header): assertion failed: (hdr_parsed_size.physical_size == hdr_size) Nov 24 09:45:42 myhost dovecot: child 23277 (imap) killed with signal 6 Usually each message appears 5-6
2014 Sep 08
2
Configure Dovecot Master User
Hi, Does anyone have any idea or hint how to configure dovecot master user? I'm already on it for almost fifteen days and can not find a solution. I appreciate any help, Clovis -- Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola Administrador de Redes - Secao de Informatica (SINFO) E-mail: clovis at feagri.unicamp.br http://www.feagri.unicamp.br MSN: clovis_tristao33 at
2014 Jul 15
1
pstack
Hi, How to install pstack in CentOS 6.5? Which repository or package it is part? Thanks a lot, Cl?vis -- Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola Administrador de Redes - Secao de Informatica (SINFO) E-mail: clovis at feagri.unicamp.br http://www.feagri.unicamp.br MSN: clovis_tristao33 at hotmail.com Fone: 55(19) 35211021-35211031-35211038-91173116
2014 Aug 28
0
Dovecot Master User
Hi, I'm trying to use imapsync to migrate my accounts and mailbox (mbox) of an server A (Postfix + Dovecot) to a Server B (Zimbra), without having to change user passwords on the server A, using a master user account. I'm using this paper http://wiki2.dovecot.org/Authentication/MasterUsers as guidance. The Dovecot server A, is not letting me authenticate. Follow the testing and debug
2003 Oct 05
2
those assertions
Hi, I did a bit of digging into the assertions from mbox-rewrite.c (hdr_parsed_size.physical_size == hdr_size). Every time it happens, hdr_size is 0, while hdr_parsed_size.physical_size is non-zero (presumably the correct value). Does this help track it down? I can't manage to get hold of an mbox that causes this though. Another infrequent assertion that's popped up: file
2006 Mar 17
6
removing NA from a data frame
Hi, It appears that deal does not support missing values (NA), so I need to remove them (NAs) from my data frame. how do I do this? (I am very new to R, so a detailed step-by-step explanation with code samples would be nice). Some columns (variables) have quite a few NAs, so I would rather drop the whole column than sacrifice all the rows (observations) which have NA in that column. How do I
2014 Sep 29
3
Master user and invalid credentials dovecot-2.2.13
Hi, I followed the docs from the dovecot wiki (http://wiki2.dovecot.org/Authentication/MasterUsers) and still have some problem: 1. uncommented "!include auth-ldap.conf.ext" in 10-auth.conf 2. htpasswd -b -c -s .... to create user/password for a masteruseruser 3. checked auth-master.conf.ext When I try to test the login, I always get an "invalid credentials" in the logs with
2005 Jun 10
5
R 2.1.1 slated for June 20
The next version of R will be released (barring force majeure) on June 20th, with beta versions available starting Monday. Please do check them on your system *before* the release this time... Apologies for the late announcement, but my department moved this week and I needed to be sure that my set-up survived the move. -pd -- O__ ---- Peter Dalgaard ?ster
2006 Nov 23
2
smb + nfs lock problem
Hello, whenever I try to copy a new file from windowsXP (2K also) to a samba share which is NFS mounted on the samba server, I get an error on the client: "impossible to copy file.txt: the process cannot access the file because an other process has locked a part of it" (my english translation of the french message I have !) It worked fine before (3weeks ago) and I think that problem
2006 May 10
1
Floating Point Exception
I have a Fedora Core server running: Fedora Core release 4 (Stentz) kernel version: 2.6.15-1.1833_FC4smp ( I have also tried kernel version: 2.6.16-1.2108_FC4smp) I compiled the ocfs2 and ocfs2-tools using the following steps: # MODULES: tar zxvpf ocfs2-1.2.1.tar.gz cd ocfs2-1.2.1 ./configure make make install # TOOLS: tar zxf ocfs2-tools-1.2.1.tar.gz cd ocfs2-tools-1.2.1 ./configure
2005 Aug 14
2
udev not starting on xenU FC4
Hi, Running lastest Xen dev (3.0) supplied by Fedorea C4, I get this same problem as already reported but whatever information I''ve found on this list is not working: Starting udev: [FAILED] Any new hints on how to fix it? Regards, -- xm create -c vsi Using config file "/etc/xen/vsi". Started domain vsi, console on port 9604 ************ REMOTE CONSOLE: CTRL-] TO QUIT
2007 Jan 23
1
ocfs2 kernel bug in Fedora Core 4 update kernel
OS: Fedora Core release 4 (Stentz) KERNEL: Linux rack1.ape 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 i686 i386 GNU/Linux CLUSTER: 11 Linux kernels, mixed environment FC4,FC5,FC6 SAN: FC Infortrend storage, QLogic16 port FC switch, FC adapter LSI FC929X (21224,1):ocfs2_truncate_file:242 ERROR: bug expression: le64_to_cpu(fe->i_size) != i_size_read(inode)
2005 Dec 06
1
Dovecot.conf
Hi, I am mounting a server of email with the Dovecot as MUA, i would like to restrict the access to imap and ipop to one determined range of IP. As I configure this in dovecot.conf, I did not understand the functioning of listen = * or [: ] Thanks a lot, Clovis -- Cl?vis Trist?o -------------------:-oo)---- Seja Legal, use GNU/Linux ----------------------------------------