Xref: utzoo comp.unix.xenix.sco:2080 comp.unix.sysv386:6533 comp.unix.wizards:24633 comp.unix.admin:1453 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!usc!pollux.usc.edu!flon From: flon@pollux.usc.edu (Lawrence Flon) Newsgroups: comp.unix.xenix.sco,comp.unix.sysv386,comp.unix.wizards,comp.unix.admin Subject: sendmail on SCO ODT + uucp: SOLUTION Keywords: sendmail, uucp, Open Desktop, solution Message-ID: <31518@usc> Date: 1 Apr 91 22:30:33 GMT Sender: news@usc Followup-To: comp.unix.xenix.sco Organization: Quality Software Products, Culver City, California Lines: 38 Nntp-Posting-Host: pollux.usc.edu Originator: flon@pollux.usc.edu Kudos to Bob Kukura (rk@theep.boston.ma.us). The problem previously described as: > We are having a peculiar problem with sendmail, and I would > appreciate any ideas, suggestions, or solutions. > > Sendmail is running on an SCO ODT 1.0 system, which is our UUCP > gateway. The problem appears sending UUCP mail from other hosts on > our Lan to UUCP sites. It works fine delivering, via SMTP, to all > our local machines, and smetimes works OK when sending, via UUCP, > to other hosts. > > The probem is that it will someimes get into a state where it says > "Cannot exec '/usr/bin/uux' errno=13". This doesn't seem to be a > problem when sending UUCP mail from the local (ODT) system, but > rather when another systemon our networkis attempting to get it to > send UUCP mail. Once it gets into this state where it will only > sen local UUCP mail, the only solution appears to be to kill and > restart sendmail. > was corrected with Bob's suggestion: >> The solution is to give the sendmail daemon started by init an LUID by >> editing /etc/rc2.d/S85tcp to read something like: >> >> /bin/su root -c "/usr/lib/sendmail -bd -q1h" Indeed, without the explicit su, the sendmail process created during boot will fail to send uucp mail from other hosts with the uux errno=13. With the explicit su, it works fine. Thanks Bob! Scott Simpers Quality Software Products simpers@qsp --