On Tue, 31 Oct 2000, Jennifer M. Morse wrote to majordomo-users@GreatCircle.COM:
> Is there a limitation as to size of messages that can be configured
> into Majordomo?
>
> A customer of ours has existing Majordomo list set up, and they are
> unable to send messages aprox. 400K in size, getting the error message
> that the mail is too large.
>
> Would this be a sendmail issue, or, a majordomo issue?
It could be either, depending on where the error message is coming from.
Sendmail has a "MaxMessageSize" option in its configuration file
(semdmail.cf) and the configuration file for a Majordomo list has a
"maxlength" line.
If the error message you mentioned is a standard Sendmail delivery error
report, then Sendmail is the culprit. Look through your sendmail.cf for a
line that says "O MaxMessageSize=xxxxxxx", where "xxxxxxx" is a number of
bytes. Change "xxxxxxx" to the desired maximum message size you want
Sendmail to allow, then kill -HUP <sendmail_pid> to make Sendmail reloads
its configuration.
If the error message is actually a message bounced back to the list owner
by Majordomo, then the list owner should modify the list.config to allow
larger messages. In the list.config, look for a line that says
"maxlength= 40000" (40000 characters is the default). Change the 40000
to the maximum message size you want the list to allow.
--
Chip Old (Francis E. Old) E-Mail: fold@bcpl.net
Manager, BCPL Network Services Voice: 410-887-6180
Manager, BCPL.NET Internet Services FAX: 410-887-2091
Baltimore County Public Library ICBM: 39.39910 N
320 York Road 76.60300 W
Towson, Maryland 21204 U.S.A.
References:
|
|