"Mikkel L. Ellertson" <[EMAIL PROTECTED]> writes: >> But I know some flags must be getting set somewhere -b, -f maybe some >> more. I want to set the -x flag and set a log file for it. Separate >> from /var/log/maillog. >> >> Where can I set a custom flag?
> something like: > > daemon /usr/sbin/sendmail $([ "$DAEMON" = yes ] && echo -bd -X logfile) \ > I am not sure why you want to use this option, but that will do it. Thanks Mikkel. It only some local experimenting I'm doing. I'm aware that the -X flag will really pile up the data. It was just aggravatinag that I couldn't easily see where to pass the command. There was a time when the variable $FLAGS would be used so dopes like me could find it easy. _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
