|
List Info
Thread: where can i set the message size limit ?
|
|
| where can i set the message size limit
? |
  France |
2007-09-03 04:36:13 |
Hi,
i've trouble withe my mail size + attached components.
Looked at http
://www.maiamailguard.com/maia/wiki/SizeLimit
bur can't find anywere :
Mail size limit (bytes): [15000000]
Oversized items should be... [x] Accepted [ ] Rejected
My maia version : 1.0.0-rc5-2
Thanks for the help
mess-mate
--
You'll wish that you had done some of the hard things when
they were easier
to do.
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|
|
| Re: where can i set the message size
limit ? |
  Norway |
2007-09-03 08:14:43 |
mess-mate wrote:
> Hi,
> i've trouble withe my mail size + attached components.
>
> Looked at http
://www.maiamailguard.com/maia/wiki/SizeLimit
> bur can't find anywere :
>
> Mail size limit (bytes): [15000000]
> Oversized items should be... [x] Accepted [ ]
Rejected
>
> My maia version : 1.0.0-rc5-2
As system administrator: Admin -> System Configuration.
This is based on
the lastest version, so if you still can't find it you
should consider
upgrading. Also, make sure you are logged in as system
administrator
(meaning you can see the 'System Configuration' at all).
--
Erik Weber
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|
|
| Re: where can i set the message size
limit ? |
  Canada |
2007-09-03 15:00:09 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
mess-mate wrote:
> Hi,
> i've trouble withe my mail size + attached components.
>
> Looked at http
://www.maiamailguard.com/maia/wiki/SizeLimit
> bur can't find anywere :
>
> Mail size limit (bytes): [15000000]
> Oversized items should be... [x] Accepted [ ]
Rejected
As others here have pointed out, you need to login as the
superadmin to
visit the Admin->System Configuration page to change
these settings. If
you want to change them directly in the database, you can
find them in
the maia_config table as 'size_limit' and 'oversize_policy'
('P' =
Accept/Pass, 'B' = Reject/Bounce).
Note also that you need to configure your max_allowed_packet
setting in
your my.cnf file if you're using MySQL. Maia will use the
smaller of
your size limit and the max_allowed_packet setting, so make
sure your
max_allowed_packet value is at least as large as your size
limit, or
you'll see warnings in your logs like:
WARNING: Size limit (5000000) > max_allowed_packet
(1024576);
effective size limit is 1024576 bytes
After making these changes you need to restart amavisd-maia
(and if you
changed the my.cnf file, reload mysqld) in order for the
changes to take
effect.
- --
Robert LeBlanc <rjl renaissoft.com>
Renaissoft, Inc.
Maia Mailguard <http://www.maiamail
guard.com/>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
iD8DBQFG3GfJGmqOER2NHewRAlKUAKCa9lEOv7+arFjdCEJjL6sugZ8uRgCf
dhP3
wDI9nYREtv0lKzKDsXRujGU=
=QyUy
-----END PGP SIGNATURE-----
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|
|
| Re: where can i set the message size
limit ? |
  France |
2007-09-04 13:24:53 |
Robert LeBlanc <rjl renaissoft.com> wrote:
| mess-mate wrote:
| > Hi,
| > i've trouble withe my mail size + attached
components.
| >
| > Looked at http
://www.maiamailguard.com/maia/wiki/SizeLimit
| > bur can't find anywere :
| >
| > Mail size limit (bytes): [15000000]
| > Oversized items should be... [x] Accepted [ ]
Rejected
|
| As others here have pointed out, you need to login as the
superadmin to
| visit the Admin->System Configuration page to change
these settings. If
| you want to change them directly in the database, you can
find them in
| the maia_config table as 'size_limit' and
'oversize_policy' ('P' =
| Accept/Pass, 'B' = Reject/Bounce).
|
| Note also that you need to configure your
max_allowed_packet setting in
| your my.cnf file if you're using MySQL. Maia will use the
smaller of
| your size limit and the max_allowed_packet setting, so
make sure your
| max_allowed_packet value is at least as large as your size
limit, or
| you'll see warnings in your logs like:
|
| WARNING: Size limit (5000000) > max_allowed_packet
(1024576);
| effective size limit is 1024576 bytes
|
| After making these changes you need to restart
amavisd-maia (and if you
| changed the my.cnf file, reload mysqld) in order for the
changes to take
| effect.
|
| --
max_allowed_packet = 22M
Size limit = 15000000
And restarted everything.
Message = 7.5M
mess-mate
--
Talkers are no good doers.
-- William Shakespeare, "Henry VI"
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|
|
| Re: where can i set the message size
limit ? |
  France |
2007-09-04 13:27:10 |
Robert LeBlanc <rjl renaissoft.com> wrote:
| mess-mate wrote:
| > Hi,
| > i've trouble withe my mail size + attached
components.
| >
| > Looked at http
://www.maiamailguard.com/maia/wiki/SizeLimit
| > bur can't find anywere :
| >
| > Mail size limit (bytes): [15000000]
| > Oversized items should be... [x] Accepted [ ]
Rejected
|
| As others here have pointed out, you need to login as the
superadmin to
| visit the Admin->System Configuration page to change
these settings. If
| you want to change them directly in the database, you can
find them in
| the maia_config table as 'size_limit' and
'oversize_policy' ('P' =
| Accept/Pass, 'B' = Reject/Bounce).
|
| Note also that you need to configure your
max_allowed_packet setting in
| your my.cnf file if you're using MySQL. Maia will use the
smaller of
| your size limit and the max_allowed_packet setting, so
make sure your
| max_allowed_packet value is at least as large as your size
limit, or
| you'll see warnings in your logs like:
|
| WARNING: Size limit (5000000) > max_allowed_packet
(1024576);
| effective size limit is 1024576 bytes
|
| After making these changes you need to restart
amavisd-maia (and if you
| changed the my.cnf file, reload mysqld) in order for the
changes to take
| effect.
|
| --
max_allowed_packet = 22M
Size limit = 15000000
And restarted everything.
Message = 7.5M
did not help :(
mess-mate
--
Talkers are no good doers.
-- William Shakespeare, "Henry VI"
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|
|
[1-5]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|