Hi,
I followed the FC4 guide on setting up Postfix/amavis etc on a FC3 box and it's working fine, however due to the amount of email being passed through the machine I have decided to upgrade the hardware to a dual cpu box with 1GB of RAM.
I followed the same guide, did exactly as I di the previous time and for some reason I get the following errors;
--
Mar 20 19:23:12 fzscan postfix/smtpd[5735]: connect from mx1.domain.com[1.2.3.4]
Mar 20 19:23:14 fzscan postfix/smtpd[5735]: warning: libero.it.dun.dnsrbl.net: RBL lookup error: Host or domain name not found. Name service error for name=libero.it.dun.dnsrbl.net type=A: Host not found, try again
Mar 20 19:23:14 fzscan postfix/smtpd[5735]: 04D187781E8: client=mx1.domain.com[1.2.3.4]
Mar 20 19:23:14 fzscan postfix/cleanup[5730]: 04D187781E8: message-id=<rtf8bW.squirrel@216.180.225.170>
Mar 20 19:23:14 fzscan postfix/smtpd[5735]: disconnect from mx1.domain.com[1.2.3.4]
Mar 20 19:23:14 fzscan postfix/qmgr[5644]: 04D187781E8: from=<dtrotter@libero.it>, size=1409, nrcpt=1 (queue active)
Mar 20 19:23:14 fzscan amavis[5741]: (05707-01) run_command: child process [5741]: Error closing main::stdin: Bad file descriptor at /usr/sbin/amavisd line 1872.\n
Mar 20 19:23:14 fzscan amavis[5707]: (05707-01) TROUBLE in check_mail: parts_decode_ext FAILED: parsing file(1) results - missing last 1 results at (eval 41) line 154.
Mar 20 19:23:14 fzscan amavis[5707]: (05707-01) PRESERVING EVIDENCE in /var/amavis/tmp/amavis-20060320T192314-05707
Mar 20 19:23:14 fzscan postfix/smtp[5731]: 04D187781E8: to=<fz-justiceakanbi@domain.com>, relay=127.0.0.1[127.0.0.1], delay=2, status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=05707-01, parts_decode_ext FAILED: parsing file(1) results - missing last 1 results at (eval 41) line 154. (in reply to end of DATA command))
--
I've searched google for the errors and saw a thread that suggested running the file(1) command as the user (who normally calls it, amavis) and check the exit code.
I've done that and the exit code is 0, which to means it finished sucessfully. I checked the working server's file(1) version and it's the same version as on the new machine.
Both machines were updated prior to following the guide (yum update)
Does anyone know what could be causing these errors?
Thanks in advance!


