Displaying 3 results from an estimated 3 matches for "1000user".
2011 Jun 20
3
Performance settings for 500-1000User/per day
...ac/. ..)because they have 4 sessions or more open.
Also we had ~212 processes with:
dovenull 2065 4364 0 14:50:32 ? 0:00 dovecot/imap-login
vmail 2403 4364 0 14:58:31 ? 0:00 dovecot/imap
So, maybe, it's a miss configuration .... Any suggestions are welcome
for 500-1000User per day.
Our System is a Sun Sunfire X4250 with 16GB memory on Raidz1
Most settings are defaults, so I posting only my changes:
# doveadm -N
# 2.0.13: /usr/local/dovecot/etc/dovecot/dovecot.conf
# OS: SunOS 5.10 i86pc zfs
auth_cache_negative_ttl = 1 hours
auth_cache_ttl = 1 hours
auth_debug =...
2017 Apr 19
2
PUPPET - group IDS
hope thus comes under the remit of this mailking list...
We use puppet, and Im trying to come up with "code" that will create two user accounts with a shared groiup ID
eg?
user1 with UID 1000user 2 with UID 1001
but I would like them BOTH to share the GID of 2000
I've tried the following
accounts::groups:? ? jointgroup:? ? ? ? gid: '2000'
accounts::users:
? ? user1:? ? ? ? uid: '1000'? ? ? ? gid: '2000'? ? ? ? home: '/home/user1'? ? ? ? shell: '/bin/b...
2017 Apr 19
0
PUPPET - group IDS
On Wed, 19 Apr 2017, Ian Diddams wrote:
> hope thus comes under the remit of this mailking list...
>
>
>
> We use puppet, and Im trying to come up with "code" that will create two user accounts with a shared groiup ID
> eg?
> user1 with UID 1000user 2 with UID 1001
> but I would like them BOTH to share the GID of 2000
> I've tried the following
> accounts::groups:? ? jointgroup:? ? ? ? gid: '2000'
> accounts::users:
> ? ? user1:? ? ? ? uid: '1000'? ? ? ? gid: '2000'? ? ? ? home: '/home/user1'?...