Re: Qmail Errors in Log Files

2001-03-15 Thread Sean Chittenden

Don't forget to check your /etc/inetd.conf.  I've seen a few
installs recently that were calling qmail from inetd.  -sc

On Wed, Mar 14, 2001 at 10:56:04PM -0800, Randy Jordan wrote:
 Delivered-To: [EMAIL PROTECTED]
 Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
 Precedence: bulk
 Delivered-To: mailing list [EMAIL PROTECTED]
 From: "Randy Jordan" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Qmail Errors in Log Files
 Date: Wed, 14 Mar 2001 22:56:04 -0800
 X-Priority: 3
 X-MSMail-Priority: Normal
 X-Mailer: Microsoft Outlook Express 5.50.4522.1200
 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
 
 my qmail logs have thousands of these errors   
 
 "40003ab04bb822ed854c tcpserver: fatal: unable to bind: address already used"   
 
 I see hundreds of people with this same error and the same answers seem to always 
pop up"make sure something else is not using the port, or make sure sendmail is 
not running" i do not have sendmail running, when i telnet to localhost 25 i see this 
 
 "Trying 127.0.0.1...
 Connected to localhost.localdomain.
 Escape character is '^]'.
 220 mail.mydomain.com ESMTP"
 
 There has got to be a way to fix this there is just to many people with the same 
problem.
 
 Thanks
 Randy Jordan

-- 
Sean Chittenden[EMAIL PROTECTED]

 PGP signature


Qmail Errors in Log Files

2001-03-14 Thread Randy Jordan




my qmail logs have thousands of these 
errors 

"40003ab04bb822ed854c tcpserver: fatal: unable 
to bind: address already used" 

I see hundreds of people with this same error and 
the same answers seem to always pop up"make sure something else is not using 
the port, or make sure sendmail is not running"i do not have sendmail 
running, when i telnet to localhost 25 i see this 

"Trying 127.0.0.1...Connected to 
localhost.localdomain.Escape character is '^]'.220 mail.mydomain.com 
ESMTP" 

There has got to be a way to fix this there is just 
to many people with the same problem.

Thanks
Randy Jordan


Re: Qmail Errors in Log Files

2001-03-14 Thread Henning Brauer

On Wed, Mar 14, 2001 at 10:56:04PM -0800, Randy Jordan wrote:
 my qmail logs have thousands of these errors   
 
 "40003ab04bb822ed854c tcpserver: fatal: unable to bind: address already used"   

You shouldn't run more than one MTA on one IP address (assuming this log is
from qmail-smtpd). Make sure you haven't started qmail twice and you have
stopped sendmail or any other mta.


 I see hundreds of people with this same error and the same answers seem to always 
pop up"make sure something else is not using the port, or make sure sendmail is 
not running" i do not have sendmail running, when i telnet to localhost 25 i see this 
 
 "Trying 127.0.0.1...
 Connected to localhost.localdomain.
 Escape character is '^]'.
 220 mail.mydomain.com ESMTP"
 
 There has got to be a way to fix this there is just to many people with the same 
problem.
 
 Thanks
 Randy Jordan

-- 
Henning Brauer | BS Web Services
Hostmaster BSWS| Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany



Re: Qmail Errors in Log Files

2001-03-14 Thread Jörgen Persson

On Wed, Mar 14, 2001 at 10:56:04PM -0800, Randy Jordan wrote:
 my qmail logs have thousands of these errors   
 
 "40003ab04bb822ed854c tcpserver: fatal: unable to bind: address
 already used"

 I see hundreds of people with this same error and the same answers
 seem to always pop up"make sure something else is not using the
 port, or make sure sendmail is not running" i do not have sendmail
 running, when i telnet to localhost 25 i see this

 "Trying 127.0.0.1... Connected to localhost.localdomain. Escape
 character is '^]'. 220 mail.mydomain.com ESMTP"

 There has got to be a way to fix this there is just to many people
 with the same problem.

 Thanks Randy Jordan

How do you start tcpserver?? There are most probably several tcpservers
trying to run on port 25.

Jörgen