how to edit exim.conf

Hello,

How to add message_size_limit = 3000M as https://help.directadmin.com/item.php?id=403

I don` t know, how to add new code in exim.conf

Anyone can?

Thanks,

You can add the line in /etc/exim.variables.conf.custom as follows:

Code:
nano /etc/exim.variables.conf.custom

Code:
message_size_limit = 3000M

Code:
/usr/local/directadmin/custombuild/build exim_conf

You need ssh root access to the server to make these changes. If you don't have this, you'll need to ask your server administrator to do it for you.
 
Thanks,

After I did, not effect in roundcube mail. :oops:
 

Attachments

  • mail.jpg
    mail.jpg
    28.6 KB · Views: 18
If you're the server admin, you need to edit the main (php1) php.ini either from ssh or via File Editor in DirectAdmin.

Eg. for a server, mine are at
Code:
# locate php.ini
/usr/local/php72/lib/php.ini
/usr/local/php73/lib/php.ini
/usr/local/php74/lib/php.ini
Search for upload_max_filesize and post_max_size...... Note, you might need to increase the memory_limt too.
 
If you're the server admin, you need to edit the main (php1) php.ini either from ssh or via File Editor in DirectAdmin.

Eg. for a server, mine are at
Code:
# locate php.ini
/usr/local/php72/lib/php.ini
/usr/local/php73/lib/php.ini
/usr/local/php74/lib/php.ini
Search for upload_max_filesize and post_max_size...... Note, you might need to increase the memory_limt too.

Hello,

Cannot increase attachment file size in roundcube mail :(
 
The limit for most mail servers is around 25 MB. So even if you figure out a way to attach it the receiver probably won't be able to get it.
 
Yep. Most email servers won’t accept attachments that big because the account is usually only a gig up to about 10 gigs in total size. Anything that big would be considered malware or a email bomb.
 
Back
Top