• manually bounce a queued message

    From Marco Moock@21:1/5 to All on Thu Mar 27 21:44:19 2025
    Hello!

    Is there a way to manually bounce a message that stucks in queue due to unreachable MX host (that won't come back, as domain is parked)?


    --
    kind regards
    Marco

    Send spam to 1743108145muell@stinkedores.dorfdsl.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Claus =?iso-8859-1?Q?A=DFmann?= @21:1/5 to Marco Moock on Fri Mar 28 02:08:55 2025
    Marco Moock wrote:

    Is there a way to manually bounce a message that stucks in queue due to unreachable MX host (that won't come back, as domain is parked)?

    Yes.


    sendmail -O Timeout.queuereturn=1s -qR$DOMAIN

    or something like that.

    You could also try to "route" the domain to an error,
    see cf/README: mailertable.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andreas S. Kerber@21:1/5 to Marco Moock on Fri Mar 28 08:59:40 2025
    Marco Moock <mm@dorfdsl.de> wrote:
    Is there a way to manually bounce a message that stucks in queue due to unreachable MX host (that won't come back, as domain is parked)?

    Theres qtool.pl in the contrib directory of the sendmail source tarball.
    Works nice for me.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Otto J. Makela@21:1/5 to All on Fri Mar 28 15:01:10 2025
    Claus Aßmann wrote:

    You could also try to "route" the domain to an error,
    see cf/README: mailertable.

    Been there, done that.

    A local computer magazine (MBnet) with a quite popular free email system dropped all email services (and the MX records), but kept their website
    (which now just redirects to their current magazine name Mikrobitti).

    All mail queued to them would stay in queue for five days waiting to
    be delivered (to their web server), and only then bounce. I included
    an entry for their domain into the mailertable with error:nouser 550
    so attempts at sending email get bounced immediately.

    --
    /* * * Otto J. Makela <om@iki.fi> * * * * * * * * * */
    /* Phone: +358 40 765 5772, ICBM: N 60 10' E 24 55' */
    /* Mail: Mechelininkatu 26 B 27, FI-00100 Helsinki */
    /* * * Computers Rule 01001111 01001011 * * * * * * */

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Fri Mar 28 15:55:42 2025
    On 28.03.2025 15:01 Otto J. Makela wrote:

    A local computer magazine (MBnet) with a quite popular free email
    system dropped all email services (and the MX records), but kept
    their website (which now just redirects to their current magazine
    name Mikrobitti).

    They could use the Null MX record.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Otto J. Makela@21:1/5 to Marco Moock on Fri Mar 28 17:22:16 2025
    Marco Moock <mm+usenet-es@dorfdsl.de> wrote:

    On 28.03.2025 15:01 Otto J. Makela wrote:
    A local computer magazine (MBnet) with a quite popular free email
    system dropped all email services (and the MX records), but kept
    their website (which now just redirects to their current magazine
    name Mikrobitti).

    They could use the Null MX record.

    They could have, but they didn't. I suspect business decision was just to
    "get rid of the email" and anything else (even removing MX) was extra.

    I'd also add an empty SPF to designate no emails will be sent
    "v=spf1 -all" and empty DMARC "v=DMARC1; p=reject; aspf=s; adkim=s;"
    --
    /* * * Otto J. Makela <om@iki.fi> * * * * * * * * * */
    /* Phone: +358 40 765 5772, ICBM: N 60 10' E 24 55' */
    /* Mail: Mechelininkatu 26 B 27, FI-00100 Helsinki */
    /* * * Computers Rule 01001111 01001011 * * * * * * */

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)