Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #213: Change your language to Finnish.


comp / comp.mail.sendmail / Re: Is there a RCPT limit for submission?

SubjectAuthor
* Is there a RCPT limit for submission?John Levine
`* Re: Is there a RCPT limit for submission?Claus Aßmann
 `- Re: Is there a RCPT limit for submission?John Levine

1
Subject: Is there a RCPT limit for submission?
From: John Levine
Newsgroups: comp.mail.sendmail
Organization: Taughannock Networks
Date: Sun, 10 Mar 2024 22:25 UTC
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder6.news.weretis.net!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!not-for-mail
From: johnl@taugh.com (John Levine)
Newsgroups: comp.mail.sendmail
Subject: Is there a RCPT limit for submission?
Date: Sun, 10 Mar 2024 22:25:45 -0000 (UTC)
Organization: Taughannock Networks
Message-ID: <uslc19$7ps$1@gal.iecc.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 10 Mar 2024 22:25:45 -0000 (UTC)
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970";
logging-data="7996"; mail-complaints-to="abuse@iecc.com"
Cleverness: some
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
Originator: johnl@iecc.com (John Levine)
View all headers

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

Subject: Re: Is there a RCPT limit for submission?
From: Claus Aßmann
Newsgroups: comp.mail.sendmail
Organization: MGT Consulting
Date: Mon, 11 Mar 2024 11:03 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder6.news.weretis.net!news.misty.com!.POSTED.veps.esmtp.org!not-for-mail
From: INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org (Claus Aßmann)
Newsgroups: comp.mail.sendmail
Subject: Re: Is there a RCPT limit for submission?
Date: Mon, 11 Mar 2024 07:03:20 -0400 (EDT)
Organization: MGT Consulting
Sender: <ml+sendmail(-no-copies-please)@esmtp.org>
Message-ID: <usmodo$goc$1@news.misty.com>
References: <uslc19$7ps$1@gal.iecc.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 11 Mar 2024 11:03:20 -0000 (UTC)
Injection-Info: news.misty.com; posting-host="veps.esmtp.org:155.138.203.148";
logging-data="17164"; mail-complaints-to="abuse@misty.com"
Mail-Copies-To: never
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
Originator: ca@x2.esmtp.org (Claus Assmann)
View all headers

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.

Subject: Re: Is there a RCPT limit for submission?
From: John Levine
Newsgroups: comp.mail.sendmail
Organization: Taughannock Networks
Date: Mon, 11 Mar 2024 21:36 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder6.news.weretis.net!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!not-for-mail
From: johnl@taugh.com (John Levine)
Newsgroups: comp.mail.sendmail
Subject: Re: Is there a RCPT limit for submission?
Date: Mon, 11 Mar 2024 21:36:52 -0000 (UTC)
Organization: Taughannock Networks
Message-ID: <usnthk$1mgv$1@gal.iecc.com>
References: <uslc19$7ps$1@gal.iecc.com> <usmodo$goc$1@news.misty.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 11 Mar 2024 21:36:52 -0000 (UTC)
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970";
logging-data="55839"; mail-complaints-to="abuse@iecc.com"
In-Reply-To: <uslc19$7ps$1@gal.iecc.com> <usmodo$goc$1@news.misty.com>
Cleverness: some
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
Originator: johnl@iecc.com (John Levine)
View all headers

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

1

rocksolid light 0.9.8
clearnet tor