Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

POP3 Authentication

 
   Soft32 Home -> Linux2 Arch -> Security RSS
Next:  Add patch for string  
Author Message
OCDave

External


Since: May 25, 2006
Posts: 3



(Msg. 1) Posted: Wed May 24, 2006 11:55 pm
Post subject: POP3 Authentication
Archived from groups: comp>os>linux>security (more info?)

Hello,

I hope this is the right group for this question.

I have successfully used POP3 to retrieve mail from my RH9 Linux Mail
server.

Recently, I changed to Fedorea Core 3 and I find that I can't get
successful
authentication of my password in order for POP3 to retrieve mail.

Has there been some changes to PAM that I need to be aware of ?

And comments would be appreciated.

OCDave
Back to top
Login to vote
OCDave

External


Since: May 25, 2006
Posts: 3



(Msg. 2) Posted: Thu May 25, 2006 11:52 am
Post subject: Re: POP3 Authentication [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You know, I don't know if I really want to post to you any more.

I asked a question, and expected - at least - courtesy - not a lecture
on "How to ask questions".

If you think I'm not presenting my problem to the right group, why
should I provide you with error messages ? And if you're not very
familiar with RH, why did you respond ?

But, for your information, before bothering you with my question to the
wrong group, I did check if Port 110 was used, I did telnet localhost
through port 110 and entered a dialogue and got an error message - the
same error message from Red Hat 9 - but POP3 works on that server
anyway.

Anyway, I'll leave you and your snide attitude alone now.

And I'll skip reading Eric S. Raymonds "How to ask questions"

OCDave
Back to top
Login to vote
Colin McKinnon

External


Since: Jun 10, 2004
Posts: 94



(Msg. 3) Posted: Thu May 25, 2006 4:30 pm
Post subject: Re: POP3 Authentication [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

OCDave wrote:
>
> I hope this is the right group for this question.
>
Probably not.

>
> Recently, I changed to Fedorea Core 3 and I find that I can't get
> successful
> authentication of my password in order for POP3 to retrieve mail.
>

Try posting with examples of what you tried, which clients you tested. Did
you check to see if it was listening on the right port. What error messages
are you getting. Run it through a proxy or packet sniffer or learn the POP
commands and try it using telnet. Go read Eric S. Raymonds 'How to ask
questions...'

POP used to use clear text passwords - very insecure. I'm not very familiar
with RH., but its likely that cleartext auth is disabled.

C.
Back to top
Login to vote
Steve Welsh

External


Since: Oct 10, 2005
Posts: 12



(Msg. 4) Posted: Thu May 25, 2006 8:13 pm
Post subject: Re: POP3 Authentication [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 26/05/2006 00:52, OCDave wibbled:
> You know, I don't know if I really want to post to you any more.
>
> I asked a question, and expected - at least - courtesy - not a lecture
> on "How to ask questions".
>
> If you think I'm not presenting my problem to the right group, why
> should I provide you with error messages ? And if you're not very
> familiar with RH, why did you respond ?
>
> But, for your information, before bothering you with my question to the
> wrong group, I did check if Port 110 was used, I did telnet localhost

Why did you telnet localhost? Surely you should be telneting your POP3
mail server?

e.g. telnet mail.garbage.uk 110

Once you did that, you need to enter at the command line:

user fred RemoveThis @garbage.uk

then

pass [your password] (without the brackets)

Should then be connected to your POP3 server, and you can use LIST RETR
DELE, etc, etc...

> through port 110 and entered a dialogue and got an error message - the
> same error message from Red Hat 9 - but POP3 works on that server
> anyway.
>
> Anyway, I'll leave you and your snide attitude alone now.

Sorry about the other response - just killfile him.

>
> And I'll skip reading Eric S. Raymonds "How to ask questions"

No, you should seriously consider reading _everything_ that Eric has
written.

And yes, YES - I know I'm posting from Windoze!!

>
> OCDave
>
Back to top
Login to vote
OCDave

External


Since: May 25, 2006
Posts: 3



(Msg. 5) Posted: Fri May 26, 2006 12:27 pm
Post subject: Re: POP3 Authentication [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for yur reply.

First, I am trying to set up POP3 on a Red Hat Fedora Core 3 machine

I was using "Linux Troubleshooting Bible" by Christopher Negus.

ON page 508, here is what he says to do :

telnet localhost 110

When you get acknowledgment , enter "user .. my name"

The returning prompt is "OK username accepted, password please"

I enter my password and get the message

"ERR Unknown AUTHORIZATION State Command"

I tried your method, but I get the same ERR message.

What is strange is when I enter the same commands on my Red Hat 9
machine
where POP3 DOES work, I get the same error message - but I can use POP3
just fine to get my mail to my workstation.

POP3 files are installed in the following locations

/etc/xinetd.d/ipop3
/usr/sbin/ipop3d
/etc/pam.d/pop and /etc/pam.d/pop3

Any help would be appreciated.

OCDave
Back to top
Login to vote
Ken Sims

External


Since: Mar 04, 2006
Posts: 7



(Msg. 6) Posted: Fri May 26, 2006 4:39 pm
Post subject: Re: POP3 Authentication [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi -

On 26 May 2006 17:27:27 -0700, "OCDave" <ELPDave.RemoveThis@gmail.com> wrote:

>I enter my password and get the message
>
>"ERR Unknown AUTHORIZATION State Command"

Did you just enter your password alone or did you enter the command
"pass" (without the quotes) followed by a space followed by the actual
password?

The latter is correct. The former will cause the server software to
attempt to interpret your password as a command.

--
Ken
http://www.kensims.net/
Back to top
Login to vote
Steve Welsh

External


Since: Oct 10, 2005
Posts: 12



(Msg. 7) Posted: Fri May 26, 2006 8:52 pm
Post subject: Re: POP3 Authentication [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 27/05/2006 01:27, OCDave wibbled:
> Thanks for yur reply.
>
> First, I am trying to set up POP3 on a Red Hat Fedora Core 3 machine
>
> I was using "Linux Troubleshooting Bible" by Christopher Negus.
>
> ON page 508, here is what he says to do :
>
> telnet localhost 110
>
> When you get acknowledgment , enter "user .. my name"
>
> The returning prompt is "OK username accepted, password please"
>
> I enter my password and get the message
>
> "ERR Unknown AUTHORIZATION State Command"
>
> I tried your method, but I get the same ERR message.
>
> What is strange is when I enter the same commands on my Red Hat 9
> machine
> where POP3 DOES work, I get the same error message - but I can use POP3
> just fine to get my mail to my workstation.
>
> POP3 files are installed in the following locations
>
> /etc/xinetd.d/ipop3
> /usr/sbin/ipop3d
> /etc/pam.d/pop and /etc/pam.d/pop3
>
> Any help would be appreciated.
>
> OCDave
>

Could this help?
http://www.linuxhomenetworking.com/linux-hn/sendmail.htm
Back to top
Login to vote
Display posts from previous:   
Related Topics:
POP3 configuration - Hi, I want to enable my pop3 port for the perticular ip address to access my mails from outside. How to do that in th...

Pop3 port and VPN - Hi, I am Vinod, I have Redhat Linux 9 as my firewall and mailserver and I want to open pop3(110) port and We have Cisc...

pop3 through ssh tunneling - Hi, I've been looking around the net about how to setup my e-mail client so it can grab my e-mail from my provider..

How to allow root to use POP3 from local network? - I'm running RedHat 9 on one machine of 6 in a home network. I want to be able to look at the root's email using Mozill...

Host attempting to log in constantly via POP3 - Hello, My logs show some computer attempting to log into my Linux server via POP3 every 5-10 seconds using the same..

POP3 client behavior re. hosts.deny - I have stunnel and teapop set up on a Debian server. I want to avoid sending my POP password cleartext if I..
       Soft32 Home -> Linux2 Arch -> Security All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
 Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]