Re: [vchkpw] Use onchange for add user to ezmlm

2008-04-12 Thread Ismail YENIGUL
Hi Alessio, A sample script may look like the following: #!/bin/sh cmd=$1; if [ $cmd = "add_user" ] then email=$2; # [EMAIL PROTECTED], see README.onchange /usr/local/bin/ezmlm-sub ~vpopmail/domain/listname $email fi if [ $cmd = "del_user" ] then email=$2; # [EMAIL PROTECTE

Re[2]: [vchkpw] SMTP Authenticaton

2008-04-12 Thread Ismail YENIGUL
Wouter, If you still want to try smtp auth on the different server. You can install vpopmail on the smtp auth server with the same config on your mail server. And you can define the remote vpopmail db(mysql or pgsql) in your smtp auth server vpopmail.mysql file. So you don't have to define the dom

[vchkpw] errors with 'vdeluser'

2008-04-12 Thread D. Hilbig
Whether I run as root or vpopmail, the same error occurs. When I run: ./vdeluser [EMAIL PROTECTED] I receive: Failed to delete user from auth backend Error: Illegal username But it does seem to delete the user from the database because when I run it again: ./vdeluser [EMAIL PROTECTED] I

[vchkpw] not auto-learning passwords

2008-04-12 Thread D. Hilbig
I configured vpopmail v5.4.25 with the --enable-learn-passwords option. I created a user without a password: ./vadduser -n [EMAIL PROTECTED] I then logged into Courier-IMAP's pop3d-ssl with: USER [EMAIL PROTECTED] PASS anything and it let me login. I then did it again but with a different

Re: [vchkpw] errors with 'vdeluser'

2008-04-12 Thread Steve Fatula
On Apr 12, 2008, at 5:37 PM, D. Hilbig wrote: Whether I run as root or vpopmail, the same error occurs. When I run: ./vdeluser [EMAIL PROTECTED] I receive: Failed to delete user from auth backend Error: Illegal username But it does seem to delete the user from the database because when I r

Re: [vchkpw] errors with 'vdeluser'

2008-04-12 Thread Quey
D. Hilbig wrote: Whether I run as root or vpopmail, the same error occurs. When I run: ./vdeluser [EMAIL PROTECTED] I receive: Failed to delete user from auth backend Error: Illegal username I don't see that error here with mysql/vpopmail. Perhaps try 5.4.26 !DSPAM:48016ed6120501

Re: [vchkpw] errors with 'vdeluser'

2008-04-12 Thread Remo Mattei
running .27 mysql/vpopmail no errors Remo Quey wrote: D. Hilbig wrote: Whether I run as root or vpopmail, the same error occurs. When I run: ./vdeluser [EMAIL PROTECTED] I receive: Failed to delete user from auth backend Error: Illegal username I don't see that error here with mysq