• Is there a RCPT limit for submission?

    From John Levine@21:1/5 to All on Sun Mar 10 22:25:45 2024
    When I'm sending a message to a lot of people via submission to
    127.0.0.1:25, is there a limit to the number of RCPT TO commands per
    message, or the number of messages I can send per session?

    In the FM I see the confMAX_MESSAGE_SIZE parameter for max message
    size, and outgoing limits like SMTP_MAILER_MAXMSGS but not those two.

    (If it's in the documentation and I missed it, after you tell me I'm
    stupid I'd appreciate more hints on where to look.)

    --
    Regards,
    John Levine, johnl@taugh.com, Primary Perpetrator of "The Internet for Dummies",
    Please consider the environment before reading this e-mail. https://jl.ly

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Claus =?iso-8859-1?Q?A=DFmann?= @21:1/5 to John Levine on Mon Mar 11 07:03:20 2024
    John Levine wrote:
    When I'm sending a message to a lot of people via submission to
    127.0.0.1:25, is there a limit to the number of RCPT TO commands per
    message, or the number of messages I can send per session?

    (If it's in the documentation and I missed it, after you tell me I'm

    grep -i 'max.*rec' op.txt
    recipients Maximum number of recipients per envelope
    MaxAliasRecursion=N
    The maximum depth of alias recursion (de-
    MaxRecipientsPerMessage=N
    The maximum number of recipients that will
    The maximum number of recipients per enve-
    The maximum number of MX records we will


    --
    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)
  • From John Levine@21:1/5 to All on Mon Mar 11 21:36:52 2024
    According to Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org>:
    John Levine wrote:
    When I'm sending a message to a lot of people via submission to
    127.0.0.1:25, is there a limit to the number of RCPT TO commands per
    message, or the number of messages I can send per session?

    (If it's in the documentation and I missed it, after you tell me I'm

    grep -i 'max.*rec' op.txt
    recipients Maximum number of recipients per envelope
    MaxAliasRecursion=N
    The maximum depth of alias recursion (de-
    MaxRecipientsPerMessage=N
    The maximum number of recipients that will
    The maximum number of recipients per enve-
    The maximum number of MX records we will

    Huh, I could have sworn I grepped for something like that.

    Any limit on the number of messages per session? If it's there
    my greepage skills have failed again.

    --
    Regards,
    John Levine, johnl@taugh.com, Primary Perpetrator of "The Internet for Dummies",
    Please consider the environment before reading this e-mail. https://jl.ly

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