Andy Ruse wrote:
Hi,

I'm getting several errors from SMTP.pm in my log file, and no mail is getting delivered. If you look at the code at line 216, it looks like the Mail::Address module might be at fault. The errors look like this:

28765 XX: Unrecognised line: [EMAIL PROTECTED]> at lib/Qpsmtpd/SMTP.pm line 216

Use of uninitialized value in concatenation (.) or string at lib/Qpsmtpd/SMTP.pm line 83, <STDIN> line 2.
: command 'mail' failed unexpectedly ()
28765 451 Internal error - try again later - command 'mail' failed unexpectedly



I'm running Red Hat Linux 9 with kernel version 2.4.20-20.9smp, perl 5.8.0, and qpsmtpd 0.26. I have all the latest versions of the perl modules that qpsmtpd uses from CPAN. You can find an longer excerpt from my log file at http://www.nntp.perl.org/group/perl.qpsmtpd


Thanks for your help!

Andy Ruse
Network Administrator
AWeber Systems, Inc.



I found the solution to this problem after much trial and error. Apparently some perl modules have a problem with the "en_US.UTF-8" encoding. On RedHat 9, I needed to change the file /etc/sysconfig/i18n. I changed the line

LANG="en_US.UTF-8"

to

LANG="en_US"


Andy Ruse Network Administrator AWeber Systems, Inc.



Reply via email to