Has anyone gotten the POSIXness mail command from the Dachstein
pre-releases or release candidate to work?  I'm experiencing the
problem Jeff Clark asked about in

  http://www.geocrawler.com/archives/3/7325/2001/9/200/6589580/

where the mail process never ends, doesn't send the mail, and
displays the message "{pid}: User defined signal 1".

I've verified that I can use netcat from my Dachstein box to
manually send mail to the mail server I have listed in
/etc/POSIXness.conf and I've also verified that the $fdata
file is properly formed and that the right hostname and port
are used in the call to the nc command.

There also seem to be a few minor errors in /bin/POSIXness .  I
believe the line that reads:

  [ -f "$conf" ] && source $MASTCONF

should be:

  [ -f "$MASTCONF" ] && source $MASTCONF

and I had to move the source() function above that line before
the variables in POSIXness.conf were properly sourced.

--Brad


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to