Displaying 4 results from an estimated 4 matches for "vangogh".
1999 Dec 01
0
Security Patches for Slackware 7.0 Available (fwd)
...with SMTP; 1 Dec 1999 01:42:33 -0000
Received: (qmail 7135 invoked by uid 501); 1 Dec 1999 01:42:18 -0000
Received: (qmail 7115 invoked from network); 1 Dec 1999 01:42:18 -0000
Received: from mail.redhat.com (199.183.24.239)
by lists.redhat.com with SMTP; 1 Dec 1999 01:42:18 -0000
Received: from vangogh.lcmi.ufsc.br (vangogh.lcmi.ufsc.br [150.162.14.111])
by mail.redhat.com (8.8.7/8.8.7) with ESMTP id UAA26084
for <linux-security@redhat.com>; Tue, 30 Nov 1999 20:42:15 -0500
Received: from jazz.lcmi.ufsc.br (root@200-215-21-151-as.acessonet.com.br [200.215.21.151])
by vangogh.lcmi.ufsc.br...
2007 Oct 16
1
Errata: dovecot + ldap + virtual mailbox: building mail location path
...tion directory.
I manage several domains. The mailboxes are stored under separate
directories for each domain:
/mail/vmail/domains/writers.com/William.Shakespeare/
/mail/vmail/domains/writers.com/Jack.London/
/mail/vmail/domains/painters.com/Pablo.Picasso/
/mail/vmail/domains/painters.com/Vincent.VanGogh/
Now, I supposed I could build the path by setting the common part of the
paths as mail_location into dovecot.conf:
mail_location = maildir:/mail/vmail/domains/%h
passdb ldap {
args = /etc/dovecot-ldap.conf
}
userdb ldap {
args = /etc/dovecot-ldap.conf
}
userdb prefetch {
}
and getting the...
2000 Mar 14
15
samba and ldap
I have successfully setup samba (2.0.6 on redhat 6.1) to authenticate
users and get all user account information (home dir etc) from an ldap
server (openldap 1.2.7 on freebsd3.4) with win95/98 clients using
nss_ldap/pam_ldap and plaintext passwords.
I would like to use the same setup with client-side encryption ie.
between client (win98) and samba server, but have been unable to.
My question is