RE: [vchkpw] How to route local delivery through a separate SMTP spam scanner

2008-05-07 Thread D. Hilbig
It can be done quite easily. Two options: Preferred: Configure webmail to send messages directly to the appliances. Alternatively: Install a dumb SMTP mailer on "D" that listens on a port other than 25. Configure that dumb-mailer to forward all mail to the appliances. Configure webmail t

RE: [vchkpw] vpopmail+mysql

2008-04-22 Thread D. Hilbig
Dhaval, For now, you shouldn't specify the "--enable-auth-logging" option because it's got bugs up through v5.4.26. Like Quey said, you'll need the mysql-devel package. And as for Fedora on a production server, you might want to consider an alternative. I use CentOS (http://www.centos.org) w

RE: [vchkpw] vsetuserquota

2008-04-22 Thread D. Hilbig
Do you have a program other than vdelivermail writing the message to your Maildir? I.E. Did you modify the .qmail-default file or create a custom .qmail file for the user? Whatever program actually writes the message to the Maildir is responsible for updating maildirsize. The qmail maildir++ pa

[vchkpw] vlist delete - didn't remove the .qmail files

2008-04-18 Thread D. Hilbig
"./vlist delete ..." did not delete the .qmail- files that were created by "./vlist create ..." It did delete the list's directory though. Is it normal to delete the directory, but not the .qmail- files? I'm running vpopmail v5.4.26d. !DSPAM:48091f90120501687114868!

[vchkpw] ezmlm + vpopmail + qmailadmin

2008-04-18 Thread D. Hilbig
Quick questions: Which version of ezmlm should I be using? ezmlm 0.53, ezmlm-idx 0.44, ezmlm-idx 5.1.2, or something else? Does ezmlm need to be installed before either vpopmail or qmailadmin? I.E. Do I need to recompile/reinstall either after ezmlm? Thx. !DSPAM:4808e911120505998911410!

RE: [vchkpw] rcpthosts file

2008-04-18 Thread D. Hilbig
Vpopmail does not "rebuild" either rcpthosts or morercpthosts from its own database. It simply add and removes lines as necessary. So, any changes that you make to either should stick. I patched vpopmail.c so that it would never add to rcpthosts and therefore only add to morercpthosts. I did t

RE: [vchkpw] One char username too short. Why?

2008-04-17 Thread D. Hilbig
Would the "--disable-users-big-dir" option allow single character usernames? -Original Message- From: Rick Macdougall [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 4:11 PM To: vchkpw@inter7.com Subject: Re: [vchkpw] One char username too short. Why? D. Hi

RE: [vchkpw] qmailadmin

2008-04-16 Thread D. Hilbig
I don't think the developers have updated qmailadmin to include that feature. John Simpson has a patch for qmailadmin which may work for you: http://qmail.jms1.net/vpopmail/ -Original Message- From: Lampa [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 11:34 AM To: vchkpw

RE: [vchkpw] One char username too short. Why?

2008-04-16 Thread D. Hilbig
Remo Mattei [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 3:02 PM To: vchkpw@inter7.com Subject: Re: [vchkpw] One char username too short. Why? I think the min is 2 letters.. Remo D. Hilbig wrote: > vadduser will not let me create a mailbox where the username part is just > one

[vchkpw] One char username too short. Why?

2008-04-16 Thread D. Hilbig
vadduser will not let me create a mailbox where the username part is just one letter (eg. [EMAIL PROTECTED]). Is there a valid reason why one letter is too short? !DSPAM:480674c7120501923314913!

[vchkpw] One char username too short. Why?

2008-04-16 Thread D. Hilbig
vadduser will not let me create a mailbox where the username part is just one letter (eg. [EMAIL PROTECTED]). Is there a valid reason why one letter is too short? !DSPAM:48066c87120501548318851!

[vchkpw] skeleton dir patch

2008-04-15 Thread D. Hilbig
Any chance of including John Simpson's skeleton dir patch in the next vpopmail release? Just a thought... !DSPAM:4804fabf120501900716385!

RE: [vchkpw] not auto-learning passwords

2008-04-15 Thread D. Hilbig
To: vchkpw@inter7.com Subject: Re: [vchkpw] not auto-learning passwords On Apr 14, 2008, at 3:46 PM, D. Hilbig wrote: > If I do a plaintext login which will check against the hashed password > stored in the SQL table, I can login with any password. However, a > CRAM-MD5 > login (which ch

RE: [vchkpw] not auto-learning passwords

2008-04-14 Thread D. Hilbig
il 14, 2008 10:00 PM To: vchkpw@inter7.com Subject: Re: [vchkpw] not auto-learning passwords On Apr 14, 2008, at 3:46 PM, D. Hilbig wrote: > If I do a plaintext login which will check against the hashed password > stored in the SQL table, I can login with any password. However, a > C

FW: [vchkpw] not auto-learning passwords

2008-04-14 Thread D. Hilbig
does auto-learn the password. Unfortunately, many of my users don't authenticate to SMTP so I'm dependent on Authlib to do the auto-learn. -Original Message- From: D. Hilbig [mailto:[EMAIL PROTECTED] Sent: Monday, April 14, 2008 3:46 PM To: vchkpw@inter7.com Subject: RE: [vchkp

RE: [vchkpw] not auto-learning passwords

2008-04-14 Thread D. Hilbig
Since Courier's authentication functions are now external to its IMAP and POP3 services, the results are always going to be the same. I also just discovered another bug when testing the auto-learning password feature. It has to do with CRAM-MD5 authentication. If I do a plaintext login which w

[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

[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