Ah, sorry. I though postfix was providing sendmail wrappers on my RHEL systems. Looks like we are indeed running sendmail, not postfix. # yum install sendmail sendmail-cf
:D On Thu 02/06/14 03:33PM -0500, Gavin W. Burris wrote: > Hi, Prentice. > > If this is RHEL-compatible, you will want to map to the desired domain > name in the /etc/mail/domaintable file. Something like: > > login.clustername.rutgers.edu rutgers.edu > login.clustername rutgers.edu > > You may need to add the following lines to your sendmail.mc file, too: > FEATURE(domaintable)dnl > MASQUERADE_AS(`rutgers.edu')dnl > > Then: > # cd /etc/mail > # make > # service sendmail restart > > > Cheers. > > > On Thu 02/06/14 02:29PM -0500, Prentice Bisbal wrote: > > Dear GridEngine Users, > > > > I have a question about mail handling/addressing. I'm using OGS 6.2u5p2. > > > > All the compute nodes in my cluster are on a private network in the > > domain 'clustername'. The login host is has a network interface on > > this private network and the hostname 'login', so it's fqdn is > > 'login.clustername.' I'm using postfix for my MTA on all the nodes, > > LDAP so e-mail usernames can be mapped to e-mail addresses, so mail > > sent to my username should map to my e-mail address listed in LDAP > > which is of the form [email protected]. When I send mail as root > > to my username, it gets delivered correctly. However, when I use > > qsub with the switch '-m bea', I receive the mail message, but it > > shows that it was addressed to [email protected] instead > > of the correct address. I'm not a mail expert, but clearly the one > > of the To: headers (envelope or message, I forget which - I'm not > > normally a mail admin) isn't being written correctly. This only > > happens through OGS. Can anyone give me advice on how to configure > > OGS or Postfix so when I look at message in my mail client, it shows > > that the actual address it was sent to? I'm not an expert on postfix > > administration, but I can share my postfix config if that will help > > debug this. > > > > -- > > Prentice > > > > _______________________________________________ > > users mailing list > > [email protected] > > https://gridengine.org/mailman/listinfo/users > > -- > Gavin W. Burris > Senior IT Project Leader > Research Computing > Wharton Computing > University of Pennsylvania > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users -- Gavin W. Burris Senior IT Project Leader Research Computing Wharton Computing University of Pennsylvania _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
