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
