Actions
action #112673
closedCannot send emails from o3 size:M
Status:
Resolved
Priority:
High
Assignee:
Category:
-
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Tags:
Description
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
Actions