9 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Post Installation...
FromSent OnAttachments
M.B.Feb 18, 2002 9:14 pm 
Juha SaarinenFeb 18, 2002 9:36 pm 
M.B.Feb 18, 2002 10:23 pm 
M.B.Feb 18, 2002 11:09 pm 
Juha SaarinenFeb 19, 2002 12:30 am 
M.B.Feb 19, 2002 1:36 am 
Nico WielandFeb 19, 2002 2:28 am 
M.B.Feb 19, 2002 2:12 pm 
Aly S.P DharshiFeb 19, 2002 2:28 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Post Installation checks failed on show modulesActions...
From:M.B. (mb@socal.rr.com)
Date:Feb 18, 2002 10:23:40 pm
List:net.sourceforge.lists.courier-users

I see the file .... I saw it before I posted and it did not run when I typed 'showmodules'

Is this OK

[root@pac10fans webadmin]# cd /usr/lib/courier/sbin/ [root@pac10fans sbin]# showmodules bash: showmodules: command not found [root@pac10fans sbin]# ls courier couriertcpd esmtpd-ssl makeacceptmailfor makepercentrelay makeuserdb mkpop3dcert pw2userdb userdb webgpg courieresmtpd esmtpd filterctl makealiases makesmtpaccess makeuucpneighbors pop3d showconfig userdbpw courierfilter esmtpd-msa logger makehosteddomains makesmtpaccess-msa mkesmtpdcert pop3d-ssl showmodules vchkpw2userdb [root@pac10fans sbin]# ./showmodules showmodules: INFO: Loading STATIC transport module libraries. showmodules: INFO: Courier 0.37.2.20020215 Copyright 1999-2000 Double Precision, Inc. showmodules: INFO: Installing [0/0] showmodules: INFO: Installing uucp showmodules: INFO: Installed: module.uucp - Courier 0.37.2.20020215 Copyright 1999-2000 Double Precision, Inc. showmodules: INFO: Installing local showmodules: INFO: Installed: module.local - Courier 0.37.2.20020215 Copyright 1999-2000 Double Precision, Inc. showmodules: INFO: Installing esmtp showmodules: INFO: Installed: module.esmtp - Courier 0.37.2.20020215 Copyright 1999-2000 Double Precision, Inc. showmodules: INFO: Installing dsn showmodules: INFO: Installed: module.dsn - Courier 0.37.2.20020215 Copyright 1999-2000 Double Precision, Inc. showmodules: INFO: Initializing uucp showmodules: INFO: Initializing local showmodules: INFO: Initializing esmtp showmodules: INFO: Initializing dsn [root@pac10fans sbin]#

----- Original Message ----- From: "Juha Saarinen" <ju@saarinen.org> To: "M.B." <mb@socal.rr.com> Cc: <cour@lists.sourceforge.net> Sent: Monday, February 18, 2002 9:36 PM Subject: Re: [courier-users] Post Installation checks failed on show modules

On Mon, 18 Feb 2002, M.B. wrote:

As some of you have been reading I was having a hard time getting courier to fully work so I started over. I uninstalled the RPM;s I installed, removed the test user accounts and the one I compiled courier with into RPM's.

Don't give up. You're learning a lot in the process. :-)

I installed the ones I wanted and went to do the 'showmodules' test and I could not find it.

I'm only running Courier-IMAP and SqWebmail, which is the probable reason I don't have 'showmodules'. I think it should be in /usr/lib/courier/sbin though. If that directory isn't in your path, 'showmodules' won't be executed.

Do either:

locate showmodules

or:

find / -name showmodules

to discover where it is.

[root@pac10fans courier]# cd /usr/lib/courier/sbin [root@pac10fans sbin]# showmodules bash: showmodules: command not found

Does:

./showmodules

run the command?

If not, do:

rpm -qa | grep courier

to see what you've actually installed of the courier packages.