Re: [vchkpw] howto debug a pop3/vpopmail problem

2003-07-07 Thread Mark Persohn
Just try telneting to the pop3 port.

[EMAIL PROTECTED]:$ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
user [EMAIL PROTECTED]
+OK Password required.
pass fghjkl
+OK logged in.
quit
+OK Bye-bye.
Connection closed by foreign host.
[EMAIL PROTECTED]:$
If it succeeds or fails it should log to /var/log/mail or the like, 
check your log dir.

Mark



[EMAIL PROTECTED] wrote:
Hello again, by bad day continues and now its time for question 2.
 
I have vpopmail working with qmail-pop3 daemon
 
I have a problem logging on to the pop3 server with vpopmail, however 
I cannot find any usefull information in the log file (it just says 
connection made)
 
@40003f091cde0ad85ff4 tcpserver: pid 1022 from 10.11.216.11
@40003f091cde0ad8f07c tcpserver: ok 1022 0:10.11.216.13:110 
:10.11.216.11::2027
@40003f091cde0b9ae0ec tcpserver: end 1022 status 256
@40003f091cde0b9af85c tcpserver: status: 0/40
 
I have tried connecting with Ms Outlook express and MS outlook XP and I 
get 2 similar error messages (helpfull from Microsoft )
 
First out look express
 
There was a problem logging onto your mail server. Your Password was 
rejected. Account: 'jordan.no-dns.co.uk', Server: 'jordan.no-dns.co.uk', 
Protocol: POP3, Server Response: '/home/vpopmail/bin/vchkpw: error while 
loading shared libraries: libc.so.6: failed to map segment from shared 
object: Cannot allocate memory', Port: 110, Secure(SSL): No, Server 
Error: 0x800CCC90, Error Number: 0x800CCC92
 
 
Now the Outlook XP message
 

Task 'Matthew Darcy Md.Lan Mail - Sending and Receiving' reported error 
(0x800CCC92) : 'Your e-mail server rejected your login. Verify your user 
name and password in your account properties. Under Tools, click E-mail 
accounts.  The server responded: ?ome/vpopmail/bin/vchkpw: error while 
loading shared libraries: libc.so.6: failed to map segment from shared 
object: Cannot allocate memory'
 
 
The first message appears to suggest it connects to port 110 on SSL ??? 
but both messages appear to be complaining about a shared library having 
problems.
 
Any suggestions to what this really means (nothing else is complaining 
about any libc libraries) and how to fix /  get better debugging 
information.
 
thanks,
 
Matt.
 
 
 
 






Re: [vchkpw] howto debug a pop3/vpopmail problem

2003-07-07 Thread matt
A very good test. Which displays very similar problems

+OK [EMAIL PROTECTED]
+OK
/home/vpopmail/bin/vchkpw: error while loading shared libraries: libc.so.6:
fail
ed to map segment from shared object: Cannot allocate memory
-ERR
authorization f
ailed

Nothing shows up in the mail log, which to be honest I would expect as I am
not doing anything mail related. The pop3 log just shows a connection being
made.

Any other ideas ?

Thanks,

Matt.




