Critical Issue with email not working

procorp

Verified User
Joined
Feb 24, 2008
Messages
10
I have just moved to a new data center and transfered sites from my old server to my new one.

I was on DA version 1.26.3 and moved to 1.31.4.

My new data center has sent 2 email out to DA this morning but with no answer.

I have many email accounts that are for several clients that have mail stuck in the queue.

When I click "retry" I get this error:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

I am not a server tech or savvy with working on any of this and my new data center say they have not used DA enough to know how to fix this.

I hope someone will know how to fix this or I am going to lose several good clients.

Please help, I am at the point I will pay someone to fix this if thats what it takes.
 
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
This means that your locale settings had LC_ALL set to ``En_US'' and LANG exists but has no value. Perl tried to believe you but could not. Instead, Perl gave up and fell back to the ``C'' locale, the default locale that is supposed to work no matter what. This usually means your locale settings were wrong, they mention locales your system has never heard of, or the locale installation in your system has problems (for example, some system files are broken or missing).
 
Thanks Andy!

I will pass this along and see if my data center can do something here.
 
Well, I passed the info along but with no success.

Is there an actual fix?

Thanks!
 
I just ran:

server:~# dpkg-reconfigure locales
Generating locales (this might take a while)...
en_US.UTF-8... done
en_US.ISO-8859-1... done
en_US.ISO-8859-15... done
es_US.ISO-8859-1... done
es_US.UTF-8... done
Generation complete.

Still get the same issue

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
 
Back
Top