On Fri, Nov 29, 2002 at 02:17:50AM +0100, Michael Schwendt wrote:
> 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);

Thanks!  I fixed it by creating my patch based on the latest source rpm,
editing the spec file, and then rebuilding the rpm.  It seems to work
like I want it to so far.

Thanks for pointing me in the right direction!  My maillog is cleaner
now.

Cheers,
        .../Ed
-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



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

Reply via email to