"Keith Warno" <[EMAIL PROTECTED]> writes:
  
  All seems well tho I can't seem to figure out why things are getting logged
  to my terminal rather than to a log file somewhere.

  [...]  
  
     tcpserver -v -u 7770 -g 2108 0 smtp /var/qmail/bin/qmail-smtpd \
     2>&1 | /var/qmail/bin/splogger smtpd 3 &
  
  [...]
  
  To be honest I have no idea what facility 3 is (second arg to splogger); at
  any sane hour of the day I probably would

You're close.  Read /usr/include/syslog.h (or maybe it's /../sys/syslog.h
for you).  3 is "daemon" for me.

I use splogger without specifying any facility to get my tcpserver logs
placed in my mail log.

Reply via email to