[CentOS] warnquota email domain ?

Wed Apr 21 20:00:19 UTC 2010
Ian Levesque <ian at crystal.harvard.edu>

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 at nfs2.lmb.internal>," What I need is the email to go 
> to "gollum at 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