Hello Alberth Shih Am 2015-01-26 um 23:30 schrieb Albert Shih: > Hi all, > > Basic question about those 4 parameters > > SOGoMaximumMessageSubmissionCount="30"; > SOGoMaximumRecipientCount="20"; > SOGoMaximumSubmissionInterval="30"; > SOGoMessageSubmissionBlockInterval="300"; > > The *blockInterval and *Interval are easy to understand. > > About the MaximumMessageSubmissionCount and MaximumRecipientCount I'm not > sure to very clearly understand what's that mean. When the documentation > say > > Parameter used to control the number of email > messages a user can send from SOGo’s web mail interface, to > SOGoMaximumRecipientCount , in SOGoMaximumSubmissionInterval etc... > > what's « number of email messages » ? For example with my 30 and 20, does > that mean the user can only send (in the time interval) 30 email to a max > of 20 personnes, or that's mean the person can send 30*20 email ? > > How the Recipient is calculated ? How the SubmissionCount is calulated ? >
There is nothing to calculate. These parameters are independent. One user can send in your case 30 emails in 30 seconds. When she tries to send 31 emails in 30 seconds, she will get an error message for number 31 and sending will be blocked for 5 minutes. One user can send in your case emails to 20 recipients in 30 seconds. It does not matter how many emails she uses for that. All recipients in 30 seconds will be added. The first email above that count will generate an error message and sending will be blocked for 5 minutes. So your settings are not reasonable, as you always will get an error after 20 recipients in 30 seconds. Note however, that a user can send one email to as many recipients she likes. Only the sending of the next email within 30 seconds will be blocked. If you want to restrict the numer of recipients per email, you have to do so in your SMTP server (e.g. postfix). Hope this helps a bit. Kind regards, Christian Mack -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung Basisdienste 78457 Konstanz +49 7531 88-4416
smime.p7s
Description: S/MIME Cryptographic Signature
