 |
|
 |
|
Next: Add patch for string
|
| Author |
Message |
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 |
|
 |  |
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 |
|
 |  |
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 |
|
 |  |
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 |
|
 |  |
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 |
|
 |  |
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 |
|
 |  |
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 |
|
 |  |
|
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
|
|
|
|
 |
|
|