This may be a bug, but testing the ~/.sge_request approach produced the following results:
* qsub job without the -M arg, email was delivered to the address specified in ~/.sge_request * qsub job with -M and two emails are sent, one to the qsub -M email, the other to the one in ~/.sge_request Instead of overwriting the maillist, multiple -M's apparently append to the current maillist. Bummer. > -----Original Message----- > From: [email protected] [mailto:users- > [email protected]] On Behalf Of Mike Hanby > Sent: Monday, July 25, 2011 4:11 PM > To: 'Reuti'; Mark Suhovecky > Cc: [email protected] > Subject: Re: [gridengine users] emails when -M not in script? > > What about adding > > -M [email protected] > > or whatever to /opt/gridengine/default/common/sge_request (adjust path > to suit your env) > > Alternatively, create a ~/.sge_request file for each user (add this to > your user account creation script) and assign their default email addy > there: > > cat ~jondoe/.sge_request > > -M [email protected] > > Mike > > > -----Original Message----- > > From: [email protected] [mailto:users- > > [email protected]] On Behalf Of Reuti > > Sent: Friday, July 22, 2011 2:24 PM > > To: Mark Suhovecky > > Cc: [email protected] > > Subject: Re: [gridengine users] emails when -M not in script? > > > > Am 22.07.2011 um 21:11 schrieb Mark Suhovecky: > > > > > Occasionally users submit SGE scripts on our system without the -M > > option set. > > > I would expect these to go to admin_mail address defined under the > > general cluster settings; > > > instead, they're going to root on the local compute node. Is there > > something missing in my settings? > > > Can I configure this behavior? > > > > But the nodes can send to the outside world? > > > > Usually postfix needs to be set up on the nodes to use the headnode > as > > a relay. Then the users can just define their real email address in > > ~/.forward and it will reach them all the time. It might also be > > necessary to change the sender, as root@node01 might be rejected by > > some MTAs. > > > > Or you set it up for all in /etc/aliases > > > > (Second way: Using a JSV to attach an email address to the jobs would > > need to look up in a database or the above file, whereto to send the > > emails. The forwarding must be set up anyway.) > > > > -- Reuti > > > > > > > I took a quick stab at finding threads on this in the old > > mailmark.org archives, but came up empty. > > > > > > Thanks for any input, > > > > > > Mark > > > > > > Mark Suhovecky > > > HPC System Administrator > > > Center for Research Computing > > > University of Notre Dame > > > [email protected] > > > _______________________________________________ > > > users mailing list > > > [email protected] > > > https://gridengine.org/mailman/listinfo/users > > > > > > _______________________________________________ > > users mailing list > > [email protected] > > https://gridengine.org/mailman/listinfo/users > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
