Displaying 20 results from an estimated 42 matches for "linuxconf".
2004 Dec 15
1
Linuxconf ?
Can I work with linuxconf on Centos 3.3 ??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20041215/284e9eed/attachment.html>
2003 Dec 05
1
Authenting in Linuxconf format
I have an existing email system and I'm trying to addapt dovecot into
it. It uses the linuxconf virtual email format. The way it is set up is
there there are multiple passwd/shadow files - one for eact domain. They
are in standard format. The names of these files are:
/etc/vmail/passwd.domain.com
/etc/vmail/shadow.domain.com
I tried this:
auth_userdb = passwd-file /etc/vmail/passwd.%d
au...
2005 Jul 16
1
Feature Request - Authentication Scheme - Linuxconf
This would make my life a lot easier in migrating to Dovecot. And it
should be really easy to implement. Here's how linuxconf does it:
Password files are placed in the /etc/vmail directory as follows:
/etc/vmail/passwd.domain1
/etc/vmail/shadow.domain1
/etc/vmail/passwd.domain2
/etc/vmail/shadow.domain2
The password and shadow files are exactly the same format as the
/etc/password and /etc/shadow files. The user name...
2008 Dec 24
1
linuxconf migration story
Hi, just subscribed after successfully (?) migrating from a somewhat old
linuxconf/vimap config.
dovecot-1.1.7, x86
A few issues:
The index files seem to be created with the wrong permissions. I get
numerous
``Dec 24 15:36:29 mail dovecot: POP3(user at domain):
stat(/var/run/dovecot/imap-index/domain/user/.imap/INBOX) failed:
Permission denied (euid=60107 egid=231 missing +x...
2001 Mar 05
2
SWAT: please help
...e/public
[I also disabled login on this user account when I created
it]
#chown smbuser:smb /home/public
#chmod 2777 /home/public
#mkdir /home/samba
#chown smbuser:smb /home/samba
#chmod 2770 /home/samba
#mkdir /home/samba/data
#chown smbuser:smb /home/samba/data
#chown 2770 /home/samba/data
Via Linuxconf, open the group smb, and add the users I want
included in this group.
#emacs /etc/hosts
#cat /etc/hosts
#
# arendia.FOURNERAT//etc/hosts
#
127.0.0.1 localhost.localdomain localhost
192.168.0.115 arendia.FOURNERAT arendia
192.168.0.111 compaq.FOURNERAT compaq
192.168....
1998 Sep 14
4
Problems installing Samba
HI 2 ALL,
I am a 22 year old student from Holland. I'm trying to implement a
HP3000 to a LAN(Windows 4 Workgroups 3.11). I Have 3 questions for the
experts:
- Can anyone tell me how I can name my HP3000 machine 'BIGSERVER'
(when I try to PING BIGSERVER, ping does'nt recognize it)
- When I try to start SMBD, I receive the following message:
SAMBA: PROPER TZ RECOMMENDED
-
2008 Jan 20
3
Exim Dovecot Authentication Problem
...is correct,
# so it can't be used as userdb. If you don't want to use a separate user
# database (passwd usually), you can use static userdb.
passdb passwd-file {
# Master users that can log in as anyone
args = /etc/dovecot.masterusers
master = yes
pass =yes
}
# Linuxconf passwd-like file with specified location
passdb passwd-file {
args = /etc/exim/control/vmail/shadow.%d
}
# Linuxconf passwd-like file with specified location
userdb passwd-file {
args = /etc/exim/control/vmail/passwd.%d
}
# User to use for the process. This user needs access...
2002 Jun 23
2
Easy security administration?
...given rigths by doing a usermod and adding the
group.
Is there a simpler method to do this, that is possibly web orientented? I
know SWAT can modify the user and group rights to shares, but what I really
need is some web interface to manage users and groups on a Linux box. With
Red Hat Linux 7.3, Linuxconf is no longer shipped, so its not possible to
use its web interface anymore to configure users.
Thanks for any help,
Aton
2009 Feb 10
1
Dovecot / Exim with Multiple Domiains
I'm using a very old scheme for doing multiple domains using an old
Linuxconf based setup. Each domain has it's own passwd/shadow file. It
works but I need something new and modern and has a web interface and
perhaps a mysql backend or something else good.
So - what are people using out there for managing email users and domains?
Thanks in advance.
2006 Aug 12
1
multiple Authentication
I'm using the following authentication passing the full email address
user at domain.com
auth default {
mechanisms = plain
# Linuxconf passwd-like file with specified location
passdb passwd-file {
args = /etc/vmail/shadow.%d
}
# Linuxconf passwd-like file with specified location
userdb passwd-file {
args = /etc/vmail/passwd.%d
}
user = root
}
But - what I want to do is if the user doesn't enter the domai...
2007 Dec 26
1
Visit to Melbourne in January
Hi all,
I''ll be in Melbourne, Australia from January 24th until February 2nd,
for LinuxConf Australia and a bit of vacation. James Turnbull is
going to organize a meetup during the trip, so ping James at
james@lovedthanlost.net if you''re going to be in .au and are
interested in joining us.
Cheers,
Luke
--
Never interrupt your enemy when he is making a mistake....
2005 Jul 17
1
Authentication feature I need
OK - here's whay I need to make it work for my Linuxconf compatible
authentication system. First - a question:
Will this work? I can find docs on "virtualfile.
auth virtualfile {
mechanisms = plain digest-md5
userdb = passwd-file /etc/vmail/passwd.%d
passdb = passwd-file /etc/vmail/shadow.%d
user = root
}
Then - since the dmain name sele...
2008 Jan 25
3
Count breaks socket
...s in advance.
dovecot: Jan 25 06:57:04 Error: auth(default): Socket already exists:
/var/run/dovecot/auth-client
auth default {
mechanisms = plain
passdb passwd-file {
# Master users that can log in as anyone
args = /etc/dovecot.masterusers
master = yes
pass =yes
}
# Linuxconf passwd-like file with specified location
passdb passwd-file {
args = /etc/exim/control/vmail/shadow.%d
}
# Linuxconf passwd-like file with specified location
userdb passwd-file {
args = /etc/exim/control/vmail/passwd.%d
}
socket listen {
master {
path = /var/run/dov...
2007 Sep 25
2
Thoughts about filesystem undo
Dear Btrfs people,
I saw Chris' Btrfs talk at LinuxConf.EU a few weeks ago and have since
been thinking about how I would like to use this great code once you
have done all the hard work :-)
Fine-grain filesystem undo, thanks to cheap snapshots, is what I'm
thinking about. The more I consider it the more useful I believe it
will be; here's...
2007 Feb 01
12
FOSDEM?
Hi all,
A couple of people are trying to convince me to come to FOSDEM in
Belgium at the end of February. I''m a bit hesitant because I''ve been
doing so much travel, but LinuxConf.au was a great experience and
seems to have really helped get exposure to Puppet. There seems to
be a pretty strong European contingent of Puppet users, and it''d be
great to meet many of you in person.
So, should I go to FOSDEM? Is it the best European conference for me
to atten...
2005 Jul 22
5
1.0-test79
http://dovecot.org/test/
Now checks that field alignmentations are in indexes as they're
expected. test78 crashed if it was wrong, earlier versions ignored the
problem (and crashed with 64bit systems). Now if it's wrong, it prints
error to log file and recreates the index. That means you probably
should delete all dovecot.index files to avoid tons of errors in log
files. Only mbox users
2005 Jul 16
1
Compiling under Fedora Core 4 - Problem
OK - trying to migrate to dovecot and I like what I see so far, but
having a hard time getting it to work. I decided to go with the 1.0
version because I need to get away from the ~/Mail namespace. I'm trying
to port from a Linuxconf virtual WU-IMAP type config.
So - I compiled but then decided I wanted mysql so I tried to
reconfigure and now getting compile errors. Looks like I'm missing
something?
/usr/lib/mysql/libmysqlclient.a(viossl.o)(.text+0x25): In function
`report_errors':
: undefined reference to `ERR_ge...
2006 Feb 20
0
How does /etc/sysconfig/networking/profiles/ work?
...es in
/usr/share/doc/initscripts-7.93.20.EL/sysconfig.txt and no
documentation included with the system-config-* RPMs. Does this
simply not support having different devices in different profiles?
This (particularly the deleting of files I hand-edited) is the sort of
thing that used to make me rip linuxconf out of the older RedHat
distributions.
On a similar note, my ISP has four nameservers, plus I want to include
my local LAN nameserver and the nameserver from my work network -- but
system-config-network insists on deleting all but the first three
nameservers from my resolv.conf. Yeah, I know, ups...
2005 Aug 21
1
Multiple Mail Environments?
The default_mail_env is very powerful, but ....
If you have multiple databases wouldn't it make sense to have a separate
mail environment for each database? For example:
userdb passwd {
default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
}
# Linuxconf passwd-like file with specified location
userdb passwd-file {
args = /etc/vmail/passwd.%d
default_mail_env =
mbox:/vhome/%d/home/%n:INBOX=/vhome/%d/home/%n/INBOX:INDEX=/nobackup/imap-cache/%d-%n
}
Is this possible? If not - perhaps it should be?
--
Marc Perkel - marc at perkel.com...
1999 Oct 20
0
Win98 Password Stumbling Block (Resolution)
...r my
userid nor my password and I still get the same error.
This only happens when I try to access one of the shares that has some sort
of security on it (i.e. I can connect and browse the tmp share, no problem).
To save bandwidth, my smb.conf file (which has been modified both manually
and using linuxconf) can be found at http://www.hub-tech.com/smb-conf.txt
In thinking about the workgroup-rather-than-password issue, I noted that my
Win98 network config is set with 'Share-level access control' but I can't
see how that is relevant. Isn't that just for shares that are defined on
the...