Hello,
A common question that we get about open-xchange (appsuite 7.8) is: "what's the max recipients allowed in mail usage?"
Actually, we didn't configured that parameter in open-xchange configuration, so the limit is configured in our postfix configuration.
But, when we configure it (as a test) in mail.properties:
When we write a mail with more than 10 recipients, the open-xchange logfile tell that the limit has been reached:
But nothing is displayed in the user interface, is it normal or is there something to configure to display it?
Jérôme.
A common question that we get about open-xchange (appsuite 7.8) is: "what's the max recipients allowed in mail usage?"
Actually, we didn't configured that parameter in open-xchange configuration, so the limit is configured in our postfix configuration.
But, when we configure it (as a test) in mail.properties:
Code:
com.openexchange.mail.maxToCcBcc=10
Code:
com.openexchange.exception.OXException: MSG-0076 Categories=USER_INPUT Message='Please limit your recipients to 10 (including To/Cc/Bcc), and click 'Send' again.' exceptionID=636867788-208
Jérôme.
Comment