Displaying 7 results from an estimated 7 matches for "localaccount".
2008 Aug 11
2
problems with sieve and lda
...m using a virtual
environment, otherwise for local delivery, all I need is the mailbox_command
setting in postfix/main.cf
However with that setting, I get nothing! If I then run deliver from the
command line as per a couple of mailling postings,
cat /etc/hosts | /usr/libexec/dovecot/deliver -d localaccount at mydomain.com -f
mygmailaccount at gmail.com
I get
deliver(localaccount at mydomail.com): Aug 10 22:07:17 Info: Loading modules
from directory: /usr/lib/dovecot/lda
deliver(localaccount at mydomail.com): Aug 10 22:07:17 Info: Module loaded:
/usr/lib/dovecot/lda/lib90_cmusieve_plugin.so
deli...
2012 Jun 30
6
Scheduled_task + ad user
Hi,
When a want to use scheduled_task for create a windows task and when i
give a AD user, i have this message :
err: /Stage[main]/Mirnas/Scheduled_task[test]/ensure: change from absent
to present failed: Invalid user: DOMAIN\oper
My user domain and the password are correct.
I have the same error if i change DOMAIN\oper by oper@domain.com
or DOMAIN/oper
With a local user, is working, but i
2013 Oct 17
0
Error: Could not evaluate: invalid comparator for command get
...;',
value => $allowgroups
}
ssh::server::configline{ ''AllowUsers'':
ensure => ''absent'',
}
But it report error after perform this change.
Here is the error message:
Info: Applying configuration version ''1381979421''
Error:
/Stage[main]/Localaccounts::Sshconfig/Ssh::Server::Configline[AllowUsers]/Augeas[sshd_config_AllowUsers]:
Could not evaluate: Save failed with return code false, see debug
Error:
/Stage[main]/Localaccounts::Sshconfig/Ssh::Server::Configline[AllowGroups]/Augeas[sshd_config_AllowGroups]:
Could not evaluate: invalid comparato...
2018 Oct 11
2
macOS Mojave: setgroups(501) failed: Too many extra groups
...e a config option to prevent adding all those extra groups, which
> > then make the
> > call to setgroups() fail
> Not trivially. We would need to know which groups to drop and which not.
Looking at id output
id
uid=501(hwr) gid=20(staff) groups=20(staff),6(mail),12(everyone),61(localaccounts),80(admin),98(_lpadmin),500(users),701(com.apple.sharepoint.group.1),702(com.apple.sharepoint.group.2),30(_keytabusers),33(_appstore),100(_lpoperator),204(_developer),250(_analyticsusers),395(com.apple.access_ftp),103(com.apple.access_screensharing-disabled),104(com.apple.access_ssh-disabled)
it...
2018 Oct 11
0
macOS Mojave: setgroups(501) failed: Too many extra groups
...ng all those extra groups, which
>>> then make the
>>> call to setgroups() fail
>
>> Not trivially. We would need to know which groups to drop and which not.
> Looking at id output
>
> id
> uid=501(hwr) gid=20(staff) groups=20(staff),6(mail),12(everyone),61(localaccounts),80(admin),98(_lpadmin),500(users),701(com.apple.sharepoint.group.1),702(com.apple.sharepoint.group.2),30(_keytabusers),33(_appstore),100(_lpoperator),204(_developer),250(_analyticsusers),395(com.apple.access_ftp),103(com.apple.access_screensharing-disabled),104(com.apple.access_ssh-disabled)
>...
2018 Oct 11
3
macOS Mojave: setgroups(501) failed: Too many extra groups
Hello,
I have recently upgraded to macOS 10.14 (Mojave) and am running into an
issue where one use can no longer log into dovecot via imap. Log shows
Oct 11 08:10:27 imap(hwr)<12659><YpC/0+133+EAAAAAAAAAAAAAAAAAAAAB>:
Fatal: setgroups(501) failed: Too many extra groups
and indeed, the user is in 17 groups, which is more than NGROUPS_MAX
(16).
Another user with << 16 groups
2018 Aug 10
1
dying on osx
I found and tried this work around on the man page:
https://www.unix.com/man-page/all/5/ngroups_max/ but I still get the
same "Too many extra groups" error even when I start dovecot with the
above program to limit the # of groups. I suspect that dovecot is adding
a number of groups when it starts up.
I've hacked a work around to get it working for me on my laptop:
diff --git