# Filter/Destination für PIX-Firewall filter f_pix { host(pix); }; # Zielort der Log-Dateien destination loghost { file ("/var/log/hosts/$YEAR?$MONTH/$HOST/$FACILITY-$YEAR-$MONTH-$DAY" owner(root) group(root) perm(0600) dir_perm(0700) create_dirs(yes) ); }; log { source(s_all); destination(loghost); }; # Pix log { source(s_all); filter(f_pix); destination(loghost); flags(final); };