[vchkpw] pop before smtp - controlling open-smtp

2004-03-22 Thread Jeff Koch
Is there anyway to control the format of the record that gets added to 
/home/vpopmail/etc/open-smtp ? The record currently looks like:

216.250.211.80:allow,RELAYCLIENT="",RBLSMTPD="" 1080009393

We would like it to be:

216.250.211.80:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" 
1080009393

This would allow us to insure we had virus-scanning on mail from popped 
IP's without permanently setting the QMAILQUEUE variable which then scans 
everything with a large overhead.



Best Regards,

Jeff Koch 




Re: [vchkpw] Help needed with vpopmail-5.4.0 and SMTPAUTH

2004-03-22 Thread Sebastien FOUTREL
Thank you,
I just undestood that I made a mistake reading
http://www.fehcom.de/qmail/smtpauth.html
I thought the smtpauth patch had been inserted in vpopmail 5.4.0 so I didnot applied 
it.
Just applied it and recompiled qmail and vpopmail and now it works fine !
Thank you inter7 team and all of you helping newcomers and sharing knowledge !

Roger Lipscombe wrote:

Sebastien FOUTREL wrote:
 

Hello,
I use this HOWTO to install qmail with vpopmail but did not wanted to
use the --enable-roaming-users=y 
so I set it to --enable-roaming-users=n and now I want to use the
SMTPAUTH as described in http://www.fehcom.de/qmail/smtpauth.html but
I always get an error message when I want to send a message. 
   

What error message?

 

Any help would be greatly appreciated.
   

I just got it working correctly (AFAICT) on my test box last week.  Dunno if
my notes'll help, but feel free: http://www.differentpla.net/node/view/165,
particularly the paragraph titled "SMTP AUTH with vpopmail" on this page:
http://www.differentpla.net/node/view/170
Cheers,
Roger.
 




RE: [vchkpw] Help needed with vpopmail-5.4.0 and SMTPAUTH

2004-03-22 Thread Roger Lipscombe
Sebastien FOUTREL wrote:
> Hello,
> I use this HOWTO to install qmail with vpopmail but did not wanted to
> use the --enable-roaming-users=y 
> so I set it to --enable-roaming-users=n and now I want to use the
> SMTPAUTH as described in http://www.fehcom.de/qmail/smtpauth.html but
> I always get an error message when I want to send a message. 

What error message?

> Any help would be greatly appreciated.

I just got it working correctly (AFAICT) on my test box last week.  Dunno if
my notes'll help, but feel free: http://www.differentpla.net/node/view/165,
particularly the paragraph titled "SMTP AUTH with vpopmail" on this page:
http://www.differentpla.net/node/view/170

Cheers,
Roger.



[vchkpw] Help needed with vpopmail-5.4.0 and SMTPAUTH

2004-03-22 Thread Sebastien FOUTREL




Hello,
I use this HOWTO to install qmail with vpopmail but did not wanted to
use the --enable-roaming-users=y
so I set it to --enable-roaming-users=n and now I want to use the
SMTPAUTH as described in http://www.fehcom.de/qmail/smtpauth.html
but I always get an error message when I want to send a message.

Any help would be greatly appreciated.

Thank you




[vchkpw] qmail admin patches / skin

2004-03-22 Thread Duncan Shannon
Hello List-

