Hello all,
I want to convert my IMAP mailbox to any database. Is there any tools which does this? Actually i dont want to convert all mailbox , but only some mailbox. Such that i can get report that how many replies come to this mailbox and how many are bounced which will help me to put report web-based.
rgds kavita
On 21/02/03 16:23 +0530, kavita modi wrote:
I want to convert my IMAP mailbox to any database. Is there any tools which does this? Actually i dont want to convert all mailbox , but only some mailbox. Such that i can get report that how many replies come to this mailbox and how many are bounced which will help me to put report web-based.
Bad idea. See MS-Exchange for why. Write a script to tail your maillogs and see what is happening. http://www.dbmail.org/ might help you though. If you use postfix, pflogsumm.pl is nice. IIRC, you use Netscape messaging server on Solaris though and I don't know how it logs.
I would suggest creating an alias for the address, and sending it to a script. address: "|/path/to/script" The script analyses the incoming mail, generates statistics and lets you create pretty pictures.
Devdas Bhagat
On 21/02/03 16:23 +0530, kavita modi wrote:
I want to convert my IMAP mailbox to any database. Is there any tools which does this? Actually i dont want to convert all mailbox , but only some mailbox. Such that i can get report that how many replies come to this mailbox and how many are bounced which will help me to put report web-based.
Speaking of bounces, can you get your admins to correct this please: ---------------------------------------------------------------------------- $dig -t MX in.iqara.net
; <<>> DiG 9.2.1 <<>> -t MX in.iqara.net ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10298 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
;; QUESTION SECTION: ;in.iqara.net. IN MX
;; ANSWER SECTION: in.iqara.net. 86172 IN MX 10 sumail01.iqara.net.
;; AUTHORITY SECTION: iqara.net. 86172 IN NS suradpri.iqara.net. iqara.net. 86172 IN NS sudnspri.iqara.net.
;; ADDITIONAL SECTION: sumail01.iqara.net. 86172 IN A 203.187.192.9
;; Query time: 2 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Feb 21 23:27:58 2003 ;; MSG SIZE rcvd: 117
-----------------------------------------------------------------------------
$dig 9.192.187.203.relays.ordb.org ; <<>> DiG 9.2.1 <<>> 9.192.187.203.relays.ordb.org ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47702 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 7, ADDITIONAL: 0
;; QUESTION SECTION: ;9.192.187.203.relays.ordb.org. IN A
;; ANSWER SECTION: 9.192.187.203.relays.ordb.org. 215 IN A 127.0.0.2
;; AUTHORITY SECTION: relays.ordb.org. 215 IN NS g.ns.ordb.org. relays.ordb.org. 215 IN NS h.ns.ordb.org. relays.ordb.org. 215 IN NS j.ns.ordb.org. relays.ordb.org. 215 IN NS z.ns.ordb.org. relays.ordb.org. 215 IN NS a.ns.ordb.org. relays.ordb.org. 215 IN NS b.ns.ordb.org. relays.ordb.org. 215 IN NS e.ns.ordb.org.
;; Query time: 2 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Feb 21 23:28:04 2003 ;; MSG SIZE rcvd: 178 -------------------------------------------------------------------------------
Just another happy ORDB user.
Devdas Bhagat