Displaying 20 results from an estimated 8000 matches similar to: "Re-sort list of vectors"
2013 May 15
1
Problem with convergence in optim
Hello to all,
I have been using an optim with the following call:
optim(param_ini,fun_errores2,Precio_mercado=Precio,anos_pagosE2=anos_pagos,control=list(maxit=10000,reltol=1e-16))
depending on the intial values I'm getting the same solution but once I get
the convergence message=10 (no convergence) and for the others I get
convergence message = 0
Solution1:
$par
beta1
2008 Dec 18
2
Dial timeout with SIP - how to set timeout for INVITE ACK
I have a concern with Dial command, I want to enable a secondary route with a remote partner, if the first route fails then we use the second one :
Solution1: it will try both (there will be 2 simultanious actives calls ringing) this is not clean when calling an endusers
exten => _X.,1,Dial(SIP/${EXTEN}@remote-sip1,5 <mailto:SIP/${EXTEN}@remote-sip1,5> )
exten =>
2011 Jul 21
0
There is no One True Solution
Folks, in many recent threads this pattern has been happening:
OP: Any suggestions on how to do <something>?
Responder 1: Look at <solution1>.
Responder 2: Look at <solution2>.
Responder 3: Look at <solution3>.
Responder 4: It doesn't work for me / I don't like that / it's a
stupid solution / etc
2005 Mar 28
2
Generating list of vector coordinates
Hi.
Can anyone suggest a simple way to obtain in R a list of vector
coordinates of the following form? The code below is Mathematica.
In[5]:=
Flatten[Table[{i,j,k},{i,3},{j,4},{k,5}], 2]
Out[5]=
{{1,1,1},{1,1,2},{1,1,3},{1,1,4},{1,1,5},{1,2,1},{1,2,2},{1,2,3},{1
,2,4},{1,2,
5},{1,3,1},{1,3,2},{1,3,3},{1,3,4},{1,3,5},{1,4,1},{1,4,2},{1,4,3},
{1,4,
2009 Jan 30
3
Shared subscription, acl-list and uidvalidity(s)
Hello,
I'm running dovecot-1.1.8/Maildir/ACL plugin. I sucessfully set up a Maildir
shared between users of the unix group 'doveshared' via a public namespace,
unix permissions and ACL files.
The location of my public namespace is /path/to/public.
I tried 2 sub-setups :
First setup
----------
drwxrws--- 4 root doveshared 4096 Jan 30 13:39 public
-rw-r----- 1 root doveshared
2009 Jan 27
3
Symlink shared mailboxes and system_user extra field
Hello,
I'm trying to set up, as explained in the wiki, shared mailboxes with symlink.
I'm running dovecot-1.1.8 with LDAP pass/userdb. The Maildir layout goes like this :
/courriel/boites/foobar : Maildir of user foobar (nfs)
/courriel/meta/foobar : control files of user foobar (nfs)
/var/dovecot/indexes : indexes (locally stored)
I created :
/courriel/boites/doveshared/.box/ :
2013 Feb 26
2
Imap-login service count/limits
Hello Timo,
I'm trying to configure dovecot-2.1.15 master correctly regarding imap-login
limits. I want to use service_count=0 and I'm starting with something like this
:
#default_process_limit = 100
#default_client_limit = 1000
service imap-login {
[...]
service_count = 0
process_min_avail = 8
vsz_limit = 1024M
}
-> Does it make sense to set a process_limit if
2011 Feb 09
4
Domain blacklisting
Hello,
I run dovecot-2/Maildir/LDAP user/passdb and would like to be able to deny
acess to users who connect from certain domains/IP (google.com for instance
since in that case they gave their credentials to a third party).
My understanding is that I cannot use some negative form of "allow_nets". The
only mechanism I can think of is tcp_wrappers. However, dovecot documentation
mention
2006 Feb 17
2
Sorting Multiple Arrays
Hey Cats,
I''m having a problem. I''m working with an object that contains a bunch
of arrays:
var myObject = {
"data": [
{"line": [1,"aoo","far"]},
{"line": [2,"boo","ear"]},
{"line": [3,"coo","dar"]},
{"line":
2015 Feb 02
2
Master user without pass=yes error
Hello Timo,
I just tried the master user feature with a very simple setup (Dovecot v2.2.15) :
!include auth-master.conf.ext -> passwd-file passdb
!include auth-ldap.conf.ext -> ldap passdb (userdb prefetched) without auth_bind=yes
without pass=yes I get this userdb lookup error :
dovecot: auth: passwd-file(masteruser,157.99.64.42,master,<4Pgesh0OygCdY0Aq>): Master user logging in
2005 Mar 30
2
test65 killed by SIGSEV
Hi,
I had successfully set up dovecot-1.0-test62 + ldap pass/user db, but
now I'm encoutering a SIGSEV problem with a similar set up of a brand
new dovecot-1.0-test65 installation.
The auth process is killed by a SIGSEV as reported in the error log file :
dovecot: Mar 30 17:06:59 Error: child 28291 (auth) killed with signal 11
To be precise, the problem occurs in the
2009 Jul 28
3
Clients and dovecot-uidlist
Hello,
I'm trying to figure out what exactly (and why) are the consequences of a lost
or removal of the dovecot-uidlist file on an IMAP client (Thunderbird for
instance).
I took for granted that it was that the client would download all messages
again since it might be confused by some UID changes. But I don't really see
why (on the IMAP protocol level) and I don't know how to
2015 Jan 08
2
auth-deny : from file to LDAP
Hello Timo,
I want to deny access to some users. For now I'm doing it using 2 passdb's and listing users in a text file.
!include auth-deny.conf.ext -> passwd-file driver
!include auth-ldap.conf.ext -> ldap driver
I want to do the same using only LDAP. I'm not quite sure how to do it :
a) should I
. change the driver of the first passdb from passwd-file to ldap
. for user
2009 Mar 26
4
Slightly OT : Maildir format (silly) questions
Hello,
I was asking what was the motivation for not having the envelope From in the
Maildir format, as defined in the qmail spec :
"The message is delivered without an extra UUCP-
style From_ line, without any >From quoting, and without an
extra blank line at the end."
which may sound silly since we lose an important piece of information.
Same question about the motivation in
2008 Jul 31
3
Dovecot load balancing
Hello,
I'd like to figure out how to set up a site running dovecot on multiple
computers for load balancing reasons.
I'm currently running dovecot-1.0.14 on a 8GB RAM, 2 quad-core 2.66Ghz Xeon
single server which runs FreeBSD 6.2-STABLE SMP.
. the mailbox format was mbox and I successfully migrated to Maildir only
. mailboxes are on an NFS NetApp server, attribute caching is off
.
2006 Jun 19
2
beta8 + mbox + Thunderbird
Hi all,
I'm still using beta8 (on FreeBSD 5.4-RELEASE).
Recently I put a co-worker who's using Thunderbird (1.5.0.4) on it and
he seemed to have lost some messages (which were delivered on the
spool since seen on procmail logfile).
I switched him on another server to play safe and tried to test it
myself but failed to reproduce the issue. I myself use mutt on a daily
basis with no
2013 Apr 03
2
Maildirs location migration
Hello Timo,
I'm using dovecot-2.1.15 with Maildir mailboxes located on an NFS filer.
Postfix is used to deliver mail through procmail ("mailbox_command) as LDA.
Our team has bought another filer and everything is meant to go on it, so we're
planning to migrate those mailboxes to the new filer.
To test it only on a subset of users, I ended up to the following solution :
1. keep
2010 May 07
4
Requiring STARTTLS only on some networks
Hello Timo,
is there a way, either in 1.2.x or in 2.x to activate
disable_plaintext_auth=yes
only for some address or network ?
The idea would be to enable clients from the internal networks to keep making
clear text connections while forbidding it to the rest of the world.
Thanks.
--
Thomas Hummel | Institut Pasteur
<hummel at pasteur.fr> | P?le informatique - syst?mes et
2005 Apr 08
2
attr_names in test67
Hello,
I'm wondering if the following situation is valid (though I think it
isn't since I still cannot authenticate with ldap pass/userdb on
test67 running on FreeBSD-5.3).
Is it normal that the passdb_ldap_conn->attr_names second element (for
instance) "turns to" "homeDirectory" as the following step by step gdb
run sample shows ? :
--
Breakpoint 1,
2011 Jan 11
2
Seeing other people subscribed non-shared mailboxes
Hello Timo,
With dovecot-2.0.8/Maildir, in a simple shared mailboxes setting I noticed the
following :
- user "doveimap" has 2 mailboxes : "Common" and "Private"
- he shares only the "Common" mailbox to user "dovepop" doing :
x setacl "Common" dovepop lrwstipekxacd
x OK Setacl complete.
- he subscribed to both
x lsub