[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SMTP stops responding
Thanks for the help. It looks like it was a permissions issue. As soon as
I changed the permissions on one of the files, my email went right through.
----- Original Message -----
From: Chris Johnson
To: Kevin Everts
Cc: Chris Johnson ; Qmail Mailing List
Sent: Saturday, August 10, 2002 3:22 PM
Subject: Re: SMTP stops responding
On Sat, Aug 10, 2002 at 03:15:19PM -0400, Kevin Everts wrote:
> The output of svstat /service/*/log is:
>
> /service/qmail-send/log: up (pid 1087) 1 seconds
> /service/qmail-smtpd/log: up (pid 1088) 0 seconds
It's clear that your logging processes aren't running, which is likely the
cause of your problem.
You should check to see that /service/qmail-send/log/run and
/service/qmail-smtpd/log/run are executable, and you should check that the
users that the logging processes are running as are able to write to their
respective logging directories. If you don't find a problem there, post the
contents of your log/run files.
Chris