action #110920
Updated by livdywan over 2 years ago
We would like to send notification emails on openqa.opensuse.org. There are certain combinations of Sender and recipients that are rejected by mx2.suse.de. I'm testing with ``` echo "body" | mailx -s "subject" -r "from@example.org" "to@example.org" ``` Sending from a suse.de address to an suse.com, an external address or a slack channel address works. Sending from a suse.com address to a suse.com or suse.de address is rejected. Sending from a suse.com address to an external address works. Sending from a suse.de address to a suse.de address is rejected. If rejected, the recipient gets an email from mailer mailder daemon: ``` <timueller@suse.de>: host mx2.suse.de[ip] said: 554 5.7.1 <o3-admins@suse.de>: Sender address rejected: We don't accept our own addresses as sender address on this host! (in reply to RCPT TO command) ``` ## Acceptance criteria * **AC1:** Emails are no longer rejected ## Suggestions * File tickets with SUSE IT and openSUSE heroes