Hi, Is it possible to add the modification time and file name of the mail file to maillog plugin? Thanks -- *Ayd?n Demirel Endersys Ltd. Sistem Destek M?hendisi/ System Support Engineer* * *<<Endersys is the first Advanced Business Partner of Red Hat in Turkey! http://www.europe.redhat.com/partners/endersys/>> Phone : +90 216 470 9423 | GSM : +90 530 401 8203 Fax : +90 216 470 9508 | Web : http://www.endersys.com <http://www.endersys.com/> Blog : http://blog.endersys.com <http://blog.endersys.com/> Twitter : http://www.twitter.com/endersys LPI : The #1 Linux Certification for IT Professionals LPI (Linux Professional Institute) Turkey http://www.lpi-turkey.com <http://www.lpi-turkey.com/>
On 20.2.2012, at 11.29, Ayd?n Demirel wrote:> Is it possible to add the modification timeThat would be the same as IMAP INTERNALDATE / received-date. It would be possible to add this pretty easily.> and file name of the mail file to maillog plugin?This would be much more difficult, because the filename isn't known at the time when the logging is normally done. UIDs have the same problem, but they were specially implemented, and adding such support for filenames would be much more extra work.