qmail-scanner causes perl error
Posted: Wed Dec 15, 2004 2:13 pm
I have a Plesk 7.1.5 installation on a RH3EL box, and qmail works fine.
I run this command:
rpm -Uvh qmail-scanner-1.24-1.rhel3.art.noarch.rpm
It finishes without error. I then start to get errors on smtp. Consider this transcript (I made the connection and pasted the input ):
telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 localhost.localdomain ESMTP
helo world
mail from: corman@unstupid.com
rcpt to: corman@unstupid.com
data
subject: test
from: corman@unstupid.com
this is a test
.
250 localhost.localdomain
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "en_US",
LC_MONETARY = "en_US",
LC_NUMERIC = "en_US",
LC_MESSAGES = "en_US",
LC_COLLATE = "en_US",
LC_TIME = "en_US",
LANG = "en_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
250 ok
250 ok
354 go ahead
250 ok 1103133644 qp 25535
quit
221 localhost.localdomain
Connection closed by foreign host.
after removing the qmail-scanner rpm, qmail works fine once again.
Any ideas, anyone?
Thanks,
-Corey
I run this command:
rpm -Uvh qmail-scanner-1.24-1.rhel3.art.noarch.rpm
It finishes without error. I then start to get errors on smtp. Consider this transcript (I made the connection and pasted the input ):
telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 localhost.localdomain ESMTP
helo world
mail from: corman@unstupid.com
rcpt to: corman@unstupid.com
data
subject: test
from: corman@unstupid.com
this is a test
.
250 localhost.localdomain
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "en_US",
LC_MONETARY = "en_US",
LC_NUMERIC = "en_US",
LC_MESSAGES = "en_US",
LC_COLLATE = "en_US",
LC_TIME = "en_US",
LANG = "en_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
250 ok
250 ok
354 go ahead
250 ok 1103133644 qp 25535
quit
221 localhost.localdomain
Connection closed by foreign host.
after removing the qmail-scanner rpm, qmail works fine once again.
Any ideas, anyone?
Thanks,
-Corey