[vchkpw] Removing the CatchAll Account column from Email Accounts Page

2003-12-02 Thread Devendra Singh
Hi List Members, Is it possible to remove the CatchAll Account column from Email Accounts Page of qmailadmin v5.3.30? How to do it? Thanks for the pointer in advance. __ Devendra Singh IndiaMART InterMESH Limited (Global Gateway to Indian

[vchkpw] POP gives strange RETR answers

2003-12-02 Thread Marc Schneider
Hi, I have a problem with my QMail - Vpopmail - QMail Scanner installation. I don't know whether it's VPopmail related, so hopefully I'm in the right mailing list :) My System is running debian 3.0 and is installed along the instructions of Michael Bowe with some changes as I'm installing the

Re: [vchkpw] disable_external_relay

2003-12-02 Thread Devendra Singh
At 24/11/03 21:46 (), Tom Collins wrote: On Monday, November 24, 2003, at 03:37 AM, tonix (Antonio Nati) wrote: No,it works only for pop-before-SMTP. I suggested to use it also for SMTP relay, but it wqas preferred to add a dedicated bit for SMTP relaying. Use disable_smtp in the

Re: [vchkpw] disable_external_relay

2003-12-02 Thread Tom Collins
On Tuesday, December 2, 2003, at 07:12 AM, Devendra Singh wrote: Use disable_smtp in the .qmailadmin-limits file to disable SMTP access for the domain. The current version of vpopmail (5.3.30) supports this flag. I upgraded to vpopmail-5.3.30, qmailadmin-1.0.29. Recompiled Courier-Imap-1.7.3.

Re: [vchkpw] POP gives strange RETR answers

2003-12-02 Thread Tom Collins
On Tuesday, December 2, 2003, at 06:34 AM, Marc Schneider wrote: What I'm getting is a wrong answer the RETR queries (authentication works fine). When I Telnet the pop3 port I get: Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK [EMAIL PROTECTED] USER myusername +OK

Re: [vchkpw] disable_external_relay

2003-12-02 Thread tonix (Antonio Nati)
Devendra, 1) did you set this flag up? 2) Are you sure you are not an open relay? Tonino At 02/12/2003 02/12/2003 +0530, you wrote: At 24/11/03 21:46 (), Tom Collins wrote: On Monday, November 24, 2003, at 03:37 AM, tonix (Antonio Nati) wrote: No,it works only for pop-before-SMTP. I suggested

Re: [vchkpw] Removing the CatchAll Account column from Email Accounts Page

2003-12-02 Thread Tom Collins
On Tuesday, December 2, 2003, at 02:40 AM, Devendra Singh wrote: Is it possible to remove the CatchAll Account column from Email Accounts Page of qmailadmin v5.3.30? This is a question for the qmailadmin list at [EMAIL PROTECTED], but here's your answer. Edit show_users.html to remove that

[vchkpw] Migratinhg Vpopmail account to Vpopmail with Mysql

