Re: TCPServer Error

2001-04-17 Thread Tim Legant
On Tue, Apr 17, 2001 at 03:43:48AM -0300, Martin Marconcini wrote: > @40003ada6c2f381c5b64 tcpserver: status: 1/20 > @40003ada6c2f384a0ab4 tcpserver: pid 22092 from 127.0.0.1 > @40003ada6c2f38fae424 tcpserver: ok 22092 > localhost.marconcini.com.ar:127.0.0.1:25 :127.0.0.1::17948 > @40

Re: TCPServer Error

2001-04-17 Thread Johan Almqvist
* Martin Marconcini <[EMAIL PROTECTED]> [010417 15:54]: > bash-2.04# uname -a > OpenBSD jupiter 2.8 GENERIC#399 i386 > > bash-2.04# file /bin/ls > /bin/ls: OpenBSD/i386 demand paged executable > > bash-2.04# file /var/qmail/bin/qmail-smtpd > /var/qmail/bin/qmail-smtpd: empty <<<

Re: TCPServer Error

2001-04-17 Thread Karsten W. Rohrbach
" \ > -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd > 2>&1 > > > > > > Thanks!! > > Martin > > -Original Message- > > From: Karsten W. Rohrbach [mailto:[EMAIL PROTECTED]] > &g

RE: TCPServer Error (SOLVED)

2001-04-17 Thread Martin Marconcini
[EMAIL PROTECTED]] > Sent: Tuesday, April 17, 2001 9:54 AM > To: Martin Marconcini > Cc: [EMAIL PROTECTED] > Subject: Re: TCPServer Error > > > it would be interesting if you could provide the output of the following > commands: > > uname -a > file /bin/ls > f

RE: TCPServer Error

