Sh3ll



Directory :  /scripts2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Current File : //scripts2/watch_smtp_login.sh
#! /bin/bash

/usr/bin/tail -f /var/log/exim_mainlog | egrep "dovecot_plain|dovecot_login|\/home\/" | egrep -v ".autorespond|Incorrect authentication data"

Sh3LL