- Original Message - 
From: Mark Persohn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, July 07, 2003 8:35 AM
Subject: Re: [vchkpw] howto debug a pop3/vpopmail problem


 Just try telneting to the pop3 port.

 [EMAIL PROTECTED]:$ telnet localhost 110
 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
 +OK Hello there.
 user [EMAIL PROTECTED]
 +OK Password required.
 pass fghjkl
 +OK logged in.
 quit
 +OK Bye-bye.
 Connection closed by foreign host.
 [EMAIL PROTECTED]:$

 If it succeeds or fails it should log to /var/log/mail or the like,
 check your log dir.

 Mark



 [EMAIL PROTECTED] wrote:
  Hello again, by bad day continues and now its time for question 2.
 
  I have vpopmail working with qmail-pop3 daemon
 
  I have a problem logging on to the pop3 server with vpopmail, however
  I cannot find any usefull information in the log file (it just says
  connection made)
 
  @40003f091cde0ad85ff4 tcpserver: pid 1022 from 10.11.216.11
  @40003f091cde0ad8f07c tcpserver: ok 1022 0:10.11.216.13:110
  :10.11.216.11::2027
  @40003f091cde0b9ae0ec tcpserver: end 1022 status 256
  @40003f091cde0b9af85c tcpserver: status: 0/40
 
  I have tried connecting with Ms Outlook express and MS outlook XP and I
  get 2 similar error messages (helpfull from Microsoft )
 
  First out look express
 
  There was a problem logging onto your mail server. Your Password was
  rejected. Account: 'jordan.no-dns.co.uk', Server: 'jordan.no-dns.co.uk',
  Protocol: POP3, Server Response: '/home/vpopmail/bin/vchkpw: error while
  loading shared libraries: libc.so.6: failed to map segment from shared
  object: Cannot allocate memory', Port: 110, Secure(SSL): No, Server
  Error: 0x800CCC90, Error Number: 0x800CCC92
 
 
  Now the Outlook XP message
 
 
  Task 'Matthew Darcy Md.Lan Mail - Sending and Receiving' reported error
  (0x800CCC92) : 'Your e-mail server rejected your login. Verify your user
  name and password in your account properties. Under Tools, click E-mail
  accounts.  The server responded: ?ome/vpopmail/bin/vchkpw: error while
  loading shared libraries: libc.so.6: failed to map segment from shared
  object: Cannot allocate memory'
 
 
  The first message appears to suggest it connects to port 110 on SSL ???
  but both messages appear to be complaining about a shared library having
  problems.
 
  Any suggestions to what this really means (nothing else is complaining
  about any libc libraries) and how to fix /  get better debugging
  information.
 
  thanks,
 
  Matt.
 
 
 
 
 









Re: [vchkpw] howto debug a pop3/vpopmail problem

2003-07-07 Thread Michael Bowe




Take a look at the section titled :
"TIPS FOR SETTING UP 
THE POP3 DAEMON"

http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm

Michael


  - Original Message - 
  From: 
  [EMAIL PROTECTED] 
  To: [EMAIL PROTECTED] 
  Sent: Monday, July 07, 2003 5:13 PM
  Subject: [vchkpw] howto debug a 
  pop3/vpopmail problem
  
  Hello again, by bad day continues and now its 
  time for question 2.
  
  I have vpopmail working with qmail-pop3 
  daemon
  
  I have a problem "logging on" to the pop3 server 
  with vpopmail, however I cannot find any usefull information in the log file 
  (it just says connection made)
  
  @40003f091cde0ad85ff4 tcpserver: pid 1022 
  from 10.11.216.11@40003f091cde0ad8f07c tcpserver: ok 1022 
  0:10.11.216.13:110 :10.11.216.11::2027@40003f091cde0b9ae0ec tcpserver: 
  end 1022 status 256@40003f091cde0b9af85c tcpserver: status: 
  0/40
  
  I have tried connecting with Ms Outlook express 
  and MS outlook XP and I get 2 similar error messages (helpfull from Microsoft 
  )
  
  First out look express
  
  There was a problem logging onto your mail 
  server. Your Password was rejected. Account: 'jordan.no-dns.co.uk', Server: 
  'jordan.no-dns.co.uk', Protocol: POP3, Server Response: 
  '/home/vpopmail/bin/vchkpw: error while loading shared libraries: libc.so.6: 
  failed to map segment from shared object: Cannot allocate memory', Port: 110, 
  Secure(SSL): No, Server Error: 0x800CCC90, Error Number: 
  0x800CCC92
  
  
  Now the Outlook XP message
  
  Task 'Matthew Darcy Md.Lan Mail - Sending and Receiving' reported 
  error (0x800CCC92) : 'Your e-mail server rejected your login. Verify your user 
  name and password in your account properties. Under Tools, click E-mail 
  accounts. The server responded: ?ome/vpopmail/bin/vchkpw: error while 
  loading shared libraries: libc.so.6: failed to map segment from shared object: 
  Cannot allocate memory'
  
  
  The first message appears to suggest it connects to port 110 on SSL ??? 
  but both messages appear to be complaining about a shared library having 
  problems.
  
  Any suggestions to what this really means (nothing else is complaining 
  about any libc libraries) and how to fix / get better debugging 
  information.
  
  thanks,
  
  Matt.