-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 28 Nov 2002 17:57:43 -0600, Ed Wilts wrote:

> I'm both able and willing to patch it, but I'd prefer to see a patch
> that simply moved the logging facility from mail.* to ipop3.*.  That
> would allow all the logging to still continue, but move them to a
> separate file with a new entry in syslog.conf.  Is this difficult? 
> I'm not much of a C programmer...

It is impossible with syslogd, because there is no facility called
"ipop3". See "man syslog.conf". You could make it log to a less
used facility, e.g. local0.* to local7.*. It would be done by
changing a single line in c-client/env_unix.c from

    openlog (server,LOG_PID,LOG_MAIL);

to

    openlog (server,LOG_PID,LOG_LOCAL0);

- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE95sA+0iMVcrivHFQRArxkAJ4tDeWiLJJPLvPC8JYP78HUaxDpIwCeOobu
AJJo3/v9cU+nKDNJi/nvWDA=
=QSzM
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to