[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] not getting email notification



Fernando Rannou wrote:
Hello,

something is wrong with email notification (condor-7.0.5)
Jobs run OK, but don't send email out
when they finish. However, email seems to
be working at the central manager:

For instance, I tried

$ mail -v rannou@xxxxxxxxxxxx  < message

and I get the email right away.

What can be wrong? is there log files where I
can check whether condor is sending emails?
Thanks

Fernando

The configured mail program needs to be able to accept a -s option, make sure yours can.

xargs `condor_config_val MAIL` -s SUBJECT rannou...

If you have D_FULLDEBUG enabled you can find "Forking Mailer process..." in your SchedLog.

Best,


matt