2003-12-02 Thread Fernando Dias
Hi There, I´ve to recreate my mail server on a OpenBSD and create a new instalation of vpopmail with mysql. My Answer is: How i can import mail accouts of vpopmail normal to vpopmail + Mysql? Exists some shell script for it? Fernando Dias Projetos Wireless para Provedores e Empresas [EMAIL

RE: [vchkpw] POP gives strange RETR answers

2003-12-02 Thread Marc Schneider
I actually found the problem - it was the qmail pop3d I was using, not the courier-imap one. The qmail-maildir++.patch killed the pop3d.c - it forgot to change two puts(). Although it works now, I'm slightly confused: The qmail-maildir++.patch is quite old - I'm surely not the first one to use

Re: [vchkpw] POP gives strange RETR answers

2003-12-02 Thread Oden Eriksson
tisdagen den 2 december 2003 18.59 skrev Marc Schneider: [...] Anyway, just in case somebody is interested, the lines 309:314 of qmail-pop3d.c have to be changed from /* okay(); */ - puts(+OK ); put(strnum,fmt_ulong(strnum,m[i].size)); - puts( octets\r\n); flush(); to /*

[vchkpw] Converting existing qmail installation to use vpopmail

2003-12-02 Thread Roger Lipscombe
I've got an existing qmail installation (installed according to LWQ). I've got the SMTP AUTH patch from http://members.elysium.pl/brush/qmail-smtpd-auth/. Currently, I'm processing the mail for several domains on the box, using system accounts for all users (of which there are 7 -- it's a

AW: [vchkpw] POP gives strange RETR answers

2003-12-02 Thread Marc Schneider
It has to be debian specific because the patch I have has these changes, get the current one here: http://www.shupp.org/ Or rather the fixed one in the latest vpopmail tarball. I got the patch from shupp.org. It fixes all the puts() == substdio_puts() apart from the two in the pop_top()

[vchkpw] vget_assign returns only real domain

2003-12-02 Thread Jonas Pasche
Hi there, I'm facing a small problem regarding the fact the vget_assign function in vpopmail.c always returns the real domain instead of the domain that the user used for authentication. At least this is what I get from the ChangeLog: 5.1.10 01/26/02 - [...] - vget_assign now will over

[vchkpw] Qmailadmin installation problems with LDAP support

2003-12-02 Thread Timo Virtaneva
Hi I hope that someone is able to help me. I want to use LDAP with vpopmail and qmailadmin. The Vpopmail seems to work OK and I can create domains and users to the LDAP database. When Im compiling the qmailadmin (ver qmailadmin-1.0.6 ), I get following errors. I dont know what to

[vchkpw] SMTP AUTH USING QMAIL + VCHKPW

2003-12-02 Thread Hélio Rubens Kamogawa
Hi all! I am implementing smtp authentication. I've alredy applied the patch on qmail, and configured my supervise with the following: #!/bin/sh QMAILDUID=`id -u vpopmail`

Re: [vchkpw] vget_assign returns only real domain

2003-12-02 Thread Michael Bowe
Jonas Pasche said: Is there any possibility to remove that functionality and let vget_assign return the same domain name it got from the user's input? Will other things break without this functionality? From what I remember, it does need to be this way. A particular example I can think of

Re: [vchkpw] vget_assign returns only real domain

2003-12-02 Thread X-Istence
Michael Bowe wrote: Jonas Pasche said: Is there any possibility to remove that functionality and let vget_assign return the same domain name it got from the user's input? Will other things break without this functionality? From what I remember, it does need to be this

Re: [vchkpw] SMTP AUTH USING QMAIL + VCHKPW

2003-12-02 Thread X-Istence
Hélio Rubens Kamogawa wrote: Hi all! I am implementing smtp authentication. I've alredy applied the patch on qmail, and configured my supervise with the following: snip As you can see, the qmailduid and nofilesgid are both set to vpopmail uid and gid. That is what allows me to

Re: [vchkpw] vget_assign returns only real domain

2003-12-02 Thread Jonas Pasche
Hi there, We should add another flag of some sort to vget_assign which is 0 by default, but in programs like qmailadmin can be set to 1, to make it return the domain the user logged in with, and not the real domain. This would then no break anything, and only qmailadmin would he to be

Re: [vchkpw] vget_assign returns only real domain

2003-12-02 Thread Tom Collins
On Tuesday, December 2, 2003, at 07:34 PM, X-Istence wrote: We should add another flag of some sort to vget_assign which is 0 by default, but in programs like qmailadmin can be set to 1, to make it return the domain the user logged in with, and not the real domain. This would then no break

Re: [vchkpw] vget_assign returns only real domain

2003-12-02 Thread X-Istence
Tom Collins wrote: It would be better to change qmailadmin to keep and use the domain name entered, and pass a copy to vget_assign. The tricky part is ezmlm (and always has been). If you create a mailing list, it will typically only work for the domain you created it in, and none of the

Re: [vchkpw] SMTP AUTH USING QMAIL + VCHKPW

2003-12-02 Thread Alex Martin
Hello, Just wondering, did you read this FAQ for smtp-auth? http://members.elysium.pl/brush/qmail-smtpd-auth/faq.html Mainly, about changing the permissions for vchkpw like so: # chmod 4755 ~vpopmail/bin/vchkpw # chown root.root ~vpopmail/bin/vchkpw Also, why is your qmail-smtpd running as user