Displaying 20 results from an estimated 100000 matches similar to: "limiting number of user access..."
2006 Sep 20
1
Limiting number of IMAP connections per user
Hi,
Is there a way of limiting the number of IMAP connections (i.e.
processes) per user?
Despite asking users to set their email client settings to limit
themselves to 2 connections, some still have this set to 10 or more.
Cheers
--
Simon L Jackson
Carringbush.Net
+-
Carringbush.Net
Hosting * Development * Advice
Web: www.carringbush.net <http://www.carringbush.net/>
Email:
2009 Jul 04
1
[LLVMdev] A beginner question
The line comes up on a back trace using gdb. I think it's the right line (I have tried it on two separate machines one using Fedora 11 and g++ 4.4.x and the other Ubunto and g++ 4.3.3) and the situation is exceptionally odd since it only occurs when compiling my Runtime.cpp and doesnt happen when compiling other files. This is with LLVM 2.5.
I did look at the Type.cpp code and it should be
2006 Mar 22
3
Limiting the number of caracter displayed
Hi!
I have a list of items with description but would like to show only the
first words of the description and link to the full item detail page.
How can I do that ?
Thank you!
--
Posted via http://www.ruby-forum.com/.
2006 Mar 11
2
Limiting Dovecot access by user-spesific ip addresses?
Hi,
Is there any possibility to limit access to mailboxes by user-spesific ip
addresses?
So, I'd like to have a configuration which by default restricts reading
emails to company's own ip-address range. So far, this could be achieved by
a basic firewall rule, but not any more the following:
However, there is need for a few users to access their emails from
world-wide internet, so there
2009 Jul 30
2
Limiting user access
Hello,
Is there a way to restrict clients access, for example:
user1 at domain.com -> only access pop3
user2 at domain.com -> can access pop3 and imap
in Dovecot?
Thanks !!!
2010 Dec 29
1
Counting number of datasets and appending them
Hi there,
I have a question on how to read a bunch of dataset, assign each of the dataset to a matrix in the memory, and append them.
Suppose I have 20 dataset saved to different .rda files named gradeFileData1, gradeFileData2,...., gradeFileData20. And I would like to read them each into a dataset in the memory, then combine them. I wrote something like:
e1<-new.env(parent=.GlobalEnv)
2004 Apr 27
1
A question on limiting the number of ssh connections to the ssh server
Hello
I would like to know if there is a keyword in sshd_config that can be
used to limit the number of simultaneous connections an OpenSSH server
will accept. There is a MaxConnections keyword in SSH2 but I have not
found a similar keyword for OpenSSH.
Thanks in advance for your response
Amba Giri
Symbol Technologies, San Jose
P: 408-528-2721
E:agiri at sj.symbol.com
Symbol. The Enterprise
2009 Jul 04
0
[LLVMdev] A beginner question
Carter Cheng wrote:
> I feel a bit bad for always asking beginner questions here but I am having some difficulties with a runtime error with which I could use some help diagnosing.
>
> 1) I am getting the assertion failure
>
> main: Type.cpp:1309: static llvm::PointerType* llvm::PointerType::get(const llvm::Type*, unsigned int): Assertion `ValueType && "Can't
2002 Jan 16
2
exhaustive permutations
Hello R-help Readers
I'm currently in the process of trying to write a permutation test
procedure for looking at differences between groups with a multivariate
data set (something equivalent to ANOSIM - analaysis of similarities for
those familiar with this test). As with other permutation tests, for
cases where there are large numbers of possible permutations, randomly
sampling from these
2017 Jul 02
2
Any way to limit number of active IMAP/POP3 sessions from a single user / per user?
Hello,
Just wonder: is there any way in Dovecot to limit number of active
IMAP/POP3 connections for a single user, not touching any other users?
Basically, the situation is single user hammering servers by lots of
POP3 connections from time to time, and limiting exactly one user could
be good.
2010 May 30
1
Count the number of consecutive 1's
Hi All,
We have a raw dataset that, on the sampling time column, for example:
t <- c(0,1,2,5,0,5,0,2,5)
And we need to create a second column that indicates the day of the sampling, so the end result of what we want is a vector:
1,1,1,1,2,2,3,3,3
Additional information that might simplify the matter is that, for each day, the time starts with zero and ends with 5.
I am a beginner with R.? So
2006 Apr 25
1
Limiting the number of concurrent users
Hi
We have a prospect who''s asking us to provide a price for a certain
number of concurrent users for our application (i.e. they can have 50
user accounts, but only 20 users are logged in at the same time).
Does anyone have experience on how to handle this? Maybe by getting
the number of active sessions?
Up till now, we have always uses an unlimited user license, but in
this
2005 Aug 02
0
limiting access with win groups
I want to limit access to shares via windows groups but when I set a
share to anything other than 'valid users = %S' or 'valid users =', I
cannot access the share. The error message indicates that the share is
not accessible and I may not have sufficient permissions. If I change
just the valid users in smb.conf and restart smb, I get right in without
prompting. I also found that I
2017 Jul 03
2
Any way to limit number of active IMAP/POP3 sessions from a single user / per user?
On 3 Jul 2017, at 9.24, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
>
>
> On 02.07.2017 10:53, Alexey Asemov (Alex/AT) wrote:
>> Hello,
>>
>> Just wonder: is there any way in Dovecot to limit number of active
>> IMAP/POP3 connections for a single user, not touching any other users?
>> Basically, the situation is single user hammering servers by
2010 Feb 03
1
limiting the number of connections per client
Hello All,
We have a very high utilization rsync server. We can handle large
number of connections at a time, but would like to limit to one
connection per client. we don't want multiple connections from the
same client. Is that possible?
Thanks
Saqib
http://enterprise20.squarespace.com
2017 Jul 03
0
Any way to limit number of active IMAP/POP3 sessions from a single user / per user?
On 02.07.2017 10:53, Alexey Asemov (Alex/AT) wrote:
> Hello,
>
> Just wonder: is there any way in Dovecot to limit number of active
> IMAP/POP3 connections for a single user, not touching any other users?
> Basically, the situation is single user hammering servers by lots of
> POP3 connections from time to time, and limiting exactly one user
> could be good.
Easiest would be
2017 Jul 03
0
Any way to limit number of active IMAP/POP3 sessions from a single user / per user?
Hello Aki, Timo,
Thanks a lot for your answers. I'll test with setting
mail_max_userip_connections from DB first and tell if it works. If it
does not, I'll go with the policy server.
Again, thanks a lot.
On 03.07.2017 9:29, Timo Sirainen wrote:
> On 3 Jul 2017, at 9.24, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>>
>>
>> On 02.07.2017 10:53, Alexey Asemov
2003 Nov 07
0
RE: msgs archives gsm of asterisk ??? Asterisk-Users digest, Vol 1 #1809 - 16 msgs
Hello.
The procedure so that it works you can find in:
http://www.voip-info.org/wiki-Convert+WAV+audio+files+for+use+in+Asteris
k
a the files .wav
chmod 755 file.wav
sox file.wav -r 8000 file.gsm resample -ql
chmod 755 file.gsm
in extensions.conf
xxxx=> xxx,x,playback(file)
Ing Javier Rios
Ing de Proyectos
04167285748
212 2637246 /2637187
-----Original Message-----
From:
2019 Jun 20
0
Help on CRAM-MD5
On 20 Jun 2019, at 02:53, FUSTE Emmanuel via dovecot <dovecot at dovecot.org> wrote:
> There is plenty of context where TLS is not possible/desirable.
I?d say that is terrible advice. There are no reasonable contexts where is it is acceptable to send mail credentials without encryption. My users have had to use STARTTLS for submission for many many years. Insecure connections from users
2019 Jun 20
2
Help on CRAM-MD5
I don't desagree with your vision, but if the use of CRAM-XXXX has to use
plaint text password's on the server there's a dark side, or there's a
CRAM-XXX that can use encrypted on server side? There's always the thing
that can clients don't support it.
I think i'm not wrong with what i said,
On 20 Jun 2019, at 02:53, FUSTE Emmanuel via dovecot <dovecot at