OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Len Conrad (LConrad_at_Go2France.com)
Date: Thu Jan 02 2003 - 11:19:34 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    >Hi All
    > how can i enable logging of SMTPD (server
    >connections ) i mean the connections initiated by
    >remote servers e.g hotmail.com

    smptd logging is enabled by default

    try this:

    awk '/smtpd.*: connect from/ {print %8 }' /var/log/maillog |\
         sort -f | uniq -ci | sort -rf | less

    Len