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 11:38:43 -0600
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Incorrect notification email address
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