Syafril Hermansyah said the following on 03/26/2010 11:17 AM +07:00:
> dilanjutkan di bagian 2 untuk teknik/penggunaan search engine.

Log transaksi bisa dicari melalui

1. Menggunakan Queue and Stat Manager

http://mdaemon.dutaint.co.id/11.0/index.html?queuestats_log_page.htm

click open log lalu pilih log file yg akan di view.

2. Menggunakan Text Processor

Bisa menggunakan notepad atau wordpad untuk view log file yg ada di
folder \\mdaemon\logs.
Jika log file besar, maka membuka file dg wordpad butuh waktu lama
sehingga perlu text processor yg lebih canggih, misalkan pakai gvim

<ftp://ftp.dutaint.com/freeware/editor/vim/gvim70.exe>
<http://www.vim.org/download.php>

3. Menggunakan dos/windows command di command console

Cara ini paling cepat jika log filenya besar.

- masuk ke command console (DOS Prompt)
- agar memudahkan copy and paste hasil search nantinya, aktifkan quick edit
        + dari console windows, right mouse click menu pilih properties         
          dan
aktifkan quick edit
        + kalau ingin quick edit permanent bisa gunakan registry editor

<http://technet.microsoft.com/en-us/library/cc978582.aspx>

- setelah itu search dg command findstr

F:\mdaemon\LOGS>findstr "[email protected]"
"MDaemon-20100326-SMTP-(in).log"

Fri 2010-03-26 14:17:37: [1842:6] --> 250 <[email protected]>,
Recipient ok

Fri 2010-03-26 14:18:33: [1888:6] <-- RCPT TO:<[email protected]>


Fri 2010-03-26 14:18:34: [1888:6] --> 250 <[email protected]>,
Recipient ok

Fri 2010-03-26 14:19:00: [1924:15] <-- RCPT To:<[email protected]>


Fri 2010-03-26 14:19:00: [1924:15] --> 250 <[email protected]>,
Recipient ok

Berikut tinggal search base on session-ID, ketemu deh satu session.

F:\mdaemon\LOGS>findstr \[1924:15] "MDaemon-20100326-SMTP-(in).log"



Fri 2010-03-26 14:19:00: [1924:15] Session 1924; child 15; thread 0


Fri 2010-03-26 14:19:00: [1924:15] Accepting SMTP connection from
[203.130.233.4:28459] to [203.130.233.2:25]

Fri 2010-03-26 14:19:00: [1924:15] --> 220 dutaint.co.id ESMTP MDaemon
11.0.0; Fri, 26 Mar 2010 14:19:00 +0700

Fri 2010-03-26 14:19:00: [1924:15] <-- EHLO dutaint.com


Fri 2010-03-26 14:19:00: [1924:15] --> 250-dutaint.co.id Hello
dutaint.com, pleased to meet you

Fri 2010-03-26 14:19:00: [1924:15] --> 250-ETRN


Fri 2010-03-26 14:19:00: [1924:15] --> 250-AUTH=LOGIN


Fri 2010-03-26 14:19:00: [1924:15] --> 250-AUTH LOGIN CRAM-MD5


Fri 2010-03-26 14:19:00: [1924:15] --> 250-8BITMIME


Fri 2010-03-26 14:19:00: [1924:15] --> 250 SIZE 20480000


Fri 2010-03-26 14:19:00: [1924:15] <-- MAIL
From:<[email protected]> SIZE=3329

Fri 2010-03-26 14:19:00: [1924:15] Performing PTR lookup
(4.233.130.203.IN-ADDR.ARPA)

Fri 2010-03-26 14:19:00: [1924:15] *  D=4.233.130.203.IN-ADDR.ARPA
TTL=(123) PTR=[dutaint.com]

Fri 2010-03-26 14:19:00: [1924:15] *  Gathering A records...


Fri 2010-03-26 14:19:00: [1924:15] *  D=dutaint.com TTL=(1394)
A=[203.130.233.4]

Fri 2010-03-26 14:19:00: [1924:15] ---- End PTR results


Fri 2010-03-26 14:19:00: [1924:15] Performing IP lookup (dutaint.com)


