RE: Frontends to administer servers

2004-04-22 Thread Bojens, Kai
Hi.

 We are looking at writing some frontends to help clients 
 administer their domains and was wondering whether to use
 mysql or ldap as the backend database.
 The frontends will be used for administering ftp, web, dns,
 mail etc. Any suggestions would be welcome.

Hint: You should choose ldap because many of these services do
have an interface for ldap (proftpd, bind9, apache, sendmail etc.).
And if they don't you can rely on pam and use 'libpam-ldap' for
authentication.

With kind regards

-Kai Bojens



Re: Sendmail::Milter

2004-04-22 Thread Bojens, Kai
Hi.

 I'm using sendmail 8.12.11 ( including the Milter interface), and
 I want to use the Perl interface Sendmail::Milter.

I don't have a solution for your particular problem but i am using
the milter interface via MIMEdefang which provides a nice way to
use it via perl.

With kind regards

-Kai Bojens




RE: Frontends to administer servers

2004-04-22 Thread Bojens, Kai
Hi.

 We are looking at writing some frontends to help clients 
 administer their domains and was wondering whether to use
 mysql or ldap as the backend database.
 The frontends will be used for administering ftp, web, dns,
 mail etc. Any suggestions would be welcome.

Hint: You should choose ldap because many of these services do
have an interface for ldap (proftpd, bind9, apache, sendmail etc.).
And if they don't you can rely on pam and use 'libpam-ldap' for
authentication.

With kind regards

-Kai Bojens