Maximum number of messages in a mailbox

Hello all,

my questions are

  1. what is the maximum messages that a mailbox can receive in asterisk?
  2. Can we change the default value? if yes then how can i do it?

Thanks in advanced,

[quote=“hotfixus”]Hello all,

my questions are

  1. what is the maximum messages that a mailbox can receive in asterisk?
  2. Can we change the default value? if yes then how can i do it?

Thanks in advanced,[/quote]

I am not aware of a limit, the only real limit is based on the size of your hard drive.

You may set some limits though:

voip-info.org/wiki/index.php … email.conf

[quote=“Asterisk Wiki”]maxmessage

This defines the maximum amount of time in seconds of an incoming message. Use this when there are many users and disk space is limited. The default value for this setting is 0 which means there will be no maximum time limit enforced.

minmessage

This setting can be used to elimiinate messages which are shorter than a given amount of time in seconds. The default value for this setting is 0 which means there will be no minimum time limit enforced. [/quote]

While these are pre message, could could write some of your own software to create some limits.