Hi,
kishor bhagwat writes:
hi folks, Has anyone tried the QUEUE_EXTRA or QUEUE_EXTRALEN options in qmail to keep a copy of all incoming/outgoing messages?
Yup A pop account watchdog And in file extra.h
#define QUEUE_EXTRA "Twatchdog\0" #define QUEUE_EXTRALEN 10 #10 is the size of "Twatchdog\0" including '\0' #will vary with the name(watchdog here).
Also an alias entry - .qmail-watchdog with line in it... ./msg-watchdog
I wanted to know how it works when I'm using qmail with maildir format, how i can search and retrieve emails etc.
It will forward all mails received by qmail to this account including mails from root,anonymous etc.
What happens to attachments? Does it store one copy for all the reciepients, or stores multiple copies if multiple people are present in the To or CC fields..
Multiple copies
Regards Swanand techieinfo.cjb.net