Edward Chaves wrote:
> 
> On Fri, Mar 16, 2001 at 09:32:44AM -0800, Brad Dameron wrote:
> >
> > Well I am using the 4.9.9 which was supposed to fix the --enable-log-name
> > but it still doesn't log to the file I specify. I want to log all my pop3
> > connections to the pop3 log file. Still not working.
> 
> isn't the log name just the name that is used in syslog, not an actual file?
> 
> --
> Edward

       void openlog( char *ident, int option, int  facility)

Yes, it is the ident parameter.

The string pointed to by ident is added to each message, 
and is typically set to the program name. 
/etc/syslog.conf controls how the ident name is mapped
to a log file.

-- 
Ken Jones
"Live Free, Live GPL"
http://www.inter7.com/

Reply via email to