Displaying 7 results from an estimated 7 matches for "spectron".
2003 Jun 12
1
Debian and dovecot
...d/dovecot file
is:
auth required pam_unix_auth.so
account required pam_unix_acct.so
password required pam_unix_passwd.so
session required pam_unix_session.so
I want to authenticate against an SMB server, I added the following
/etc/pam_smb.conf:
SPECTRON-MSIM
MAIN
MAIN # documentation says I need 2 servers (only have one, is this
ok)
and changed the pam.d/dovecot to:
auth required pam_smb_auth.so
account required pam_smb_auth.so # there is no pam_smb_acct
password required pam_smb_auth.so # there is...
2003 Jun 19
1
Dovecot and LDAP problems
I'm having problems with dovecot and OpenLDAP. I installed both, and
configured both. /etc/dovecot-ldap.conf exists and I modified dovecot.conf
to have...
auth_userdb = ldap /etc/dovecot-ldap.conf
auth_passdb = ldap /etc/dovecot-ldap.conf
...but the log displays the following:
Jun 19 13:59:15 backup dovecot-auth: Unknown userdb type 'ldap'
Jun 19 13:59:15 backup dovecot: Auth
2003 Jun 13
1
Dovecot configuration with passwd-file
I have tried to configure dovecot to use passwd-file authentication and I
havent been able to. I changed the following in the dovecot.conf file (I
want to have all the mailboxes in one directory):
default_mail_env = maildir:/opt/mail/%u
auth_userdb = passwd-file /etc/passwd.imap
auth_passdb = passwd-file /etc/passwd.imap
auth_verbose = yes
It gives me the following error (I hoped it would be
2003 Jun 23
1
"mail process isn't allowed for root" error
What does the "mail process isn't allowed for root" error means? How can I
fix it?
Faw
2003 Jun 26
1
Dovecot and file permissions
I have some questions about some parameters in dovecot.conf, I have them
configured as this:
# User to use for the login process. The user must belong to a group where
# only it has access, it's used to control access for authentication process
# named sockets
login_user=postfix
# User to use for the process. Only shadow and pam authentication requires
# roots, so use something else if
2011 Mar 02
10
virtualization on the desktop a myth, or a reality?
I am busy setting up some XEN servers on a SAN for high availability
and Cloud Computing, and thought it could be cool to setup
virtualization on a CentOS 5.5 Desktop, running on a Core i3 + 4GB
RAM, and use the SAN's storage to see if it could actually be worth my
while to replicate a Cloud Computing setup in the office. And, cause I
got a bit bored waiting for a few RAID-sets to finish
2005 Oct 26
1
Question about pam_winbind
I was looking at the documentation at samba.org and it says the following:
require_membership_of=[SID or NAME]
If this option is set, pam_winbind will only succeed if the user is a
member of the given SID or NAME. A SID can be either a group-SID, a
alias-SID or even a user-SID. It is also possible to give a NAME instead
of the SID. That name must have the form: /|MYDOMAIN\mygroup|/ or