Re: Webalizer

2001-08-27 Thread Rob Woodward


Hi,

One method I used was to use a different config file for each vitual host
I had on the box. Each vitual host has a different log file too.

Cheers,

Rob

On Tue, 28 Aug 2001, Craig wrote:

> Hey debian community
>
> I have just install webalizer 1.30 on my web server box
> so our web designers can analyze traffic to and from
> their websites. I have a combined log for all our sites
> but it doesn't look like webalizer is giving a statistical
> by site break-down. Does anyone know if webalizer has this
> ablility, or better yet enlighten me as to how I can do
> this ?>
>
> Any help would be mostly appreciated :)
>
> Craig
>
>
>


Rob Woodward.
http://www.funkymunkey.net

No wonder you're tired!  You understood so much today.


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




Webalizer

2001-08-27 Thread Craig

Hey debian community

I have just install webalizer 1.30 on my web server box
so our web designers can analyze traffic to and from 
their websites. I have a combined log for all our sites
but it doesn't look like webalizer is giving a statistical
by site break-down. Does anyone know if webalizer has this 
ablility, or better yet enlighten me as to how I can do 
this ?>

Any help would be mostly appreciated :)

Craig


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




SMTP AUTHentication with Postfix

2001-08-27 Thread Andre Luis Lopes

Hi,

   First message to the list, so excuse me if I'm doing something wrong.
   I've been using Postfix for some time on a litle server at work and
it's working fine.
   Now I'm looking for some docs on how one could implement SMTP AUTH with
this MTA.

   I've already checked Postfix website recommendations about
pop-before-smtp,
whoson and DRAC, which seems to help to accomplish what I'm needing. I'm
about
to use pop-before-smtp, but first I'd like to check with you all if isn't
a
better option available.

   Also, I've heard something about SASL and that it could be set up to do
SMTP
AUTH with Postfix. Is that true ? Could someone point me to some
documentation about
this topic ?

   Thanks for your patience :-)

-- 
André Luís Lopes
andrelop at ig dot com dot br
Debian GNU/Linux 2.2r3


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




sendmail config issues

2001-08-27 Thread David Bishop

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This is probably fairly simple, but I'll admit to only slight knowledge 
concerning sendmail (not my choice :-).

Here's the situation:  we have a collection of unix machines that are all 
configured to send mail to a mailhub.  That works.  Then, if the mail is sent 
only to "username", then it attempts to deliver it locally on that mailhub.  
If it was sent to "[EMAIL PROTECTED]", then the mailhub forwards it onto 
the company-wide mailhub, which handles it.  However, unless that user (in 
the "username" situation) has a unix account (and not everybody does), the 
delivery attempt fails.  Since I can tell this is becoming confusing, I'll 
try and diagram it:

