Re: [vchkpw] help me with vpopmail and ldap

2007-07-11 Thread Ismail YENIGUL
Hi Diego,

First, vpopmail-ldap is completely different than qmail-ldap.

For this reason, you can't use the qmail-ldap schema in vpopmail-ldap
setup.  Many of the attributes in qmail-ldap schema are not available
in vpopmail-ldap.

If you want to use vpopmail-ldap, use the schema in vpopmail tarball.
(vpopmail-version/ldap/qmailUser.schema)

But, if you are using OpenLDAP version = 2.3, you will also have some
problems with the qmailUser.schema in vpopmail.

qmailUser.schema schema and vpopmail codes should be adapted for the mentioned 
OpenLDAP
versions. Hopefully someone submitted a patch for this issue. (see
https://sourceforge.net/tracker/?func=detailatid=577800aid=1609348group_id=85937
 )

Please see my post to the vpopmail-devel list about this issue at the following 
url:

https://sourceforge.net/mailarchive/forum.php?thread_name=38499.20070710153040%40endersys.com.trforum_name=vpopmail-devel


Thanks.

Wednesday, July 11, 2007, 4:24:59 AM, you wrote:

 
   
   
 Hello.
   
  
   
 I have qmail-ldap working, I like work with vpopmail-ldap for
 manager the user, but the schema of vpopmail (qmailUser.schema)
 dosen’t fit with the schema of qmail (qmail.schema) in the
 attributes mailQuota and qmaildomain, try to merge the schemas, but
 I have as strutural problem, since the to attributes are not loaded
 for the objectclass qmailUser. I would like to know what is the
 problem with the schema which I paste below.
   
  
   
 Regards.
   
  
   
 Diego Ramirez
   
 ---
   
 #
   
  # qmail-ldap (20030901) ldapv3 directory schema
   
  #
   
  # The offical qmail-ldap OID assigned by IANA is 7914
   
  #
   
  # Created by: David E. Storey [EMAIL PROTECTED]
   
  # Modified and included into qmail-ldap by Andre Oppermann [EMAIL 
 PROTECTED]
   
  # Schema fixes by Mike Jackson [EMAIL PROTECTED]
   
  # Schema fixes by Christian Zoffoli (XMerlin) [EMAIL PROTECTED]
   
  #
   
  #
   
  # This schema depends on:
   
  # - core.schema
   
  # - cosine.schema
   
  # - nis.schema
   
  #
   
  
   
  # Attribute Type Definitions
   
  
   
  attributetype ( 1.3.6.1.4.1.7914.1.2.1.1 NAME 'qmailUID'
   
  DESC 'UID of the user on the mailsystem'
   
  EQUALITY integerMatch
   
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
   
  
   
  attributetype ( 1.3.6.1.4.1.7914.1.2.1.2 NAME 'qmailGID'
   
  DESC 'GID of the user on the mailsystem'
   
  EQUALITY integerMatch
   
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
   
  
   
  attributetype ( 1.3.6.1.4.1.7914.1.2.1.3 NAME 'mailMessageStore'
   
  DESC 'Path to the maildir/mbox on the mail system'
   
  EQUALITY caseExactIA5Match
   
  SUBSTR caseIgnoreIA5SubstringsMatch
   
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
   
  
   
  attributetype ( 1.3.6.1.4.1.7914.1.2.1.4 NAME 'mailAlternateAddress'
   
  DESC 'Secondary (alias) mailaddresses for the same user'
   
  EQUALITY caseIgnoreIA5Match
   
  SUBSTR caseIgnoreIA5SubstringsMatch
   
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
   
  
   
  #
   
  # mailQuota format is no longer supported from qmail-ldap 20030901 on,
   
  # user mailQuotaSize and mailQuotaCount instead.
   
  #
   
  
   
  attributetype ( 1.3.6.1.4.1.7914.1.2.1.5 NAME 'mailQuota'
   
     DESC 'qmail quota'
   
     EQUALITY caseIgnoreIA5Match
   
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE )
   
  
   
 # attributetype ( 1.3.6.1.4.1.7914.1.2.1.5 NAME 'mailQuota'
   
 # DESC 'The amount of space the user can use until all further messages get 
 bounced.'
   
 # EQUALITY caseIgnoreIA5Match   caseIgnoreIA5Match
   
 # SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{100} SINGLE-VALUE )
   
 # EQUALITY caseIgnoreIA5Match
   
  
   
  
   
  attributetype ( 1.3.6.1.4.1.7914.1.2.1.6 NAME 'mailHost'
   
  DESC 'On which qmail server the messagestore of this user is located.'
   
  EQUALITY caseIgnoreIA5Match
   
 SUBSTR caseIgnoreIA5SubstringsMatch
   
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE)
   
  
   
  attributetype ( 1.3.6.1.4.1.7914.1.2.1.7 NAME 'mailForwardingAddress'
   
  DESC 'Address(es) to forward all incoming messages to.'
   
  EQUALITY caseIgnoreIA5Match
   
  SUBSTR caseIgnoreIA5SubstringsMatch
   
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
   
  
   
  attributetype ( 1.3.6.1.4.1.7914.1.2.1.8 NAME 'deliveryProgramPath'
   
  DESC 'Program to execute for all incoming mails.'
   
  EQUALITY caseExactIA5Match
   
  SUBSTR caseIgnoreIA5SubstringsMatch
   
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
   
  
   
  attributetype ( 1.3.6.1.4.1.7914.1.2.1.9 NAME 'qmailDotMode'
   
  DESC 'Interpretation of .qmail files: both, dotonly, ldaponly, ldapwithprog'
   
  EQUALITY caseIgnoreIA5Match
   
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} SINGLE-VALUE )
   
  
   
  attributetype ( 1.3.6.1.4.1.7914.1.2.1.10 NAME 'deliveryMode'
   
  DESC 'multi field entries of: nolocal, 

[vchkpw] help me with vpopmail and ldap

2007-07-10 Thread Diego Ramirez Duran
Hello.

 

I have qmail-ldap working, I like work with vpopmail-ldap for manager the
user, but the schema of vpopmail (qmailUser.schema) dosen't fit with the
schema of qmail (qmail.schema) in the attributes mailQuota and qmaildomain,
try to merge the schemas, but I have as strutural problem, since the to
attributes are not loaded for the objectclass qmailUser. I would like to
know what is the problem with the schema which I paste below.

 

Regards.

 

Diego Ramirez


---

#

 # qmail-ldap (20030901) ldapv3 directory schema

 #

 # The offical qmail-ldap OID assigned by IANA is 7914

 #

 # Created by: David E. Storey [EMAIL PROTECTED]

 # Modified and included into qmail-ldap by Andre Oppermann [EMAIL PROTECTED]

 # Schema fixes by Mike Jackson [EMAIL PROTECTED]

 # Schema fixes by Christian Zoffoli (XMerlin) [EMAIL PROTECTED]

 #

 #

 # This schema depends on:

 # - core.schema

 # - cosine.schema

 # - nis.schema

 #

 

 # Attribute Type Definitions

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.1 NAME 'qmailUID'

 DESC 'UID of the user on the mailsystem'

 EQUALITY integerMatch

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.2 NAME 'qmailGID'

 DESC 'GID of the user on the mailsystem'

 EQUALITY integerMatch

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.3 NAME 'mailMessageStore'

 DESC 'Path to the maildir/mbox on the mail system'

 EQUALITY caseExactIA5Match

 SUBSTR caseIgnoreIA5SubstringsMatch

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.4 NAME 'mailAlternateAddress'

 DESC 'Secondary (alias) mailaddresses for the same user'

 EQUALITY caseIgnoreIA5Match

 SUBSTR caseIgnoreIA5SubstringsMatch

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )

 

 #

 # mailQuota format is no longer supported from qmail-ldap 20030901 on,

 # user mailQuotaSize and mailQuotaCount instead.

 #

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.5 NAME 'mailQuota'

DESC 'qmail quota'

EQUALITY caseIgnoreIA5Match

SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE )

 

# attributetype ( 1.3.6.1.4.1.7914.1.2.1.5 NAME 'mailQuota'

# DESC 'The amount of space the user can use until all further messages get
bounced.'

# EQUALITY caseIgnoreIA5Match   caseIgnoreIA5Match

# SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{100} SINGLE-VALUE )

# EQUALITY caseIgnoreIA5Match

 

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.6 NAME 'mailHost'

 DESC 'On which qmail server the messagestore of this user is located.'

 EQUALITY caseIgnoreIA5Match

SUBSTR caseIgnoreIA5SubstringsMatch

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE)

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.7 NAME 'mailForwardingAddress'

 DESC 'Address(es) to forward all incoming messages to.'

 EQUALITY caseIgnoreIA5Match

 SUBSTR caseIgnoreIA5SubstringsMatch

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.8 NAME 'deliveryProgramPath'

 DESC 'Program to execute for all incoming mails.'

 EQUALITY caseExactIA5Match

 SUBSTR caseIgnoreIA5SubstringsMatch

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.9 NAME 'qmailDotMode'

 DESC 'Interpretation of .qmail files: both, dotonly, ldaponly,
ldapwithprog'

 EQUALITY caseIgnoreIA5Match

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} SINGLE-VALUE )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.10 NAME 'deliveryMode'

 DESC 'multi field entries of: nolocal, noforward, noprogram, reply'

 EQUALITY caseIgnoreIA5Match

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.11 NAME 'mailReplyText'

 DESC 'A reply text for every incoming message'

 EQUALITY caseIgnoreMatch

 SUBSTR caseIgnoreSubstringsMatch

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{4096} SINGLE-VALUE )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.12 NAME 'accountStatus'

 DESC 'The status of a user account: active, noaccess, disabled, deleted'

 EQUALITY caseIgnoreIA5Match

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.14 NAME 'qmailAccountPurge'

 DESC 'The earliest date when a mailMessageStore will be purged'

 EQUALITY numericStringMatch

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 SINGLE-VALUE )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.15 NAME 'mailQuotaSize'

 DESC 'The size of space the user can have until further messages get
