On Tue, Dec 12, 2000 at 09:21:55PM +0100, Markus Stumpf wrote:
> # awk -F: '{print $1}' > ~alias/.qmail-allusers
> # chmod 644 ~alias/.qmail-allusers

*ARGL* This should read
    # awk -F: '{print $1}' /etc/passwd > ~alias/.qmail-allusers
    # chmod 644 ~alias/.qmail-allusers

*sigh*
Sorry,  \Maex

Reply via email to