Hi folks. Is there a way to modify the log stamp to include pid as well as time? Preferably for all logging, but at least for imap and pop. I took a look at the mail-login plugin, but that seems to associate operations with uid, still no pid. Am I missing something? Thanks for any info, -Brian U of Minnesota Internet Services
On Mon, February 26, 2007 2:40 pm, bhayden at umn.edu said:> Hi folks. Is there a way to modify the log stamp to include pid as well as > time?Take a look at http://wiki.dovecot.org/Variables %p = pid I use: mail_log_prefix = "%Us(%u)(%p): " Syslog adds the timestamp though. Bill