#!/bin/sh
QMAIL=/var/qmail
grep "/home/" /etc/passwd | awk -F: '{print $1"@localhost"}' | sort -u >> $QMAIL/users/recipients
