Hi! I'm using james v2.0a3 on Windows 2000 with JDK 1.4.0 with JDBC repositories on MySql. I've set maxmessagesize in smtpserver configuration to 0 in order to have no limitation in the size of deliverable messages. If I send a message of 1MB, I get the following response from the SMTP server:
451 Error processing message: Exception spooling message: Exception caught while storing mail Container: java.lang.IllegalArgumentException: Packet is larger than max_allowed_packet from server configuration of 1047552 bytes; I then tried to set maxmessagesize to a value greater than 1 MB (1073741824) but still no success. Is this a know bug and is there a workaround? Regards, Thomas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
