The qpopper list archive ending on 7 Jan 2009
Topics covered in this issue include:
1. slow PAM auth under load
"Ken Hohhof" <ken at mixedsignal dot com>
Mon, 29 Sep 2008 09:50:12 -0500
2. Qpopper 4.1 64-bit on Solaris 10?
Randall Gellens <randy at qualcomm dot com>
Sun, 5 Oct 2008 16:26:53 -0700
3. Qpopper 4.0.15 and 4.1b13 available
Randall Gellens <randy at qualcomm dot com>
Tue, 21 Oct 2008 22:42:01 -0700
4. AUTH PLAIN possible with qpopper???
Andre Heine <andre at linux-experience dot de>
Tue, 9 Dec 2008 14:43:22 +0100
5. Re: AUTH PLAIN possible with qpopper???
Randall Gellens <randy at qualcomm dot com>
Thu, 11 Dec 2008 17:41:15 -0800
6. Re: AUTH PLAIN possible with qpopper???
Randall Gellens <randy at qualcomm dot com>
Thu, 11 Dec 2008 19:13:25 -0800
7. Re: AUTH PLAIN possible with qpopper???
Andre Heine <andre at linux-experience dot de>
Fri, 12 Dec 2008 14:20:09 +0100
8. Relaying POP3 traffic
"Radakovich, Michael" <MRadakovich at wideopenwest dot com>
Mon, 22 Dec 2008 11:38:13 -0600
9. Re: Relaying POP3 traffic
Stefan Schweizer <stefan dot schweizer at villabruna dot com>
Mon, 22 Dec 2008 19:52:41 +0100
10. Re: AUTH PLAIN possible with qpopper???
Randall Gellens <randy at qualcomm dot com>
Mon, 22 Dec 2008 23:23:14 -0800
11. Viewing user password in POP log
"Radakovich, Michael" <MRadakovich at wideopenwest dot com>
Wed, 7 Jan 2009 14:09:51 -0600
12. Re: Viewing user password in POP log
Ken Hornstein <kenh at cmf dot nrl dot navy dot mil>
Wed, 07 Jan 2009 15:13:05 -0500
From: "Ken Hohhof" <ken at mixedsignal dot com>
Subject: slow PAM auth under load
Date: Mon, 29 Sep 2008 09:50:12 -0500
I have a server that has been running qpopper and sendmail on RH8 for
several years. I am having a problem where qpopper logins can take 15-20
seconds to authorize at peak usage times. Yet I look at the server and
neither CPU nor memory are maxed out. Load average might be up to 4 or 5
when this occurs. Also, if I try to telnet or ssh to the server while this
is occuring, often I will see a quick prompt for username/password, but then
the same wait for auth to complete.
I believe the server is a 1.26GHz Xeon with 2GB memory and a RAID5 array of
3x18GB 10K SCSI drives.
This is almost certainly a PAM question not specifically a Qpopper question,
but I'm hoping someone can point me in the right direction. I don't see any
configuration that would limit PAM to a certain number of logins per second
or something like that, so I'm stumped why the auth process gets bogged down
when the server seems to be working hard but not by any means overloaded.
I have a newer server running the same configuration on dual 2.4GHz Xeons
with a SATA drive and I'm not seeing the same issue, but that may be due to
different users rather than different server.
Date: Sun, 5 Oct 2008 16:26:53 -0700
From: Randall Gellens <randy at qualcomm dot com>
Subject: Qpopper 4.1 64-bit on Solaris 10?
Has anyone had any problems with Qpopper 4.1 in 64-bit mode on Solaris 10?
--
Randall Gellens
Opinions are personal; facts are suspect; I speak for myself only
-------------- Randomly-selected tag: ---------------
I always avoid prophesying beforehand, because it is a much better
policy to prophesy after the event has already taken place.
--Winston Churchill
Date: Tue, 21 Oct 2008 22:42:01 -0700
From: Randall Gellens <randy at qualcomm dot com>
Subject: Qpopper 4.0.15 and 4.1b13 available
Qpopper 4.0.15 is available at
<ftp://ftp.qualcomm.com/eudora/servers/unix/popper/>.
Qpopper 4.1b13 is available at
<ftp://ftp.qualcomm.com/eudora/servers/unix/popper/beta/>.
The full list of changes is in the distribution.
Changes from 4.0.13 to 4.0.14:
-----------------------------
1. Update ./configure using newer autoconf to fix 64-bit mode
problems on some platforms.
Changes from 4.1.b12 to 4.1.b13:
-------------------------------
1. Update ./configure using newer autoconf to fix 64-bit mode
problems on some platforms.
--
Randall Gellens
Opinions are personal; facts are suspect; I speak for myself only
-------------- Randomly-selected tag: ---------------
The challenge of computer science is: How NOT to make a mess of it.
-Edsger W. Dijkstra
From: Andre Heine <andre at linux-experience dot de>
Subject: AUTH PLAIN possible with qpopper???
Date: Tue, 9 Dec 2008 14:43:22 +0100
Hello all,
supports qpopper the "Auth Plain" command with
PAM together?
We have a special program, which needs the command...
In the documentation I found that only RFC 1939 and 2449
is supported.
The AUTH command is described in RFC 1734 as "optional"...
We use PAM, that's works fine. But in that case "AUTH"
returns the following message:
----- snip ----
ahe@se6:~/src> telnet post 110
Trying XXX.XXX.XXX.XXX...
Connected to post.
Escape character is '^]'.
+OK ready <16263.1228829430@post>
AUTH
+OK Supported SASL mechanisms:
X-NONE-SO-USE-APOP-OR-STLS
.
"Plain" is not in the list and the switch "-p2" don't take any effect;()
Any hints?
Best regards
Andre
--
You've been leading a dog's life. Stay off the furniture.
Date: Thu, 11 Dec 2008 17:41:15 -0800
From: Randall Gellens <randy at qualcomm dot com>
Subject: Re: AUTH PLAIN possible with qpopper???
At 2:43 PM +0100 12/9/08, Andre Heine wrote:
> Hello all,
>
> supports qpopper the "Auth Plain" command with
> PAM together?
>
> We have a special program, which needs the command...
>
> In the documentation I found that only RFC 1939 and 2449
> is supported.
>
> The AUTH command is described in RFC 1734 as "optional"...
>
> We use PAM, that's works fine. But in that case "AUTH"
> returns the following message:
>
> ----- snip ----
> ahe@se6:~/src> telnet post 110
> Trying XXX.XXX.XXX.XXX...
> Connected to post.
> Escape character is '^]'.
> +OK ready <16263.1228829430@post>
> AUTH
> +OK Supported SASL mechanisms:
> X-NONE-SO-USE-APOP-OR-STLS.
Did you compile Qpopper with a SASL library, such as the one from
Cyrus? E.g., use "--with-cyrus-sasl" with ./configure.
> "Plain" is not in the list and the switch "-p2" don't take any effect;()
No SASL mechanisms were in the list, which is what happens when you
compile without a SASL library.
The idea of SASL is that the library implements specific
authentication mechanisms, so the individual servers (such as
Qpopper) only need to call the general library functions. This
allows new mechanisms to be invented and supported in one place (the
SASL library).
--
Randall Gellens
Opinions are personal; facts are suspect; I speak for myself only
-------------- Randomly-selected tag: ---------------
It is only the superficial qualities that last. Man's deeper
nature is soon found out. --Oscar Wilde
Date: Thu, 11 Dec 2008 19:13:25 -0800
From: Randall Gellens <randy at qualcomm dot com>
Subject: Re: AUTH PLAIN possible with qpopper???
Also, use Qpopper 4.1.
--
Randall Gellens
Opinions are personal; facts are suspect; I speak for myself only
-------------- Randomly-selected tag: ---------------
If God lived on Earth, people would knock out all His windows.
--Yiddish saying
From: Andre Heine <andre at linux-experience dot de>
Subject: Re: AUTH PLAIN possible with qpopper???
Date: Fri, 12 Dec 2008 14:20:09 +0100
Hello Randall,
Am Freitag, 12. Dezember 2008 02:41 schrieb Randall Gellens:
> At 2:43 PM +0100 12/9/08, Andre Heine wrote:
> > supports qpopper the "Auth Plain" command with
> > PAM together?
[...]
> > +OK Supported SASL mechanisms:
> > X-NONE-SO-USE-APOP-OR-STLS.
>
> Did you compile Qpopper with a SASL library, such as the one from
> Cyrus? E.g., use "--with-cyrus-sasl" with ./configure.
I don't know. It's the original suse 10.1 qpopper...
> No SASL mechanisms were in the list, which is what happens when you
> compile without a SASL library.
Ok, I will try the to compile my qpopper...
> The idea of SASL is that the library implements specific
> authentication mechanisms, so the individual servers (such as
> Qpopper) only need to call the general library functions. This
> allows new mechanisms to be invented and supported in one place (the
> SASL library).
Give me some time to test it:-)
Thanks for your supplie!!!
Greetings
Andre
--
There is no distinctly native American criminal class except Congress.
-- Mark Twain
Subject: Relaying POP3 traffic
Date: Mon, 22 Dec 2008 11:38:13 -0600
From: "Radakovich, Michael" <MRadakovich at wideopenwest dot com>
This is a multi-part message in MIME format.
------_=_NextPart_001_01C9645C.1165832E
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Is it possible to configure qpopper to relay all POP3
connections it receives to another host ( external ). I am running
v4.0.5 .
Any help would be greatly appreciated.
Thank you,
Michael Radakovich
Systems Administrator
WOW! Internet-Cable-Phone
(630)536-3163
------_=_NextPart_001_01C9645C.1165832E
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html;
charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'> Is it
possible to
configure qpopper to relay all POP3 connections it receives to another
host (
external ). I am running v4.0.5 .<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'> Any help would
be
greatly appreciated.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'> Thank
you,<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoAutoSig><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'>Michael Radakovich<o:p></o:p></span></font></p>
<p class=MsoAutoSig><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'>Systems Administrator<o:p></o:p></span></font></p>
<p class=MsoAutoSig><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'>WOW! Internet-Cable-Phone<o:p></o:p></span></font></p>
<p class=MsoAutoSig><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'>(630)536-3163 <o:p></o:p></span></font></p>
<p class=MsoAutoSig><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'> </span><o:p></o:p></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
</div>
</body>
</html>
------_=_NextPart_001_01C9645C.1165832E--
From: Stefan Schweizer <stefan dot schweizer at villabruna dot com>
Date: Mon, 22 Dec 2008 19:52:41 +0100
Subject: Re: Relaying POP3 traffic
--Apple-Mail-47-409175209
Content-Type: text/plain;
charset=US-ASCII;
format=flowed;
delsp=yes
Content-Transfer-Encoding: 7bit
Hi Michael,
Isn't that a task for rinetd?
Kind regards,
Stefan
Am 22.12.2008 um 18:38 schrieb Radakovich, Michael:
>
> Is it possible to configure qpopper to relay all POP3
> connections it receives to another host ( external ). I am running
> v4.0.5 .
>
>
> Any help would be greatly appreciated.
>
>
> Thank you,
>
>
>
> Michael Radakovich
> Systems Administrator
> WOW! Internet-Cable-Phone
> (630)536-3163
>
>
--Apple-Mail-47-409175209
Content-Type: text/html;
charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space;
-webkit-line-break: after-white-space; "><div>Hi
Michael,</div><div><br></div>Isn't that a task for
rinetd?<div><br></div><div>Kind
regards,</div><div><br></div><div>Stefan<br><div><br></div><div><br><div><
div>Am 22.12.2008 um 18:38 schrieb Radakovich, Michael:</div><br
class="Apple-interchange-newline"><blockquote type="cite"><span
class="Apple-style-span" style="border-collapse: separate; color:
rgb(0, 0, 0); font-family: 'Helvetica Neue'; font-size: 12px;
font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: normal; orphans: 2; text-align:
auto; text-indent: 0px; text-transform: none; white-space: normal;
widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
auto; -webkit-text-stroke-width: 0; "><div lang="EN-US" link="blue"
vlink="purple"><div class="Section1"><div style="margin-top: 0in;
margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size:
12pt; font-family: 'Times New Roman'; "><font size="2"
face="Arial"><span style="font-size: 10pt; font-family: Arial;
"><o:p> </o:p></span></font></div><div style="margin-top: 0in;
margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size:
12pt; font-family: 'Times New Roman'; "><font size="2"
face="Arial"><span style="font-size: 10pt; font-family: Arial;
"> Is it possible to configure
qpopper to relay all POP3 connections it receives to another host (
external ). I am running v4.0.5 .<o:p></o:p></span></font></div><div
style="margin-top: 0in; margin-right: 0in; margin-left: 0in;
margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New
Roman'; "><font size="2" face="Arial"><span style="font-size:
10pt; font-family: Arial; "><o:p> </o:p></span></font></div><div
style="margin-top: 0in; margin-right: 0in; margin-left: 0in;
margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New
Roman'; "><font size="2" face="Arial"><span style="font-size:
10pt; font-family: Arial; "><o:p> </o:p></span></font></div><div
style="margin-top: 0in; margin-right: 0in; margin-left: 0in;
margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New
Roman'; "><font size="2" face="Arial"><span style="font-size:
10pt; font-family: Arial; "> Any
help would be greatly appreciated.<o:p></o:p></span></font></div><div
style="margin-top: 0in; margin-right: 0in; margin-left: 0in;
margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New
Roman'; "><font size="2" face="Arial"><span style="font-size:
10pt; font-family: Arial; "><o:p> </o:p></span></font></div><div
style="margin-top: 0in; margin-right: 0in; margin-left: 0in;
margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New
Roman'; "><font size="2" face="Arial"><span style="font-size:
10pt; font-family: Arial; "><o:p> </o:p></span></font></div><div
style="margin-top: 0in; margin-right: 0in; margin-left: 0in;
margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New
Roman'; "><font size="2" face="Arial"><span style="font-size:
10pt; font-family: Arial; "> Thank
you,<o:p></o:p></span></font></div><div style="margin-top: 0in;
margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size:
12pt; font-family: 'Times New Roman'; "><font size="2"
face="Arial"><span style="font-size: 10pt; font-family: Arial;
"><o:p> </o:p></span></font></div><div style="margin-top: 0in;
margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size:
12pt; font-family: 'Times New Roman'; "><font size="2"
face="Arial"><span style="font-size: 10pt; font-family: Arial;
"><o:p> </o:p></span></font></div><div style="margin-top: 0in;
margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size:
12pt; font-family: 'Times New Roman'; "><font size="2"
face="Arial"><span style="font-size: 10pt; font-family: Arial;
"><o:p> </o:p></span></font></div><div style="margin-top: 0in;
margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size:
12pt; font-family: 'Times New Roman'; "><font size="3" face="Times
New Roman"><span style="font-size: 12pt; ">Michael
Radakovich<o:p></o:p></span></font></div><div style="margin-top: 0in;
margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size:
12pt; font-family: 'Times New Roman'; "><font size="3" face="Times
New Roman"><span style="font-size: 12pt; ">Systems
Administrator<o:p></o:p></span></font></div><div style="margin-top:
0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt;
font-size: 12pt; font-family: 'Times New Roman'; "><font size="3"
face="Times New Roman"><span style="font-size: 12pt; ">WOW!
Internet-Cable-Phone<o:p></o:p></span></font></div><div
style="margin-top: 0in; margin-right: 0in; margin-left: 0in;
margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New
Roman'; "><font size="3" face="Times New Roman"><span
style="font-size: 12pt;
">(630)536-3163 <o:p></o:p></span></font></div><div
style="margin-top: 0in; margin-right: 0in; margin-left: 0in;
margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New
Roman'; "><font size="3" face="Times New Roman"><span
style="font-size: 12pt; "> </span><o:p></o:p></font></div><div
style="margin-top: 0in; margin-right: 0in; margin-left: 0in;
margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New
Roman'; "><font size="3" face="Times New Roman"><span
style="font-size: 12pt;
"><o:p> </o:p></span></font></div></div></div></span></blockquote></d
iv><br></div></div></body></html>
--Apple-Mail-47-409175209--
Date: Mon, 22 Dec 2008 23:23:14 -0800
From: Randall Gellens <randy at qualcomm dot com>
Subject: Re: AUTH PLAIN possible with qpopper???
At 2:20 PM +0100 12/12/08, Andre Heine wrote:
> > Did you compile Qpopper with a SASL library, such as the one from
>> Cyrus? E.g., use "--with-cyrus-sasl" with ./configure.
>
> I don't know. It's the original suse 10.1 qpopper...
Does that include a SASL library? If not, you can it from cmu.edu.
--
Randall Gellens
Opinions are personal; facts are suspect; I speak for myself only
-------------- Randomly-selected tag: ---------------
It wasn't as easy to get programs right as we had thought.
--Wilkes, 1949
Subject: Viewing user password in POP log
Date: Wed, 7 Jan 2009 14:09:51 -0600
From: "Radakovich, Michael" <MRadakovich at wideopenwest dot com>
This is a multi-part message in MIME format.
------_=_NextPart_001_01C97103.E5A950E4
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hello,
I am using Qopper v4.0.5 and am using Openldap for
user authentication. Is there a way to recompile qpopper or add a line
in the config. file so I can see the user
password in the popper log files ?
Any help would be greatly appreciated.
Thank you,
Michael Radakovich
Systems Administrator
WOW! Internet-Cable-Phone
(630)536-3163
------_=_NextPart_001_01C97103.E5A950E4
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html;
charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'>
Hello,<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'>
I am using Qopper v4.0.5 and am using Openldap for user authentication.
Is
there a way to recompile qpopper or add a line in the config. file so I
can see
the user<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'>
password in the popper log files ?<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'>
Any help would be greatly appreciated.<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'>
Thank you,<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoAutoSig><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'>Michael Radakovich<o:p></o:p></span></font></p>
<p class=MsoAutoSig><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'>Systems Administrator<o:p></o:p></span></font></p>
<p class=MsoAutoSig><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'>WOW! Internet-Cable-Phone<o:p></o:p></span></font></p>
<p class=MsoAutoSig><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'>(630)536-3163 <o:p></o:p></span></font></p>
<p class=MsoAutoSig><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'> </span><o:p></o:p></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span
style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
</div>
</body>
</html>
------_=_NextPart_001_01C97103.E5A950E4--
Subject: Re: Viewing user password in POP log
Date: Wed, 07 Jan 2009 15:13:05 -0500
From: Ken Hornstein <kenh at cmf dot nrl dot navy dot mil>
> I am using Qopper v4.0.5 and am using Openldap for
>user authentication. Is there a way to recompile qpopper or add a line
>in the config. file so I can see the user password in the popper log files ?
Note to self: time to switch ISPs.
--Ken
Last updated on 7 Jan 2009 by Pensive Mailing List Admin