Fri 2010-03-26 14:19:00: [1924:15] *  D=dutaint.com TTL=(1394)
A=[203.130.233.4]

Fri 2010-03-26 14:19:00: [1924:15] ---- End IP lookup results


Fri 2010-03-26 14:19:00: [1924:15] Performing IP lookup (dutaint.com)


Fri 2010-03-26 14:19:00: [1924:15] *  D=dutaint.com TTL=(1394)
A=[203.130.233.4]

Fri 2010-03-26 14:19:00: [1924:15] ---- End IP lookup results


Fri 2010-03-26 14:19:00: [1924:15] --> 250
<[email protected]>, Sender ok

Fri 2010-03-26 14:19:00: [1924:15] <-- RCPT To:<[email protected]>


Fri 2010-03-26 14:19:00: [1924:15] --> 250 <[email protected]>,
Recipient ok

Fri 2010-03-26 14:19:00: [1924:15] <-- DATA


Fri 2010-03-26 14:19:00: [1924:15] Creating temp file (SMTP):
i:\mdaemon\queues\temp\42\md50000002209.tmp

Fri 2010-03-26 14:19:00: [1924:15] --> 354 Enter mail, end with
<CRLF>.<CRLF>

Fri 2010-03-26 14:19:00: [1924:15] Message size: 3331 bytes


Fri 2010-03-26 14:19:00: [1924:15] Passing message through AntiVirus
(Size: 3331)...

Fri 2010-03-26 14:19:00: [1924:15] *  Message is clean (no viruses
found)

Fri 2010-03-26 14:19:00: [1924:15] ---- End AntiVirus results


Fri 2010-03-26 14:19:01: [1924:15] Passing message through Outbreak
Protection...

Fri 2010-03-26 14:19:01: [1924:15] *  Message-ID:
!&!aaaaaaaaaaayaaaaaaaaaebcx8gtpzvfng5amqn6w93cgaaaeaaaaeny1egupojcnhvh1uichyybaaaaa...@aio.co.id

Fri 2010-03-26 14:19:01: [1924:15] *  Reference-ID:
str=0001.0A150205.4BAC5FE5.00A2:SCFSTAT1423931,ss=1,fgs=0

Fri 2010-03-26 14:19:01: [1924:15] *  Virus result: 0 - Clean


Fri 2010-03-26 14:19:01: [1924:15] *  Spam result: 1 - Clean


Fri 2010-03-26 14:19:01: [1924:15] *  IWF result: 0 - Clean


Fri 2010-03-26 14:19:01: [1924:15] ---- End Outbreak Protection results


Fri 2010-03-26 14:19:01: [1924:15] Message creation successful:
i:\mdaemon\queues\inbound\29\md50000145157.msg

Fri 2010-03-26 14:19:01: [1924:15] --> 250 Ok, message saved
<Message-ID:
!&!aaaaaaaaaaayaaaaaaaaaebcx8gtpzvfng5amqn6w93cgaaaeaaaaeny1egupojcnhvh1uichyybaaaaa...@aio.co.id>

Fri 2010-03-26 14:19:01: [1924:15] <-- QUIT


Fri 2010-03-26 14:19:01: [1924:15] --> 221 See ya in cyberspace


Fri 2010-03-26 14:19:01: [1924:15] SMTP session successful (Bytes
in/out: 3465/522)

... dilanjutkan dengan tracking log secara remote.

-- 
syafril
-------
Syafril Hermansyah
MDaemon-L Moderators, running MDaemon 11.0 Release Edition
Harap tidak cc: atau kirim ke private mail untuk masalah MDaemon.

--[MDaemon-L]------------------------------------------------
Milis ini untuk Diskusi antar pengguna MDaemon Mail Server.

Netiket: <http://www.netmeister.org/news/learn2quote>
Arsip: <http://mdaemon-l.dutaint.com>
Henti Langgan: Kirim mail ke MDaemon-L-unsubscribe [at] dutaint.com
Berlangganan: kirim mail ke MDaemon-L-subscribe [at] dutaint.com
Versi terakhir MD 11.0.0, SP 4.1.1, OC 2.2.4, SG 2.0.2, PP 1.1

Kirim email ke