Email notification is not working in spacewalk


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Email notification is not working in spacewalk
# 1  
Old 12-11-2014
Email notification is not working in spacewalk

Hi,

I am using spacewalk tool ( Linux systems management solution ). I have configured probe notification and notification method in spacewalk.

But I am not getting the notification mail.

Checked the /var/log/maillog and the error message as follows,

Code:
Dec 11 17:01:11 spserver postfix/smtp[18509]: 5F27A141930: to=<veera.veluchamy@aspiresys.com>, relay=aspiresys-com.mail.eo.outlook.com[213.199.154.23]:25, 
delay=6.8, delays=0.05/0.13/1/5.5, dsn=5.7.1, status=bounced (host aspiresys-com.mail.eo.outlook.com[213.199.154.23] 
said: 550 5.7.1 Service unavailable; Client host [103.5.78.10] blocked using Spamhaus; To request removal from this list see 
http://www.spamhaus.org/lookup.lasso (in reply to RCPT TO command))
Dec 11 17:01:15 spserver postfix/cleanup[18202]: 29E2014192B: message-id=<20141211113115.29E2014192B@spserver.local>
Dec 11 17:01:15 spserver postfix/qmgr[1701]: 29E2014192B: from=<>, size=3063, nrcpt=1 (queue active)
Dec 11 17:01:15 spserver postfix/bounce[18244]: 388E1141933: sender non-delivery notification: 29E2014192B
Dec 11 17:01:15 spserver postfix/qmgr[1701]: 388E1141933: removed
Dec 11 17:01:15 spserver postfix/local[18271]: 29E2014192B: to=<rogerthat01@spserver.local>, relay=local, delay=0.13, delays=0.12/0/0/0, dsn=5.1.1, status=bounced (unknown user: "rogerthat01")
Dec 11 17:01:15 spserver postfix/qmgr[1701]: 29E2014192B: removed
Dec 11 17:01:16 spserver postfix/cleanup[18202]: 6291A14190A: message-id=<20141211113116.6291A14190A@spserver.local>
Dec 11 17:01:16 spserver postfix/qmgr[1701]: 6291A14190A: from=<>, size=3400, nrcpt=1 (queue active)
Dec 11 17:01:16 spserver postfix/bounce[18244]: 5F27A141930: sender non-delivery notification: 6291A14190A
Dec 11 17:01:16 spserver postfix/qmgr[1701]: 5F27A141930: removed
Dec 11 17:01:16 spserver postfix/local[18271]: 6291A14190A: to=<rogerthat01@spserver.local>, relay=local, delay=0.01, delays=0/0/0/0, dsn=5.1.1, status=bounced (unknown user: "rogerthat01")
Dec 11 17:01:16 spserver postfix/qmgr[1701]: 6291A14190A: removed


Please help me to solve the issue. Thanks in advance..
# 2  
Old 12-11-2014
Isn't that quite obvious? The first recipient's mail system seems to have a problem with the sender being listed in sort of a spam list; the second recipient is a non-existent local user.
# 3  
Old 12-11-2014
1. I have removed the sender IP from blocker list by following the instructions which is mentioned here Blocklist Removal Center - The Spamhaus Project But still getting the same error. Smilie
2. I am not adding any second recipient. Its automatically added.
May I know how to remove the second recipient?

And I am not getting any error in /var/log/nocpulse/Notifier-error.log file,

Code:
04:05  Net::SMTP=GLOB(0x2108340)>>> .
2014-12-12 04:04:05  Net::SMTP=GLOB(0x2108340)<<< 250 2.0.0 Ok: queued as CE184141973
2014-12-12 04:04:05  Net::SMTP=GLOB(0x2108340)>>> RSET
2014-12-12 04:04:05  Net::SMTP=GLOB(0x2108340)<<< 250 2.0.0 Ok
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 220 spserver.local ESMTP Postfix
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> EHLO localhost.localdomain
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250-spserver.local
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250-PIPELINING
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250-SIZE 10240000
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250-VRFY
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250-ETRN
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250-ENHANCEDSTATUSCODES
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250-8BITMIME
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250 DSN
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> MAIL FROM:<rogerthat01@spserver>
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250 2.1.0 Ok
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> RCPT TO:<vennila.perumal@aspiresys.com>
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250 2.1.5 Ok
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> DATA
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 354 End data with <CR><LF>.<CR><LF>
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> To: veera.veluchamy@aspiresys.com
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> From: "Monitoring Satellite Notification" <rogerthat01@spserver>
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> Precedence: special-delivery
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> Priority: urgent
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> Subject: OK: localhost.localdomain: Spacewalk: Processes at 04:09 IST
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>>
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> This is Spacewalk Monitoring Satellite notification 01z470qh.
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>>
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> Time:      Fri Dec 12, 04:09:01 IST
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> State:     OK
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> Host:      localhost.localdomain (192.168.4.160)
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> Check:     Spacewalk: Processes
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> Message:   Processes 246
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>>
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> Run from:  Spacewalk Monitoring Scout
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> .
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250 2.0.0 Ok: queued as 31FA8141975
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)>>> RSET
2014-12-12 04:09:07  Net::SMTP=GLOB(0x2113d58)<<< 250 2.0.0 Ok


