exim server

  1. K

    Steps to limit email recipients in exim

    If you want to add limit to number of recipients, so that they can send only 15 emails to recipients. You can secure your server. nano /etc/exim.conf recipients_max = 10 recipients_max_reject = true service exim restart
Top