sent to local user with unix account (note this *probably* ends up at the 
central mailhub eventually, but that isn't gaurunteed)
"user" -> mailhub -> check for local account -> success.

sent to local user without unix account
"user" -> mailhub -> check for local account -> failure.

sent to local user, doesn't matter if they have unix account or not
"[EMAIL PROTECTED]" -> mailhub -> company-wide mailhub -> success.

I just need to have my mailhub check for a local account, and if that fails, 
then forward it on to the central mailhub, which will be able to take care of 
it.  However, I can't just tack micron.com onto every incoming email, as some 
of the "username" email /needs/ to stay on our local mailhub.  I don't know 
if I'm make the proverbial mountain of a molehill, or overlooking something 
obvious, but any help/tips/what to do is greatly appreciated.

Many thanks.

- -- 
"To me vi is Zen.  To use vi is to practice zen. Every command is
a koan. Profound to the user, unintelligible to the uninitiated.
You discover truth everytime you use it." [EMAIL PROTECTED]

[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7ipLC14eKrYdPXKkRAnCaAKCQiT7RUEdNbQCtehjGvU26vpAkMACfTJus
wyYhS4fXMdB4bb3L/8TACmo=
=Cm3j
-END PGP SIGNATURE-


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




RE: Sendmail or DNS Problem?

2001-08-27 Thread Bulent Murtezaoglu


CM> define(`SMART_HOST',`N')dnl 

This is where N is coming from!  Delete this line, and run
sendmailconfig, say yes to rebuilding .cf from the .mc and you should
be OK (at least that particular problem will be gone).

You probably tried to say no to something, and that's how it got
there!

cheers,

BM


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




RE: Sendmail or DNS Problem?

2001-08-27 Thread Bart-Jan Vrielink

On Mon, 27 Aug 2001, Chad Morgan wrote:

> Here is my sendmail.mc file.
>
> 
> divert(-1)
> #
> # Copyright (c) 1983 Eric P. Allman
> # Copyright (c) 1988, 1993
> # The Regents of the University of California.  All rights reserved.
> #
> 
> #
> # This file is used to configure sendmail for use with Debian systems.
> #
>
> divert(0)
> VERSIONID(`@(#)sendmail.mc8.9.3-21 (Debian) 2309')
> OSTYPE(debian)dnl
> LOCAL_CONFIG
> define(`SMART_HOST', `N')dnl

There you have the problem. SMART_HOST should be defined like this:
 define(`SMART_HOST', `mailer:hostname')
You told sendmail to send all it's mail to a host called N (sendmail did
convert it to a lowercase n however.

> FEATURE(always_add_domain)dnl
> Cwns.enhancetheweb.com
> FEATURE(use_cw_file)dnl
> FEATURE(use_ct_file)dnl
> FEATURE(nouucp)dnl
> MAILER_DEFINITIONS
> MAILER(local)dnl
> MAILER(smtp)dnl
>
> LOCAL_CONFIG
> MASQUERADE_AS(ns.enhancetheweb.com)dnl
> ## Custom configurations below (will be preserved)
> FEATURE(promiscuous_relay)
> ###EOF

-- 
Tot ziens,

Bart-Jan


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




RE: Sendmail or DNS Problem?

2001-08-27 Thread Chad Morgan

Here is my sendmail.mc file.


divert(-1)
#
# Copyright (c) 1983 Eric P. Allman
# Copyright (c) 1988, 1993
#   The Regents of the University of California.  All rights reserved.
#

#
# This file is used to configure sendmail for use with Debian systems.
#

divert(0)
VERSIONID(`@(#)sendmail.mc  8.9.3-21 (Debian) 2309')
OSTYPE(debian)dnl
LOCAL_CONFIG
define(`SMART_HOST', `N')dnl
FEATURE(always_add_domain)dnl
Cwns.enhancetheweb.com
FEATURE(use_cw_file)dnl
FEATURE(use_ct_file)dnl
FEATURE(nouucp)dnl
MAILER_DEFINITIONS
MAILER(local)dnl
MAILER(smtp)dnl

LOCAL_CONFIG
MASQUERADE_AS(ns.enhancetheweb.com)dnl
## Custom configurations below (will be preserved)
FEATURE(promiscuous_relay)
###EOF

I know that FEATURE(promiscuous_relay) is a problem. I only put it in
temporarliy to see if I can actually send a message. Once I get this problem
worked out and things are working I'll set up the relaying properly.

Chad

-Original Message-
From: Bulent Murtezaoglu [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 27, 2001 9:09 AM
To: [EMAIL PROTECTED]
Subject: Sendmail or DNS Problem?



CM> [...] Aug 27 08:27:44 ns sendmail[658]: NAA27537:
CM> to=<[EMAIL PROTECTED]>, [EMAIL PROTECTED]
CM> (1000/1000), delay=2+19:16:17, xdelay=00:00:00, mailer=relay,
CM> relay=n, stat=Deferred: Name server: n: host name lookup
CM> failure [...]

What is 'n' ?  Sendmail is looking for the host 'n' to send the mail
through.  Show us your sendmail.mc, and we'll take it from there.

BM


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


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




Sendmail or DNS Problem?

2001-08-27 Thread Bulent Murtezaoglu


CM> [...] Aug 27 08:27:44 ns sendmail[658]: NAA27537:
CM> to=<[EMAIL PROTECTED]>, [EMAIL PROTECTED]
CM> (1000/1000), delay=2+19:16:17, xdelay=00:00:00, mailer=relay,
CM> relay=n, stat=Deferred: Name server: n: host name lookup
CM> failure [...]

What is 'n' ?  Sendmail is looking for the host 'n' to send the mail
through.  Show us your sendmail.mc, and we'll take it from there.

BM


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




Sendmail or DNS Problem?

2001-08-27 Thread Chad Morgan

I get the following log entry for any message that is being sent to an
account that is not on the server. Accounts on the server work fine.

Aug 27 08:27:44 ns sendmail[658]: NAA27537: to=<[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (1000/1000), delay=2+19:16:17,
xdelay=00:00:00, mailer=relay, relay=n, stat=Deferred: Name server: n: host
name lookup failure

I'm a newbie to sendmail and don't know if this is a Sendmail or a DNS
probelm. I don't think it is a DNS problem because DNS seems to be working
fine for everything else. I think I may be just missing a setting of some
type in sendmail.mc, sendmail.cf or elsewhere.

I've been looking through archives of this list, and others as well as the
docs and haven't been able to find anything. If someone could point me in
the direction of something I've been missing I'd really appreciate it.

Thanks
Chad


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




TEST PLASE IGNORE

2001-08-27 Thread LordZe

TEST PLEASE IGNORE.

LordZe-->
Un Computer sicuro è un computer spento.
->
Di Maria Antonio
System Administrator
-Credito Italiano- Italy(MI)
UIN 123773221 /join #linux-mi (ircnet)
[EMAIL PROTECTED] (work)
[EMAIL PROTECTED] (home)
-->


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