Help for this page

Select Code to Download


  1. or download this
    <sys_date> sendmail[pid]: <i>some stuf</i> relay=some.host.net [ip_add
    +r], <i>some stuf</i> Relaying denied
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    chomp;
    if (! /\/Rlogger.pl/i) { system("/etc/rc.d/rc.remote-logger") };
    if (! /\/mle/i) { system("/etc/rc.d/rc.mle") };