2001-04-17 Thread Martin Marconcini
al Message- > From: Karsten W. Rohrbach [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 17, 2001 9:54 AM > To: Martin Marconcini > Cc: [EMAIL PROTECTED] > Subject: Re: TCPServer Error > > > it would be interesting if you could provide the output of the following >

Re: TCPServer Error

2001-04-17 Thread Karsten W. Rohrbach
it would be interesting if you could provide the output of the following commands: uname -a file /bin/ls file /var/qmail/bin/qmail-smtpd file /var/qmail/bin/qmail-start and the contents of your "run" file you start tcpserver and smtpd with /k Martin Marconcini([EMAIL PROTECTED])@2001.04.17 03:

Re: TCPServer Error

2001-04-17 Thread Martin Marconcini
On Tuesday 17 April 2001 07:45, David Young wrote: > From: Martin Marconcini <[EMAIL PROTECTED]> > > > warning: dropping connection, unable to > > run /var/qmail/bin/qmail-smtpd: exec format error > > That would imply to me that the syntax of the "exec" command in your run > script is wrong. > > >

Re: TCPServer Error

2001-04-17 Thread Martin Marconcini
> > The error message seems pretty obvious to me. There is some problem > with the qmail-smtpd executable. Perhaps it was compiled on a > different system, perhaps it was compiled on a later version of the > same system. Whatever the problem, your OS doesn't like that > executable file for some re

Re: TCPServer Error

2001-04-17 Thread David Young
From: Martin Marconcini <[EMAIL PROTECTED]> > warning: dropping connection, unable to > run /var/qmail/bin/qmail-smtpd: exec format error That would imply to me that the syntax of the "exec" command in your run script is wrong. > If I run /var/qmail/supervise/run manually it seems to start w/no

Re: TCPServer Error

2001-04-17 Thread Mark Delany
On Tue, Apr 17, 2001 at 03:43:48AM -0300, Martin Marconcini wrote: > Hello: > > I have followed www.lifewithqmail.org instructions. The server is OpenBSD > 2.8. This was my first qmail installation. At the office I installed OpenBSD > and Qmail and followed instructions and have had no pr

Re: tcpserver error

2001-02-12 Thread Dave Sill
<[EMAIL PROTECTED]> wrote: >So what is qmail-smtp being used for? Assuming you mean /var/log/qmail/smtpd/current, it's used by tcpserver to log connections to port 25. >i also don't really understand how multilog knows to pull information for >smtp as opposed to send since the run scripts are p

Re: tcpserver error

2000-09-25 Thread Dave Sill
"Mark Lo" <[EMAIL PROTECTED]> wrote: >my startup script in /var/qmail/supervise/qmail-smtpd/run file are as follows: > >#!/bin/sh >QMAILDUID=`id -u qmaild` >NOFILESGID=`id -u qmaild` >exec /usr/local/bin/softlimit -m 400 \ >/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \ >

Re: tcpserver error

2000-09-24 Thread Magnus Bodin
On Mon, Sep 25, 2000 at 03:04:33AM +0800, Mark Lo wrote: > Hi, > >I have just installed qmail with tcpserver (following life with qmail), in my >/var/log/qmail/smtpd/current file, the errors messages stating that "tcpserver: >fatal: unable to bind: address already used." and this message ke

Re: tcpserver error

2000-09-24 Thread Mark Lo
In additions, I can see two tcpserver is running under the command of ps-aux   1. tcpserver is running under user "root" 2. tcpserver is running under user "qmaild"   Is this the only reason that causes error ??     - Original Message - From: Mark Lo To: [EMAIL PROTECT

RE: TCPserver error (fwd)

2000-08-01 Thread Alex Campbell
Hey, Your startup could also be happening in the rc2.d scripts, check them /etc/rc*.d/ as well as the start up of the sendmail in /etc/rc2.d/S**sendmail. Is there a /var/run/'filename' for that process and is it dead (svstat /var/run/'filename') Good luck! On Mon, Jul 31, 2000 at 03:31:07PM

Re: TCPserver error (fwd)

2000-07-31 Thread Uwe Ohse
On Mon, Jul 31, 2000 at 03:31:07PM -0500, Z wrote: > something else is already running on that port, and after doing an nmap > it seems to be smtp. i checked my inetd.conf but it says nothing of > smtp being started there. is sendmail still hanging around/running? try "lsof | grep smtp" or

Re: TCPserver error

2000-07-21 Thread Chris, the Young One
On Fri, Jul 21, 2000 at 12:26:25PM -0500, Z wrote: ! [root@myserver /var/qmail/control]# tcpserver -x/etc/tcp.smtp.cdb -u513 -g513 0 smtp /var/qmail/bin/qmail-smtpd & ! tcpserver: fatal: unable to bind: address already used Well, see if sendmail is still running, or whether you have an smtp li

Re: TCPserver error

2000-07-21 Thread Tyler J. Frederick
You can do (with some versions of the nettools package, on linux at least) "netstat -anp | grep LISTEN" and that will show you all ports listening, and the -p options tells the process that is listening - T On Fri, 21 Jul 2000, Z wrote: > i'm getting the following tcpserver error: > > [root@m

RE: TCPserver error

2000-07-21 Thread Ihnen, David
Your inetd or some other process is already bound to the smtp port David -Original Message- From: Z [mailto:[EMAIL PROTECTED]] Sent: Friday, July 21, 2000 10:26 AM To: [EMAIL PROTECTED] Subject: TCPserver error i'm getting the following tcpserver error: [root@myserver /var/qmail/cont

Re: tcpserver error message in /var/log/qmail/smtpd/current

2000-05-12 Thread Dave Sill
Eric Fletcher <[EMAIL PROTECTED]> wrote: >I get the following error message repeated every minute. > >I've checked and rechecked my D. Sill bible and all "seems" to be correct. > >I can send and receive email fine. Allow relay for remote hosts works >properly also. > >tcpserver: fatal: unable to

RE: tcpserver error

1999-12-08 Thread Vince Vielhaber
On 08-Dec-99 Jennifer Tippens wrote: > Hi List! > I have configured something incorrectly. I just can't figure out where. > > I tried to test my installation by sending a message locally and it did > not work. > In var/log/qmail/smtpd/current I get the following repeating error: > biglongnumber