OT, quitting mailsubj from within a script

1999-08-04 Thread Eric Dahnke
Hello List, We have the following script on our mailserver to catch telnet attempts: #!/bin/sh logger "WARNING!!! Somebody wants to log into the system!!!" /var/qmail/bin/mailsubj "Login attempt at Mail Server!" [EMAIL

Re: OT, quitting mailsubj from within a script

1999-08-04 Thread Jim Arnott
Try : echo | /var/qmail/bin/mailsubj "Login attempt at Mail Server!" [EMAIL PROTECTED] -jim Hello List, We have the following script on our mailserver to catch telnet attempts: #!/bin/sh logger "WARNING!!!