On 01-Dec-99 Paul Charsley wrote:
> I am trying to set up qmail as my MTA. In order to test it I am running the
> command: sh -cf '/var/qmail/rc &'
> 
> The contents of the rc script are as follows:
> 
>#!/bin/sh
> 
> exec env - PATH="/var/qmail/bin:$PATH" \
> qmail-start ./Mailbox splogger qmail
> 
> when I do a ps -aux, none of the 4 qmail daemons that should be running have
> been started and I get the following message in /var/log/mail:
> 
> Dec 2  10:57:41 hwlab qmail: 956930303.302345 alert: cannot start:
> qmail-send is already running
> 
> What is happening here? Why does it think that qmail-send (qmails daemon) is
> already running? Any suggestions as to how I can fix this would be
> appreciated.

Try  ps -axww | grep qmail  and see if you see it.

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH   email: [EMAIL PROTECTED]   flame-mail: /dev/null
  # include <std/disclaimers.h>       Have you seen http://www.pop4.net?
        Online Campground Directory    http://www.camping-usa.com
       Online Giftshop Superstore    http://www.cloudninegifts.com
==========================================================================

Reply via email to