[vchkpw] Internal configuration

2003-12-01 Thread M Hoskison
Whilst writing some automated account creation scripts, I created a test
domain and then afterwards manually deleted the domain from
/home/vpopmail/domains/. Now adding the same domain, it says 

Error: Domain already exists

Then using bin/vdeldomain to try and remove remnants of it (yeah yeah,
should have done that instead of rm, I know!), it says

Error: Domain does not exist

Confusing, at best. So my question is where does vpopmail store the
internal configuration? I manually removed all references to the domain
from files in /var/qmail/control, but that doesn't seem to be it.

Any clues appreciated.



RE: [vchkpw] welcome.msg patch submitted to vpopmail.sf.net patch manager.

2003-12-01 Thread Werner Amon
 I've cleaned up my welcome.msg patch to vpopmail-5.3.30 and 
 posted it on vpopmail.sf.net.
 

Hi,

Works this patch with the stable 5.2.2?

Werner




[vchkpw] vlimits and #vchkpw irc.freenode.net

2003-12-01 Thread encrypt



First i would like to announce that [EMAIL PROTECTED] is open for 
vpopmail related questions

Second, i would like to know what's the reason for vlimits.. qmailadmin reads 
.qmailadmin-default anyway and even if that file does not exist it wont read the 
vlimits.default because i've tested. and also, even in command line ./vadduser 
it doesnt check for the limit as i have tested also.

Filipe



Re: [vchkpw] vlimits and #vchkpw irc.freenode.net

2003-12-01 Thread Tom Collins
On Monday, December 1, 2003, at 12:09  PM, encrypt wrote:
Second, i would like to know what's the reason for vlimits.. qmailadmin reads .qmailadmin-default anyway and even if that file does not exist it wont read the vlimits.default because i've tested. and also, even in command line ./vadduser it doesnt check for the limit as i have tested also.

The current release of qmailadmin calls the vlimits code from vpopmail, and does not read .qmailadmin-limits directly.

There is a chance that vadduser isn't following the limits though -- I guess it should be counting the number of POP accounts before letting you create a new one?

--
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] Question about qmailadmin 1.0.29 --enable-spam-command

2003-12-01 Thread Yermo M. Lamers
The --enable-spam-command support in qmailadmin 1.0.29 puts the maildrop 
line at the end of the .qmail file after all forwards and autoresponders.

I'm just asking because I don't know, but wouldn't it make more sense to 
have the spam line /first/ so any emails suspected as being spam can be 
disgarded before any forwards or autoresponders get invoked?

The reason I ask is I'm putting together a custom challenge/response 
spam system that puts the suspected spam messages in a Maildir (instead 
of an invisible waiting queue) and bases it's whitelist on a 
squirrelmail addresbook. In this scenario, I want the spam challenge 
processing to happen first before any forwards or autoresponders.

-
DTLink Software http://www.dtlink.com
FieldPost Business Email http://www.fieldpost.com
Nuts and Bolts Interactive, Inc. http://www.nbinteractive.com
-



Re: [vchkpw] pw_clear_passwd

2003-12-01 Thread Nick Clewer
If you get any feedback on this let me know, I have 5000 users I need to
migrate across and all the known migration technics are not working like
mysql-cdb-mysql or the perl file. 

I would add the users into the database fine but vqadmin would not see
them.

On Mon, 2003-12-01 at 13:15, encrypt wrote:
 I was thinking a way to migrate my old database, which doesnt use
 pw_clear_passwd, to a new vpopmail configuration, which does, so i can
 use vqadmin.
  
 Any sugestion will be appreciated
  
 thanks in advance,
  
 Filipe
-- 
--
Nick Clewer
Winshop Internet Pty Ltd
http://www.winshop.com.au
[EMAIL PROTECTED]





Re: [vchkpw] vpopmail smtp-auth struggles

2003-12-01 Thread John-Mason P. Shackelford
Greetings again.

Among other things, my softlimit was set too low. I bumped 200 to 
300 and everything seemed to work fine. For other googlers I 
discovered what was the matter with a telnet session:

$ telnet cono.org
220 vps1.digitalfeet.org ESMTP
 EHLO

250-vps1.digitalfeet.org
250-AUTH LOGIN CRAM-MD5 PLAIN
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-PIPELINING
250 8BITMIME
 AUTH LOGIN

334 VXNlcm5hbWU6

 username -- base 64 encoded

334 UGFzc3dvcmQ6

 password -- base 64 encoded

/home/vpopmail/bin/vchkpw:
error while loading shared libraries:
libc.so.6: failed to map segment from shared object:
Cannot allocate memory
535 authorization failed (#5.7.0)
Unfortunately only the 530 authorization failed message shows up in the 
client so one does need to telnet to see the actual problem. Also note 
that one doesn't actually need to base64 encode the username and 
password in order to generate this error, but ordinarily one would use 
the encoding to transmit the username and password.

This was discussed earlier in the list in a thread titled: Help!! with 
qmail+vpopmail PLEASE!!!. I should have read on suppressing my aversion 
to such nondescript subject lines--though I suppose my own isn't anymore 
helpful, now that I think about it.

John-Mason P. Shackelford
--
http://john-mason.shackelford.org



Re: [vchkpw] pw_clear_passwd

2003-12-01 Thread Tom Collins
On Sunday, November 30, 2003, at 08:15  PM, encrypt wrote:
I was thinking a way to migrate my old database, which doesnt use pw_clear_passwd, to a new vpopmail configuration, which does, so i can use vqadmin.
 
Any sugestion will be appreciated

Use the 'ALTER TABLE' command in MySQL to 'ADD COLUMN pw_clear_passwd char(16)'.  Be sure to compile vpopmail with --enable-learn-passwords and --enable-clear-passwd so vpopmail can fill in that column the next time a user authenticates.

With CDB, you shouldn't have to do anything (if you're using 5.2.2, or something from the 5.3 series).

--
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/