The latest information and fixes for security vulnerabilities are available from the SCO Secure Technologies Group site (http://www.sco.com/security/).
Administering Mail and Messaging
Sendmail Operation Guide
O: set option
To fix this problem, log into the system as root and
issue the following commands:
mv /usr/lib/sendmail /usr/lib/sendmail.710
chmod 000 /usr/lib/sendmail.710
cp /usr/lib/sendmail.save /usr/lib/sendmail.orig
chmod 000 /usr/lib/sendmail.orig
cd /usr/lib
ln -s ../../usr/netscape/suitespot/bin/mail/server/bin/sendmail sendmail
This moves the sendmail provided by
the update710 package to /usr/lib/sendmail.710, copies the
original sendmail for your system to /usr/lib/sendmail.orig,
and correctly links /usr/lib/sendmail to the Netscape
Messaging Server sendmail. If you later remove the Messaging
Server or the update710 package, you will have to manually
replace /usr/lib/sendmail with the correct version and
update its permissions and ownership. To create the correct permissions,
log in as root,copy the correct file into place, then
issue these commands:
chown root:bin /usr/lib/sendmail
chmod 4555 /usr/lib/sendmail
A problem in this feature prevents a local SMTP connection from sending outgoing mail. If you make a connection to the SMTP server from the same machine on which the server resides, you will not be able to send a message to another machine. The SMTP dialog will be dropped with the following error message:
Relay mail from localhost to recipient.host.name deniedrecipient.host.name is the name of the remote host to which the mail is addressed.
Example: If you have the Netscape Communicator or Navigator Messenger Mailbox configured with the local host as the "Outgoing mail (SMTP) server", the Netscape mail user agent attempts to make a direct SMTP connection to the local host to send outgoing mail, which fail swith the above error message.
To work around this problem:
R$* $: < $&{client_name} > $1 check connecting host
R<$=w>
| $* | $@ ok | client is local |
| R<localhost> | $* | $@ ok | client is local |
An alternate solution is available at the SCO Support Library.