[vchkpw] RBLSMTPD IP Exception

2003-12-07 Thread Wil Hatfield
How do I keep RBLSMTPD from filtering a certain IP address.  We use an
outside antispam service and every once in awhile they get stuck in spamcop
even though they are the good guys.  I want RBLSMTPD to let them through no
matter what.

Is there something I should add to tcp.smtp?

Wil Hatfield




Re: [vchkpw] vpopmail+ldap developer?

2003-12-07 Thread Michael Bowe
- Original Message - 
From: Tom Collins [EMAIL PROTECTED]


 On Friday, December 5, 2003, at 10:23  AM, Oscar Retana M. wrote:
  I've found several bugs in vldap.c module. Who should I contact to
  report the bugs... and the solutions :)
 
 Please post patches to SourceForge http://vpopmail.sf.net/.
 
 Make sure they're against the latest development version.  As far as I 
 know, we don't have an active maintainer for LDAP.  Michael Bowe has 
 looked at it a bit, but I don't think any of the current developers 
 have an LDAP setup to test with.

Yes, I have done some assorted minor work with the LDAP module,
making sure it compiles successfully etc.

I recently tried to get a working vpopmail/LDAP install going on my 
test machine, but I found the LDAP config all a bit bewildering. :-/
The README.ldap file that comes with the vpopmail source had 
some information, but it wasnt sufficiently clear enough for an LDAP 
beginner like me.

I would really LOVE for someone who has got the LDAP module
up and running to type up a quick step-by-step guide showing 
how they did it. We could then use this as a basis for getting
the README.ldap guide up to date. 

I have been working on getting the various README files up to
date before vpopmail-5.3.x gets marked as 5.4-stable. It seems
that quite a few people are using the LDAP module, so it would be
great if we could get the docs up to speed before 5.4.

Michael.



Re: [vchkpw] vadddomain doest create postmaster account

2003-12-07 Thread Michael Bowe



Can you attach the last 50 lines of an strace of 
the commands that cause the hangup? Just do something 
like:strace vadddomain abc.com abc

Thanks,
Michael.

- Original Message - 

  From: 
  Andras Kende 
  
  To: [EMAIL PROTECTED] 
  Sent: Monday, December 01, 2003 2:42 
  AM
  Subject: [vchkpw] vadddomain doest create 
  postmaster account
  
  
  I have this problem on a freebsd 
  5.1 box since upgraded to 5.3.29 and 5.3.30
  vadddomain doest create postmaster 
  account, only the directory with a .qmail-default 
  file…
  
  It’s a plain install of vpopmail 
  with cdb and no roaming user…
  
  
  ns1# ./vadddomain aaabbbccc.com 
  password
  Hangup
  ns1#
  
  ns1# cd 
  ../domains/aaabbbccc.com/
  ns1# ls 
  -la
  total 
  6
  drwx-- 2 
  vpopmail vchkpw 512 Nov 30 09:34 .
  drwx-- 21 vpopmail 
  vchkpw 512 Nov 30 09:34 ..
  -rw--- 1 
  vpopmail vchkpw 60 Nov 30 09:34 
  .qmail-default
  ns1#
  
  If I do 
  ./vadduser [EMAIL PROTECTED] 
  password
  Everything works great, all files are 
  created…
  
  ns1# cd aaabbbccc.com/
  ns1# ls -la
  total 16
  drwx-- 3 vpopmail 
  vchkpw 512 Nov 30 09:37 .
  drwx-- 21 vpopmail vchkpw 
  512 Nov 30 09:34 ..
  -rw--- 1 vpopmail 
  vchkpw 34 Nov 30 09:37 
  .dir-control
  -rw--- 1 vpopmail 
  vchkpw 60 Nov 30 09:34 
  .qmail-default
  -rw--- 1 vpopmail 
  vchkpw 0 Nov 30 09:37 
  .vpasswd.lock
  drwx-- 3 vpopmail 
  vchkpw 512 Nov 30 09:37 postmaster
  -rw--- 1 vpopmail 
  vchkpw 122 Nov 30 09:37 vpasswd
  -rw--- 1 vpopmail vchkpw 
  2192 Nov 30 09:37 vpasswd.cdb
  
  
  Thanks
  
  Andras 
Kende


Re: [vchkpw] vadddomain doest create postmaster account

2003-12-07 Thread X-Istence




Michael Bowe wrote:

  
  
  
  Can you attach the last 50 lines of
an strace of the commands 
that cause the hangup? Just do something like:
  
strace vadddomain abc.com abc
  
  Thanks,
  Michael.
  
  snip

Hey Micheal

This hangup doesnt happen with the latest version anymore:

Breached# cd /usr/local/vpopmail/bin
Breached# ./vadddomain test.domain.com test
Breached#

It would seem he is still using vpopmail 5.3.29 as that is the only
version where that "hangup" message gets produced.

X-Istence




[vchkpw] Poppassd replacement to vpopmail...

2003-12-07 Thread Vinicius
Hi people,

Does someone have a replacement to poppassd daemon that works with vpopmail?

Thanks,
Vini





RE: [vchkpw] vadddomain doest create postmaster account

2003-12-07 Thread Andras Kende








Dear Michael,



Thanks for the help

Didnt have luck with strace (no
/proc first, enabled at fstab then didnt see any output)



Anyway, I just rebooted my server and everything
works perfectly !!



ns1# /usr/local/vpopmail/bin/vadddomain
abcd.com abcd

ns1#



Probably there was something small glitch with
my system (maybe low memory)





Best regards,



Andras Kende

http://www.kende.com































