[slurm-dev] Re: Send notification email

2016-10-06 Thread Christopher Samuel
On 06/10/16 03:07, Fanny Pagés Díaz wrote: > Oct 5 11:34:52 compute-0-3 postfix/smtp[6469]: connect to > 10.8.52.254[10.8.52.254]:25: Connection refused So you are blocked from connecting to the mail server you are trying to talk to on port 25/tcp (SMTP) - you need to get that opened up. --

[slurm-dev] Re: Send notification email

2016-10-06 Thread John Hearns
try this: telnet 10.8.52.254 25 then type elho cluster.citi.cu I think you will not get much response! -Original Message- From: Fanny Pagés Díaz [mailto:fpa...@citi.cu] Sent: 05 October 2016 17:06 To: slurm-dev <slurm-dev@schedmd.com> Subject: [slurm-dev] Re: Send notification

[slurm-dev] Re: Send notification email

2016-10-05 Thread Fanny Pagés Díaz
869/0.01/0/0, dsn=4.4.1, status=deferred $ -Mensaje original- De: John Hearns [mailto:john.hea...@xma.co.uk] Enviado el: miércoles, 5 de octubre de 2016 11:33 Para: slurm-dev Asunto: [slurm-dev] Re: Send notification email Fany, Are you able to send us some of the lines from the /var/log/

[slurm-dev] Re: Send notification email

2016-10-05 Thread John Hearns
com> Subject: [slurm-dev] Re: Send notification email Thanks anyway. All the best. Fany -Mensaje original- De: John Hearns [mailto:john.hea...@xma.co.uk] Enviado el: miércoles, 5 de octubre de 2016 11:20 Para: slurm-dev Asunto: [slurm-dev] Re: Send notification email Fany, You are c

[slurm-dev] Re: Send notification email

2016-10-05 Thread Fany Pages
Thanks anyway. All the best. Fany -Mensaje original- De: John Hearns [mailto:john.hea...@xma.co.uk] Enviado el: miércoles, 5 de octubre de 2016 11:20 Para: slurm-dev Asunto: [slurm-dev] Re: Send notification email Fany, You are correct. I understand this a bit better now. My answer I

[slurm-dev] Re: Send notification email

2016-10-05 Thread John Hearns
To: slurm-dev <slurm-dev@schedmd.com> Subject: [slurm-dev] Re: Send notification email Yes, I refer to the external network IP cluster is not valid out, my domain is not registered (@ cluster.citi.cu) therefore is not in the MX records, so when I relay in my postfix, my corporate mail server r

[slurm-dev] Re: Send notification email

2016-10-05 Thread Fanny Pagés Díaz
wrong? -Mensaje original- De: John Hearns [mailto:john.hea...@xma.co.uk] Enviado el: miércoles, 5 de octubre de 2016 10:17 Para: slurm-dev Asunto: [slurm-dev] Re: Send notification email Fany, Many clusters which have an internal network which is a private network. However the other

[slurm-dev] Re: Send notification email

2016-10-05 Thread John Hearns
. The cluster compute nodes can be configured to 'relay' email via the head node. -Original Message- From: Fanny Pagés Díaz [mailto:fpa...@citi.cu] Sent: 05 October 2016 15:13 To: slurm-dev <slurm-dev@schedmd.com> Subject: [slurm-dev] Re: Send notification email Hi, Thanks for your answer.

[slurm-dev] Re: Send notification email

2016-10-05 Thread Fanny Pagés Díaz
: martes, 4 de octubre de 2016 18:43 Para: slurm-dev Asunto: [slurm-dev] Re: Send notification email On 03/10/16 23:39, Fanny Pagés Díaz wrote: > I have a slurm running in the same HPC cluster server, but I need send > all notification using my corporate mail server, which running in >

[slurm-dev] Re: Send notification email

2016-10-04 Thread Christopher Samuel
On 03/10/16 23:39, Fanny Pagés Díaz wrote: > I have a slurm running in the same HPC cluster server, but I need send > all notification using my corporate mail server, which running in > another server at my internal network. I not need use the local postfix > installed at slurm server. The most

[slurm-dev] Re: Send notification email

2016-10-04 Thread Fanny Pagés Díaz
se.ucdavis.edu] Enviado el: lunes, 3 de octubre de 2016 18:17 Para: slurm-dev Asunto: [slurm-dev] Re: Send notification email This might work for you: slurm.conf:MailProg=/usr/bin/msmtp.wrapper $ cat /usr/bin/msmtp.wrapper #!/bin/bash mytmp=$(mktemp /tmp/slurm.email.XX) echo "From: s

[slurm-dev] Re: Send notification email

2016-10-03 Thread Bill Broadley
This might work for you: slurm.conf:MailProg=/usr/bin/msmtp.wrapper $ cat /usr/bin/msmtp.wrapper #!/bin/bash mytmp=$(mktemp /tmp/slurm.email.XX) echo "From: slurm@" > $mytmp echo Subject: $2 >> $mytmp echo To: $3 >> $mytmp echo >> $mytmp echo $2 >> $mytmp cat $mytmp | /usr/bin/msmtp -a

[slurm-dev] Re: Send notification email

2016-10-03 Thread Fanny Pagés Díaz
again. De: John Hearns [mailto:john.hea...@xma.co.uk] Enviado el: viernes, 30 de septiembre de 2016 4:59 Para: slurm-dev Asunto: [slurm-dev] Re: Send notification email Fanny, You are getting confused between the mail client – that is the program you use to send email as a user, and the mail

[slurm-dev] Re: Send notification email

2016-09-30 Thread John Hearns
: Send notification email Yes, I can set the mail server in slurm? De: Eckert, Phil [mailto:ecke...@llnl.gov] Enviado el: miércoles, 28 de septiembre de 2016 15:00 Para: slurm-dev Asunto: [slurm-dev] Re: Send notification email If I understand your question, you can set it in the in slurm.con

[slurm-dev] Re: Send notification email

2016-09-29 Thread Fanny Pagés Díaz
Yes, I can set the mail server in slurm? De: Eckert, Phil [mailto:ecke...@llnl.gov] Enviado el: miércoles, 28 de septiembre de 2016 15:00 Para: slurm-dev Asunto: [slurm-dev] Re: Send notification email If I understand your question, you can set it in the in slurm.conf file, the default

[slurm-dev] Re: Send notification email

2016-09-29 Thread Burian, John
If you mean, you need Slurm to deliver mail through a specific SMTP relay, I think that is best controlled at the OS level, so you’d want to look at your Postfix or Sendmail configuration. -- John Burian Senior Systems Programmer, Technical Lead Battelle Center for Mathematical Medicine

[slurm-dev] Re: Send notification email

2016-09-28 Thread Eckert, Phil
If I understand your question, you can set it in the in slurm.conf file, the default is: MailProg = /usr/bin/mail From: Fanny Pagés Díaz > Reply-To: slurm-dev > Date: Wednesday, September 28, 2016 at 11:45