Project

General

Profile

action #112673

Updated by tinita almost 2 years ago

We currently don't get emails for unreviewed issues on o3. issues. 

 Looking into `/var/mail/root`, this started at May 31: 
 ``` 
 <o3-admins@suse.de>: host relay.infra.opensuse.org[192.168.47.4] said: 450 
     4.1.8 <geekotest@ariel.suse-dmz.opensuse.org>: Sender address rejected: 
     Domain not found (in reply to RCPT TO command) 

 <team-qa-tools-aaaaejigt64kk3g6p3q4rtgnl4@suse.slack.com>: host 
     relay.infra.opensuse.org[192.168.47.4] said: 450 4.1.8 
     <geekotest@ariel.suse-dmz.opensuse.org>: Sender address rejected: Domain 
     not found (in reply to RCPT TO command) 
 ``` 
 Simple test: 
 ``` 
 echo "To: tina.mueller@suse.com 
 From: tina.mueller@suse.com 
 Subject: test 

 test test test 
 " | /usr/sbin/sendmail -t "tina.mueller@suse.com" 
 ``` 
 I never receive an email. 

 I also can't see it in `/var/mail/root` but I guess it takes a while until it appears there, while the mailserver tries to send it. 

 (We also haven't seen logwarn emails for a while (May 10 was the last one), but it could be that there were no unknown warnings. I can't find any logwarn emails reported in `/var/mail/root`.)

Back