On Apr 19, 2010, at 9:33 AM, Jake Grimmett wrote:
When I put a test user (gollum) over quota, and run warnquota on a server (nfs2.lmb.internal), the email generated by warnquota appears in the maillog as "to=gollum@nfs2.lmb.internal," What I need is the email to go to "gollum@lmb.internal"
you should be able to simply define a MAIL_HUB in your /etc/mail/sendmail.mc file:
dnl # foward all emails to institutional email server define(`MAIL_HUB', `smtp.server.edu')dnl
make -C /etc/mail && service sendmail restart
HTH, ian