action #112673
Updated by livdywan over 2 years ago
## Observation We currently don't get emails for unreviewed issues on o3. 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`.) ## Acceptance criteria * **AC1:** Emails can be sent again ## Suggestions * Contact person responsible for the relay, e.g. create openSUSE heroes ticket over admin@opensuse.org or ask in https://matrix.to/#/#opensuse-admin:libera.chat or create Jira SD ticket * It seems like any domain is rejected including suse.de and suse.com