Re: mutt attachment error
On Wed 11 May 2016 at 18:28:59 +0200, tomas@tuxteam.de wrote:
> just a little note: "exim -bP" dumps all configuration items Exim
> thinks it's seeing (after all Debian magic happened) So perhaps
> for debugging you might try:
>
> sudo exim -bP | grep size
>
> which, on my box gives:
>
> bounce_return_size_limit = 100K
> header_line_maxsize = 0
> header_maxsize = 1048576
> message_size_limit = 50M
>
> This might help you to decide whether to dig around in Debian's...
> uh... magic or in Exim itself.
No need to have root privileges:
/usr/sbin/exim -bP message_size_limit
Reply to: