Displaying 20 results from an estimated 100 matches similar to: "Problem importing square character"
2018 Jul 03
2
lmtp issues with specific message on dovecot 2.3.2
Hello,
I am getting crash on lmtp for specific message on dovecot 2.3.2
See below the backtrace:
Jul 02 22:54:20 Panic: lmtp(xxx)<172769><yL/kH0zXOlvhogIAF3haWw:3>: Buffer
write out of range (23153 + 18446744073709551614)
Jul 02 22:54:20 Error: lmtp(xxx)<172769><yL/kH0zXOlvhogIAF3haWw:3>: Raw
backtrace: /usr/lib64/dovecot/libdovecot.so.0(+0xcdfe4) [0x7f1fc8df9fe4] ->
2019 Mar 24
0
Cannot get sieve script replication to work
Hello,
I've set up dsync replication on 2 nodes and mail replication is working
flawlessly, however it seems that replicating the sieve scripts won't work.
Managesieve and sieve filter in gerneral seems to work on both nodes,
however in order to have a synchronized state, I have to log onto both
nodes with managesieve and save & activate the script.
What's funny about this is
2018 Apr 04
2
Lmtp issues on dovecot 2.3.x with big messages
Hello,
After update dovecot to version 2.3.x, LMTP stopped to receive big messages
( > 45 MB ).
Messages are being sent to dovecot LMTP by postfix. If I change this email
to another server with dovecot 2.2.x the same message are delivered
immediately.
Log with mail_debug = yes:
Apr? 4 13:36:13 mailsrv01 dovecot: lmtp(190031): Debug: none: root=, index=,
indexpvt=, control=, inbox=, alt=
2018 Apr 02
2
Doveadm backup issues on dovecot 2.3.1
Hello,
After update dovecot from 2.3.0.1 to 2.3.1 the doveadm backup stopped to
work.
Command line:
doveadm -D backup -u email at dominio.com.br -R tcp:mailsrv01:9011
I updated dovecot on mailsrv01 to 2.3.1.
Process on mailsrv01 (the count message stop and process stay this way until
be killed - this occurs on different mailbox?s)
dovecot/doveadm-server [10.0.10.5 email at
2018 May 18
1
indexer-worker issues on dovecot 2.3.0
Hello,
I have some mailbox with error on index-worker process on dovecot 2.3.0
If I move the same mailbox to dovecot 2.2.33.2 this problem dos not happen.
See below the backtrace:
May 18 10:33:55 Error: imap(xxxxx)<249924><Xpj77npscpYKAQMQ>: indexer failed
to index mailbox INBOX
May 18 10:33:55 Fatal:
2019 Feb 01
2
Crash when using dict quotas with sqlite database
Hello,
After I configured a SQLite backed dict quota backend, the dict process
crashes every time a quota operation is happening.
SQLite: 3.26.0
Dovecot: 2.3.4 (0ecbaf23d)
Linux: 4.20.4.a-1-hardened #1 SMP PREEMPT Fri Jan 25 01:24:51 CET 2019
x86_64 GNU/Linux (Arch Linux)
Filesystem: BTRFS
I can't get any debug output from Dovecot, even after setting log_debug
= cat:* event:* source:*
2003 Jun 09
0
CVS updates / moving to alpha 2
Win32 builds, encodes, and plays fine for me (as long as it's a 5-second clip of some girl singing out of tune...)
My notes:
looks like the example players still expect exactly three headers. As discussed I'm hoping we can rework it so unexpected headers do not error out. Everyone will undoubtedly be copping code from example_player.c or splayer.c, so we should try to fix this before
2009 Dec 08
3
Developer Documentation
Hi Everyone....
I Try to make a modification in dovecot Maildir system....
I want to include lines from another file into every email when the user
request to read this email.
Is Like put some extras itens email. I try to find how to do this but what i
understand is, every email is read "on the fly", but i dont find exactly
where... i didnt find some "read" to do this.
Some
2006 Oct 03
2
Two domains on one network?
I feel I should know the answer to this, but I wanted to verify. I have a
bunch of Windows PC's running Win 2K Pro, on three subnetworks. Two of the
subnets are served by Unix (FreeBSD) boxes running NATD, but all are joined
to a domain being run on a Win 2K Pro server in another building on the
campus. So far I haven't joined the two Unix boxes to the domain.
I'd like to
2012 Nov 23
2
Data frame manipulation
Hello,
I have a table that was constructed in a wrong way (dput data on bottom -
wrong data-frame):
Local Mês Dia Colonia X6h X7h X8h X9h X10h X11h
X12h X13h X14h X15h X16h X17h
1 Conceição Junho 1 3 2.16137 2.20412 2.08991 1.72428 1.69897
1.62325 1.44716 1.51851 1.43136 1.47712 1.51851 1.04139
2 Conceição Junho 2 3 2.46538 2.13672
2010 Nov 17
6
Mail history function?
I'm a newbie at Dovecot. For a company groupware I need a kind of a
history function for mails to see which user sent which mail to whom / got
which mail from whom. So I have to get the message ID of in- and outgoing
mails (and write related data to a mysql database). My first idea was to
monitor the log file with a daemon and search for strings like
"deliver(x at y.z): 2010-11-15
2012 Aug 08
4
Saving Splitted Series to Excel via XLConnect
Dear R Discussion List,
I would like to save my data as a xlsx file. But at first
I need to split it and then save each series into a Excel
column. Please take a look at the following code:
dados <- data.frame(matrix(c("2012-01-01","2012-02-01",
"2012-03-01","2012-04-01","2012-05-01","2012-06-01",
2005 Mar 23
0
Problem with samba-pdc
I'm making a samba/pdc server with windows (2k e xp) clients. For now,
that's ok, but I got some errors:
- Some files (ex.: /home/silvana) don't show up in Windows Explorer.
I've already checked on the server and all files of /home/silvana are
into the server, but windows explorer don't show them. All the files
are .doc. An interesting thing is that if we put the complete
2012 Aug 06
2
Splitting Data Into Different Series
Dear R Community,
I'm trying to write a loop to split my data into different series. I
need to make a
new matrix (or series) according to the series code.
For instance, every time the "code" column assumes the value "433" I need to
save "date", "value", and "code" into the "dados433" matrix.
Please take a look at the following
2019 Jun 26
2
Problem in doveadm import dovecot 2.2
Dear,
I always used dovecot in version 2.0 and in the last month i update my
servers to dovecot 2.2 but now i have problems with comand dovecot import,
not works for me, bellow i put 2 examples used in my tests in boths cases
not works for me.
Someone already saw some case similar or can help me with this ?
doveadm import -u teste at aaaaa.com mdbox:~/mdbox-backup "" mailbox INBOX
from
2011 Oct 17
2
Beginner's question about plotting variables in a time series object with the date on the x axis
Dear R helpers,
I am a beginner at R so please be gentle :)
I have already read manuals and FAQs, with no help.
I have a monthly time series data on public debt with 40 variables, it starts on January 1994 and ends on June 2011.
I am loading the data into R using read.csv and the data looks ok when I do edit(dados):
> dados<-read.csv("dadosR3.csv", header=T)
then I tried making
2006 Nov 23
0
Samba With Errors
Good Day
I having problems with the samba, when I go to add to a machine windows xp
to the dominio some errors appear in messages log of the system, the
machine windows xp enters in the dominio but they anypeople can make
logons and is shown me an error saying that the dominio was not found on
windows xp machine.
The errors ---
Nov 23 11:06:31 instituto smbd[17752]: getpeername failed. Error
2003 May 30
2
conversao para matriz
ol?,
estou tentando converter a vari?vel b (abaixo) em uma matriz com duas
colunas, sem muito sucesso, algu?m teria alguma sugest?o?
muito obrigado,
a<-outer(1:5,1:7,FUN="paste")
b<- sample(a,10)
[1] "4 2" "5 7" "3 3" "4 1" "4 5" "3 5" "5 2" "2 1" "3 7" "1 4"
Matriz desejada:
4
2007 Dec 31
1
SVM error
Hi all,
I'm having this error, since I'm working with a data matrix I don't understand what's happening; I've tried several ways to solve this, even working with sparse matrix, but nothing seems to solve it, I've also tried svm (with a simple matrix 3*3 and still got the same error.
> dados<-read.table("b.txt",sep="",nrows=30000)
>
2014 Nov 20
1
[Bug 10950] New: rsync hangs when specifying a backup directory
https://bugzilla.samba.org/show_bug.cgi?id=10950
Bug ID: 10950
Summary: rsync hangs when specifying a backup directory
Product: rsync
Version: 3.1.0
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org