Usually, people play trial-and-error on the "expect" and "send" strings in
the L.sys to find communication line (modem or other device)
characteristics, like "Connect", "Online", and other message outputs from
the modem. uucico sends the "expect-send" pair of strings to the remote
uucp host via the communication line. It depends on how the underlying
communication device behaves itself. For example, does it require a
carriage return or a new line or a couple of delays while in conversation
mode? Below are special characters often used in the "expect-send" string:
\\r CARRIAGE RETURN
\\d DELAY for one second
\\c NO NL (No New Line)
A delay (\\d) is sometimes needed for uucico to wait for the communication
line to complete its task before process the next string.
The "expected" and "send" string pairs are processed in that order. Yes,
you may grab the last line of the display message as the "expected" string.
For autobaud to work, you can try the "" \\r\\c "" \\r\\c "expect-send"
sequences.
If uucp works, it does not necessarily mean that the "mail" should work.
It depends on how the "sendmail" system is set up and configured. Is the
"sendmail" program up and running on both machines?
The /usr/spool/mqueue/syslog file should record the reason for the mail
problem. However, the /etc/syslogd daemon must be running to show the
sendmail activity.
Article Change History:
13 Sep 1994 - Reviewed.
31 Aug 1992 - Reviewed.
Support Information Services