Re: Creating custom, automated, Debian installs.

2003-10-21 Thread Ulrich Scholler
Hi,

On Mon Oct 20, 2003 at 18:25:52 +0100, Steve Kemp wrote:
>   What should be my way forward?  Would FAI work best or should I
>  look at some scheme for creating a new release ISO instead?

I think, as a happy user of FAI, that FAI is a very good tool for what
you want to do.  It is very fast and extremely flexible.  Its downside
is that the configuration takes a while and requires skripting skills.

There is also a newer project called m23 (m23.sourceforge.net).  It
features a web-based configuration system and, other than FAI, also does
administration and upgrades.  I have not tried it so far.

Both of the above tools perform a real installation, as opposed to
copying an installation image and adapting that.

Regards,

uLI


pgp0.pgp
Description: PGP signature


Re: Mailscanner vs. amavis vs. other

2003-12-07 Thread Ulrich Scholler
Hi,

On Fri Dec 05, 2003 at 11:08:35 -0500, Fraser Campbell wrote:
> try.  Has anyone compared amavis to mailscanner and come to a definite 
> conclusion as to one being better.  I know better is very subjective but I'd 
> still like to hear opinions.

Mailscanner has one big disadvantage when used with postfix:  It
accesses postfix queue files directly.  According to Wietse Venema, the
postfix author, postfix queues are considered a non-published internal
interface which is subject to change.  In an email to postfix-users from
Sep. 16. 2003 he says:

"MAILSCANNER MANIPULATES POSTFIX MAIL USING UNSUPPORTED METHODS.

 THEREFORE DO NOT USE MAILSCANNER."

(Wietse's capitalisation, not mine).

Regards,

uLI


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: 3ware 8506-4 hangs while making filesystem

2003-12-13 Thread Ulrich Scholler
Hi,

On Sat Dec 13, 2003 at 07:18:17 +0800, Jason Lim wrote:
> I would suggest you have a look at the 3dm log file in /var/log as this
> sounds like an issue in the communication between the linux disk io
> buffering subsystem and the 3ware card. However, since you're just
> performing the installation, i doubt you can load up 3dmd during that time
> (can you?).

You can read the alarm log and query the status of the controller with
the command line administration tool (tw_cli), which you can download
from the 3ware website.  It is a statically linked binary which you can
run during installation.

In addition to that, I read that there is a critical firmware update for 
the 8506-series controllers in RAID 5 configurations.  You might want to
check that outi (http://www.3ware.com/support/index.asp).

Regards,

uLI


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: sslwrap problem

2004-03-19 Thread Ulrich Scholler
Hi,

On Sat Mar 13, 2004 at 15:10:36 -0900, W.D.McKinney wrote:
> I used apt-get to install sslwrap in testing.
>
> [Many lines of output snipped]
>
> What is needed to get /etc/init.d/sslwrap: update-inetd
> to work for sslwrap ?

You need netbase.

Regards,

uLI


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Cyrus / Sieve

2004-06-09 Thread Ulrich Scholler
Hi,

On Tue Jun 08, 2004 at 09:15:24 -0400, Fraser Campbell wrote:
> Currently I am using postfix/courier-imap/mysql to manage all email
> and I'm very happy with it, my customers can create their own email
> accounts and manage their own aliases.

There is a project called webcyradm[1] for cyrus administration.

> One feature I'd like to add to my system is server based email filtering for 
> clients, this way whether they use webmail or something like Outlook their 
> filtering policies could still apply.  Are there email clients that can 
> directly manipulated sieve scripts?

There are two web-based sieve clients I know of: websieve and
smartsieve.  We use smartsieve at our site and it does the job nicely.

AFAIK there are plugins for the major webmail systems;  squirrelmail and
horde/imp have one for sure.

Regards,

uLI

[1]: webcyradm: http://www.web-cyradm.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Creating custom, automated, Debian installs.

2003-10-21 Thread Ulrich Scholler
Hi,

On Mon Oct 20, 2003 at 18:25:52 +0100, Steve Kemp wrote:
>   What should be my way forward?  Would FAI work best or should I
>  look at some scheme for creating a new release ISO instead?

I think, as a happy user of FAI, that FAI is a very good tool for what
you want to do.  It is very fast and extremely flexible.  Its downside
is that the configuration takes a while and requires skripting skills.

There is also a newer project called m23 (m23.sourceforge.net).  It
features a web-based configuration system and, other than FAI, also does
administration and upgrades.  I have not tried it so far.

Both of the above tools perform a real installation, as opposed to
copying an installation image and adapting that.

Regards,

uLI


pgpWP8YfpKl2v.pgp
Description: PGP signature


Re: Mailscanner vs. amavis vs. other

2003-12-07 Thread Ulrich Scholler
Hi,

On Fri Dec 05, 2003 at 11:08:35 -0500, Fraser Campbell wrote:
> try.  Has anyone compared amavis to mailscanner and come to a definite 
> conclusion as to one being better.  I know better is very subjective but I'd 
> still like to hear opinions.

Mailscanner has one big disadvantage when used with postfix:  It
accesses postfix queue files directly.  According to Wietse Venema, the
postfix author, postfix queues are considered a non-published internal
interface which is subject to change.  In an email to postfix-users from
Sep. 16. 2003 he says:

"MAILSCANNER MANIPULATES POSTFIX MAIL USING UNSUPPORTED METHODS.

 THEREFORE DO NOT USE MAILSCANNER."

(Wietse's capitalisation, not mine).

Regards,

uLI




Re: 3ware 8506-4 hangs while making filesystem

2003-12-13 Thread Ulrich Scholler
Hi,

On Sat Dec 13, 2003 at 07:18:17 +0800, Jason Lim wrote:
> I would suggest you have a look at the 3dm log file in /var/log as this
> sounds like an issue in the communication between the linux disk io
> buffering subsystem and the 3ware card. However, since you're just
> performing the installation, i doubt you can load up 3dmd during that time
> (can you?).

You can read the alarm log and query the status of the controller with
the command line administration tool (tw_cli), which you can download
from the 3ware website.  It is a statically linked binary which you can
run during installation.

In addition to that, I read that there is a critical firmware update for 
the 8506-series controllers in RAID 5 configurations.  You might want to
check that outi (http://www.3ware.com/support/index.asp).

Regards,

uLI




Re: sslwrap problem

2004-03-19 Thread Ulrich Scholler
Hi,

On Sat Mar 13, 2004 at 15:10:36 -0900, W.D.McKinney wrote:
> I used apt-get to install sslwrap in testing.
>
> [Many lines of output snipped]
>
> What is needed to get /etc/init.d/sslwrap: update-inetd
> to work for sslwrap ?

You need netbase.

Regards,

uLI




Re: Cyrus / Sieve

2004-06-09 Thread Ulrich Scholler
Hi,

On Tue Jun 08, 2004 at 09:15:24 -0400, Fraser Campbell wrote:
> Currently I am using postfix/courier-imap/mysql to manage all email
> and I'm very happy with it, my customers can create their own email
> accounts and manage their own aliases.

There is a project called webcyradm[1] for cyrus administration.

> One feature I'd like to add to my system is server based email filtering for 
> clients, this way whether they use webmail or something like Outlook their 
> filtering policies could still apply.  Are there email clients that can 
> directly manipulated sieve scripts?

There are two web-based sieve clients I know of: websieve and
smartsieve.  We use smartsieve at our site and it does the job nicely.

AFAIK there are plugins for the major webmail systems;  squirrelmail and
horde/imp have one for sure.

Regards,

uLI

[1]: webcyradm: http://www.web-cyradm.org/