Page MenuHomeDevCentral

Create mail blackhole / silently discard mail to notifications-noreply@devcentral.nasqueron.org
Open, LowPublic

Description

Spotted during a debug session with @ptdradmin at Brussels:

Aug 22 16:44:01 hervil postfix/submission/smtpd[84108]: NOQUEUE: reject: RCPT from docker-002.nasqueron.org[51.255.124.9]: 550 5.1.1 <notifications-noreply@devcentral.nasqueron.org>: Recipient address rejected: User unknown in virtual mailbox table; from=<notifications-noreply@devcentral.nasqueron.org> to=<notifications-noreply@devcentral.nasqueron.org> proto=ESMTP helo=<localhost.localdomain> sasl_method=LOGIN sasl_username=devcentral@nasqueron.org

Phabricator sends mail to itself to the no-reply address, with valid users in CC.
Those mails are discard by Postfix.

Event Timeline

dereckson created this task.
GPT-5.6-Sol idea:

Confirmed: Phabricator deliberately uses its default no-reply address as a recipient on some notifications. As Postfix currently rejects that recipient before DATA, we’ll declare notifications-noreply@devcentral.nasqueron.org as a valid blackhole mailbox and silently discard mail delivered to it.