Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Incorrect notification email address
- Date: Tue, 11 Dec 2007 14:32:30 -0500
- From: Paul Mezzanini <paul.mezzanini@xxxxxxx>
- Subject: Re: [Condor-users] Incorrect notification email address
On 12/11/07 12:38 PM, "Erik Paulson" <epaulson@xxxxxxxxxxx> wrote:
> On Tue, Dec 11, 2007 at 11:04:17AM -0500, Paul Mezzanini wrote:
>> I've finally gotten annoyed enough to ask for help on this one.
>>
>> Condor is working great however when a job completes the notification email
>> is going out as jobnumber@xxxxxxx instead of putting the username in.
>>
>>> From /var/log/messages:
>> Dec 11 09:17:24 gp01 sSMTP[12620]: RCPT TO:<[Condor] Condor Job
>> 98.39@xxxxxxx> (550 5.1.1 unknown or illegal user: [C
>> ondor] Condor Job 98.39@xxxxxxx)
>>
>> Any ideas?
>>
>> Potentially important info:
>> Condor 6.9.3
>> EMAIL_DOMAIN = rit.edu
>>
>
> What does
> condor_config_val mail
>
> say? That's the program that condor fires up to send mail. It needs to
> understand the -s commandline flag to set the subject.
>
> -Erik
gp01 bin # ./condor_config_val mail
/usr/sbin/sendmail
gp01 bin # equery belongs sendmail
[ Searching for file(s) sendmail in *... ]
mail-mta/ssmtp-2.61-r2 (/usr/lib/sendmail -> /usr/sbin/sendmail)
net-mail/mailwrapper-0.2.1 (/usr/sbin/sendmail)
gp01 bin #
Condor is the only program having issues, all other system mail is being
delivered fine. (I think)