Exim Problems, Wrong Login/Pass?

djp_pimp

Registered
Oct 14, 2006
1
0
151
Well, let me start off by saying i got a new server(CentOS), i copied all the accounts from my old server (FreeBSD), i copied all of my accounts over to the new server, now the only issue im having is the email accounts wont let me log in, its telling me wrong login and password, even if i make a new account same thing, but when i goto domain/webmail i can login, but then when i click on horde or squirrel mail it says failed login

i have checked the mail logs, it just says bad login, all of the domains are listed in /etc/localdomains

I am logging in with [email protected] and password.

If anyone is willing to try and help me through this Please, I am dieing without the email
 

yapluka

Well-Known Member
Dec 24, 2003
301
2
168
France
cPanel Access Level
Root Administrator
Did you try to restart the services ? I had the very same issue the other day and a service exim restart or service cpanel restart (hum... don't remember :confused: ) fixed it.

Good luck :)
 

brendanrtg

Well-Known Member
Oct 4, 2006
311
0
166
Run:

#/scripts/resethorde

It should resolve the issue.
We are having the same problems SUDDENLY when we upgraded cpanel to the latest release build.

Now, webmail is working fine but when we try to use smtp & pop, we get:

1. pop: LOGIN FAILED
2. smtp : Error 535 BAD AUTHENTICATION DATA

Tried updating exin, still having same issue.

Any ideas?
 

Nick A

Member
Jan 16, 2005
23
0
151
Canada
Hi i am having this same problem has anyone firgured out yet how to fix this?

I just transfered my site from another vps running centos4.4 and new server has 4.4 also first time i ran into this problem. Server was running cpanel/whm RELEASE when i first got it and i just changed it to CURRENT.

Thanks
 

jayh38

Well-Known Member
Mar 3, 2006
1,212
0
166
See if you have popa3ds running. if so, kill and disable it and restart pop.

/etc/xinetd.d/popa3ds
 

SoftDux

Well-Known Member
May 27, 2006
1,023
5
168
Johannesburg, South Africa
cPanel Access Level
Root Administrator
I have the same problem, and tried to follow your advice.

Unfortunately I can't kill the popa3ds process, as the PID's change the whole time:

Code:
root@vps [/var/named]# ps ax| grep popa3ds
15641 pts/3    S+     0:00 grep popa3ds
root@vps [/var/named]# ps ax| grep popa3ds
15702 pts/3    S+     0:00 grep popa3ds
root@vps [/var/named]# ps ax| grep popa3ds
15731 pts/3    S+     0:00 grep popa3ds
So, how did you fix the problem, exactly?
 

brendanrtg

Well-Known Member
Oct 4, 2006
311
0
166
1. Look for any files beginning with pop3* under /etc/xinetd.d/
2. Modify the files and set

disable = yes

Save the modification and then restart EXIM/SERVER.



I have the same problem, and tried to follow your advice.

Unfortunately I can't kill the popa3ds process, as the PID's change the whole time:

Code:
root@vps [/var/named]# ps ax| grep popa3ds
15641 pts/3    S+     0:00 grep popa3ds
root@vps [/var/named]# ps ax| grep popa3ds
15702 pts/3    S+     0:00 grep popa3ds
root@vps [/var/named]# ps ax| grep popa3ds
15731 pts/3    S+     0:00 grep popa3ds
So, how did you fix the problem, exactly?
 
Last edited:

brendanrtg

Well-Known Member
Oct 4, 2006
311
0
166
And I thought you were supposed to be using your fingers to type and not your head?

:D
 

Dawzz

Member
Nov 11, 2004
16
0
151
I was ready to throw my laptop across the room when I found this in the search results.

;)
 

isputra

Well-Known Member
May 3, 2003
574
0
166
Mbelitar
i don't have files beginning with pop3* under /etc/xinetd.d/

is there any suggestion ?
 

josh88

Member
Apr 6, 2007
13
0
151
I also have the same problem, i tried to use all combination, on pop3 access and webmailand it dosn'et login,

plz advise
 

orware

Member
Jul 27, 2005
24
0
151
Emai Login Problems with Xinetd.d

i don't have files beginning with pop3* under /etc/xinetd.d/

is there any suggestion ?
I have the same problem as the user above. I have a new CentOS 4.4 Dedicated Server and I have been unable to login into transferred email accounts or new email accounts.

I used ps and it showed that the popa3ds service was running, but like the user above, it's PID changes every time ps is called (I don't know if this is normal or not).

If someone could point out whether I need to create some files, delete something, or modify something it'd definitely be appreciated.

Thanks,

-Omar
 

alexisb

Active Member
May 25, 2003
25
0
151
Restart from WHM

Hi, I had a similar problem accessing via POP (both from Evolution and webmail clients Horde and Squirrelmail) and didn't have files starting with pop3 in /etc/xinetd.d.

I fixed the problem just by visiting WHM > Restart Services > POP3 Server and restarting POP3.
 

mtindor

Well-Known Member
Sep 14, 2004
1,516
142
343
inside a catfish
cPanel Access Level
Root Administrator
Try this from shell:

Code:
lsof -n | grep TCP | grep pop3
This will tell you what running program has TCP port 110 (pop3) opened

Then, we'll all know what program you may need to shut down and restart (or shut down and disable).

Mike