Exempting Specific Users from Recipient Limit i... | MDaemon Technologies Community Forum

Exempting Specific Users from Recipient Limit in MDaemon


  • My requirement was to restrict users from sending emails to more than 10 recipients at a time. I have successfully implemented this in MDaemon Email Server by setting Max RCPT commands allowed = 10.

    However, I now need to exempt certain users so that they can send emails to any number of recipients in a single email without restriction.

    Could anyone please guide me on how to configure exceptions for specific users?



  • The Max RCPT command setting found at Setup | Server Settings | Servers does not have a way to exclude users from the restriction.  It is a global restriction.  

    There are a couple of potential alternatives available.  

    1. Mailing lists could be used.  Then instead of sending to more than 10 individual recipients, they would send to 1 mailing list.

    2. Write a script that checks the sender, counts the recipients and have MDaemon execute it during the inbound SMTP session.


Please login to reply to this topic!
Loading