John Conover writes:
 > As per the "standard" qmail installation for uucp, I have a
 > /var/qmail/alias/.qmail-uucp-default of:
 > 
 >     '|preline -d /usr/bin/uux - -gC -a"${SENDER:-MAILER-DAEMON}" uucphost!rmail 
 >"($DEFAULT@$HOST)"'
 > 
 > when there is outgoing email to uucphost, what program executes the
 > uux command, and what is its UID and GID when it does it?

preline executes uux.

grep ^alias: /etc/passwd | awk -F: '{print "UID=",$3," GID=",$4}'

-- 
-russ nelson <[EMAIL PROTECTED]>  http://russnelson.com
Crynwr sells support for free software  | PGPok | Government schools are so
521 Pleasant Valley Rd. | +1 315 268 1925 voice | bad that any rank amateur
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | can outdo them. Homeschool!

Reply via email to