Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-21 Thread Bulent
Thank you 
the problem has been solved

- Original Message - 
From: Jeremy Kitchen [EMAIL PROTECTED]
To: vchkpw@inter7.com
Sent: Friday, May 19, 2006 7:28 PM
Subject: Re: [vchkpw] Roaming-users could not work with secure pop3 ?




Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-19 Thread Bulent
Yes I use sslserver from ucspi-ssl.
How can I solve this problem ?

- Original Message - 
From: Jeremy Kitchen [EMAIL PROTECTED]
To: vchkpw@inter7.com
Sent: Thursday, May 18, 2006 11:22 PM
Subject: Re: [vchkpw] Roaming-users could not work with secure pop3 ?




Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-19 Thread Jeremy Kitchen
On Thursday 18 May 2006 23:19, Bulent wrote:
 Yes I use sslserver from ucspi-ssl.

great :)

 How can I solve this problem ?

now that you've finally given the information I asked you for, I can give you 
a better answer.

make sure you have the -e flag set so that sslserver will set the $TCP* 
environment variables, which is what vchkpw uses to determine what IP is 
connecting to the server.

the reason the -e flag exists at all is because ucspi-ssl provides a 
ucspi-compliant interface[1], but most programs just assume a TCP protocol 
(including, strangely, qmail-smtpd *boggle*)

[1]: http://cr.yp.to/proto/ucspi.txt

-Jeremy

-- 
Jeremy Kitchen ++ [EMAIL PROTECTED]

http://ipaction.org/ -- defend your rights to fair use


pgpkL0jxpJQHu.pgp
Description: PGP signature


[vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-18 Thread Bulent



Hello

I use vpopmail5.4 on qmail-1.03.

I use securepop3 protocol (port 995 ) to incoming 
mails in my mail clients.
When I use touch send/recieve or send an email to 
anyone with my vpopmail server, Vpopmail server could not write in open-smtp 
file.
But When I use pop3 protocol (port 110) then it 
wrote open-smtp.

How can I solve this problem ?

Thanks


Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-18 Thread Kim Christensen
* Bulent [EMAIL PROTECTED] [2006-05-18 14:13:23 +0300]:
 I use securepop3 protocol (port 995 ) to incoming mails in my mail clients.
 When I use touch send/recieve or send an email to anyone with my vpopmail 
 server, Vpopmail server could not write in open-smtp file.
 But When I use pop3 protocol (port 110) then it wrote open-smtp.
 
 How can I solve this problem ?

http://www.tnpi.biz/internet/mail/toaster/patches/tcpserver-mysql.shtml

-- 
Kim Christensen
We have just lost cabin pressure


Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-18 Thread Jeremy Kitchen
On Thursday 18 May 2006 04:25, Kim Christensen wrote:
 * Bulent [EMAIL PROTECTED] [2006-05-18 14:13:23 +0300]:
  I use securepop3 protocol (port 995 ) to incoming mails in my mail
  clients. When I use touch send/recieve or send an email to anyone with my
  vpopmail server, Vpopmail server could not write in open-smtp file. But
  When I use pop3 protocol (port 110) then it wrote open-smtp.
 
  How can I solve this problem ?

how are you enabling ssl?  Are you using the sslserver program from ucspi-ssl?

 http://www.tnpi.biz/internet/mail/toaster/patches/tcpserver-mysql.shtml

way to COMPLETELY ignore the problem. *claps*

-Jeremy

-- 
Jeremy Kitchen ++ [EMAIL PROTECTED]

http://ipaction.org/ -- defend your rights to fair use


pgpBU6Zs8g17W.pgp
Description: PGP signature


Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-18 Thread Bulent
That's to say, First I have to convert cdb database to mysql. don't I ?
 
- Original Message - 
From: Jeremy Kitchen [EMAIL PROTECTED]
To: vchkpw@inter7.com
Sent: Thursday, May 18, 2006 7:43 PM
Subject: Re: [vchkpw] Roaming-users could not work with secure pop3 ?




Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-18 Thread Jeremy Kitchen
On Thursday 18 May 2006 11:04, Bulent wrote:
 That's to say, First I have to convert cdb database to mysql. don't I ?

if you want to use that patch, yes, but that patch is not the solution to your 
problem.  Please answer the question I asked you in the previous email.

-Jeremy

-- 
Jeremy Kitchen ++ [EMAIL PROTECTED]

http://ipaction.org/ -- defend your rights to fair use


pgpe8iLhront2.pgp
Description: PGP signature


Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-18 Thread Bulent
I use openssl for secure pop3(port 995).
Also I use cdb for database of users.

 

- Original Message - 
From: Jeremy Kitchen [EMAIL PROTECTED]
To: vchkpw@inter7.com
Sent: Thursday, May 18, 2006 9:07 PM
Subject: Re: [vchkpw] Roaming-users could not work with secure pop3 ?




Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-18 Thread Jeremy Kitchen
On Thursday 18 May 2006 12:53, Bulent wrote:
 I use openssl for secure pop3(port 995).

... right.

What I meant was, are you using xinetd with some sort of ssl wrapper, or 
tcpserver with an ssl patch or sslserver from ucspi-ssl, or what?

-Jeremy

-- 
Jeremy Kitchen ++ [EMAIL PROTECTED]

http://ipaction.org/ -- defend your rights to fair use


pgpaFGIPe5XLV.pgp
Description: PGP signature


Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-18 Thread Tom Collins
My guess is that he's using a program that just encrypts a connection 
to localhost:110.  If that's the case, it will appear that the user is 
coming from localhost, and therefore not possible to open up SMTP 
relaying for them.


If you follow Bill Shupp's directions http://shupp.org/toaster/ for 
setting up pop/secure-pop, roaming-users should work.


I'm a big fan of using SMTP AUTH instead of roaming-users (aka 
pop-before-smtp).  If they configure their email client for SMTP AUTH, 
then you won't have to fix roaming-users for secure pop3.


--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/