For some reason this script is not working. It is supposed to
(obviously) run the etrn command in a telnet session to the servers
sendmail. Any thoughts?
#!/bin/sh
# Send ETRN command to sendmail for domain delivery
telnet f64.shutter.net smtp <<SMTP_EOF
ETRN %1
QUIT
SMTP_EOF
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.