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=<gol...@nfs2.lmb.internal>," What I need is the email to go 
> to "gol...@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
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to