Re: TCPSERVER status 256

2001-05-29 Thread Dave Sill

Nathaniel L. Keeling III [EMAIL PROTECTED] wrote:

How can I verify if this is a bare line problem or not?

Use recordio to record the complete SMTP dialogue. See the faq.

My rc file contains 'qmail-start '|dot-forward .forward ./Maildir/'
and nothing is showing up in the qmail-send log file.

That's not nothing to do with your SMTP problems. If you're not
running qmail using svscan, a la Life with qmail, you probably
should splogger qmail to the end of your qmail-start command.

-Dave



Re: TCPSERVER status 256

2001-05-29 Thread Peter van Dijk

On Tue, May 29, 2001 at 08:44:20AM -0400, Dave Sill wrote:
 Nathaniel L. Keeling III [EMAIL PROTECTED] wrote:
 
 How can I verify if this is a bare line problem or not?
 
 Use recordio to record the complete SMTP dialogue. See the faq.

A nice trick:
- create /service/qmail-smtpd as you would normally
- create /service/qmail-smtpd-recordio as a copy with recordio
  inserted, and logging to a separate space (be sure to chmod this
  logdir tight because recordio records complete emails).

The switchover is then simply:
# svc -u /service/qmail-smtpd-recordio ; svc -d /var/service/qmail-smtpd
and viceversa.

We have this on all our mailservers now, and for pop3 too. It's a
great diagnostic tool.

Greetz, Peter.



RE: TCPSERVER status 256

2001-05-29 Thread Kitabjian, Dave



Search 
the archive for 256 or the like. I posted details about the same question last 
year sometime.

Dave NetCarrier, Software Engineering 

  -Original Message-From: Nathaniel L. Keeling III 
  [mailto:[EMAIL PROTECTED]]Sent: Saturday, May 26, 2001 2:12 
  PMTo: [EMAIL PROTECTED]Subject: TCPSERVER status 
  256I am getting a status 256 in the qmail-smtpd log files 
  when one of our other servers try to connect to the mail server to send mail. 
  The log files from the other server is getting good response, the helo and 
  response, and sends the data but the messages are not getting to the users and 
  there are no entries in the qmail-send log file. Can anybody help? Here are 
  the entries from qmail-smtpd log file. 
  @40003b0fba66381db324 tcpserver: status: 1/40 
  @40003b0fba6638bd8d04 tcpserver: pid 8871 from 
  207.227.131.194 @40003b0fba663ac86894 tcpserver: 
  ok 8871 kweku.akan.net:207.227.131.131:25 
  akim.akan.net:207.227.131.194::3191 @40003b0fba671a5dfe0c tcpserver: end 8871 status 256 
  @40003b0fba671a6725cc tcpserver: status: 0/40 
   
  thanks 


Re: TCPSERVER status 256

2001-05-28 Thread Nathaniel L. Keeling III

How can I verify if this is a bare line problem or not? My rc file contains
'qmail-start '|dot-forward .forward ./Maildir/' and nothing is showing up in the
qmail-send log file.

Chris Johnson wrote:

 On Sat, May 26, 2001 at 01:12:09PM -0500, Nathaniel L. Keeling III wrote:
  I am getting a status 256 in the qmail-smtpd log files when one of our
  other servers try to connect to the mail server to send mail. The log
  files from the other server is getting good response, the helo and
  response, and sends the data but the messages are not getting to the
  users and there are no entries in the qmail-send log file. Can anybody
  help? Here are the entries from qmail-smtpd log file.
 
  @40003b0fba66381db324 tcpserver: status: 1/40
  @40003b0fba6638bd8d04 tcpserver: pid 8871 from 207.227.131.194
  @40003b0fba663ac86894 tcpserver: ok 8871
  kweku.akan.net:207.227.131.131:25 akim.akan.net:207.227.131.194::3191
  @40003b0fba671a5dfe0c tcpserver: end 8871 status 256
  @40003b0fba671a6725cc tcpserver: status: 0/40

 Though it doesn't necessarily mean this, every time I've seen the above it was
 because the other end was sending me a message with a bare linefeed in it.

 See http://cr.yp.to/docs/smtplf.html

 Chris

   
Part 1.2Type: application/pgp-signature




TCPSERVER status 256

2001-05-26 Thread Nathaniel L. Keeling III


I am getting a status 256 in the qmail-smtpd log files when one of our
other servers try to connect to the mail server to send mail. The log files
from the other server is getting good response, the helo and response,
and sends the data but the messages are not getting to the users and there
are no entries in the qmail-send log file. Can anybody help? Here are the
entries from qmail-smtpd log file.
@40003b0fba66381db324 tcpserver: status: 1/40
@40003b0fba6638bd8d04 tcpserver: pid 8871 from 207.227.131.194
@40003b0fba663ac86894 tcpserver: ok 8871 kweku.akan.net:207.227.131.131:25
akim.akan.net:207.227.131.194::3191
@40003b0fba671a5dfe0c tcpserver: end 8871 status
256
@40003b0fba671a6725cc tcpserver: status: 0/40

thanks


Re: TCPSERVER status 256

2001-05-26 Thread Chris Johnson

On Sat, May 26, 2001 at 01:12:09PM -0500, Nathaniel L. Keeling III wrote:
 I am getting a status 256 in the qmail-smtpd log files when one of our
 other servers try to connect to the mail server to send mail. The log
 files from the other server is getting good response, the helo and
 response, and sends the data but the messages are not getting to the
 users and there are no entries in the qmail-send log file. Can anybody
 help? Here are the entries from qmail-smtpd log file.
 
 @40003b0fba66381db324 tcpserver: status: 1/40
 @40003b0fba6638bd8d04 tcpserver: pid 8871 from 207.227.131.194
 @40003b0fba663ac86894 tcpserver: ok 8871
 kweku.akan.net:207.227.131.131:25 akim.akan.net:207.227.131.194::3191
 @40003b0fba671a5dfe0c tcpserver: end 8871 status 256
 @40003b0fba671a6725cc tcpserver: status: 0/40

Though it doesn't necessarily mean this, every time I've seen the above it was
because the other end was sending me a message with a bare linefeed in it.

See http://cr.yp.to/docs/smtplf.html

Chris

 PGP signature


RE: TCPSERVER status 256

2001-05-26 Thread Chris Bolt

 I am getting a status 256 in the qmail-smtpd log
 files when one of our other servers try to connect
 to the mail server to send mail. The log files from
 the other server is getting good response, the helo
 and response, and sends the data but the messages are
 not getting to the users and there are no entries in
 the qmail-send log file. Can anybody help? Here are
 the entries from qmail-smtpd log file.

If /var/qmail/rc has splogger qmail at the end, remove it and restart
qmail-send and it will start logging correctly.