Help for this page
ypcat passwd | perl -wne '/:/ and print "$`\@domain.local\n";'
ypcat passwd | cut -d: -f1 | sed 's/$/@mydomain.local/'
ypcat passwd | sed 's/:.*/@domain.local/'