Hi,

Regarding bug #289235, I believe it should be closed since
the place of the news log file is good.

However, it would be great to modify some lines in order
to have the right *group* owner and *permission* (as wanted
by INN2, with « inncheck » for instance).  Indeed, it should
not be news/adm but news/news 644.

- destination df_news_dot_notice { file("/var/log/news/news.notice" 
owner("news")); };
- destination df_news_dot_err { file("/var/log/news/news.err" owner("news")); };
- destination df_news_dot_crit { file("/var/log/news/news.crit" owner("news")); 
};
+ destination df_news_dot_notice { file("/var/log/news/news.notice" owner("news") 
group("news") perm(0644)); };
+ destination df_news_dot_err { file("/var/log/news/news.err" owner("news") 
group("news") perm(0644)); };
+ destination df_news_dot_crit { file("/var/log/news/news.crit" owner("news") 
group("news") perm(0644)); };



By the way, in order not to make syslog file unreadable,
it should be better not to log news into syslog (since news
are very verbose)...

- filter f_syslog { not facility(auth, authpriv); };
+ filter f_syslog { not facility(auth, authpriv, news); };

For that last thing, it is only more convenient, I think,
contrary to the group/permission which are part of the
recommendations of INN2.

--
Julien ÉLIE

« Il ne faut jamais gifler un sourd : il perd la moitié du plaisir.
  Il sent la gifle mais il ne l'entend pas. » (Georges Courteline)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to