Re: Postfix for many domains

2000-11-18 Thread Craig Sanders

On Wed, Nov 15, 2000 at 02:47:36PM +0100, Russell Coker wrote:
> How easy is it to setup Postfix for a large number of dynamically
> configured email domains?  What I need to do is to have a mail server
> scale to 10,000 domains over the course of a year, adding 500 new
> domains in a day wouldn't be uncommon for a busy day...

AFAIK, you can put any kind of map file in $mydestination - e.g. you can
use a hashed db.

you can certainly do it for $virtual_maps, which is probably what you
want rather than $mydestination.

> So I need to be able to add domains without (much) reconfiguring of
> the server.  Preferrably I would like to use LDAP to specify the
> domains, do the LDAP patches for Postfix support this?

you should be able to use an LDAP map too. a hashed db would be faster.
generate the map from the source data extracted from an LDAP database if
necessary.

BTW, for large map files, create them with a temporary filename and then
mv them into place. creating a hashed file takes a significant amount of
time, but mv is atomic.

craig

--
craig sanders


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




Re: OT: working with cisco gear (Re: CISCO --> debian tool(s))

2000-11-18 Thread John Kramer

> > which are useful unless you have to manage lots of those boxes, 
> I wouldn't know.
> but isn't that what OpenView is for? and is unbeatable in that field?
> 

Openview doesn't manage those boxes specifically.  It's an expensive
SNMP-mib
collector/network-discovery-agent/oh-crap-this-node-went-down-page-someone
-agent.  If you're wanting GUI management of Cisco boxes, look at Cisco
Works.  The best platform you can get for it is Solaris (which is nothing
to sneeze at.)  It is nice to have CW go out and archive the software revs
and keep a database of all that.  I've never used CW for anything more
than an audit trail of changes.  The GUI, like all management GUI's, just
ain't natural for we command-line-folk.

For me, telnet and a tftp daemon do just fine.  Throw in a perl script
or two to scrog configs regularly and parse syslog entries, and add MRTG
on top of that.

my .02.


 --
John B. Kramer  
[EMAIL PROTECTED]
http://24.17.57.58/~yoda/index.html




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




Re: OT: working with cisco gear (Re: CISCO --> debian tool(s))

2000-11-18 Thread brian moore

On Sat, Nov 18, 2000 at 06:30:59PM +0100, Robert Waldner wrote:
> On Sat, 18 Nov 2000 17:18:31 +0100, Dariush Pietrzak writes:
> >> which are useful unless you have to manage lots of those boxes, 
> 
> >I wouldn't know.
> >but isn't that what OpenView is for? and is unbeatable in that field?
> 
> I consider BrokenView to be in the field of BigBuckMoneyBurn-ware ...

Indeed.  I've yet to meet anyone that has used it and -liked- it.

The most common reason to run OV is "we installed some vendor hardware
and they only let us manage it with OV".

As an example of its brokenness, when I had to run it, I also had to use
'mon' to ensure that OV was actually still running: periodically one
part of OV would core dump and take down the rest of it.  The irony of
using a couple thousand lines of GPL'd Perl to monitor hundreds of
thousands of lines of expensive crapware was amusing, though.

Then there was the day that OpenView refused to honor its own license,
which meant I had to call our evil VAR (HP refused to help, because we
got it as a VAR package) and have -them- call HP...  12 hours later HP
gave us a new license that OV didn't choke on.  Too bad the hardware
that OV was supposed to be controlling was offline for 12 hours.

> If you´re (for whatever reason) already forced to use expensive (and 
> much too often crappy) cisco-gear, I´d guess you don´t want to strangle 
> yourself further with more&more not-open-source-software.

OpenView is what made me as rabid 'give me source or keep it off
my network' as I am.  (And, thanks to the wonders of proprietary
software's inferiority, it even convinced management of the same
thing now -they- ask about source and standards compliance when
talking to sales wonks, and usually even specifically ask "will this
work with Linux?")



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




Re: apache broken

2000-11-18 Thread Patrick Vermeij

-BEGIN PGP SIGNED MESSAGE-

On Sat, 18 Nov 2000, Tamas TEVESZ wrote:

> On Sat, 18 Nov 2000, Patrick Vermeij wrote:
> 
>  > But my apache(-ssl) won't start anymore. The only error I got is this :
> 
> is that apache or apache-ssl ?
> 
both won't start anymore

Patrick

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv

