Displaying 20 results from an estimated 1000 matches similar to: "dovecot + winbind problem"
2007 Feb 07
0
trouble with TC
Hi,
I''m having a little trouble adjusting the priorities and the use of free
outgoing bandwith between my classes:
http://mmcomp.adsl.datanet.hu/tc/tc.png
green - ACK packets (downloading an iso)
red - p2p traffic
As you can see, when i start p2p, it takes away bandwith from the class
holding the ack packets. I dont know why, since that class has the highest
priority.
The problem
2019 Jan 29
4
mbox 2 Maildir
W/o downtime: see the wiki page below, the "Converting" section.
Briefly for my case something like this should work and generally seems
simple (no syntax checking yet, pseudo-code like):
* Configuration uses mail_location = mbox:~/mails
* setup per-user mail location and do for each user individually in a
serial manner:
-- doveadm sync maildir:~/Maildir; mbox is synced to Maildir,
2019 Feb 05
2
mbox 2 Maildir
Hi,
I am experimenting with the migration.
I unset mail_location, thus it is empty and dovecot performs automatic
mailbox detection. Therefore I do not need per-user set of mail
location. I login as a testuser and do:
doveadm sync maildir:~/Maildir
It seems for me that in this situation the new Maildir becomes the
active mail delivery location at the time of the creation(?) or
completing the
2015 Oct 07
2
bug report: dovecot-imapd core dump
Hi,
could not find it -- back to the list, maybe someone can suggest a
fix/workaround.
Best,
Tamas
On Wed, Oct 07 2015, Dominik Breu wrote:
> Hello,
>
> yeah this one looks familiar to me can you search the list back in
> september there was a somewhat similar bug with thunderbird imho timo
> posted a notice about it.
>
> greetings,
>
> dominik
>
> Am
2019 Jan 29
2
mbox 2 Maildir
Hi,
I am not an professional system admin, but I am running a small debian
mail server for many years. It is time to migrate from mbox to Maildir.
There is a nice and clean description for doing this without service
downtime at https://wiki.dovecot.org/Tools/Doveadm/Sync
I have to set per-user config for mailbox type using userdb extra fields.
However, I miss some information and I can not
2006 Dec 19
1
preserving sparse matrices (Matrix)
Hi,
I have sparse (tridiagonal) matrices, and I use the Matrix package for
handling them. For certain computations, I need to either set the
first row to zero, or double the last row. I find that neither
operation preserves sparsity, eg
> m <- Diagonal(5)
> m
5 x 5 diagonal matrix of class "ddiMatrix"
[,1] [,2] [,3] [,4] [,5]
[1,] 1 . . . .
[2,] . 1
2003 Apr 23
1
Setting up Xemacs + Sweave
Dear list,
I have tried to setup my Xemacs for use with Sweave, which I indend to learn.
I have followed the instructions in the Sweave FAQ, that is to say, I put
(defun Rnw-mode ()
(require 'ess-noweb)
(noweb-mode)
(if (fboundp 'R-mode)
(setq noweb-default-code-mode 'R-mode)))
(add-to-list 'auto-mode-alist '("\\.Rnw\\'" . Rnw-mode))
(add-to-list
2003 Apr 17
1
Testing for whole numbers
Is there a way in R to test if a given number is an integer, ie a
whole number? I am not referring to the data type of a number, but to
its value.
That is to say, is.whole(pi-pi+2) would be TRUE, whereas is.whole(4/3)
would be false. At the moment I am using
is.whole <- function(a) { floor(a)==a }
which is OK for real numbers, but not for complex ones (a+bi would be
a whole number if both a
2006 Oct 27
1
making uniroot a bit more robust?
Hi,
I wonder if it would make sense to make uniroot detect zeros at the
endpoints, eg
if f(lower)==0, return lower as the root, else
if f(upper)==0, return upper as the root, else
stop if f(upper)*f(lower) > 0 (currently it stops if >=), else
proceed to the algorithm proper.
Currently I am using a wrapper function to implement this, and I found
it useful. But I didn't want to send a
2011 Apr 20
4
dict quota problem
hi!
In table I see this:
| papp.tamas at center.hu | 118671994 | 20437 |
du -sm says, the size of the maildir is 154M.
I use xfs.
I can't figure out, why is there a difference.
Can you help me out?
Thank you,
tamas
2011 Jul 04
1
Ubuntu version
hi!
http://download.gluster.com/pub/gluster/glusterfs/3.2/3.2.1/Ubuntu/glusterfs_3.2.1-1_amd64.deb
Which version of Ubuntu was it built for? Maybe it can be used for any
version of it?
Are the build script available for download?
Thank you,
tamas
2010 Aug 11
3
moving mail from private inbox to public folder kills the latter
Hi
I've ran into something rather nasty: if a user moves a mail from its
inbox to a public folder, the folder becomes inaccessible for others,
because the moved file will have the the permission 600 instead of 777
(or 666) which the rest of the emails have in the folder.
How can I change this behavior so when he moves the mail it
automatically becomes world-readable? Also why one mail
2006 Nov 18
4
array indexes in C
I am passing (numeric) arrays to a C function, called with .C. To the
best of my knowledge, I can do this in R by passing it as a vector
(with as.vector) to the .C call.
However, it would be useful to access the array as an array inside C,
ie not have to calculate how array indices (i,j,k) map to the vector
elements. What is the right way to do this? Are there convenience
functions to do the
2003 Oct 01
3
fitting Markov chains
I need to find a computationally simple process for the movement of
interest rates. In this simplified model, an interest rate can have
3--5 possible values, and its movement is characterized by a matrix of
transition probabilities (ie, it is a Markov process).
I would like to estimate this process from a given set of data.
For example, let the interest rate time series be:
7 3 8 2 5 9 6
2004 Sep 12
2
can't get the quartz window to the background
Dear List,
I have switched from Linux to OS X, and I find the R interface there
really nice. I am using Emacs+ESS, and the quartz device.
My only problem is that
1. I can't move the quartz window, whenever I go above it I see a
spinning rainbow circle (AFAIK that means "I am busy" or "can't
touch me" in OS X)
2. Once something gets in front of it, I cannot
2017 May 02
2
migrate Maildir to mdbox
Silly question?
Which is preferred? MailDir or Mbox? (directory vs flat file)
How would you do this when migrating from an old server to a new one?
Thx
-Mike
> On May 2, 2017, at 1:58 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
> Assuming your maildir path is /path/to/mail/Maildir You could do it like this:
>
> mail_home=/path/to/mail
>
2011 Apr 29
2
dict quota problem
On 04/20/2011 05:26 PM, Sven Hartge wrote:
> Papp Tamas<tompos at martos.bme.hu> wrote:
>
>> On 04/20/2011 01:47 PM, Sven Hartge wrote:
>>> "du" also accounts for the metadata of the filesystem. With Maildir++
>>> you have many files per directory which causes the directory inode to
>>> increase in size. After mails are deleted, the now empty
2017 May 02
2
migrate Maildir to mdbox
Hi,
I replaced HDDs in my home server and reinstalled the OS (Ubuntu
17.04). Since I had some time I reviewed my Dovecot configuration and
changed a couple of things, including mailbox format.
Now I would like to migrate e-mail (about 20G -- I use this server as an
e-mail archive). The Maildir is available on the (old) hard disk. The
new dovecot is running. What should I use? Would mbsync work?
2005 Jun 22
2
LocalWinProfiles
Hi,
I do not know if the following is a samba or windows question. It seems
to be samba question, and I do not know windows and any windows mailing
list... (But I am pretty sure if I ask the local IT persons, they will
say it is samba...)
I have a windowsXP computer in my win domain (planning to have more XP
and win2000) and a linux server with samba. Samba is PDC, win profiles
are not
2009 Dec 21
5
Thinderbird+delete+move to Trash folder
hi All,
I have a problem, which makes me headache. I can't find out, what is the
problem.
I have a mail szerver, which works just fine as expected, TB move
messages to trash folder after I delete it, and they are moved.
I have an other server. If I delete a message, it doesn't move to the
Trash folder. As deleted_to_trash plugin is installed, if I only mark
messages as deleted, they