The people who used to host a qmailadmin skin / some mods to qmailadmin 
[http://www.somnioworld.com/qmailadmin.php]
have provided the files to Npohost, Inc. (http://www.npohost.org) to 
host.  Npohost, Inc is hosting the files at
http://qmailadmin.npohost.org

There are no guarantees that these files will work nor continue to be 
hosted long term. I have the files on our webserver, we can not support
them, nor continue to develop them. That said, we plan on hosting them 
going forward.

Thanks to Justin at syncto.com for providing the files after they have 
been offline for some time.

Enjoy,
duncan shannon


Re: [vchkpw] SMTP AUTH

2004-03-22 Thread Erwin Hoffmann
Hi,

dont use the version 0.32 of the smtp-auth patch; it's not gonna work with
vpopmail 5.4.x.

Read: http://www.fehcom.de/qmail/smtpauth.html

regards.
--eh.

At 14:38 22.03.04 +0100, [EMAIL PROTECTED] wrote:
>Am Mo, 2004-03-22 um 14.30 schrieb Chris Miller:
>> Does vpopmail come with SMTP AUTH? Is there a compatable patch out
>> there?
>Try this one:
>qmail-smtpd-auth, http://members.elysium.pl/brush/qmail-smtpd-auth/,
>
>Gruss,
>Peter.
>
> 
>-- 
>[EMAIL PROTECTED], gpg -key 
>http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x690A1AC2
>
>
>

Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24


[vchkpw] User not found

2004-03-22 Thread B.Bos
Hi,

Can somebody explain why I get this notification on existing email
address;

vchkpw-pop3: vpopmail user not found [EMAIL PROTECTED]:xxx.xxx.xxx.xxx

Since a few days I get this.

Bram Bos



Re: [vchkpw] SMTP AUTH

2004-03-22 Thread signo
hello, i want to set up smtp-auth with virtualhost, the link' 
http://members.elysium.pl/brush/qmail-smtpd-auth/' can help me ?

i have to change something here (cut & paste from 
http://members.elysium.pl/brush/qmail-smtpd-auth/) ?

#!/bin/sh
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup \
*YOUR.DOMAIN.COM* /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1
my 'run' file (now) look like:

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /etc/qmail/concurrencyincoming`
#QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE
exec /usr/local/bin/softlimit -m 900 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp rblsmtpd \
/var/qmail/bin/qmail-smtpd router.2T /bin/checkpassword /bin/true 2>&1
but i can send mail with any e-mail address (no user authentication).

thanks signo

[EMAIL PROTECTED] wrote:

Am Mo, 2004-03-22 um 14.30 schrieb Chris Miller:
 

Does vpopmail come with SMTP AUTH? Is there a compatable patch out
there?
   

Try this one:
qmail-smtpd-auth, http://members.elysium.pl/brush/qmail-smtpd-auth/,
Gruss,
Peter.
 




Re: [vchkpw] SMTP AUTH

2004-03-22 Thread Tom Collins
On Mar 22, 2004, at 6:30 AM, Chris Miller wrote:
Does vpopmail come with SMTP AUTH? Is there a compatable patch out 
there?
There is an SMTP AUTH patch in the contrib directory of vpopmail 5.4.0 
and later.

--
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] vpopmail mysql bug?

2004-03-22 Thread Nuno Maia
Hi,

I have recently installed vpopmail 5.4.3 with netqmail 1.05 on Fedora Core 1
(mysql 3.23.58-4).

The vpopmail with mysql works fine. But when the vpopmail has a little load
starts to give some errors:

"I can't read settings from /home/vpopmail/etc/vpopmail.mysql"
Invalid pointer 0xbfe17fd8!  


To simulate the error it's easy, just click very fast 10 or 20 times in the
Get Msgs from Mozilla.


This is a bug? I have to develop a benchmark to simulate a few hundred users
for a customer.

Thanks,
Nuno Maia




RE: [vchkpw] APOP authentication

2004-03-22 Thread Shane Chrisp
>Am Mo, 2004-03-22 um 13.34 schrieb Lorenzo Iacovone:
>> Sorry for my bad english.
>> Can anyone help me for setting up APOP authentication with vpopmail
>> 5.4.0?
>I thought vpopmail comes automaticly with APOP?
>It is not somewhere in the README or somewhere else?

I didn't do anything special and I have clients authenticating using APOP.

Shane



Re: [vchkpw] SMTP AUTH

2004-03-22 Thread [EMAIL PROTECTED]
Am Mo, 2004-03-22 um 14.30 schrieb Chris Miller:
> Does vpopmail come with SMTP AUTH? Is there a compatable patch out
> there?
Try this one:
qmail-smtpd-auth, http://members.elysium.pl/brush/qmail-smtpd-auth/,

Gruss,
Peter.

 
-- 
[EMAIL PROTECTED], gpg -key 
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x690A1AC2



[vchkpw] SMTP AUTH

2004-03-22 Thread Chris Miller








Does vpopmail come with SMTP AUTH? Is there a compatable
patch out there?

 

Thanks,

 

Chris Miller

Compuville
www.compuville.net

 








Re: [vchkpw] APOP authentication

2004-03-22 Thread [EMAIL PROTECTED]
Am Mo, 2004-03-22 um 13.34 schrieb Lorenzo Iacovone:
> Sorry for my bad english.
> Can anyone help me for setting up APOP authentication with vpopmail
> 5.4.0?
I thought vpopmail comes automaticly with APOP?
It is not somewhere in the README or somewhere else?

Gruss,
Peter.

> 
> 
> Lorenzo Iacovone
> Tecnico Sistemista
> 
> 1Mas S.r.l.
> Via Mantova 6 - 25123 Brescia (BS)
> Tel +39 030 2927411 - Fax +39 030 2927422
> Mobile +39 3488051269
> [EMAIL PROTECTED]
> www.1mas.it
> 
-- 
[EMAIL PROTECTED], gpg -key 
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x690A1AC2



[vchkpw] APOP authentication

2004-03-22 Thread Lorenzo Iacovone
Sorry for my bad english.
Can anyone help me for setting up APOP authentication with vpopmail
5.4.0?


Lorenzo Iacovone
Tecnico Sistemista

1Mas S.r.l.
Via Mantova 6 - 25123 Brescia (BS)
Tel +39 030 2927411 - Fax +39 030 2927422
Mobile +39 3488051269
[EMAIL PROTECTED]
www.1mas.it



signature.asc
Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata