Page 1 of 1

Max single email size

Posted: Thu Feb 23, 2017 8:35 am
by Felix
Hello,

I've searched the forum but couldn't find answers to these questions:

1. What is the maximum allowed single email size for incoming and outgoing emails? (max attachment size and max incoming email size)
2. How/where can we change this?

Email access via Email client & Roundcube
Operating Systems: Ubuntu 14.04, Ubuntu 16.04, CentOS7

Thank you in advance for your replies :)

Re: Max single email size

Posted: Thu Mar 09, 2017 11:56 am
by skurudo
1. php.ini

Code: Select all

upload_max_filesize = 32M
post_max_size = 32M
2. roundcube with no limit

Code: Select all

$conf['compose']['attach_size_limit'] = '0';
3. exim

Code: Select all

message_size_limit=32M