• Re: connection timed out error

    From None@21:1/5 to All on Sun Sep 17 17:27:47 2023

    sendmail[29938]: 38G6ZTQv029938: collect: premature EOM: unexpected close sendmail[29938]: 38G6ZTQv029938: collect: unexpected close on connection
    from xxxxxxx, sender=<xxxxxxxxx@xxxxxxxxxxx>


    sendmail[22714]: STARTTLS=read, info: fds=10/4, err=2
    sendmail[22714]: STARTTLS=read, info: fds=10/4, err=2
    sendmail[22714]: 38HFPp79022714: collect: premature EOM: unexpected close sendmail[22714]: 38HFPp79022714: collect: unexpected close on connection
    from

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From None@21:1/5 to All on Sun Sep 17 17:17:04 2023
    I have posted this before, thinking I have some sort of dns problem

    my public mail server logs this sometimes

    sendmail[246758]: 38G6ZP06246744: SYSERR(root): timeout writing message
    to mail.example.com.
    sendmail[246758]: 38G6ZP06246744: to=<xxx@example.com>, delay=00:00:02, xdelay=00:00:01, mailer=esmtp, pri=304697, relay=mail.example.com.
    [x.x.x.x], dsn=4.0.0, stat=Deferred: Name server: mail.example.com.:
    host name lookup failure


    and the local mail server logs these.


    sendmail[29938]: 38G6ZTQv029938: collect: premature EOM: unexpected close sendmail[29938]: 38G6ZTQv029938: collect: unexpected close on connection
    from xxxxxxx, sender=<xxxxxxxxx@xxxxxxxxxxx>

    I managed to save this message and don't really know what to look for. Increasing logging also does not give anything useful.


    sendmail-8.16.1-10.el9.x86_64
    sendmail-8.14.7-6.el7.x86_64

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Sun Sep 17 19:16:46 2023
    Am 17.09.2023 um 17:17:04 Uhr schrieb None:

    [x.x.x.x], dsn=4.0.0, stat=Deferred: Name server: mail.example.com.:
    host name lookup failure

    Run

    dig mx mail.example.com.

    And post the output here.

    If that doesn't give you SOA or the MX records, something is wrong. Try
    dig ns mail.example.com. and then

    Directly ask the authoritative with dig mx mail.example.org @nsx...
    from the output of the NS records.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From None@21:1/5 to All on Sun Sep 17 21:04:19 2023

    [x.x.x.x], dsn=4.0.0, stat=Deferred: Name server: mail.example.com.:
    host name lookup failure

    Run

    dig mx mail.example.com.

    And post the output here.

    If that doesn't give you SOA or the MX records, something is wrong. Try
    dig ns mail.example.com. and then

    Directly ask the authoritative with dig mx mail.example.org @nsx...
    from the output of the NS records.



    Dns is fine. I forgot to mention, I can send an email to this email
    address without any issues. Currently the messages stuck in the queue
    are only from icloud.com and me.com.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From None@21:1/5 to All on Sun Sep 17 21:48:16 2023

    [x.x.x.x], dsn=4.0.0, stat=Deferred: Name server: mail.example.com.:
    host name lookup failure

    Run

    dig mx mail.example.com.

    And post the output here.

    If that doesn't give you SOA or the MX records, something is wrong. Try
    dig ns mail.example.com. and then

    Directly ask the authoritative with dig mx mail.example.org @nsx...
    from the output of the NS records.


    I messed with the mailer table a bit, and I think I bounced them.
    However the mailq command indeed showed a

    (host map: lookup (someexternalhost.com): deferred)

    someexternalhost.com was indeed not resolving and was mentioned in the
    cc/to headers.

    So we have a message that has:

    for <aaaa@formyhost.com>;

    From:xxxx@icloud.com

    To: aaaa@formyhost.com, bbbb@formyhost.com, cccc@someexternalhost.com

    But what I do not get is why the 'cccc@someexternalhost.com' gives me
    local delivery issues.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Mon Sep 18 07:33:30 2023
    Am 17.09.2023 um 21:48:16 Uhr schrieb None:

    (host map: lookup (someexternalhost.com): deferred)

    someexternalhost.com was indeed not resolving and was mentioned in
    the cc/to headers.

    So we have a message that has:

    for <aaaa@formyhost.com>;

    From:xxxx@icloud.com

    To: aaaa@formyhost.com, bbbb@formyhost.com, cccc@someexternalhost.com

    But what I do not get is why the 'cccc@someexternalhost.com' gives me
    local delivery issues.

    Please run mailq and post the output here without changing the domains.
    Also run
    sudo sendmail -q -v and post the output here.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Claus =?iso-8859-1?Q?A=DFmann?= @21:1/5 to None on Mon Sep 18 03:41:39 2023
    None wrote:

    (host map: lookup (someexternalhost.com): deferred)

    someexternalhost.com was indeed not resolving and was mentioned in the
    cc/to headers.

    Look for nocanonify in in the files SECURITY and TUNING

    --
    Note: please read the netiquette before posting. I will almost never
    reply to top-postings which include a full copy of the previous
    article(s) at the end because it's annoying, shows that the poster
    is too lazy to trim his article, and it's wasting the time of all readers.

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