Koozali.org: home of the SME Server

email panic after ezmlm problem

Offline marsa_matruh

  • *****
  • 250
  • +0/-0
email panic after ezmlm problem
« on: March 19, 2007, 07:24:33 PM »
I installed ezmlm on my server :
ezmlm-web-2.1-SME7
e-smith-ezmlm-web-1.1.1-SME7
ezmlm-toaster-0.53.324-1.2.5

All was fine. But this morning, I sent a message on a mailing list with an attached file larger than the authorized size. And now, emails hangs, not only ezmlm.

Error message from ezmlm is duplicated each five minutes in the sender mailbox, which is also hosted on the same server :
Code: [Select]

Hi. This is the qmail-send program at eric.sibert.fr.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<liste-xxxxx@xxx.xx>:
ezmlm-reject: fatal: Sorry, I don't accept messages larger than 300000 bytes (#5.2.3)

--- Below this line is a copy of the message.


In an other mailbox, which does not have anything to do with the mailing list, a regular message is also duplicated at the same frequency.

The server hangs,  with spamd, clamd and qpsmtpd-forkser as top processes.

How to stop all this? (I already restarted the server without any change).

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
email panic after ezmlm problem
« Reply #1 on: March 19, 2007, 07:37:46 PM »
Bugtracker maybe?
"It should just work" if it doesn't report it. Thanks!

Offline marsa_matruh

  • *****
  • 250
  • +0/-0
email panic after ezmlm problem
« Reply #2 on: March 19, 2007, 07:41:34 PM »
I'm thinking about bugtracker (for ezmlm oversize) but I need a quick way to restore my mail server.

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
email panic after ezmlm problem
« Reply #3 on: March 19, 2007, 07:49:39 PM »

Offline marsa_matruh

  • *****
  • 250
  • +0/-0
email panic after ezmlm problem
« Reply #4 on: March 19, 2007, 08:03:32 PM »
What's to do with my problem? I don't want to change the allowed size of messages.

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
email panic after ezmlm problem
« Reply #5 on: March 19, 2007, 09:21:20 PM »
Report it as a bug so the devs work on your problem. This would be the fastest solution.
"It should just work" if it doesn't report it. Thanks!

Offline marsa_matruh

  • *****
  • 250
  • +0/-0
email panic after ezmlm problem
« Reply #6 on: March 19, 2007, 09:33:42 PM »
Done in bug 2745.

So now, how do I stop the crazy email server from duplicating the error message?

Offline marsa_matruh

  • *****
  • 250
  • +0/-0
email panic after ezmlm problem
« Reply #7 on: March 19, 2007, 10:04:56 PM »
I tried to clean qmail queue :

Code: [Select]

service qmail stop

find /var/qmail/queue/info ! -type d -exec rm -f {} \;
find /var/qmail/queue/local ! -type d -exec rm -f {} \;
find /var/qmail/queue/mess ! -type d -exec rm -f {} \;
find /var/qmail/queue/remote ! -type d -exec rm -f {} \;
find /var/qmail/queue/todo ! -type d -exec rm -f {} \;

service qmail start


No change.

Offline marsa_matruh

  • *****
  • 250
  • +0/-0
email panic after ezmlm problem
« Reply #8 on: March 19, 2007, 11:49:42 PM »
I found the problem. I am also using fetchmail. And the error message was standing in the remote mailbox. It was not deleted by fetchmail after being catched. So I deleted it manually.