My daughter needs to send me a large file. It appears that it is getting
through my ISP, but being rejected on my CentOS mail server. The message
she's getting says
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
I presume that this is a configurable limit, but I'm not sure where to look.
Since it says MTA I'm thinking that it's probably postfix. Can someone
please tell me what parameter I'm looking for? Thanks
I have reams of documentation printed out. I'll start wading through that
tomorrow, but time is of the essence with this one.
Anne
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-03-2008, 09:11 PM
John Thomas
Message size rejected
Anne Wilson wrote:
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
<snip>
I presume that this is a configurable limit, but I'm not sure where to look.
Since it says MTA I'm thinking that it's probably postfix. Can someone
please tell me what parameter I'm looking for? Thanks
I believe the following is about 30MB in postfix.
mailbox_size_limit = 30000000
message_size_limit = 30000000
--
Sincerely,
John Thomas
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-03-2008, 09:12 PM
Craig White
Message size rejected
On Thu, 2008-07-03 at 22:06 +0100, Anne Wilson wrote:
> My daughter needs to send me a large file. It appears that it is getting
> through my ISP, but being rejected on my CentOS mail server. The message
> she's getting says
>
> A message that you sent could not be delivered to one or more of its
> recipients. This is a permanent error. The following address(es) failed:
>
> anne@localhost
> SMTP error: 552 5.3.4 Message size exceeds fixed limit
> Reporting-MTA: dns; borg2.lydgate.lan
>
> I presume that this is a configurable limit, but I'm not sure where to look.
> Since it says MTA I'm thinking that it's probably postfix. Can someone
> please tell me what parameter I'm looking for? Thanks
>
> I have reams of documentation printed out. I'll start wading through that
> tomorrow, but time is of the essence with this one.
----
# grep size_limit /etc/postfix/main.cf
message_size_limit = 2560000000
mailbox_size_limit = 5120000000
Craig
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-03-2008, 09:15 PM
"Meenoo Shivdasani"
Message size rejected
> anne@localhost
> SMTP error: 552 5.3.4 Message size exceeds fixed limit
> Reporting-MTA: dns; borg2.lydgate.lan
>
> I presume that this is a configurable limit, but I'm not sure where to look.
> Since it says MTA I'm thinking that it's probably postfix. Can someone
> please tell me what parameter I'm looking for? Thanks
If it's postfix, the parameter is message_size_limit -- the default is
10240000 (10MB) if it's not explicitly configured. This parameter
goes in main.cf.
M
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-03-2008, 09:16 PM
"Spiro Harvey, Knossos Networks Ltd"
Message size rejected
SMTP error: 552 5.3.4 Message size exceeds fixed limit
Reporting-MTA: dns; borg2.lydgate.lan
I presume that this is a configurable limit, but I'm not sure where to look.
Since it says MTA I'm thinking that it's probably postfix. Can someone
please tell me what parameter I'm looking for? Thanks
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-03-2008, 09:21 PM
John Thomas
Message size rejected
Craig White wrote:
# grep size_limit /etc/postfix/main.cf
message_size_limit = 2560000000
mailbox_size_limit = 5120000000
Is that 2.5 TB? I must be getting old. When I was young, I thought
10MB was big.
--
Sincerely,
John Thomas
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-03-2008, 09:25 PM
Anne Wilson
Message size rejected
On Thursday 03 July 2008 22:12:10 Craig White wrote:
> On Thu, 2008-07-03 at 22:06 +0100, Anne Wilson wrote:
> > My daughter needs to send me a large file. It appears that it is getting
> > through my ISP, but being rejected on my CentOS mail server. The message
> > she's getting says
> >
> > A message that you sent could not be delivered to one or more of its
> > recipients. This is a permanent error. The following address(es) failed:
> >
> > anne@localhost
> > SMTP error: 552 5.3.4 Message size exceeds fixed limit
> > Reporting-MTA: dns; borg2.lydgate.lan
> >
> > I presume that this is a configurable limit, but I'm not sure where to
> > look. Since it says MTA I'm thinking that it's probably postfix. Can
> > someone please tell me what parameter I'm looking for? Thanks
> >
> > I have reams of documentation printed out. I'll start wading through
> > that tomorrow, but time is of the essence with this one.
>
> ----
> # grep size_limit /etc/postfix/main.cf
> message_size_limit = 2560000000
> mailbox_size_limit = 5120000000
>
So 'size_limit' is what I'm looking for. Thanks everyone. Now comes the
really hard bit. I have to tell her, blindfolded, how to tell the size of
the message she is sending. She uses btinternet's yahoo mailer, and I
haven't a clue what she can see there. :-(
Anne
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-03-2008, 09:28 PM
Craig White
Message size rejected
On Thu, 2008-07-03 at 14:21 -0700, John Thomas wrote:
> Craig White wrote:
> > # grep size_limit /etc/postfix/main.cf
> > message_size_limit = 2560000000
> > mailbox_size_limit = 5120000000
> Is that 2.5 TB? I must be getting old. When I was young, I thought
> 10MB was big.
----
;-)
what's zero but a placeholder ?
I think I do have 2 too many.
Craig
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-03-2008, 09:29 PM
"Jim Perrin"
Message size rejected
On Thu, Jul 3, 2008 at 5:06 PM, Anne Wilson <cannewilson@googlemail.com> wrote:
> My daughter needs to send me a large file. It appears that it is getting
> through my ISP, but being rejected on my CentOS mail server. The message
> she's getting says
Much as I dislike getting or giving "you asked for x, but here's how
to do it with y" I'm going to do so here.
Email is one of those things which is great for small files, and such,
but large transfers can cause issues at pretty much every aspect of
the trip. If you've already got a webserver running, add a password
protected area for uploads. You can even set it up to allow webdav
style transfers over https. This avoids any mail handling delays, lets
both parties know it got there successfully, and keeps the clutter out
of the mailserver.
--
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
07-03-2008, 09:33 PM
Craig White
Message size rejected
On Thu, 2008-07-03 at 22:25 +0100, Anne Wilson wrote:
> On Thursday 03 July 2008 22:12:10 Craig White wrote:
> > On Thu, 2008-07-03 at 22:06 +0100, Anne Wilson wrote:
> > > My daughter needs to send me a large file. It appears that it is getting
> > > through my ISP, but being rejected on my CentOS mail server. The message
> > > she's getting says
> > >
> > > A message that you sent could not be delivered to one or more of its
> > > recipients. This is a permanent error. The following address(es) failed:
> > >
> > > anne@localhost
> > > SMTP error: 552 5.3.4 Message size exceeds fixed limit
> > > Reporting-MTA: dns; borg2.lydgate.lan
> > >
> > > I presume that this is a configurable limit, but I'm not sure where to
> > > look. Since it says MTA I'm thinking that it's probably postfix. Can
> > > someone please tell me what parameter I'm looking for? Thanks
> > >
> > > I have reams of documentation printed out. I'll start wading through
> > > that tomorrow, but time is of the essence with this one.
> >
> > ----
> > # grep size_limit /etc/postfix/main.cf
> > message_size_limit = 2560000000
> > mailbox_size_limit = 5120000000
> >
> So 'size_limit' is what I'm looking for. Thanks everyone. Now comes the
> really hard bit. I have to tell her, blindfolded, how to tell the size of
> the message she is sending. She uses btinternet's yahoo mailer, and I
> haven't a clue what she can see there. :-(
----
get 'properties' (usually a right click on the file) of the file she's
attaching
Craig
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos