LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   setup postfix but getting client end error: imapd login failed Please help! (https://www.linuxquestions.org/questions/linux-server-73/setup-postfix-but-getting-client-end-error-imapd-login-failed-please-help-868974/)

fedora_user 03-16-2011 12:02 PM

setup postfix but getting client end error: imapd login failed Please help!
 
Hi Ladies and gents
i've been trying to setup a postfix server(with procmail) for the past week on rhel 5 and i have so had no luck.
i have so far managed to get postfix up and running.
However when i create a new user and set it up in thunderbird, when client is trying to check/send emails an error comes up saying wrong password. On the server end the maillog picks up a failed login sugggesting the user has typed incorrect details. Im certain its no the login details thats the problem here.
The connection uses imap port 993(although i have tried 143)..
the error in maillog is:
Mar 16 12:43:47 puny1 xinetd[1419]: EXIT: imaps status=1 pid=2227 duration=10(sec)
Mar 16 12:53:37 puny1 xinetd[1419]: START: imaps pid=2253 from=::ffff:133.37.65.154
Mar 16 12:53:38 puny1 imapd[2253]: Login failed user=aqib auth=aqib host=[133.37.65.154]
Mar 16 12:53:41 puny1 imapd[2253]: Login failed user=aqib auth=aqib host=[133.37.65.154]
Mar 16 12:53:44 puny1 imapd[2253]: Login failed user=aqib auth=aqib host=[133.37.65.154]
Mar 16 12:53:47 puny1 xinetd[1419]: EXIT: imaps status=1 pid=2253 duration=10(sec)

I hope you can help. this is the second time i have tried setting up the mail server and i didnt realise it was this tough...

business_kid 03-16-2011 12:53 PM

Quote:

Mar 16 12:53:38 puny1 imapd[2253]: Login failed user=aqib auth=aqib host=[133.37.65.154]
The square brackets mean it authenticated you as 133.37.65.154. Is that kosher?
Post cat /etc/group |grep aqib from the postfix box

jamrock 03-16-2011 09:11 PM

It is best to user the following documentation when learning Postfix.

Start with a simple configuration and add features as you learn.

http://www.postfix.org/BASIC_CONFIGURATION_README.html

When you can see the mail in the mailboxes, you can configure Dovecot or something similar.

http://www.dovecot.org/

fedora_user 03-17-2011 05:08 AM

hi business_kid, yes that is correct, thats the ip im trying to check emails from.
here is the group file:
aqib:x:534:

jamrock
thanks for the links, i will be going through them.
Although i havent set postifx up before i have been using it on an older server for sometime. just didnt think it was going to be such a puzzle :/

jamrock 03-17-2011 09:39 AM

Mail servers are one of the more complex things you can do on any operating system.

You have to understand a number of different things.

How to send mail
How to set up mailboxes
How to receive mail
How to set up clients

This list is just for a basic mail server. It doesn't even include things like interfacing with OpenLDAP/Active Directory or protecting your mail server from spam and virus infections.

fedora_user 03-17-2011 01:18 PM

yeah but i thought it might be easier as i have an old box so it was just matter of copying themm over appropriately before i came across this issue about incoreect login. Its so meaningless as well, which doesnt help..


All times are GMT -5. The time now is 10:17 PM.