I notice that this problem comes up after I turn on spamassassin AWL plugin in the v310.pre file (/etc/mail/spamassassin/v310.pre)
I've tried to add these 3 lines into mimedefang.pl and tested:
       $SASpamTester = Mail::SpamAssassin->new( $sa_args );
(3 lines inserted below the above line)
       require Mail::SpamAssassin::DBBasedAddrList;
       my $addrlistfactory = Mail::SpamAssassin::DBBasedAddrList->new();
$SASpamTester->set_persistent_address_list_factory ($addrlistfactory);

It seems to be stable for a short time, but I also see these errors:

Dec 17 13:30:13 mxserver mimedefang-multiplexor[2071]: [ID 817788 mail.error] Slave 2 ran out of memory -- possible DoS attack due to complex MIME? Dec 17 13:30:13 mxserver mimedefang[2085]: [ID 847421 mail.error] Error from multiplexor: ERR No response from slave Dec 17 13:30:13 mxserver mimedefang-multiplexor[2071]: [ID 817788 mail.error] Slave 2 ran out of memory -- possible DoS attack due to complex MIME? Dec 17 13:30:13 mxserver mimedefang[2085]: [ID 847421 mail.error] Error from multiplexor: ERR No response from slave Dec 17 13:30:14 mxserver mimedefang-multiplexor[2071]: [ID 204284 mail.error] Reap: slave 2 (pid 2157) exited normally with status 1 (SLAVE DIED UNEXPECTEDLY) Dec 17 13:30:14 mxserver mimedefang-multiplexor[2071]: [ID 204284 mail.error] Reap: slave 2 (pid 2157) exited normally with status 1 (SLAVE DIED UNEXPECTEDLY)

Thanks for any help.
An Nguyen





----- Original Message ----- From: "aNguyen" <[EMAIL PROTECTED]>
To: <mimedefang@lists.roaringpenguin.com>
Sent: Sunday, December 17, 2006 9:17 AM
Subject: [Mimedefang] Multiplexor problem?


I have these errors and unable to figure out what's wrong...
Thanks for any help!
An Nguyen

Dec 17 09:11:24 mxserv mimedefang-multiplexor[7312]: [ID 980602 mail.info] Slave 5 stderr: Use of uninitialized value in numeric gt (>) at /usr/local/lib/perl5/5.8.0/sun4-solaris-thread-multi/DB_File.pm line 270. Dec 17 09:11:24 mxserv mimedefang-multiplexor[7312]: [ID 980602 mail.info] Slave 5 stderr: Deep recursion on subroutine "DB_File::AUTOLOAD" at /usr/local/lib/perl5/5.8.0/sun4-solaris-thread-multi/DB_File.pm line 234. Dec 17 09:11:25 mxserv sendmail[8931]: [ID 801593 mail.info] kBHHBO9v008931: cpc3-hudd2-0-0-cust917.hudd.cable.ntl.com [82.27.35.150] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA Dec 17 09:11:25 mxserv mimedefang-multiplexor[7312]: [ID 980602 mail.info] Slave 5 stderr: Out of memory! Dec 17 09:11:25 mxserv mimedefang-multiplexor[7312]: [ID 817788 mail.error] Slave 5 ran out of memory -- possible DoS attack due to complex MIME? Dec 17 09:11:25 mxserv mimedefang[7326]: [ID 847421 mail.error] Error from multiplexor: ERR No response from slave Dec 17 09:11:25 mxserv sendmail[8891]: [ID 801593 mail.info] kBHHB9SB008891: to=<[EMAIL PROTECTED]>, delay=00:00:02, pri=63061, stat=Please try again later Dec 17 09:11:25 mxserv sendmail[7344]: [ID 801593 mail.info] kBHGWBhF029626: to=root, delay=00:39:14, xdelay=00:00:02, mailer=relay, pri=782325, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: 451 4.3.2 Please try again later Dec 17 09:11:25 mxserv mimedefang-multiplexor[7312]: [ID 204284 mail.error] Reap: slave 5 (pid 8922) exited normally with status 1 (SLAVE DIED UNEXPECTEDLY) Dec 17 09:11:25 mxserv mimedefang-multiplexor[7312]: [ID 817788 mail.error] Slave 5 ran out of memory -- possible DoS attack due to complex MIME? Dec 17 09:11:25 mxserv mimedefang[7326]: [ID 847421 mail.error] Error from multiplexor: ERR No response from slave Dec 17 09:11:25 mxserv mimedefang-multiplexor[7312]: [ID 204284 mail.error] Reap: slave 5 (pid 8922) exited normally with status 1 (SLAVE DIED UNEXPECTEDLY)

_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to