Re: [Dovecot] returned error 83 (Out of memory)
FYI, sorted out this issue by taking out a specific email manually. Not sure if it helps, but the email had these attributes:
- X-Mailer is PHPMailer [version 1.73]
- References: header is quite large, and contains email addresses external to the sender and I's conversation.
Removing the email fixed the issue.
--
John
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wed, 28 Apr 2010, J Contad wrote:
FYI, sorted out this issue by taking out a specific email manually. Not sure if it helps, but the email had these attributes:
- X-Mailer is PHPMailer [version 1.73]
- References: header is quite large, and contains email addresses external to the sender and I's conversation.
Removing the email fixed the issue.
Could you try if the problem re-appears if you put that message into a new mailbox? If so, you could ask Timo to make it available to him, in order to investage the problem.
Regards,
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBS9fdLr+Vh58GPL/cAQIAiwgAnFuUbQ9ObwvYdAtE0wfVOAv6KlIuADUU FZ5qOCKd3T0HHGZ2BlCTkur0Lj+v8+absaCNRPMhVxmx8AT1bjKirtvcleczujzq da8DJ56uvcriHxwPisFb0WJjAY9oeSHoX5StDvyYQwq0f76WB3b498eD0kTdOTrM sFqs7ZOSpPx5fGVcM6zdidI1C3VjY2sln4GyeSq48AP9yR/3vAeUSHDrSr3umQpU m+hp99uJ2ILWJ4Powgit1JhJ3PkxXUIa5jvj/Id8RYMeE4mGyPhJG7KKqXhZcnYk jlHJ4PLB6O/+rtnZSsidFuvJb06Ykl8sD1CFyEN600DsnEjOPEVD0g== =nl0Q -----END PGP SIGNATURE-----
Steffen Kaiser put forth on 4/28/2010 2:00 AM:
Could you try if the problem re-appears if you put that message into a new mailbox? If so, you could ask Timo to make it available to him, in order to investage the problem.
If the OP is using mbox format, IIRC Timo already fixed this DOS condition in 1.2.11.
-- Stan
J Contad put forth on 4/27/2010 11:20 PM:
FYI, sorted out this issue by taking out a specific email manually. Not sure if it helps, but the email had these attributes:
- X-Mailer is PHPMailer [version 1.73]
- References: header is quite large, and contains email addresses external to the sender and I's conversation.
Removing the email fixed the issue.
Couple of things.
- Look at mail_process_size in dovecot.conf and make sure it's not insanely low like 128MB or something. If you're accessing mailboxen with 8000 messages, I'd set it to at least 512MB. The first error message you received tells you to look into this setting:
"Apr 21 19:15:17 dovecot: Error: child 25918 (imap) returned error 83 (Out of memory - see mail_process_size setting)"
- If you are using 1.2.10 or below and mbox storage, you need to upgrade to 1.2.11 which fixes some mbox related problems that might be a factor in this problem of yours.
-- Stan
participants (3)
-
J Contad
-
Stan Hoeppner
-
Steffen Kaiser