Last edited by Nila; 12-12-2014 at 12:08 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Email notification error on Solaris

Hi, I am getting error below when testing email. is there a way I can configure email on Solaris? SunOS -s 5.10 Generic_147440-04 sun4u sparc SUNW,SPARC-Enterprise echo "hello" | sendmail -v abcd WARNING: local host name (-s) is not qualified; see cf/README: WHO AM I? abcd... Connecting... (1 Reply)
Discussion started by: roshanbi
1 Replies

2. Shell Programming and Scripting

Email Notification

Hi All, I need write a linux script which emails each record to the employee manager email-id which will be specified inside the file. Each employee can have a different manager too.. file contain 200 to 300 records Employee ID, Employee Name, Employee Email-ID, Manager, Manager... (4 Replies)
Discussion started by: tradingspecial
4 Replies

3. SuSE

Yum update not working from spacewalk server

Hello, I have registered an SLES11SP1 server with my spacewalk server however when I perform a 'yum repolist', I do not see my spacewalk server as one of the available repositories. So when I perform yum update (any-package), it does not find an update available. HOwever within the Spacewalk GUI... (3 Replies)
Discussion started by: s ladd
3 Replies

4. Shell Programming and Scripting

Add Email Notification to Rsync

HI what i need to be able to do is add a email to the end of a rsync. my current ion configures writes a daily log to disk, but real want to send the log to a central email address. The current script is as below, is this possible? #!/bin/bash if then rsync -aWv --stats progress... (3 Replies)
Discussion started by: treds
3 Replies

5. AIX

Sending an email notification when syslog goes down

Hi All of a sudden the syslog daemon in the server went down and then later I started it manually # ps -ef | grep syslogd root 217228 114906 0 Nov 16 - 0:00 /usr/sbin/syslogd root 430306 290870 0 14:18:11 pts/0 0:00 grep syslogd Can some one help me with a script which will monitor the... (2 Replies)
Discussion started by: newtoaixos
2 Replies

6. UNIX for Advanced & Expert Users

Linux-Heartbeat Email Notification

hi guys I hope this goes here Have someone used Linux heartbeat to send email when the Slave server becomes the Master? I've read I can configure the MailTo under /etc/ha.d/resource.d but I really don't know how to do it. I basically need my primary server to send an email when it... (2 Replies)
Discussion started by: karlochacon
2 Replies

7. UNIX for Dummies Questions & Answers

Understanding Email notification script

Hello All, 1) I am trying to understand the shell script written already, below is the code in this code i am seeing a variable $EMAIL_ID which was not defined in entire script, neither it is passed as a parameter while executing shell script nor it is defined in .profile, could you please tell... (1 Reply)
Discussion started by: Ariean
1 Replies

8. AIX

Problem with Cron Email Notification

I have two different cron jobs that run on the same days. The jobs are 7 hours apart. Both jobs are set to send notification emails when they start running. Both jobs always run successfully, but I only receive an email from the first job. I never get the email from the second job. ... (1 Reply)
Discussion started by: sasaliasim
1 Replies

9. UNIX for Dummies Questions & Answers

How to add email notification in scripts?

Hi. I want to add email notification so when the my script finishes it sends out an email of the results to our team. If there are errors the subject on the email should say there were errors. If any having idea/sample scripts pls share with me. (2 Replies)
Discussion started by: redlotus72
2 Replies

10. Post Here to Contact Site Administrators and Moderators

Why am I not recieving email notification?

I have been a member for almost a year now. I have always recieved email notifications when I select "subcribe to this thread" at the bottom of posts that I reply to. However, over the last month or so, I have not been recieving email notification of replys to posts I respond to. I have... (6 Replies)
Discussion started by: Kelam_Magnus
6 Replies
Login or Register to Ask a Question