Discussion:
[Pkg-exim4-users] Did I change the message size limit right?
Nate Homier
2016-11-08 00:28:44 UTC
Permalink
I tried to edit "/etc/exim4/exim4.conf.template".

Like so;
# Message size limit. The default (used when MESSAGE_SIZE_LIMIT
# is unset) is 50 MB
.ifdef MESSAGE_SIZE_LIMIT
message_size_limit = 100 MB
.endif

I wanted 100 Megabytes. I use another account that has a 100 MB size
limit too. I need to send lots of photos between the two. Any help
would be much appreciated. Is it right?.

Ubuntu 16.10
Nate Homier
2016-11-09 04:57:15 UTC
Permalink
Post by Nate Homier
I tried to edit "/etc/exim4/exim4.conf.template".
Are you using split or non-split config?
Post by Nate Homier
Like so;
# Message size limit. The default (used when MESSAGE_SIZE_LIMIT
# is unset) is 50 MB
.ifdef MESSAGE_SIZE_LIMIT
message_size_limit = 100 MB
.endif
No. You shoud either set MESSAGE_SIZE_LIMIT, or remove the .ifdef
bracket for obvious reasons. See README.Debian Chapter 2.1.3
Post by Nate Homier
Ubuntu 16.10
You might want to ask on a forum that supports your distribution.
Greetings
Marc
Ok. That worked.

Loading...