On Tuesday 07 June 2016 15:28:18 Thierry de Coulon wrote:
Hello all
Today I wanted to send a somewhat large PDF and a "sorry" window poped up saying: "Your administrator has disallowed attaching files bigger than 50MB".
Being teh administrator, I can't remember ever settting this limit, but more important: I have no idea where this setting is controled. I don't know of any "administrator" settings in TDE, I can't find anything in kmail's settings.
Is kmail looking anywhere else for this limitation?
Regards,
Thierry
Found this snippet .... <quote> MaximumAttachmentSize
This allows the maximum filesize allowed for attachments in the mail composer to be limited. To limit attachments to 20 MB in size, for example, add a line under [Composer] section of the Configuration File:
MaximumAttachmentSize=20
Alternatively, input the following into Konsole:
kwriteconfig --file /path/to/kmailrc --group Composer --key MaximumAttachmentSize 20
</quote>
Perhaps not actually in kmail config, but prolly in kwrite config, the default composer for kmail.
HTH, Glen