> > The last little bit we are working on is Imail POP3 syslog > > packets. Imail's POP3 UDP packets don't seem to have any standard syslog > > "facility.level" info so the syslog server dumps them in general syslog > > file, but we prefer the logging to go only to a smaller, less busy "poplog" > > file. > > >Will something like the following in syslog.conf work? > >!* >+srv1 >*.* /var/log/imail.log > >or even: > >!POP3D >+srv1 >*.* /var/log/imail.log
this works great : !POP3D *.* /var/log/poplog *.none /var/log/messages the second line does not cause POP3D not to log into /var/log/messages. so we get double logging. Len Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