bounced.'

 EQUALITY integerMatch

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.16 NAME 'mailQuotaCount'

 DESC 'The number of messages the user can have until further messages get
bounced.'

 EQUALITY integerMatch

 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )

 

 attributetype ( 1.3.6.1.4.1.7914.1.2.1.17 NAME 'mailSizeMax'

 DESC 'The maximum size of 

[vchkpw] help me get off this list

2003-12-15 Thread Albert Hopkins
Can someone who administers this list please unsubscribe me.  I have
tried sending emails to [EMAIL PROTECTED] as well as
[EMAIL PROTECTED], but get no response from either (the -help
address works though).  I'm not sure why I don't get a response, but
I've been trying for a couple of months now.

If anyone knows how I can get in touch with a human administrator I'd
appreciate it.

--a



-
IMPORTANT WARNING:  This e-mail and any files transmitted with it may contain 
CONFIDENTIAL information, including PRIVATE AND CONFIDENTIAL HEALTH INFORMATION which 
is intended for the use of the person to whom it is addressed.  If the reader of this 
e-mail/attachment is not the intended recipient, employee, or agent responsible to 
deliver it to the intended recipient, you are hereby notified that any dissemination, 
distribution, reproduction, reading, or copying of this information is STRICTLY 
PROHIBITED.  If you have received this e-mail in error, please delete the related 
e-mail and all attachments and notify the sender immediately (reply e-mail) and the 
LabCorp Privacy Officer at [EMAIL PROTECTED] or call (877) 23-HIPAA / (877) 234-4722.




Re: [vchkpw] help me get off this list

2003-12-15 Thread Jeremy Kitchen
On Mon, 2003-12-15 at 14:02, Albert Hopkins wrote:
 Can someone who administers this list please unsubscribe me.  I have
 tried sending emails to [EMAIL PROTECTED] as well as
 [EMAIL PROTECTED], but get no response from either (the -help
 address works though).  I'm not sure why I don't get a response, but
 I've been trying for a couple of months now.
 
 If anyone knows how I can get in touch with a human administrator I'd
 appreciate it.

done.

-- 
Jeremy Kitchen
Systems Administrator
[EMAIL PROTECTED]
Kitchen @ #qmail on EFNet - Join the party!
.
Inter7 Internet Technologies, Inc.
www.inter7.com
866.528.3530 toll free
847.492.0470 int'l
847.492.0632 fax
GNUPG key ID: 93BDD6CE




[vchkpw] Help me....

2003-07-14 Thread VJ.Srinivasan \(JINIS\)

(B
(B
(BDear all,
(BGreetings,
(B
(BHow do I stop Unwanted mails roaming around in my 
(Bsmtp services.
(Bfor example:
(B
(B@40003f1268be04521e04 delivery 11414: deferral: 
(BSorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/@40003f1268be045248fc 
(Bstatus: local 0/10 remote 178/255@40003f1268be0b797254 delivery 11398: 
(Bfailure: 
(B65.54.166.230_does_not_like_recipient./Remote_host_said:_550_Requested_action_not_taken:_mailbox_unavailable/Giving_up_on_65.54.166.230./@40003f1268be0b79acec 
(Bstatus: local 0/10 remote 177/255@40003f1268be0ccd8cbc delivery 11404: 
(Bfailure: 
(B65.54.254.151_does_not_like_recipient./Remote_host_said:_550_Requested_action_not_taken:_mailbox_unavailable/Giving_up_on_65.54.254.151./@40003f1268be0ccdbf84 
(Bstatus: local 0/10 remote 176/255@40003f1268be1a358a94 delivery 10342: 
(Bdeferral: 203.133.1.15_does_not_like_recipient./Remote_host_said:_450_[EMAIL PROTECTED]:_Sender_address_rejected:_Domain_not_found/Giving_up_on_203.133.1.15./@40003f1268be1a35c914 
(Bstatus: local 0/10 remote 175/255@40003f1268be20d8b2f4 delivery 11336: 
(Bfailure: 
(B211.20.188.150_failed_on_DATA_command./Remote_host_said:_509_Error:_do_not_treat_me_like_a_fool/@40003f1268be20d94764 
(Bstatus: local 0/10 remote 174/255
(B
(BI have disbaled roaming users option in vpopmail. 
(Bbut even some junk users roaming in my smtp service. what is the 
(Bsolution.
(B
(Bco-operation greatly appreciated.
(B
(BKeep in 
(B| 
(BThanks  Regards,VJ. Srinivasan,System Administrator,Jin 
(BInformation System (P) Ltd.,401, Oxford House, 3rd Floor,Rustom Bagh 
(BMain Road,Off Airport Road, Bangalore, Karnataka,IndiaPhone -- 
(B91-80-5253001.
(B
(B"You don't have to be great to start But You 
(Bhave to start to be great"
(B
(B

[vchkpw] help me, am dieing with smtp , some anonymously operation going on in send program

2003-07-14 Thread VJ.Srinivasan \(JINIS\)

(B
(B
(BHi Guys,
(B
(BThe below message is snapshot from my qmail send 
(Bprogram log file.
(BI didnt send any mails from remote or local. but 
(Banonymously, some operations is keep on going on. WHY
(BWhat is the problem.
(BAny problem with smtp relay file.
(BHelp me.
(B
(B40003f12ac2a0df572bc delivery 18468: success: 
(B65.54.253.99_accepted_message./Remote_host_said:_250_[EMAIL PROTECTED]_Queued_mail_for_delivery/@40003f12ac2a0df5a19c 
(Bstatus: local 0/10 remote 79/255@40003f12ac2a13775854 bounce msg 71457 
(Bqp 13806@40003f12ac2a13777b7c end msg 71457@40003f12ac2a13bd2f3c 
(Bdelivery 18594: failure: 
(BSorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/I'm_not_going_to_try_again;_this_message_has_been_in_the_queue_too_long./@40003f12ac2a13bd6204 
(Bstatus: local 0/10 remote 78/255@40003f12ac2a13bd71a4 delivery 18549: 
(Bfailure: 
(B65.54.252.230_does_not_like_recipient./Remote_host_said:_550_Requested_action_not_taken:_mailbox_unavailable/Giving_up_on_65.54.252.230./@40003f12ac2a13bd9c9c 
(Bstatus: local 0/10 remote 77/255@40003f12ac2a13bdac3c delivery 18546: 
(Bfailure: 
(B65.54.254.145_does_not_like_recipient./Remote_host_said:_550_Requested_action_not_taken:_mailbox_unavailable/Giving_up_on_65.54.254.145./@40003f12ac2a13be581c 
(Bstatus: local 0/10 remote 76/255@40003f12ac2a13be6ba4 delivery 18599: 
(Bfailure: 
(BSorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/I'm_not_going_to_try_again;_this_message_has_been_in_the_queue_too_long./@40003f12ac2a13be92b4 
(Bstatus: local 0/10 remote 75/255@40003f12ac2a13bea254 delivery 18467: 
(Bsuccess: 65.54.252.99_accepted_message./Remote_host_said:_250_[EMAIL PROTECTED]_Queued_mail_for_delivery/@40003f12ac2a13bf0fb4 
(Bstatus: local 0/10 remote 74/255@40003f12ac2a13bf1f54 delivery 18557: 
(Bfailure: 
(B210.200.138.21_does_not_like_recipient./Remote_host_said:_550_User_([EMAIL PROTECTED])_unknown./Giving_up_on_210.200.138.21./@40003f12ac2a13bfc74c 
(Bstatus: local 0/10 remote 73/255@40003f12ac2a13bfd6ec starting delivery 
(B18602: msg 71509 to remote [EMAIL PROTECTED]@40003f12ac2a13bfee5c 
(Bstatus: local 0/10 remote 74/255@40003f12ac2a19f7c614 bounce msg 71461 
(Bqp 13808@40003f12ac2a19f7e93c end msg 71461@40003f12ac2a1a0dea0c 
(Bdelivery 18601: failure: 
(BSorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/I'm_not_going_to_try_again;_this_message_has_been_in_the_queue_too_long./@40003f12ac2a1a0e1cd4 
(Bstatus: local 0/10 remote 73/255@40003f12ac2a1a0e2c74 delivery 18471: 
(Bsuccess: 65.54.166.99_accepted_message./Remote_host_said:_250_[EMAIL PROTECTED]_Queued_mail_for_delivery/@40003f12ac2a1a0e9dbc 
(Bstatus: local 0/10 remote 72/255
(B
(BCo-operation Greatly appreciated.
(BKeep in 
(B| 
(BThanks  Regards,VJ. Srinivasan,System Administrator,Jin 
(BInformation System (P) Ltd.,401, Oxford House, 3rd Floor,Rustom Bagh 
(BMain Road,Off Airport Road, Bangalore, Karnataka,IndiaPhone -- 
(B91-80-5253001.
(B
(B"You don't have to be great to start But You 
(Bhave to start to be great"
(B
(B

RE: [vchkpw] help me, am dieing with smtp , some anonymously operation going on in send program

2003-07-14 Thread Shane Chrisp
Title: Message



Try 
doing a qmailctl queue and see whats in your queue. Perhaps you have an open 
relay? Do you have anything
in 
your rcpthosts file?

Shane

  
  -Original Message-From: VJ.Srinivasan 
  (JINIS) [mailto:[EMAIL PROTECTED] Sent: Monday, 14 July 2003 
  6:41 PMTo: [EMAIL PROTECTED]Subject: [vchkpw] help me, 
  am dieing with smtp , some anonymously operation going on in send 
  program
  Hi Guys,
  
  The below message is snapshot from my qmail send 
  program log file.
  I didnt send any mails from remote or local. but 
  anonymously, some operations is keep on going on. WHY
  What is the problem.
  Any problem with smtp relay file.
  Help me.
  
  40003f12ac2a0df572bc delivery 18468: success: 
  65.54.253.99_accepted_message./Remote_host_said:_250_[EMAIL PROTECTED]_Queued_mail_for_delivery/@40003f12ac2a0df5a19c 
  status: local 0/10 remote 79/255@40003f12ac2a13775854 bounce msg 71457 
  qp 13806@40003f12ac2a13777b7c end msg 
  71457@40003f12ac2a13bd2f3c delivery 18594: failure: 
  Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/I'm_not_going_to_try_again;_this_message_has_been_in_the_queue_too_long./@40003f12ac2a13bd6204 
  status: local 0/10 remote 78/255@40003f12ac2a13bd71a4 delivery 18549: 
  failure: 
  65.54.252.230_does_not_like_recipient./Remote_host_said:_550_Requested_action_not_taken:_mailbox_unavailable/Giving_up_on_65.54.252.230./@40003f12ac2a13bd9c9c 
  status: local 0/10 remote 77/255@40003f12ac2a13bdac3c delivery 18546: 
  failure: 
  65.54.254.145_does_not_like_recipient./Remote_host_said:_550_Requested_action_not_taken:_mailbox_unavailable/Giving_up_on_65.54.254.145./@40003f12ac2a13be581c 
  status: local 0/10 remote 76/255@40003f12ac2a13be6ba4 delivery 18599: 
  failure: 
  Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/I'm_not_going_to_try_again;_this_message_has_been_in_the_queue_too_long./@40003f12ac2a13be92b4 
  status: local 0/10 remote 75/255@40003f12ac2a13bea254 delivery 18467: 
  success: 65.54.252.99_accepted_message./Remote_host_said:_250_[EMAIL PROTECTED]_Queued_mail_for_delivery/@40003f12ac2a13bf0fb4 
  status: local 0/10 remote 74/255@40003f12ac2a13bf1f54 delivery 18557: 
  failure: 
  210.200.138.21_does_not_like_recipient./Remote_host_said:_550_User_([EMAIL PROTECTED])_unknown./Giving_up_on_210.200.138.21./@40003f12ac2a13bfc74c 
  status: local 0/10 remote 73/255@40003f12ac2a13bfd6ec starting 
  delivery 18602: msg 71509 to remote [EMAIL PROTECTED]@40003f12ac2a13bfee5c 
  status: local 0/10 remote 74/255@40003f12ac2a19f7c614 bounce msg 71461 
  qp 13808@40003f12ac2a19f7e93c end msg 
  71461@40003f12ac2a1a0dea0c delivery 18601: failure: 
  Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/I'm_not_going_to_try_again;_this_message_has_been_in_the_queue_too_long./@40003f12ac2a1a0e1cd4 
  status: local 0/10 remote 73/255@40003f12ac2a1a0e2c74 delivery 18471: 
  success: 65.54.166.99_accepted_message./Remote_host_said:_250_[EMAIL PROTECTED]_Queued_mail_for_delivery/@40003f12ac2a1a0e9dbc 
  status: local 0/10 remote 72/255
  
  Co-operation Greatly appreciated.
  Keep in 
  | 
  Thanks  Regards,VJ. Srinivasan,System Administrator,Jin 
  Information System (P) Ltd.,401, Oxford House, 3rd Floor,Rustom Bagh 
  Main Road,Off Airport Road, Bangalore, Karnataka,IndiaPhone -- 
  91-80-5253001.
  
  "You don't have to be great to start But You 
  have to start to be great"
  
  


Re: [vchkpw] help me

2003-06-24 Thread Chris Pugh
( Entschuldigen Sie Just, I hit Reply All by mistake..
and I've been warned abut that one already! )

 it is probably a broken link to your mysql database.
 it could be as well a bug in your cpu.
 maybe your kernel has a serious flaw.
 your vpopmail installation is broken.
 your ram is damaged.

A mite WitZig there Justin... ;-)
 
 there are probably a million other reasons, which i
 will not name here.

Thank god for that!! :o))

Come on VJ, give us something more to go on ..

Chris.


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com



Re: [vchkpw] help me

2003-06-24 Thread VJ.Srinivasan \(JINIS\)
Sorry for the late reply..
Mysql auth.
vpopmail 5.0

Keep in | 
Thanks  Regards,
VJ. Srinivasan,
System Administrator,
Jin Information System (P) Ltd.,
401, Oxford House, 3rd Floor,
Rustom Bagh Main Road,
Off Airport Road, 
Bangalore, Karnataka,
India
Phone -- 91-80-5253001.

You don't have to be great to start But 
You have to start to be great


- Original Message - 
From: Chris Pugh [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 5:29 PM
Subject: Re: [vchkpw] help me


 ( Entschuldigen Sie Just, I hit Reply All by mistake..
 and I've been warned abut that one already! )
 
  it is probably a broken link to your mysql database.
  it could be as well a bug in your cpu.
  maybe your kernel has a serious flaw.
  your vpopmail installation is broken.
  your ram is damaged.
 
 A mite WitZig there Justin... ;-)
  
  there are probably a million other reasons, which i
  will not name here.
 
 Thank god for that!! :o))
 
 Come on VJ, give us something more to go on ..
 
 Chris.
 
 
 __
 Do you Yahoo!?
 SBC Yahoo! DSL - Now only $29.95 per month!
 http://sbc.yahoo.com
 
 




Re: [vchkpw] help me

2003-06-24 Thread Peter Palmreuther
Hi VJ.Srinivasan,

[TopPosting corrected]
Please try to get used answering _below_ the orignal mail _AFTER_
deleting unnecessary parts from quotes.
Fullquotes are unnecessary, ugly, bloat and bad to read.
The same applies to TopPosts (aswer above question).

On Tue, 24 Jun 2003 18:41:10 +0530 VJ.Srinivasan \(JINIS\) wrote:
 there are probably a million other reasons, which i
 will not name here.
 Thank god for that!! :o))
 
 Come on VJ, give us something more to go on ..

 Sorry for the late reply..
 Mysql auth.
 vpopmail 5.0

OK. There were one more _IMORTANT_ question in Justins mail:

 - you don't seem to have qmail installed (at least not for the pop3 
 part), which pop3 server and how does it interact with vpopmail?

Another _very_ important (and regularily asked) question is:

What do the logs say?

If vchkpw fails to authenticate it _usually_ logs the fact and a
reason to syslog. W/o this information (and the name+version of
POP3-daemon + how it invokes vchkpw) we'll only end up guessing around
instead of having the chance to help.

 You don't have to be great to start But 
 You have to start to be great

Than ... START ... provide details, don't obfuscate, think youself what
might be important and don't wait 'til we got every important detail
one-by-one. 

P.S.: _PLEASE_: don't even think about CC-ing me in your reply. I am, as well
as Chris and anybod else on this list, receiving the list. So relpying here
_is enough_. I don't need a private copy!
-- 
Ciao,
 Pit



Re: [vchkpw] help me

2003-06-24 Thread VJ.Srinivasan \(JINIS\)
Do you know any site which is running online to configure vpopmail
Keep in |
Thanks  Regards,
VJ. Srinivasan,
System Administrator,
Jin Information System (P) Ltd.,
401, Oxford House, 3rd Floor,
Rustom Bagh Main Road,
Off Airport Road,
Bangalore, Karnataka,
India
Phone -- 91-80-5253001.

You don't have to be great to start But
You have to start to be great


- Original Message - 
From: Peter Palmreuther [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 9:00 PM
Subject: Re: [vchkpw] help me


 Hi VJ.Srinivasan,

 [TopPosting corrected]
 Please try to get used answering _below_ the orignal mail _AFTER_
 deleting unnecessary parts from quotes.
 Fullquotes are unnecessary, ugly, bloat and bad to read.
 The same applies to TopPosts (aswer above question).

 On Tue, 24 Jun 2003 18:41:10 +0530 VJ.Srinivasan \(JINIS\) wrote:
  there are probably a million other reasons, which i
  will not name here.
  Thank god for that!! :o))
 
  Come on VJ, give us something more to go on ..

  Sorry for the late reply..
  Mysql auth.
  vpopmail 5.0

 OK. There were one more _IMORTANT_ question in Justins mail:

  - you don't seem to have qmail installed (at least not for the pop3
  part), which pop3 server and how does it interact with vpopmail?

 Another _very_ important (and regularily asked) question is:

 What do the logs say?

 If vchkpw fails to authenticate it _usually_ logs the fact and a
 reason to syslog. W/o this information (and the name+version of
 POP3-daemon + how it invokes vchkpw) we'll only end up guessing around
 instead of having the chance to help.

  You don't have to be great to start But
  You have to start to be great

 Than ... START ... provide details, don't obfuscate, think youself what
 might be important and don't wait 'til we got every important detail
 one-by-one.

 P.S.: _PLEASE_: don't even think about CC-ing me in your reply. I am, as
well
 as Chris and anybod else on this list, receiving the list. So relpying
here
 _is enough_. I don't need a private copy!
 -- 
 Ciao,
  Pit







Re: [vchkpw] help me

2003-06-24 Thread Michael Bowe

- Original Message - 
From: VJ.Srinivasan (JINIS) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 2:43 PM
Subject: Re: [vchkpw] help me


 Do you know any site which is running online to configure vpopmail

Hello

Are you looking for an online guide showing how to setup vpopmail?

If so, then perhaps compare your installation against either my 

* quick vpopmail w/ mysql guide at
http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm

* or my more detailed webmail server guide at
http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm

And also there are some other good guides available at :
http://shupp.org/toaster/
and
http://www.jerfu.com/toaster/FullToaster_1.0.6.html

Michael.



[vchkpw] help me

2003-06-23 Thread VJ.Srinivasan \(JINIS\)

(B
(B
(BHi Please...[EMAIL PROTECTED] 
(Bvj.srini]# telnet localhost 110Trying 127.0.0.1...Connected to 
(Blocalhost.Escape character is '^]'.+OK POP3 jinis.com v2001.78rh server 
(Breadyuser [EMAIL PROTECTED]+OK User name accepted, 
(Bpassword pleasepass nopass-ERR Bad loginpass komalvjsrini-ERR 
(BBad loginWhat is the solution
(BKeep in 
(B| 
(BThanks  Regards,VJ. Srinivasan,System Administrator,Jin 
(BInformation System (P) Ltd.,401, Oxford House, 3rd Floor,Rustom Bagh 
(BMain Road,Off Airport Road, Bangalore.Phone -- 5097603.
(B
(B"You don't have to be great to start But You 
(Bhave to start to be great"
(B
(B