Discussion:
Is there a RCPT limit for submission?
(too old to reply)
John Levine
2024-03-10 22:25:45 UTC
Permalink
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, ***@taugh.com, Primary Perpetrator of "The Internet for Dummies",
Please consider the environment before reading this e-mail. https://jl.ly
Claus Aßmann
2024-03-11 11:03:20 UTC
Permalink
Post by John Levine
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.
John Levine
2024-03-11 21:36:52 UTC
Permalink
Post by Claus Aßmann
Post by John Levine
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, ***@taugh.com, Primary Perpetrator of "The Internet for Dummies",
Please consider the environment before reading this e-mail. https://jl.ly
Loading...