RE: [vchkpw] pop3d logging?

2003-11-15 Thread Shane Chrisp
It works a treat for us here. We have it running on 3 servers and
its never missed a beat. You just need to run configure with 
--enable-relay=y I think it is from memory.

Shane

>-Original Message-
>From: Werner Amon [mailto:[EMAIL PROTECTED] 
>Sent: Saturday, 15 November 2003 10:44 PM
>To: [EMAIL PROTECTED]
>Subject: AW: [vchkpw] pop3d logging?
>
>
> Never heard about it. Is this better then relay-ctrl?
>
>greetz
>Werner
>
>-Ursprüngliche Nachricht-
>Von: Shane Chrisp [mailto:[EMAIL PROTECTED] 
>Gesendet: Samstag, 15. November 2003 15:30
>An: [EMAIL PROTECTED]
>Betreff: RE: [vchkpw] pop3d logging?
>
>Why don’t you compile with relay in vpopmail?
>
>>-Original Message-
>>From: Werner Amon [mailto:[EMAIL PROTECTED]
>>Sent: Saturday, 15 November 2003 10:25 PM
>>To: [EMAIL PROTECTED]
>>Subject: AW: [vchkpw] pop3d logging?
>>
>>
>> I cant take this line out, because then the users cant relay ;)
>>
>>-Ursprüngliche Nachricht-
>>Von: Shane Chrisp [mailto:[EMAIL PROTECTED]
>>Gesendet: Samstag, 15. November 2003 15:12
>>An: [EMAIL PROTECTED]
>>Betreff: RE: [vchkpw] pop3d logging?
>>
>>The only difference I can see between the way your running your popd 
>>server and the way I am is the /usr/local/bin/relay-ctrl-allow. What 
>>happens if you take it out and restart the popd server and multilog?
>>
>>Shane
>>
>
>
>
>




AW: [vchkpw] pop3d logging?

2003-11-15 Thread Werner Amon
 Never heard about it. Is this better then relay-ctrl?

greetz
Werner

-Ursprüngliche Nachricht-
Von: Shane Chrisp [mailto:[EMAIL PROTECTED] 
Gesendet: Samstag, 15. November 2003 15:30
An: [EMAIL PROTECTED]
Betreff: RE: [vchkpw] pop3d logging?

Why don’t you compile with relay in vpopmail?

>-Original Message-
>From: Werner Amon [mailto:[EMAIL PROTECTED]
>Sent: Saturday, 15 November 2003 10:25 PM
>To: [EMAIL PROTECTED]
>Subject: AW: [vchkpw] pop3d logging?
>
>
> I cant take this line out, because then the users cant relay ;)
>
>-Ursprüngliche Nachricht-
>Von: Shane Chrisp [mailto:[EMAIL PROTECTED]
>Gesendet: Samstag, 15. November 2003 15:12
>An: [EMAIL PROTECTED]
>Betreff: RE: [vchkpw] pop3d logging?
>
>The only difference I can see between the way your running your popd 
>server and the way I am is the /usr/local/bin/relay-ctrl-allow. What 
>happens if you take it out and restart the popd server and multilog?
>
>Shane
>




Re: [vchkpw] pop3d logging?

2003-11-15 Thread Moshe Jacobson
On Sat, 15 Nov 2003, Werner Amon wrote:
> I have setup my qmail-vpopmail server with daemontools multilog, the smtpd
> logs normally, but the pop3d damon does not log anything.

I remember I had a hard time getting pop3d to log anything.  This is
what I ended up with, since apparently daemontools' "run" scripts have
to output their messages to fd 1, but qmail-pop3d uses fd 7.
Customize this to suit your own needs:

#/bin/bash
# This is /service/qmail-pop3d/run
exec  /usr/local/bin/tcpserver -H -R -u 89 -g 89 -c 60 0 pop3 \
/var/qmail/bin/qmail-popup duchess.speedfactory.net \
/home/vpopmail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d-wrapper.sh \
/var/qmail/bin/qmail-pop3d Maildir 2>&1 7>&1


#!/bin/bash
# This is /var/qmail/bin/qmail-pop3d-wrapper.sh
hostname="$(/home/vpopmail/bin/vipmap | grep "^$TCPLOCALIP " | cut -f2 -d ' ')"
echo "qmail-pop3d: connected: [EMAIL PROTECTED]:-$TCPLOCALIP} :: from $TCPREMOTEIP" >&7
exec "$@"


The log lines end up looking like this:
@40003fb62c5f1d2908d4 qmail-pop3d: connected: [EMAIL PROTECTED] :: from 
66.23.209.30
@40003fb62c5f2c3dc864 qmail-pop3d: connected: [EMAIL PROTECTED]@66.23.201.84 :: 
from 66.23.197.246
@40003fb62c6009bf2bac qmail-pop3d: connected: [EMAIL PROTECTED]@66.23.201.84 :: 
from 68.115.204.2

Moshe

-- 
Moshe Jacobson 
http://runslinux.net 
AIM: Jehsom




RE: [vchkpw] pop3d logging?

2003-11-15 Thread Shane Chrisp
Why don’t you compile with relay in vpopmail?

>-Original Message-
>From: Werner Amon [mailto:[EMAIL PROTECTED] 
>Sent: Saturday, 15 November 2003 10:25 PM
>To: [EMAIL PROTECTED]
>Subject: AW: [vchkpw] pop3d logging?
>
>
> I cant take this line out, because then the users cant relay ;)
>
>-Ursprüngliche Nachricht-
>Von: Shane Chrisp [mailto:[EMAIL PROTECTED] 
>Gesendet: Samstag, 15. November 2003 15:12
>An: [EMAIL PROTECTED]
>Betreff: RE: [vchkpw] pop3d logging?
>
>The only difference I can see between the way your running 
>your popd server
>and the way I am is the /usr/local/bin/relay-ctrl-allow. What 
>happens if you
>take it out and restart the popd server and multilog?
>
>Shane
>
>>-Original Message-
>>From: Werner Amon [mailto:[EMAIL PROTECTED] 
>>Sent: Saturday, 15 November 2003 9:14 PM
>>To: [EMAIL PROTECTED]
>>Subject: AW: [vchkpw] pop3d logging?
>>
>>
>>Oh sorry :-)
>>
>>here it is:
>>
>>thunder /var/qmail/supervise/qmail-pop3d/log $ cat run 
>>#!/bin/sh
>>exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
>>/var/log/qmail/pop3d
>>
>>and
>>
>>thunder /var/qmail/supervise/qmail-pop3d $ cat run
>>#!/bin/sh
>>exec env - PATH="/var/qmail/bin:/usr/local/bin" \
>>/usr/local/bin/envdir /etc/relay-ctrl \
>>tcpserver -H -R 0 pop3 \
>>/var/qmail/bin/qmail-popup mail.plinux.de \
>>/home/vpopmail/bin/vchkpw /usr/local/bin/relay-ctrl-allow
>>/var/qmail/bin/qmail-pop3d Maildir 2>&1
>>
>>greets
>>Werner 
>>
>>-Ursprüngliche Nachricht-
>>Von: Shane Chrisp [mailto:[EMAIL PROTECTED] 
>>Gesendet: Samstag, 15. November 2003 14:04
>>An: [EMAIL PROTECTED]
>>Betreff: RE: [vchkpw] pop3d logging?
>>
>>Show us how your running the pop3d server and we might be able 
>>to help you.
>>We cant read minds :)
>>
>>Shane
>>
>>>-Original Message-
>>>From: Werner Amon [mailto:[EMAIL PROTECTED]
>>>Sent: Saturday, 15 November 2003 8:56 PM
>>>To: [EMAIL PROTECTED]
>>>Subject: [vchkpw] pop3d logging?
>>>
>>>
>>>Hi,
>>>
>>>I have setup my qmail-vpopmail server with daemontools multilog, the 
>>>smtpd logs normally, but the pop3d damon does not log anything.
>>>
>>>Any Hints?
>>>
>>>greets
>>>Werner
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
>
>
>




AW: [vchkpw] pop3d logging?

2003-11-15 Thread Werner Amon
 I cant take this line out, because then the users cant relay ;)

-Ursprüngliche Nachricht-
Von: Shane Chrisp [mailto:[EMAIL PROTECTED] 
Gesendet: Samstag, 15. November 2003 15:12
An: [EMAIL PROTECTED]
Betreff: RE: [vchkpw] pop3d logging?

The only difference I can see between the way your running your popd server
and the way I am is the /usr/local/bin/relay-ctrl-allow. What happens if you
take it out and restart the popd server and multilog?

Shane

>-Original Message-
>From: Werner Amon [mailto:[EMAIL PROTECTED] 
>Sent: Saturday, 15 November 2003 9:14 PM
>To: [EMAIL PROTECTED]
>Subject: AW: [vchkpw] pop3d logging?
>
>
>Oh sorry :-)
>
>here it is:
>
>thunder /var/qmail/supervise/qmail-pop3d/log $ cat run 
>#!/bin/sh
>exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
>/var/log/qmail/pop3d
>
>and
>
>thunder /var/qmail/supervise/qmail-pop3d $ cat run
>#!/bin/sh
>exec env - PATH="/var/qmail/bin:/usr/local/bin" \
>/usr/local/bin/envdir /etc/relay-ctrl \
>tcpserver -H -R 0 pop3 \
>/var/qmail/bin/qmail-popup mail.plinux.de \
>/home/vpopmail/bin/vchkpw /usr/local/bin/relay-ctrl-allow
>/var/qmail/bin/qmail-pop3d Maildir 2>&1
>
>greets
>Werner 
>
>-Ursprüngliche Nachricht-
>Von: Shane Chrisp [mailto:[EMAIL PROTECTED] 
>Gesendet: Samstag, 15. November 2003 14:04
>An: [EMAIL PROTECTED]
>Betreff: RE: [vchkpw] pop3d logging?
>
>Show us how your running the pop3d server and we might be able 
>to help you.
>We cant read minds :)
>
>Shane
>
>>-----Original Message-----
>>From: Werner Amon [mailto:[EMAIL PROTECTED]
>>Sent: Saturday, 15 November 2003 8:56 PM
>>To: [EMAIL PROTECTED]
>>Subject: [vchkpw] pop3d logging?
>>
>>
>>Hi,
>>
>>I have setup my qmail-vpopmail server with daemontools multilog, the 
>>smtpd logs normally, but the pop3d damon does not log anything.
>>
>>Any Hints?
>>
>>greets
>>Werner
>>
>>
>>
>>
>
>
>
>
>
>
>







RE: [vchkpw] pop3d logging?

2003-11-15 Thread Shane Chrisp
The only difference I can see between the way your running your popd server
and the way I am is the /usr/local/bin/relay-ctrl-allow. What happens if you
take it out and restart the popd server and multilog?

Shane

>-Original Message-
>From: Werner Amon [mailto:[EMAIL PROTECTED] 
>Sent: Saturday, 15 November 2003 9:14 PM
>To: [EMAIL PROTECTED]
>Subject: AW: [vchkpw] pop3d logging?
>
>
>Oh sorry :-)
>
>here it is:
>
>thunder /var/qmail/supervise/qmail-pop3d/log $ cat run 
>#!/bin/sh
>exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
>/var/log/qmail/pop3d
>
>and
>
>thunder /var/qmail/supervise/qmail-pop3d $ cat run
>#!/bin/sh
>exec env - PATH="/var/qmail/bin:/usr/local/bin" \
>/usr/local/bin/envdir /etc/relay-ctrl \
>tcpserver -H -R 0 pop3 \
>/var/qmail/bin/qmail-popup mail.plinux.de \
>/home/vpopmail/bin/vchkpw /usr/local/bin/relay-ctrl-allow
>/var/qmail/bin/qmail-pop3d Maildir 2>&1
>
>greets
>Werner 
>
>-Ursprüngliche Nachricht-
>Von: Shane Chrisp [mailto:[EMAIL PROTECTED] 
>Gesendet: Samstag, 15. November 2003 14:04
>An: [EMAIL PROTECTED]
>Betreff: RE: [vchkpw] pop3d logging?
>
>Show us how your running the pop3d server and we might be able 
>to help you.
>We cant read minds :)
>
>Shane
>
>>-----Original Message-----
>>From: Werner Amon [mailto:[EMAIL PROTECTED]
>>Sent: Saturday, 15 November 2003 8:56 PM
>>To: [EMAIL PROTECTED]
>>Subject: [vchkpw] pop3d logging?
>>
>>
>>Hi,
>>
>>I have setup my qmail-vpopmail server with daemontools multilog, the 
>>smtpd logs normally, but the pop3d damon does not log anything.
>>
>>Any Hints?
>>
>>greets
>>Werner
>>
>>
>>
>>
>
>
>
>
>
>
>




AW: [vchkpw] pop3d logging?

2003-11-15 Thread Werner Amon
Oh sorry :-)

here it is:

thunder /var/qmail/supervise/qmail-pop3d/log $ cat run 
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
/var/log/qmail/pop3d

and

thunder /var/qmail/supervise/qmail-pop3d $ cat run
#!/bin/sh
exec env - PATH="/var/qmail/bin:/usr/local/bin" \
/usr/local/bin/envdir /etc/relay-ctrl \
tcpserver -H -R 0 pop3 \
/var/qmail/bin/qmail-popup mail.plinux.de \
/home/vpopmail/bin/vchkpw /usr/local/bin/relay-ctrl-allow
/var/qmail/bin/qmail-pop3d Maildir 2>&1

greets
Werner 

-Ursprüngliche Nachricht-
Von: Shane Chrisp [mailto:[EMAIL PROTECTED] 
Gesendet: Samstag, 15. November 2003 14:04
An: [EMAIL PROTECTED]
Betreff: RE: [vchkpw] pop3d logging?

Show us how your running the pop3d server and we might be able to help you.
We cant read minds :)

Shane

>-Original Message-
>From: Werner Amon [mailto:[EMAIL PROTECTED]
>Sent: Saturday, 15 November 2003 8:56 PM
>To: [EMAIL PROTECTED]
>Subject: [vchkpw] pop3d logging?
>
>
>Hi,
>
>I have setup my qmail-vpopmail server with daemontools multilog, the 
>smtpd logs normally, but the pop3d damon does not log anything.
>
>Any Hints?
>
>greets
>Werner
>
>
>
>







RE: [vchkpw] pop3d logging?

2003-11-15 Thread Shane Chrisp
Show us how your running the pop3d server and we might be able to help
you. We cant read minds :)

Shane

>-Original Message-
>From: Werner Amon [mailto:[EMAIL PROTECTED] 
>Sent: Saturday, 15 November 2003 8:56 PM
>To: [EMAIL PROTECTED]
>Subject: [vchkpw] pop3d logging?
>
>
>Hi,
>
>I have setup my qmail-vpopmail server with daemontools 
>multilog, the smtpd
>logs normally, but the pop3d damon does not log anything.
>
>Any Hints?
>
>greets
>Werner
>
>
>
>




[vchkpw] pop3d logging?

2003-11-15 Thread Werner Amon
Hi,

I have setup my qmail-vpopmail server with daemontools multilog, the smtpd
logs normally, but the pop3d damon does not log anything.

Any Hints?

greets
Werner