iQCVAwUBOhbAPIP3zThVlCoVAQHdXwQAi/KaC1JBOSdS75iHRwMKp6Csr7slUf8N
HGwOxIBM0inXioL70Zex7Y915n49xbiDZOiIAUiRFgp0wyxqbmmG4279OYB+ASxW
KyLfcjxLam7dJW21x6r78eI1MKh42JGB5smTIcoU14xJqo8b44Xszs2YGjOPBkm0
2VRPcF7CrQQ=
=otPm
-END PGP SIGNATURE-


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




Re: apache broken

2000-11-18 Thread Tamas TEVESZ

On Sat, 18 Nov 2000, Patrick Vermeij wrote:

 > But my apache(-ssl) won't start anymore. The only error I got is this :

is that apache or apache-ssl ?

-- 
[-]
``And there are plenty of other innovative pieces of software such as Napster
and ICQ.'' -- comment on ``Systems Software Research is Irrelevant'' at
http://freshmeat.net/news/2000/08/05/965534399.html



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





Re: OT: working with cisco gear (Re: CISCO --> debian tool(s))

2000-11-18 Thread Robert Waldner

On Sat, 18 Nov 2000 17:18:31 +0100, Dariush Pietrzak writes:
>> which are useful unless you have to manage lots of those boxes, 

>I wouldn't know.
>but isn't that what OpenView is for? and is unbeatable in that field?

I consider BrokenView to be in the field of BigBuckMoneyBurn-ware ...

If you´re (for whatever reason) already forced to use expensive (and 
much too often crappy) cisco-gear, I´d guess you don´t want to strangle 
yourself further with more&more not-open-source-software.

&rw
-- 
/  Ing. Robert Waldner  | Network Engineer | T: +43 1 89933  F: x533 \ 
\ <[EMAIL PROTECTED]> |KPNQwest/AT   | Diefenbachg. 35, A-1150 / 



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




apache broken

2000-11-18 Thread Patrick Vermeij

-BEGIN PGP SIGNED MESSAGE-

Hi all

I'm using woody as dist and yesterday I tried to add an virtual domain to
my configfile. "apachectl configtest" -> configuration file OK
But my apache(-ssl) won't start anymore. The only error I got is this :

apache: dl-close.c:122: _dl_close: Assertion `new_opencount[0] == 0'
failed.

The only thing I can imagine is that there is something wrong with libc6
But I don't have the previous package version to try (the one from potato
won't work as a result of dependencies).

Anyone?

Many thanx

Patrick

- 

[dpkg] We are the apt. Resistance is futile. You will be packaged.

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv

iQCVAwUBOha6d4P3zThVlCoVAQH6ngQAvoyp6NZul2MiNVNhR8geGPvkhA/mm3y7
yOI/oc3sIa+H3XHTdMSWvfvVjtVTr7ay1lyALoc3btpUCxxVebDY1YWfc39o5a3f
C9duKONZCszJATqqFpEqFSutlzTMYivoVaQpd6p/1c7ZQaO5SOkkaYyml/7rYG4X
1ifhluHIXiQ=
=1DYt
-END PGP SIGNATURE-


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




bandwidth monitoring

2000-11-18 Thread Kevin


  I've got a cisco 2610 and I want to monitor the bandwidth used by
  various subnets and in some cases by certain ips.  Is there someway
  to either make snmp/mrtg check this or perhaps another app?

-- 
Kevin  -  [EMAIL PROTECTED]



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




Re: OT: working with cisco gear (Re: CISCO --> debian tool(s))

2000-11-18 Thread Dariush Pietrzak


> which are useful unless you have to manage lots of those boxes, 
I wouldn't know.
but isn't that what OpenView is for? and is unbeatable in that field?


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




OT: working with cisco gear (Re: CISCO --> debian tool(s))

2000-11-18 Thread Robert Waldner

On Sat, 18 Nov 2000 15:08:02 +0100, Dariush Pietrzak writes:
>> I was wondering if there were any debian tools used for working with Cisco

>there is wonderfull perl module for configuring Cisco routers.
>besides that you've got all default tools like telnet;),snmp utils like
>mrtg etc..

which are useful unless you have to manage lots of those boxes, 
 maintaining (+backuping!) their configuration, both locally and in 
 general, upgrading them with the latest security fixes etc pp. a bunch 
 of fleas can´t be _that_ much more work ;-) ...

&rw
-- 
/  Ing. Robert Waldner  | Network Engineer | T: +43 1 89933  F: x533 \ 
\ <[EMAIL PROTECTED]> |KPNQwest/AT   | Diefenbachg. 35, A-1150 / 



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




Re: CISCO --> debian tool(s)

2000-11-18 Thread Dariush Pietrzak


> I was wondering if there were any debian tools used for working with Cisco
there is wonderfull perl module for configuring Cisco routers.
besides that you've got all default tools like telnet;),snmp utils like
mrtg etc..



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