Displaying 20 results from an estimated 50 matches for "tere".
Did you mean:
here
2011 Dec 12
3
For loop indicies
I would like to run a for loop with an index going from 0 to 499 but the following seems to miss out the first value:
C <- 499
for (i in 0:C)
The alternative is:
C <- 500
for (i in 1:C)
{
#Then every time I use i, I replace it with i-1
}
Is this a good way to do it or is tere a better way?
Thank you,
ThomasThis message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information co...
2007 May 24
1
Old style qouta to new style convert?
Tere.
I'm using Debian, postfix & dovecot, with system quotas and settings in
dovecot.conf:
default_mail_env =
maildir:%h/Maildir:INDEX=/var/spool/dovecot/index/%u:CONTROL=/var/spool/dovecot/control/%u
But if system quota is full, users won't get new messages but won't get
also any...
2007 Jun 16
3
Per user based protocol access and pause after failed login?
Hello.
Tried search, no luck, sorry, if this is already answered, but I'm still
looking a solution using pam_auth how to define in dovecot which user
can access which protocol, for example, default is:
protocols = pop3 pop3s imap imaps
I'd like to use something like this:
exclude_using_pop = user1, user2, @group
exclude_using_pops = user1, user2, @group
exclude_using_imap = user1,
2006 May 19
4
beta8: core, signal 11
Timo,
The gdb analysis is attached. It looks like memory got seriously
stomped in this core dump. There was no assert or other useful
information in the syslog. My setup: Solaris 9, imap and imaps,
mbox format, INBOXes NFS mounted, index files on local ufs
filesystem, beta8 configured like so:
VERSION=1.0.beta8
CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include
2006 Apr 10
4
Dovecot's as ip/user based login filter?
Hello.
I'm facing a problem, I need to give access to internal mailserer for some people
only, but can't figure out how to do it. Opening the 993 port for whole word gives
access to everyone who have account.
Can Dovecot act as login filter or etc for that purpose. Or does anybody have idea
how to do it?
--
Sysadmin
2007 Mar 03
4
dovecot with postfifx with 200 users in /etc/passwd as local user
hi for all, someone have any experiencie with dovecot and postfix with 200
users in /etc/passwd as local user? is a funcionatly, or have some errors in
the future?, and how the users can change they passwords?, now for change
passowrd I have to use the #passwd usuerx and to add a user # adduser, the
populars commando, please some recomendation?
-------------- next part --------------
An HTML
2010 Mar 19
1
Can't setup rJava under ubuntu
...a simple JNI program. See config.log for details.
e a simple JNI program. See config.log for details.
Well, there is no /usr/bin folder on my computer and I have
no idea of why install program tries to use it.
No way to use "R CMD javareconf". As a superuser I get the
message that tere is no java interpreter, as a normal uset I
get the right configuration, but then
So I manually edited /etc/R/Makeconf (
So install abends and I try to use "R CMD javareconf" and I still get the
error:
Cannot compile a simple JNI program. See config.log for details.
e a simple JNI p...
2016 Jan 29
1
Validate Ids Multiple DC
...), 3,000,001 (BUILTIN \ users)
getent passwd userproxy01
SERVERAD \ userproxy01: *: 3000036: 100: userproxy01: / home / SERVERAD
/ userproxy01: / bin / false
Em 29-01-2016 13:34, Rowland penny escreveu:
> On 29/01/16 15:26, Carlos A. P. Cunha wrote:
>> At first no, but I find it strange tere different ids...
>
>
> Can you post your smb.conf.
>
> Have you given any of your users & groups a uidNumber or gidNumber ?
> How many DCs have you ?
>
> Rowland
>
>>
>> Please if you can have your sm.conf would help.
>>
>
>
2016 Jan 29
2
Validate Ids Multiple DC
At first no, but I find it strange tere different ids...
Please if you can have your sm.conf would help.
Em 29-01-2016 13:10, L.P.H. van Belle escreveu:
> Hello Carlos.
>
> Fist please post to the list, this way everybody can help.
>
> The ids like : 3000036 are i think from a samba DC with RID setup.
> If you want t...
2009 Apr 15
3
Postfix, Dovecot SASL and Entourage smtps authentication fails.
Tere.
Recently just migrated from Sendmail 8.14.3 to Postfix 2.5.6 and
switched from Cyrus-sasl 2.1.22 to Dovecot 1.1.13 sasl, all are compiled
from source and I have used Dovecot for a long time, since alpha versions.
Everything worked well for Outlook Express, Outlook and Thunderbird
clients, but Mi...
2002 Dec 09
2
Principal component analysis
...4h.010.118.04.4.0.1 45 35 173 99 204
x.HU.04h.050.118.05.4.0.5 24 25 107 72 126
x.HU.04h.100.118.06.4.1 28 25 125 79 166
x.HU.24h.Ctr.118.07.24.ctrl 22 20 95 61 128
> pca <- prcomp(m, retx = TRUE)
there are 30 "PC"s displayed (I've truncated the output). Shouldn't tere be
1000 PCs, with the 1st PC beeing the most discriminativePC? In a principal
comp. Alanysis, aren't there as many PCs as dimensions? On the other hand I
thought that PCA somehow collapses dimensionality ... . What is are PCs for
my 30 data points. Afterwards I'd also like to display the re...
2005 Apr 26
11
good editor for R sources ?
Dear all,
(Sorry if the question has already been answered.)
Could someone please suggest a good text editor for
writing R sources ?
(I know emacs exists ... but I find it a bit heavy).
I use crimson (http://www.crimsoneditor.com) which is
small and simple, but the R syntax seems not to be supported.
Thanks for any advice
2007 Nov 11
3
v1.1.beta8 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta8.tar.gz
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta8.tar.gz.sig
Changes since beta7:
- Added a new "raw" mail storage backend which allows opening
files/streams as single mail mailboxes. deliver uses this now instead of
opening the incoming mail as a mbox. So deliver should be now faster and
it doesn't anymore remove
2007 Oct 31
1
Dovecot push imap/imap notify support?
Mart Pirita <sysadmin at e-positive.ee> wrote:
> Tried search, no luck, does the Dovecot include push imap/imap notify support?
If you're looking for something iPhone-compatible, then "no." Theirs is
a proprietary system which from what I've read, seems to use SMS in
combination with IMAP. Wacky.
(If you aren't talking about iPhone compatibility, I'm less
2007 Feb 06
3
1.0.rc22 released
http://dovecot.org/releases/dovecot-1.0.rc22.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc22.tar.gz.sig
Found another bad bug in rc19 changes. Wonder why my imaptest catched
the bug only in CVS HEAD but not in branch_1_0 even though both had it.
Anyway, now the imaptest runs nicely for both, and I'm again optimistic
that the bug count is low enough for v1.0 to be released soon :)
BTW. My
2006 Apr 01
2
imap processes remaing after dovecot shutdown
Hello,
I'm using dovecot-1.0.beta3. When I shutdown dovecot (kill -term on the
master-pid) the main process disappears, but all the child processes
still remain. Why doesn't dovecot kill them as I shutdown the
master-process? When I shutdown mysql, all child processes will be
shutdown, too. When I shutdown apache, all child processes willbe
shutdown, too. Thats what I expect on every
2006 Apr 02
3
Dovecot road-map
Hello,
I track dovecot m-list, and i wan't migrate to dovecot, but now dovecot
has no maildir++ quota in public release(beta etc). Without quota support
dovcot not a solution for me.
Please if dovecot have a release plan, post to me.
Thanks.
Udv.: Willy
--
PGP GNUPG/1.0 ID = 5BFA0D36 Kupor Laszlo Attila <willy at dunanet.hu>
Key fingerprint = 3F68 9483 5B65 8E2F CD30 5326 50F9
2006 Apr 20
2
dovecot.rawlog for imap-login
I'm trying to see what users are sending for login. I added the rawlog
binary in front of the imap-login in the config file. I'm not seeing
any rawlogs. I added the dovecot.rawlog in the dovecot user directory
(since that's what the imap-login process seems to run as) and it's
permission are wide open. Still nothing.
Help?
2006 Jun 02
2
outlook express 6 imap client workaround
My outlook express users connecting with imap are having issues with
client timeout. The wiki says to add oe6-fetch-no-newmail, but when I
add that workaround I get this error in the logs:
Jun 2 10:00:13 mail dovecot: IMAP(username): Unknown client workaround:
oe6-fetch-no-newmail
I'm using 1.0b7. Any ideas?
2006 Jun 10
2
Outside mails
Hi,
I recently found out that I was able to get system mails, but not mails
from the outside world. What setting do I have to fiddle with for this?
Regards,