451 error

2001-06-02 Thread Nathaniel L. Keeling III


I would like to say thank you for the help so far on the
451 error that I am receiving. I am still having a problem with this message.
Here is the output from the smtp log file with recordio. The error is occurring
between the header information and the message itself. There was already
a carriage return line feed after the content type line and we tried to
add some more but it did not help. When we added more carriage return line
feed, we got more blank lines. I am thinking this error has something to
do with the blank line between the header information and the message itself.
Any help of information would be appreciated. thanks
tcpserver: ok 1214 kweku.akan.net:207.227.131.131:25 ro05-24-131-178-246.ce.mediaone.net:24.131.178.246::1254
214 > 220 kweku.akan.net ESMTP
214  HELO ForSure_MailBot
214 > 250 kweku.akan.net
214  MAIL FROM:[EMAIL PROTECTED]>
214 > 250 ok
214  RCPT TO:[EMAIL PROTECTED]>
214 > 250 ok
214  DATA
214 > 354 go ahead
214  Sender: [EMAIL PROTECTED]
214  Reply-to: [EMAIL PROTECTED]
214  To: "Nathaniel Keeling" [EMAIL PROTECTED]>
214  From: "billing" [EMAIL PROTECTED]>
1214  Date: Thu, 31 May 2001 00:03:15
1214  Subject: Invoice 1011 for June Services
214  X-Mailer: ForSure_MailBot (5.5.1960.3)
1214  MIME+
214  -Version: 1.0
214  Content-Type: text/html; charset=US-ASCII
214 
214 > 451 See http://pobox.com/~djb/docs/smtplf.html.
1214 > [EOF]
tcpserver: end 1214 status 256




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: supervised pop3d fails to TERM

2000-06-26 Thread Nathaniel L. Keeling III

I have the same problem. What part and where of the script are you saying to
place an "exec" at?

Chris Johnson wrote:

 On Thu, Jun 22, 2000 at 04:34:31AM -0500, Jud Harris wrote:
  My problem: pop3d, run via tcpserver, fails to shut down when supervised
 
  Script contents follow:
 
  /etc/rc.d/init.d/qmail
  --
  #!/bin/sh -e
  # /etc/init.d/qmail : start or stop the qmail mail subsystem.
  # borrowed from http://Web.InfoAve.Net/~dsill/lwq.html#start-qmail
  # modified by Adam McKenna [EMAIL PROTECTED]
 
  PATH=$PATH:/usr/local/bin:/var/qmail/bin
 
  case "$1" in
  start)
  echo -n "Starting mail-transport-agent:"
  svc -u /var/qmail/supervise/*
  echo -n " qmail"
  svc -u /var/qmail/supervise/*/log
  echo " logging."
  ;;
  stop)
  echo -n "Stopping mail-transport-agent: "
  echo -n " qmail"
  svc -d /var/qmail/supervise/*
  echo " logging"
  svc -d /var/qmail/supervise/*/log
  ;;
  # file truncated for brevity
 
  /var/qmail/supervise/qmail-pop3d/run
  
  #!/bin/sh
  /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup
   

 Try sticking an "exec" in there, like you have in your log script.

 Chris




checkpassword

2000-05-16 Thread Nathaniel L. Keeling III

I am relatively new to this, but how do you get the encrypted password
into the assign files? I am trying to setup the pop3 users and I need to
create the assigns file. Do you use the unix's crypt command and then
cut and paste this into the file? What key do you use to encrypt the
password using the crypt command? Do you use the root user's password as
the key?

thanks




Compile Error

2000-04-17 Thread Nathaniel L. Keeling III

I am trying to install qmail. I have a sun sparc 5 with the new solaris
8 installed. I installed the latest version of gcc (gcc2.95). I
downloaded qmail. Issued 'gunzip qmail-1.03.tar.gz' and then 'tar -xvf
qmail-1.03.tar'. I created the qmail users and groups and then I tried
to compile qmail. I received the error '/usr/ucb/cc: language optional
software package not installed' '*** Error code 1' 'make: Fatal error:
Command failed for target 'qmail-local.o' '. What does this mean and how

can I get around this?