Re: [vchkpw] vchkpw with mysql

2004-08-27 Thread Brian
thanx Tom ... I use the Debian (woody) qmail-src to build my qmail. I found the link to the new smtp-auth patch on the qmail-site .. http://www.fehcom.de/qmail/smtpauth.html#PATCHES Thanx Tom Brian ;-) - Original Message - From: "Tom Collins" <[EMAIL PROTECTED]> To: <[EMAIL PROT

Re: [vchkpw] Crypt incompatibility

2004-08-27 Thread Tom Collins
On Aug 27, 2004, at 2:29 PM, Jeremy Kister wrote: Here's a patch I'm adding to vpopmail to fall back to using a non-MD5 salt if the host's crypt() doesn't handle MD5. [..] + if (tmpstr[2] != '$') { I know less than nothing about C, but shouldnt that be: 'if (tmpstr[0] == '$') {' ? In an MD5-encryp

Re: [vchkpw] Crypt incompatibility

2004-08-27 Thread Jeremy Kister
On Friday, August 27, 2004 2:00 PM, Tom Collins wrote: > Your server's crypt() doesn't support MD5 passwords. You will need to > rebuild vpopmail with the --disable-md5-passwords option. You've solved my problem (after also recompiling/reinstalling qmail). > If you compiled with clear password s

RE: [vchkpw] forward emails to remote users for local domain

2004-08-27 Thread Shouguan Lin
Just resend the reply for last week's discussion. I wrote a patch (or quick hack) to do this and have been running this setup in production for more than four months without any problem. The patch for 5.4.3 is located at http://www.sigrity.com/oss/vdelivermail.c.patch-5.4.3 and more patches can

RE: [vchkpw] forward emails to remote users for local domain

2004-08-27 Thread Asim Ansari
Thanks Matthew,I have gone through the archive and find the topic "How to Split a domain into 2 machines" but my problem is really simple, what I need to know is,"How can I send mail for unrecognised local users to ISP?"Orif someone can tell me how can I put a forward for a user in vpopmail

Re: [vchkpw] Clearing bit flags with vmoduser

2004-08-27 Thread Eric Smoker
Ken Jones wrote: On Friday 27 August 2004 02:02 pm, Eric Smoker wrote: O.K. , I feel stupid. How do you clear an individual bit flag with vmoduser (v5.4.0)? I want to unset the no imap access flag but when I do a -i0 it sets user flag 0, -i+ invalid option, etc... Please don't tell me I have to

Re: [vchkpw] forward emails to remote users for local domain

2004-08-27 Thread Matthew Walker
Ahha. So you need it to go to the other server. It seems like this was discussed on the mailling list in the last week or so. It's not simple, so I suggest reading the archives. Look for the discussion about splitting users across multiple servers. On Sat, 28 Aug 2004 00:24:03 +0500, Asim Ansari <

RE: [vchkpw] forward emails to remote users for local domain

2004-08-27 Thread Asim Ansari
Thanks Matthew, [EMAIL PROTECTED] is a remote user of our domain "mydomain.com" and exists on the server which hosts the domain "mydomain.com" where as [EMAIL PROTECTED] is a true local user which exists on the qmail server in my office (by this way we have two qmail servers, one in my office and

Re: [vchkpw] forward emails to remote users for local domain

2004-08-27 Thread Matthew Walker
Let me see if I understand. You have these users: [EMAIL PROTECTED] [EMAIL PROTECTED] userA is a true local user with a full account. userB needs to just forward the email to another location, and has no vpopmail account. If this is correct, then simply setting up a forward in qmailadmin will wo

Re: [vchkpw] Clearing bit flags with vmoduser

2004-08-27 Thread Ken Jones
On Friday 27 August 2004 02:02 pm, Eric Smoker wrote: > O.K. , I feel stupid. How do you clear an individual bit flag with > vmoduser (v5.4.0)? I want to unset the no imap access flag but when I do > a -i0 it sets user flag 0, -i+ invalid option, etc... > > Please don't tell me I have to do a -x 'c

[vchkpw] Clearing bit flags with vmoduser

2004-08-27 Thread Eric Smoker
O.K. , I feel stupid. How do you clear an individual bit flag with vmoduser (v5.4.0)? I want to unset the no imap access flag but when I do a -i0 it sets user flag 0, -i+ invalid option, etc... Please don't tell me I have to do a -x 'cause I have to do this to all my domains. I really did try t

RE: [vchkpw] forward emails to remote users for local domain

2004-08-27 Thread Asim Ansari
Thanks for your reply Matthew, But the real problem starts from here, all these users have pop accounts on the mail server we have hosted our mails at, for example [EMAIL PROTECTED] (exist locally on mail server running in my office) need to send email to [EMAIL PROTECTED] (a POP account exist on

Re: [vchkpw] forward emails to remote users for local domain

2004-08-27 Thread Matthew Walker
Set up new forwards in qmailadmin for those accounts you want to forward to a 3rd party mail system.

[vchkpw] forward emails to remote users for local domain

2004-08-27 Thread Asim Ansari
Hello,   I am running qmail 1.03, vpopmail 5.4.5, qmailadmin 1.2.0, squirrelmail 1.4.2, clamv 0.74, courier IMAP 3.0.5, spamassisn 2.63 on my Red Hat Linux 7.3 box, I have hosted two email domains virtually using vpopmail 5.4.5   I have four office in different countries.   I want to know h

[vchkpw] filtering mail vpopmail

2004-08-27 Thread kalin mintchev
hi all... i'm switching all our users to vpopmail. until now we were using procmail with the wrapper script to filter incoming mail for individual users. i know it can be done for vpopmail too but i noticed that using the qmailadmin vpopmail interface there is no support for it. i can do an interf

Re: [vchkpw] Crypt incompatibility

2004-08-27 Thread Tom Collins
On Aug 27, 2004, at 10:33 AM, Jeremy Kister wrote: What was used to generate the $1 salt for the original crypted passwords? your software. ~vpopmail/bin/vadduser [EMAIL PROTECTED] asdf, on Solaris 2.7 sparc vpopmail 5.4.6 Your server's crypt() doesn't support MD5 passwords. You will need to reb

Re: [vchkpw] Crypt incompatibility

2004-08-27 Thread Jeremy Kister
On Friday, August 27, 2004 1:33 PM, Tom Collins wrote: > > What was used to generate the $1 salt for the original crypted > > passwords? Interestingly, *all* the crypts in every vpasswd (192 of them) start with $1, and all have been created using some version of vadduser. i just asked a friend, w

Fw: [vchkpw] Crypt incompatibility

2004-08-27 Thread Jeremy Kister
On Friday, August 27, 2004 1:26 PM, Tom Collins wrote: > What was used to generate the $1 salt for the original crypted > passwords? your software. ~vpopmail/bin/vadduser [EMAIL PROTECTED] asdf, on Solaris 2.7 sparc vpopmail 5.4.6 Jeremy Kister http://jeremy.kister.net/

Re: [vchkpw] Crypt incompatibility

2004-08-27 Thread Tom Collins
On Aug 27, 2004, at 10:11 AM, Jeremy Kister wrote: From the Solaris box: max> ./vchkpw.pl Email Address: [EMAIL PROTECTED] Password: asdf test: $1VUyx7YfKO2w - crypt: $1VUyx7YfKO2w Correct Password From the FreeBSD box: penny> ./vchkpw.pl Email Address: [EMAIL PROTECTED] Password: asdf test: $125a0

Fw: [vchkpw] Crypt incompatibility

2004-08-27 Thread Jeremy Kister
On Friday, August 27, 2004 1:14 PM, Jeremy Kitchen wrote: > why? > > this question isn't related to vpopmail. You should ask your OS vendors, or > > some perl gurus. I'm not sure that you read my email. the vchkpw.pl was just debugging information. qmail-popup works fine, but smtp auth using vc

Re: [vchkpw] Crypt incompatibility

2004-08-27 Thread Jeremy Kitchen
On Friday 27 August 2004 12:11 pm, Jeremy Kister wrote: [snip: I broke it] > I wrote my own vchkpw in perl (inspectable at: > http://jeremy.kister.net/code/perl/vchkpw.pl): why? this question isn't related to vpopmail. You should ask your OS vendors, or some perl gurus. -Jeremy -- Jeremy Kit

[vchkpw] Crypt incompatibility

2004-08-27 Thread Jeremy Kister
I have vpopmail 5.4.5 on an array of Solaris sparc machines. One of Solaris machines hosts the qmail control files, the assign file, and the vpopmail domains directory. All the client machines deliver mail via NFS. I recently added a FreeBSD 5.2.1-R i386 box to the mix. This box can deliver fin

Re: [vchkpw] Best way to inject qmail+vpopmail with pop3 domain mailbox

2004-08-27 Thread Frank Rettenbach
Try fetchmail at: http://catb.org/~esr/fetchmail/ Frank Michiels Tom wrote: Hi, All of my domain mail is delivered to a pop3 mailbox on the internet, what is the best way to empty this mailbox and inject this in my qmail+vpopmail system ? Is there some sort of howto or other doc ? Thx Tom

RE: [vchkpw] RE: problem with compiling courier-imap with vchkpw

2004-08-27 Thread Michiels Tom
Title: RE: [vchkpw] RE: problem with compiling courier-imap with vchkpw thx Michael, your steps worked to compile, but now i have the following issue, when i start courier-imap, and try to connect using a vpopmail user (which works fine using the vpopmail pop3 access) i get a timeo

Re: [vchkpw] vpopmail and novell ldap

2004-08-27 Thread Mihai Moldovanu
Jeremy Kitchen wrote: On Thursday 26 August 2004 08:52 am, Mihai Moldovanu wrote: Is possible to use Novell NDS / Ldap with vpopmail ? vpopmail has an ldap module, yes. You might give it a try with your LDAP server, and if it works, and works sufficiently, report success to this mailing

Re: [vchkpw] Qmail SMTP AUTH + vchkpw on 64 bit...

2004-08-27 Thread Linux-Guru
Am Mittwoch, 25. August 2004 19:20 schrieb Jacob S.: > Is an strace from a working 64 bit installation of any help? Don't know. It's on Tom Collins to decide whether he wants it or not. > > I'm unable to duplicate this bug on a new vpopmail 5.4.5 installation > using the qmailrocks.org toaster on a

Re: [vchkpw] Best way to inject qmail+vpopmail with pop3 domain mailbox

2004-08-27 Thread Bruno Negrão
I perform this using a DJB's small software called "serialmail". It is designed to do exactly this. bruno. - Original Message - From: "Michiels Tom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 8:15 AM Subject: [vchkpw] Best way to inject qmail+vpopmail with p

[vchkpw] Best way to inject qmail+vpopmail with pop3 domain mailbox

2004-08-27 Thread Michiels Tom
Hi, All of my domain mail is delivered to a pop3 mailbox on the internet, what is the best way to empty this mailbox and inject this in my qmail+vpopmail system ? Is there some sort of howto or other doc ? Thx Tom

Re: [vchkpw] RE: problem with compiling courier-imap with vchkpw

2004-08-27 Thread Michael Bowe
Perhaps compare the steps you have followed against my guide here http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm#COURIER_IMAP Michael. - Original Message - From: "Michiels Tom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 7:20 PM Subject: [vchk

[vchkpw] RE: problem with compiling courier-imap with vchkpw

2004-08-27 Thread Michiels Tom
Is there anyone who actually compiled courier-imap using vpopmail authentication ? Thx Tom -Original Message- From: Michiels Tom Sent: donderdag, augustus 26, 2004 17:13 To: [EMAIL PROTECTED] Subject: problem with compiling courier-imap with vchkpw Hello, When i try to compile courie

Re: [vchkpw] vpopmail and novell ldap

2004-08-27 Thread Mihai Moldovanu
Jeremy Kitchen wrote: On Thursday 26 August 2004 08:52 am, Mihai Moldovanu wrote: Is possible to use Novell NDS / Ldap with vpopmail ? vpopmail has an ldap module, yes. You might give it a try with your LDAP server, and if it works, and works sufficiently, report success to this mailing