> Which two files?

OK .... I am working on the post install test.  I am trying to follow them
exactly how they are worded.   I am stuck at Test child process termination.
The two files I am talking about are .courier-test-default and .courier

I then started courier as ROOT, like it says to with
/usr/lib/courier/sbin/courier start

I then checked the systems log,like it says to ... I found no errors

I then ran 'ps' and I so no mentioning of courier ... according to the
courier site ". Run the ps command, and check that you only have the
following processes running: courierd (two processes), courierdsn,
courieruucp, courieresmtp, and courierlocal. You will also have a couple of
"logger" processes hanging around, that's ok too"

I posted the SSH output so everyone can see exactly what I did

> Do:
>
> ps - auxww
>
> instead.

That resulted in a whole bunch of output.  I will post what I see is related
to courier
courier   1666  0.0  0.2  2436 1268 pts/0    S    08:29   0:00 -bash
root     15224  0.0  0.1  2364 1008 pts/0    S    10:33   0:00 su -
couriertest
root     15490  0.0  0.1  2356 1004 pts/0    S    10:41   0:00 su -
couriertest
root     15608  0.0  0.1  1956  564 ?        S    10:54   0:00
/usr/lib/courier/libexec/courier/courierd
courier  15774  0.0  0.1  2032  872 ?        S    12:54   0:00
/usr/lib/courier/libexec/courier/courierd
uucp     15775  0.0  0.1  1492  536 ?        S    12:54   0:00 ./courieruucp
root     15776  0.0  0.0  1416  380 ?        S    12:54   0:00
./courierlocal
courier  15777  0.0  0.0  1548  484 ?        S    12:54   0:00
./courieresmtp
courier  15778  0.0  0.0  1424  468 ?        S    12:54   0:00 ./courierdsn

> Netstat will tell you if anything's listening on the appropriate ports
> (25, 110, 143, 443 etc).

I was playing around with this. I did not really know exacly what to put in
but I hope this is not a problem

