[vchkpw] APOP connections not working

2005-04-11 Thread Charlie Garrison
Good afternoon,

Connections that use APOP for authentication have not been working on our
server. I assumed that was because I was using an older version of vpopmail.

I recently installed qmail/vpopmail (5.4.10) on another server and found that
APOP was working. So I decided to upgrade our main server to 5.4.10 to enable
APOP functionality. But it's still not working.

What do I need to do to enable APOP authentication for POP connections?

I am using the following configure options:

  ./configure --disable-clear-passwd --prefix=/mail/local

I haven't tested with the following options since the defaults seemed
suitable.

  --enable-apop-file=/etc/apop-secrets directory where apop secrerts 
are stored.
  --enable-apop=y|n Enable or disable apop authentication.  
  


Thanks,
Charlie
-- 
   Charlie Garrison  [EMAIL PROTECTED]
   PO Box 141, Windsor, NSW 2756, Australia


[vchkpw] apop

2004-10-18 Thread Cyrille Mertes
Hello,
I'm not able to disable apop authentification after compiling vpopmail 
with :

./configure --disable-clear-passwd --enable-apop=n
In telnet :
[EMAIL PROTECTED] telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
+OK
apop a a
-ERR authorization failed
I should see ERR Protocol error instead of -ERR authorization failed ?
Thanks your help.
Cyrille


[vchkpw] APOP authentication

2004-03-22 Thread Lorenzo Iacovone
Sorry for my bad english.
Can anyone help me for setting up APOP authentication with vpopmail
5.4.0?


Lorenzo Iacovone
Tecnico Sistemista

1Mas S.r.l.
Via Mantova 6 - 25123 Brescia (BS)
Tel +39 030 2927411 - Fax +39 030 2927422
Mobile +39 3488051269
[EMAIL PROTECTED]
www.1mas.it



signature.asc
Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata


Re: [vchkpw] APOP authentication

2004-03-22 Thread [EMAIL PROTECTED]
Am Mo, 2004-03-22 um 13.34 schrieb Lorenzo Iacovone:
 Sorry for my bad english.
 Can anyone help me for setting up APOP authentication with vpopmail
 5.4.0?
I thought vpopmail comes automaticly with APOP?
It is not somewhere in the README or somewhere else?

Gruss,
Peter.

 
 
 Lorenzo Iacovone
 Tecnico Sistemista
 
 1Mas S.r.l.
 Via Mantova 6 - 25123 Brescia (BS)
 Tel +39 030 2927411 - Fax +39 030 2927422
 Mobile +39 3488051269
 [EMAIL PROTECTED]
 www.1mas.it
 
-- 
[EMAIL PROTECTED], gpg -key 
http://blackhole.pca.dfn.de:11371/pks/lookup?op=getsearch=0x690A1AC2



RE: [vchkpw] APOP authentication

2004-03-22 Thread Shane Chrisp
Am Mo, 2004-03-22 um 13.34 schrieb Lorenzo Iacovone:
 Sorry for my bad english.
 Can anyone help me for setting up APOP authentication with vpopmail
 5.4.0?
I thought vpopmail comes automaticly with APOP?
It is not somewhere in the README or somewhere else?

I didn't do anything special and I have clients authenticating using APOP.

Shane



Re: [vchkpw] apop on vpopmail-5.2.1 (now 5.3.27)

2003-09-26 Thread Luca Morettoni
Tom Collins, il 25/09/2003 alle 22:14, mi scrisse...
 What is in ~vpopmail/etc/defaultdomain?

after I check, now I don't have network access to that machine cause
network problem

 What does the user's .qmail file look like?  What if it's just a 
 Maildir without a .qmail file?

| condredirect [EMAIL PROTECTED] qmail-rblchk ...
./Maildir/

