Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How can we Limit the size of emails send/recieve in cPanel?  (Read 2530 times)

0 Members and 1 Guest are viewing this topic.

lijeshk

  • Guest
How can we Limit the size of emails send/recieve in cPanel?
« on: November 16, 2013, 05:37:35 am »
We can restrict sending and receiving mails which are exceeding a certain size limit with cPanel by adding the line "message_size_limit" on exim configuration file(/etc/exim.conf).

Example:

We can restrict sending and receiving emails to a size limit of 20MB by adding the following line in the first part of your exim.conf file.

Code: [Select]
#vi /etc/exim.conf

message_size_limit = 20M

This setting should restrict both incoming and outgoing emails with in 20MB.

--
« Last Edit: November 16, 2013, 06:38:26 am by lijeshk »