[root@pac10fans root]# netstat --ax25
netstat: no support for `AF AX25' on this system.

I then did this, "Run the perftest1 script, which can be found in the
directory containing Courier's source code"

I ended up with 1000 messages in /home/couriertest/bounces.  That is the
only place I can see messages which I know is a problem according to the
site

[couriertest@pac10fans courier]$ sh perftest1 1000 xouriertest-test-1
couriertest-test-2 couriertest-test-3 couriertest-test-4 couriertest-test-5

Here is one of the boinces

Delivered-To: [EMAIL PROTECTED]
Return-Path: <>
Received: from localhost (localhost [127.0.0.1])
  (ftp://ftp.isi.edu/in-notes/rfc1894.txt)
  by pac10fans.com with dsn; Tue, 19 Feb 2002 13:46:18 -0800
From: "Courier mail server at pac10fans.com" <@>
To: [EMAIL PROTECTED]
Subject: NOTICE: mail delivery status.
Mime-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
    boundary="=_courier_0"
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 19 Feb 2002 13:46:18 -0800

This is a MIME-formatted message.  If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier_0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii


This is a delivery status notification from pac10fans.com,
running the Courier mail server, version 0.37.2.20020215.

The original message was received on Tue, 19 Feb 2002 13:46:18 -0800
from localhost (localhost [127.0.0.1])

---------------------------------------------------------------------------

                           UNDELIVERABLE MAIL

Your message to the following recipients cannot be delivered:

<[EMAIL PROTECTED]>: <======= why does it say 'x'ouriertest
not couriertest
<<< 550 User unknown.

---------------------------------------------------------------------------

If your message was also sent to additional recipients, their delivery
status is not included in this report.  You may or may not receive
other delivery status notifications for additional recipients.

The original message follows as a separate attachment.


--=_courier_0
Content-Type: message/delivery-status
Content-Transfer-Encoding: 7bit

Reporting-MTA: dns; pac10fans.com
Arrival-Date: Tue, 19 Feb 2002 13:46:18 -0800
Received-From-MTA: dns; localhost (localhost [127.0.0.1])

Final-Recipient: rfc822; [EMAIL PROTECTED]
Action: failed
Status: 5.0.0
Diagnostic-Code: unknown; 550 User unknown.

--=_courier_0
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit

Received: from localhost (localhost [127.0.0.1])
  (uid 503)
  by pac10fans.com with local; Tue, 19 Feb 2002 13:46:18 -0800
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: test
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 19 Feb 2002 13:46:18 -0800

test 0

--=_courier_0--

I am getting totally fustrated with this.  I will keep trying and trying










----- Original Message -----
From: "M.B." <[EMAIL PROTECTED]>
To: "Juha Saarinen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 1:36 AM
Subject: Re: [courier-users] Post Installation checks failed on show modules


> > Which two files?
>
> OK .... I am working on the post install test.  I am trying to follow them
> exactly how they are worded.   I am stuck at Test child process
termination.
> The two files I am talking about are .courier-test-default and .courier
>
> I then started courier as ROOT, like it says to with
> /usr/lib/courier/sbin/courier start
>
> I then checked the systems log,like it says to ... I found no errors
>
> I then ran 'ps' and I so no mentioning of courier ... according to the
> courier site ". Run the ps command, and check that you only have the
> following processes running: courierd (two processes), courierdsn,
> courieruucp, courieresmtp, and courierlocal. You will also have a couple
of
> "logger" processes hanging around, that's ok too"
>
> I posted the SSH output so everyone can see exactly what I did
>
> > Do:
> >
> > ps - auxww
> >
> > instead.
>
> That resulted in a whole bunch of output.  I will post what I see is
related
> to courier
> courier   1666  0.0  0.2  2436 1268 pts/0    S    08:29   0:00 -bash
> root     15224  0.0  0.1  2364 1008 pts/0    S    10:33   0:00 su -
> couriertest
> root     15490  0.0  0.1  2356 1004 pts/0    S    10:41   0:00 su -
> couriertest
> root     15608  0.0  0.1  1956  564 ?        S    10:54   0:00
> /usr/lib/courier/libexec/courier/courierd
> courier  15774  0.0  0.1  2032  872 ?        S    12:54   0:00
> /usr/lib/courier/libexec/courier/courierd
> uucp     15775  0.0  0.1  1492  536 ?        S    12:54   0:00
./courieruucp
> root     15776  0.0  0.0  1416  380 ?        S    12:54   0:00
> ./courierlocal
> courier  15777  0.0  0.0  1548  484 ?        S    12:54   0:00
> ./courieresmtp
> courier  15778  0.0  0.0  1424  468 ?        S    12:54   0:00
./courierdsn
>
> > Netstat will tell you if anything's listening on the appropriate ports
> > (25, 110, 143, 443 etc).
>
> I was playing around with this. I did not really know exacly what to put
in
> but I hope this is not a problem
>
> [root@pac10fans root]# netstat --ax25
> netstat: no support for `AF AX25' on this system.
>
>
>
> ----- Original Message -----
> From: "Juha Saarinen" <[EMAIL PROTECTED]>
> To: "M.B." <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 19, 2002 12:30 AM
> Subject: Re: [courier-users] Post Installation checks failed on show
modules
>
>
> > On Mon, 18 Feb 2002, M.B. wrote:
> >
> > >  I made a test account 'couriertest'  with a home dir of
> /home/couriertest
> > >  for this one.  I then made the 'maildirmake'. I then created the two
> files
> > >  in pico.
> >
> > Which two files?
> >
> > >  [couriertest@pac10fans couriertest]$ su - root
> > >  Password:
> > >  [root@pac10fans root]# /usr/lib/courier/libexec/authlib/authdaemond
> start
> > >  [root@pac10fans root]# /usr/lib/courier/libexec/authlib/authdaemond
> start
> >
> > Right, if you're using Red Hat Linux, start Courier with:
> >
> > service courier start
> >
> > -- at least I think that's the right invocation; I don't use the full
> > Courier suite. Look in your /etc/init.d/ directory.
> >
> > >  [root@pac10fans root]# ps
> >
> > Do:
> >
> > ps - auxww
> >
> > instead.
> >
> > Netstat will tell you if anything's listening on the appropriate ports
> > (25, 110, 143, 443 etc).
> >
> >
> > --
> > Juha
> > Take off every sig!
> >
> >
> > _______________________________________________
> > courier-users mailing list
> > [EMAIL PROTECTED]
> > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
>


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to