Displaying 5 results from an estimated 5 matches for "coil93".
2004 Oct 02
12
[Bug 938] "AllowGroups" option and secondary user's groups limit
...groups limit
Product: Portable OpenSSH
Version: 3.9p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: PAM support
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: coil93 at mail.ee
Linux Suse 9.1, nss_ldap version 215, pam_ldap version 169, openldap version 2.
2.17
OpenSSH can't handle more than 5 groups via pam_ldap authentication.
For example: user john has primary group gr1 and belongs to secondary groups
gr2,gr3,gr4,gr5 in LDAP database.
sshd_config:...
2005 Feb 28
1
[Bug 988] sshd StrictModes check failed with fs acl
...failed with fs acl
Product: Portable OpenSSH
Version: 3.9p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: coil93 at mail.ee
Tested on reiserfs (Suse linux 9.2)
How to repeat:
1) StrictModes and PubkeyAuthentication must be enabled for sshd on remote host
2) Create user test on remote host with homedir /home/test
and homedir permissions - owner test, mode 0700
3) Create authkeys pair for user test and c...
2010 Dec 09
4
sieve plugin does not autocreate folder
Sieve plugin does not autocreate folder, defined in sieve filter
/etc/dovecot/sieve/default.sieve
require ["fileinto"];
# rule:[off]
if anyof (header :contains "To" "off@***.com", header :contains "Cc"
"off@****.com")
{
fileinto "INBOX.off";
stop;
}
>sievec /etc/dovecot/sieve/default.sieve
sievec(root): Debug: Loading modules
2019 Aug 17
1
exim+dovecot+sieve issue
Hi,
We have mail server in production, with Exim + Dovecot + Mailman + OpenLDAP
+ Roundcube webmail server.
Openldap keeps mail accounts in db, exim uses lmtp transport to deliver
messages to dovecot.
Mailman is responsible for mailing lists, Roundcube webmail has managsieve
module to create sieve filters.
Exim router,transport for dovecot
> localuser:
> driver = accept
> domains =
2008 Nov 04
2
dovecot-1.1.6 fatal error: userdb didn't return a home directory
dovecot version 1.1.6
>dovecot -n
# 1.1.6: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.27-gentoo-r1 i686 Gentoo Base System release 2.0.0 xfs
base_dir: /var/run/dovecot/
protocols: imap pop3
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot//login
login_executable(default): /usr/libexec/dovecot/imap-login