J. Bilder wrote:
> Is there a way to increase the attachment size? If I try
> to send anything over 3MB, I get a message telling me
> that the administrator does not allow it. Being the
> administrator and all, it would be nice to resolve this.
> Thanks!
>
> - Jeff
You can run the configure script with several size options. I'm using the
following, so that I can pass approximately 10MB attachment after expansion
for encoding:
configure --with-maxformargsize=14000000 \
--with-maxmsgsize=13000000
This is documented in the INSTALL file.
Dennis Duval