qmail-rblchk is a program taht I develope to perform RBL checking at
delivery time (see http://morettoni.net/qmail-rblchk.en.html)

 And to confirm, you're saying that mail is delivered fine, but you see 
 the error message 
 Error._Domain_domains_was_not_found_in_the_assign_file in the 
 qmail-send log.

yes, right!

 Did you --enable-mysql-limits?  I'm guessing that you didn't (and that 
 should be OK).  I just need to know for the debugging.

no, only --enable-mysql

-- 
Luca Morettoni [EMAIL PROTECTED] - http://morettoni.net
GPG keys avaiable at: http://morettoni.net/key
Key fingerprint: D69411BB/C329AED4592319826F12 3036B51E664FD69411BB
Current system: FreeBSD 5.1-CURRENT, up 1 day, 22 hrs, 38 mins, 51 secs



[vchkpw] apop on vpopmail-5.2.1

2003-09-25 Thread Luca Morettoni
Hi! I'm using the stable version of vpopmail (current 5.2.1) and I try
to enable the APOP feature, in http://www.inter7.com/vpopmail/vpopmail.html
is wrote to use -enable-apop in configure script, but I see that this
option is not used... is true?

I see that there is no way to set APOP and without this no apop auth
as allowed.

PS: after I check the 5.3.16 version and all work fine, but I prefer
to use a (old) stable version on a production server!

-- 
Luca Morettoni [EMAIL PROTECTED] - http://morettoni.net
GPG keys avaiable at: http://morettoni.net/key
Key fingerprint: D69411BB/C329AED4592319826F12 3036B51E664FD69411BB
Current system: FreeBSD 5.1-CURRENT, up 1 day, 1 hr, 45 mins, 26 secs



Re: [vchkpw] apop on vpopmail-5.2.1

2003-09-25 Thread X-Istence
Luca Morettoni wrote:

Hi! I'm using the stable version of vpopmail (current 5.2.1) and I try
to enable the APOP feature, in http://www.inter7.com/vpopmail/vpopmail.html
is wrote to use -enable-apop in configure script, but I see that this
option is not used... is true?
I see that there is no way to set APOP and without this no apop auth
as allowed.
PS: after I check the 5.3.16 version and all work fine, but I prefer
to use a (old) stable version on a production server!
 

I would say that vpopmail 5.3.27 would be a better version to go with, 
and the stable version is a bit outdated, that is why its not available 
in that. i say vpopmail 5.3.27 as its the latest version, and it has 
proven really stable on my server, which is also a production server. 
With about 60,000 messages being handled a day.




Re: [vchkpw] apop on vpopmail-5.2.1

2003-09-25 Thread Luca Morettoni
X-Istence, il 25/09/2003 alle 06:43, mi scrisse...
 I would say that vpopmail 5.3.27 would be a better version to go with, 
 and the stable version is a bit outdated, that is why its not available 
 in that. i say vpopmail 5.3.27 as its the latest version, and it has 
 proven really stable on my server, which is also a production server. 
 With about 60,000 messages being handled a day.

good, but I try that version on a FreeBSD 4.8-RELEASE, all work fine,
but in the log I see:

info msg 178305: bytes 210 from [EMAIL PROTECTED] qp 80275 uid 0
starting delivery 235: msg 178305 to local [EMAIL PROTECTED]
status: local 1/10 remote 0/20 delivery 235: success: 
Error._Domain_domains_was_not_found_in_the_assign_file/did_0+0+1/
status: local 0/10 remote 0/20
end msg 178305

I compiled vpopmail version 5.3.27 with this options:

--enable-mysql=y
--enable-passwd=y
--enable-valias=y
--enable-qmail-ext=y
--enable-learn-passwords=y
--enable-roaming-users=y
--enable-relay-clear-minutes=20
--enable-clear-passwd=n
--enable-domainquotas=y

the apop now work fine, the message above is displayed ONLY when I put
a .qmail file in ~vpopmail/domains/[dom]/[user]/

all delivery are Ok, I no loose any message (with or without .qmail
file), but I don't know why I get that message

-- 
Luca Morettoni [EMAIL PROTECTED] - http://morettoni.net
GPG keys avaiable at: http://morettoni.net/key
Key fingerprint: D69411BB/C329AED4592319826F12 3036B51E664FD69411BB
Current system: FreeBSD 5.1-CURRENT, up 1 day, 6 hrs, 35 mins, 6 secs



Re: [vchkpw] apop on vpopmail-5.2.1 (now 5.3.27)

2003-09-25 Thread Tom Collins
On Thursday, September 25, 2003, at 07:36  AM, Luca Morettoni wrote:
info msg 178305: bytes 210 from [EMAIL PROTECTED] qp 80275 uid 0
starting delivery 235: msg 178305 to local 
[EMAIL PROTECTED]
status: local 1/10 remote 0/20 delivery 235: success: 
Error._Domain_domains_was_not_found_in_the_assign_file/did_0+0+1/
status: local 0/10 remote 0/20
end msg 178305
That error appears in the vget_limits() code, and indicates that 
vget_limits() was called with 'domains' as the domain name.

Have you set a default domain?  Are you logging in with a full email 
address as the username (e.g., [EMAIL PROTECTED]) or just the username 
(test)?

What backend (cdb, mysql, etc.) are you using?

--
Tom Collins
[EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/



Re: [vchkpw] apop on vpopmail-5.2.1 (now 5.3.27)

2003-09-25 Thread Luca Morettoni
Tom Collins, il 25/09/2003 alle 08:38, mi scrisse...
 Have you set a default domain?  Are you logging in with a full email 
 address as the username (e.g., [EMAIL PROTECTED]) or just the username 
 (test)?

I compiled vpopmail with a defaultdomain, and I log in with complete
email address, but all POP3 operation work fine, the problem is in the
local delivery for the user that have a .qmail file

 What backend (cdb, mysql, etc.) are you using?

mysql

-- 
Luca Morettoni [EMAIL PROTECTED] - http://morettoni.net
GPG keys avaiable at: http://morettoni.net/key
Key fingerprint: D69411BB/C329AED4592319826F12 3036B51E664FD69411BB
Current system: FreeBSD 5.1-CURRENT, up 1 day, 7 hrs, 55 mins, 21 secs



Re: [vchkpw] apop on vpopmail-5.2.1 (now 5.3.27)

2003-09-25 Thread Tom Collins
On Thursday, September 25, 2003, at 08:45  AM, Luca Morettoni wrote:
Have you set a default domain?  Are you logging in with a full email
address as the username (e.g., [EMAIL PROTECTED]) or just the username
(test)?
I compiled vpopmail with a defaultdomain, and I log in with complete
email address, but all POP3 operation work fine, the problem is in the
local delivery for the user that have a .qmail file
What is in ~vpopmail/etc/defaultdomain?

What does the user's .qmail file look like?  What if it's just a 
Maildir without a .qmail file?

And to confirm, you're saying that mail is delivered fine, but you see 
the error message 
Error._Domain_domains_was_not_found_in_the_assign_file in the 
qmail-send log.

What backend (cdb, mysql, etc.) are you using?
mysql
Did you --enable-mysql-limits?  I'm guessing that you didn't (and that 
should be OK).  I just need to know for the debugging.

--
Tom Collins
[EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/



[vchkpw] APOP/Learned Passwords

2002-09-06 Thread Paul Fries


I have configured my system to enable learned passwords, and this is
working as expected. Any user that logs in sets their password on the
first authentication. 

However, I have noticed that users logging in with APOP are able to
check their mail, but NO password is set in the database. Indeed they
can put whatever they want in the password field, and they will still be
allowed to check that POP box.

I am using vpopmail 5.3.8 with --enable-roaming-users=y --enable-mysql=y
--enable-clear-passwd=y --enable-learn-passwords=y

Has anyone else experienced this?

Thanks!

Regards,
Paul Fries
[EMAIL PROTECTED]




Re: [vchkpw] APOP/Learned Passwords

2002-09-06 Thread Tren Blackburn


That's because only POP3 has that functionality.  sqwebmail and courier
imap also lack this feature.

Regards,

Tren

On Fri, 6 Sep 2002, Paul Fries wrote:


 I have configured my system to enable learned passwords, and this is
 working as expected. Any user that logs in sets their password on the
 first authentication.

 However, I have noticed that users logging in with APOP are able to
 check their mail, but NO password is set in the database. Indeed they
 can put whatever they want in the password field, and they will still be
 allowed to check that POP box.

 I am using vpopmail 5.3.8 with --enable-roaming-users=y --enable-mysql=y
 --enable-clear-passwd=y --enable-learn-passwords=y

 Has anyone else experienced this?

 Thanks!

 Regards,
 Paul Fries
 [EMAIL PROTECTED]



-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
= EOT Networks   http://www.eotnetworks.com  -
- Infinite Solutions for a Finite World  (403) 818-7658  =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




Re: [vchkpw] APOP/Learned Passwords

2002-09-06 Thread Vladimir Kabanov


it's correct, since APOP method doesn't send user's paswword in clear-text,
and every time password send is different from the previous,
so it is impossible (and unreasonable) to learn apop-passwords.
New users should use clear-text password at first login to make this feature
work.

- Original Message -
From: Paul Fries [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, September 07, 2002 5:09 AM
Subject: [vchkpw] APOP/Learned Passwords



 I have configured my system to enable learned passwords, and this is
 working as expected. Any user that logs in sets their password on the
 first authentication.

 However, I have noticed that users logging in with APOP are able to
 check their mail, but NO password is set in the database. Indeed they
 can put whatever they want in the password field, and they will still be
 allowed to check that POP box.

 I am using vpopmail 5.3.8 with --enable-roaming-users=y --enable-mysql=y
 --enable-clear-passwd=y --enable-learn-passwords=y

 Has anyone else experienced this?

 Thanks!

 Regards,
 Paul Fries
 [EMAIL PROTECTED]






vchkpw APOP authentication using /etc/passwd (shadow)

2000-11-02 Thread James Browning

Hi,

Since I never got a response from my previous post, I assume my question was
lame or lacked detail.  I'll try again...

Is there anyway I can configure vchkpw to handle APOP for /etc/passwd users?
I know there are other means for handling this (patches to checkpassword,
checkpw, etc.) but I like the logging features of vchkpw and the fact if
configured, will maintain the relay cdb.   I do NOT (at least at this time)
wish to use vpopmail other than to maintain the relay cdb and for
authentication.  From investigation it appears virtual apop users' passwords
are stored in clear text in order to match md5 hashed copies sent across the
wire.   Qualcomm's qpopper supports the use of APOP with /etc/shadow--  can
vchkpw offer the same?  Just curious, anyone know how qpopper utilizes
/etc/shadow with APOP?  I ask only because from searching the qmail archives
it appears passwords need be stored in clear text on the server.

The qmail site offers numerous alternatives, but if vchkpw can use
/etc/shadow with APOP authentications, then I won't have to change the auth
mechanism.

A response of any sort would be appreciated.

many thanks,

--James