OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Is it postfix or the destination server?
From: Wietse Venema (wietseporcupine.org)
Date: Mon Oct 23 2000 - 14:19:15 CDT


Len Conrad:
> Oct 23 14:32:06 imgate postfix/qmgr[9761]: D60C520CF2:
> to=<burnTIDALWAVE.NET>, relay=none, delay=225, status=deferred
> (unknown mail transport error)

The Postfix SMTP client is misconfigured. You can find out more with:

    egrep '(warning|fatal|panic):' /var/log/maillog

Instead of /var/log/maillog, specify whatever is appropriate
for your system.

> also, what's to be done with these proccesses that seem to be hung for x hours?
>
> postfix 8742 0.0 0.6 1260 948 ?? S 11:56AM 0:00.57 smtpd
> -n smtp -t inet -u

This is not a Postfix problem - your kernel is hosed. The above
egrep command should give you a ton of warnings and error messages.

        Wietse