Menu

#5 Jobs have a e-mail address of "notexistent" set

open
nobody
None
8
2015-06-09
2011-09-01
No

On my cluster (let's posit that its domain is example.com), this means that completing jobs all send a report to notexistent@example.com, which bounces. This appears to be set in job.c and I can't figure out how to turn it off. The system administrators have asked me not to submit any more jobs until I have a fix somehow.

Discussion

  • Anonymous

    Anonymous - 2011-09-01
    • priority: 5 --> 8
     
  • Joseph Glessner

    Joseph Glessner - 2015-06-09

    In job.c change:
    req->mailUser = fsd_strdup( "notexistent" );
    to
    req->mailUser = fsd_strdup( "nobody" );

     

Log in to post a comment.

MongoDB Logo MongoDB