From: Michael Bowe
[mailto:[EMAIL PROTECTED] 
Sent: Sunday, December 07, 2003
5:47 AM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vadddomain
doest create postmaster account







Can you attach the last 50 lines of an strace of the
commands 
that cause the hangup? Just do something like:

strace vadddomain abc.com abc











Thanks,





Michael.











- Original Message - 







From: Andras Kende 





To: [EMAIL PROTECTED]






Sent: Monday, December
01, 2003 2:42 AM





Subject: [vchkpw]
vadddomain doest create postmaster account









I have this problem on a freebsd 5.1 box since upgraded to
5.3.29 and 5.3.30

vadddomain doest create postmaster account, only the
directory with a .qmail-default file



Its a plain install of vpopmail with cdb and no
roaming user





ns1# ./vadddomain aaabbbccc.com password

Hangup

ns1#



ns1# cd ../domains/aaabbbccc.com/

ns1# ls -la

total 6

drwx-- 2 vpopmail vchkpw 512 Nov
30 09:34 .

drwx-- 21 vpopmail vchkpw 512 Nov 30
09:34 ..

-rw--- 1 vpopmail vchkpw
60 Nov 30 09:34 .qmail-default

ns1#



If I do 

./vadduser [EMAIL PROTECTED] password

Everything works great, all files are created



ns1# cd aaabbbccc.com/

ns1# ls -la

total 16

drwx-- 3 vpopmail vchkpw 512 Nov 30
09:37 .

drwx-- 21 vpopmail vchkpw 512 Nov 30 09:34
..

-rw--- 1 vpopmail vchkpw 34 Nov
30 09:37 .dir-control

-rw--- 1 vpopmail vchkpw 60 Nov
30 09:34 .qmail-default

-rw--- 1 vpopmail vchkpw
0 Nov 30 09:37 .vpasswd.lock

drwx-- 3 vpopmail vchkpw 512 Nov 30
09:37 postmaster

-rw--- 1 vpopmail vchkpw 122 Nov 30
09:37 vpasswd

-rw--- 1 vpopmail vchkpw 2192 Nov 30 09:37
vpasswd.cdb





Thanks



Andras Kende










Re: [vchkpw] vadddomain doest create postmaster account

2003-12-07 Thread Michael Bowe



OK good

Thanks for letting us know

I have closed the bug report I had open on 
sourceforge.
Michael.



  - Original Message - 
  From: 
  Andras Kende 
  
  To: 'Michael Bowe' ; [EMAIL PROTECTED] 
  
  Sent: Monday, December 08, 2003 5:23 
  PM
  Subject: RE: [vchkpw] vadddomain doest 
  create postmaster account
  
  
  Dear 
  Michael,
  
  Thanks for the 
  help
  Didn’t have luck with 
  strace (no /proc first, enabled at fstab then didn’t see any 
  output…)
  
  Anyway, I just 
  rebooted my server and everything works perfectly 
  !!
  
  ns1# 
  /usr/local/vpopmail/bin/vadddomain abcd.com abcd
  ns1#
  
  Probably there was 
  something small glitch with my system (maybe low 
  memory)…
  
  
  Best 
  regards,
  
  Andras 
  Kende
  http://www.kende.com
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  From: Michael 
  Bowe [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2003 5:47 
  AMTo: 
  [EMAIL PROTECTED]Subject: 
  Re: [vchkpw] vadddomain doest create postmaster 
  account
  
  
  Can you attach the last 50 lines 
  of an strace of the commands that cause the hangup? Just do 
  something like:strace vadddomain abc.com 
  abc
  
  
  
  Thanks,
  
  Michael.
  
  
  
  - Original Message - 
  
  

From: Andras Kende 


To: [EMAIL PROTECTED] 


Sent: Monday, 
December 01, 2003 2:42 AM

Subject: 
[vchkpw] vadddomain doest create postmaster 
account


I have this problem on a freebsd 
5.1 box since upgraded to 5.3.29 and 5.3.30
vadddomain doest create 
postmaster account, only the directory with a .qmail-default 
file…

It’s a plain install of vpopmail 
with cdb and no roaming user…


ns1# ./vadddomain aaabbbccc.com 
password
Hangup
ns1#

ns1# cd 
../domains/aaabbbccc.com/
ns1# ls 
-la
total 
6
drwx-- 2 
vpopmail vchkpw 512 Nov 30 09:34 .
drwx-- 21 
vpopmail vchkpw 512 Nov 30 09:34 ..
-rw--- 1 
vpopmail vchkpw 60 Nov 30 09:34 
.qmail-default
ns1#

If I do 
./vadduser [EMAIL PROTECTED] 
password
Everything works great, all files are 
created…

ns1# cd aaabbbccc.com/
ns1# ls -la
total 16
drwx-- 3 vpopmail 
vchkpw 512 Nov 30 09:37 .
drwx-- 21 vpopmail 
vchkpw 512 Nov 30 09:34 ..
-rw--- 1 vpopmail 
vchkpw 34 Nov 30 09:37 
.dir-control
-rw--- 1 vpopmail 
vchkpw 60 Nov 30 09:34 
.qmail-default
-rw--- 1 vpopmail 
vchkpw 0 Nov 30 09:37 
.vpasswd.lock
drwx-- 3 vpopmail 
vchkpw 512 Nov 30 09:37 postmaster
-rw--- 1 vpopmail 
vchkpw 122 Nov 30 09:37 vpasswd
-rw--- 1 vpopmail vchkpw 
2192 Nov 30 09:37 vpasswd.cdb


Thanks

Andras 
  Kende