search for: asequence

Displaying 13 results from an estimated 13 matches for "asequence".

Did you mean: sequence
2009 Mar 02
2
Fwd: Converting R to Sweave (Rnw)
...nto a sweave file. Cheers Rainer ################################################### ### chunk number 1: a ################################################### x <- 10 ################################################### ### chunk number 2: ################################################### asequence<- seq(from=0,to=5,by=0.1) expnegx2 <- exp(-asequence^2) plot(asequence,expnegx2,type="l",ylab=expression(exp(-z^2)),xlab="z") ################################################### ### chunk number 3: Normal1 ################################################### mu <- 3 s...
2007 Jan 23
7
ActiveRecord requires sequence numbers in Oracle join table
I am mapping ActiveRecord classes to an existing Oracle database. This means I cannot change the database schema to fit ActiveRecord conventions. Predictably, I have gotten into trouble: I have several join tables that do not have a primary key column, and therefore no number sequence defined. ActiveRecord insists on requiring a sequence, and gets unhappy when there is none to find. Is there a
2009 Dec 21
0
[exim] Exim + Dovecot deliver overquota problems
On Mon, 21 Dec 2009 13:44:42 +0100 Joan <aseques at gmail.com> wrote: > > > > You need to check user's quota on routing stage, not transport. > > > It'd be much better, because I would allow me to mix overquota and > no-overquota recipients. > But the problem in my case is that I am using some hashing to > distribute the users' mailboxes, dovecot
2002 Nov 12
1
Seen bug?
...Tue Oct 15 21:52:43 2002 +++ imap4.cc Tue Nov 12 01:36:05 2002 @@ -289,6 +289,11 @@ } completeQueue.removeRef (cmd); + + if (aSection.find ("ENVELOPE", 0, false) == -1) { + doCommand (imapCommand:: + clientStore (aSequence, "+FLAGS.SILENT", "\\SEEN")); + } } } -- [ Carsten Burghardt <burghardt at kde.org> wrote: ] -- No, everything is alright here, you should check a different server. -- [ Bo Thorsen <bo at sonofthor.dk> wrote: ] -- It is definately a bug in the serv...
2013 Nov 25
2
Próxima reunión del "Grupo de Usuarios de R de Madrid" - miércoles 27-Noviembre...
Hola, Una breve nota para recordar que este próximo miércoles nos reuniremos el "Grupo de Usuarios de R de Madrd". Hay un par de pequeños cambios en la agenda. Las presentaciones siguen siendo las mismas, pero se modifica el orden y quizás la más importante es que volvemos a la UNED (Faculad de Ciencias). Cualquier otro cambio de última hora, aparecerá reflejado aquí:
2007 Mar 09
1
global_script_path and virtual users
We have a big installation with postfix + dovecot + sieve. Now we would like to create a "junk" folder in every customer inbox so they can discard the spam by they own. We are planning to user global_script_path = /etc/dovecot/dovecot.sieve Where /etc/dovecot/dovecot.sieve is: require "fileinto"; if exists "X-Spam-Flag" { fileinto "Junk"; } My
2007 Mar 15
1
Warn before overquota
Looking in the archives I found a message from dominik.saar at 1und1.de on the 16/08/06, that is asking for a system to control the overquota warnings from within dovecot or dovecot LDA. The proposed solution is to use exim as MTA, since it has build in support. In my case I'm using postfix, what would be the recommended approach in that case? I was thinking of something like the cyrus LDA
2011 Mar 11
1
Using dovecot with wordpress/phpass passwords?
Good afternoon, I am trying to setup dovecot to authenticate using the userdata from wordpress. It's being a bit mor difficult than I thought. This is the relevant part of the dovecot-sql.conf default_pass_scheme = CRYPT password_query = SELECT user_pass AS password FROM wp_users WHERE user_email='%u'; user_query = SELECT 501 as uid, 501 as gid,'maildir:storage=51200' as
2012 May 17
1
Valid config for lda_mailbox_autosubscribe with dovecot 1.2?
Hi, Due to some reasons I've to support both dovecot 1.2 and dovecot 2.x, and I just found that the -s parameter I used to autosubscribe to sieve folders doesn't exist anymore in dovecot 2.x The problem arises because (AFAIK) in postfix's master.cf you can only specify one configuration, and I used to have this: dovecot unix - n n - - pipe
2013 Jun 28
1
Issues when compiling dovecot antispam on debian wheezy
I've been trying to compile the latest version of dovecot-antispam, and it doesn't work, the latest patch fixes compilation for dovecot versions greater than 2.1.16 but the packaged version in debian is 2.1.7 and doesn't provide the DOVECOT_PREREQ macro. It seems there are some solutions: 1) Rollback to the last working version so it can be used on wheezy 2) Open a bug report in
2014 Apr 15
0
User migration issues
I've been looking throught the archives for a set of things to be done to migrate a install with samba 3.2.5 (lenny) to another server (wheezy) I can cope with the name change, that's no problem, but I'd like to avoid having to recreate the users on the new server, so far I tried this, without much success - scp the smb.conf to the new server - make hot backups cd /var/lib/samba
2010 Jul 02
1
Quota in mysql dict not properly recalculated on 1.2?
Good morning, I am trying to add quota storage on mysql following the guide in the wiki http://wiki.dovecot.org/Quota/Dict, and I am having some problems. My setup works fine for the newly created accounts, and correctly increases/decreases quota when necessary. The wrong part seems to be the recalculation. It seems to me that the system doesn't count the real occupation when it has to
2013 May 13
1
Autocreation the home folder
Sorry if this has been already asked, but I haven't been able to find a solution, I am trying to migrate a dovecot 1.2 config to 2.1, the 'dovecot -n > dovecot.conf' migrated all the setup without issues, and the mail is working as expected. The only issue I've had is with the change with the mail_location, mail_home, that in the 2.1 versions can't be on the same path.