RE: [vchkpw] How to enable POP3 logging for vpopmail

2003-11-13 Thread Alex @ Webqtel
Hi Fred,

> -Original Message-
> From: Fred Tucker [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 13, 2003 12:43 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [vchkpw] How to enable POP3 logging for vpopmail
>
>
> from:
>
> ./configure --help | grep logging:
>
> --enable-logging=e|y|n|p|v   Turn on (y) or off (n) logging to syslog,
> (e) only log errors, include passwords in errors (p) , (v) verbose
> errors with passwords
>
> You want to add the following to the list of configuration options:
>
> --enable-logging=y
>
> I do believe.
Thankyou for the clarification, I was under the impression that the startup
script needed modification aswell, obviously incorrectly.

Thanks Alot,
--Alex


>
> Hope this helps,
>
> Fred
>
>
>
> On Thursday, November 13, 2003, at 03:17  AM, Alex @ Webqtel wrote:
>
> > Hi Folks,
> >
> > I'm running qmail/vchkpw on my H-Sphere server. I would like to log
> > all pop3
> > logins, not just the failed ones as is currently the case.
> >
> > H-Sphere(who package he vpopmail package used) Compile with the
> > following
> > options but no patches;
> >
> > ./configure
> > --enable-roaming-users=y
> > --enable-qmaildir=/hsphere/local/var/qmail
> > --prefix=/hsphere/shared/vpopmail
> > --enable-sqwebmail-pass=y
> > --sysconfdir=/hsphere/local/config/vpopmail
> > --localstatedir=/hsphere/local/var/vpopmail
> > --enable-tcprules-prog=/hsphere/shared/bin/tcprules
> > --enable-defaultquota=10485760
> >
> > Thanks in Advanced,
> > --Alex
> >
> >
> >
> > -
> > #POP3
> > /hsphere/shared/bin/tcpserver -H -R -c ${TCP_SERVERS}
> > 0 pop3
> > /hsphere/local/var/qmail/bin/qmail-popup ${MAIL_SERVER}
> > /hsphere/local/var/vpopmail/bin/vchkpw
> > /hsphere/local/var/qmail/bin/qmail-pop3d Maildir &
> > #POP before SMTP Authentification
> > /hsphere/shared/bin/tcpserver -H -R -c ${TCP_SERVERS}
> > -x
> > /hsphere/local/var/vpopmail/etc/tcp.smtp.cdb -u ${USER_QMAILD} -g
> > ${GROUP_QMAIL} 0 smtp /hsphere/local/var/qmail/bin/qmail-smtpd |
> > /hsphere/local/var/qmail/bin/splogger smtpd 3 &
> > #SMTP AUTH
> > #/hsphere/shared/bin/tcpserver -H -R -c ${TCP_SERVERS}
> > -x
> > /hsphere/local/var/vpopmail/etc/tcp.smtp.cdb -u ${USER_VPOPMAIL} -g
> > ${GROUP_QMAIL} 0 smtp /hsphere/local/var/qmail/bin/qmail-smtpd
> > /hsphere/local/var/vpopmail/bin/vchkpw `which true` |
> > /hsphere/local/var/qmail/bin/splogger smtpd 3 &
> > RETVAL=$?
> > [ $RETVAL -eq 0 ] && touch /var/lock/subsys/qmaild
> > sh /hsphere/local/var/qmail/rc &
> > /hsphere/local/sqwebmail/libexec/authlib/authdaemond
> > start
> > echo "qmail started"
> > ;;
> >
> >
> >
> Fred Tucker
> Senior Software Developer/Network Admin
> Rocket Science Group, LLC
> 404-936-6857
> [EMAIL PROTECTED]
> www.rocketsciencegroup.com
>
>




Re: [vchkpw] How to enable POP3 logging for vpopmail

2003-11-13 Thread Fred Tucker
from:

./configure --help | grep logging:

--enable-logging=e|y|n|p|v   Turn on (y) or off (n) logging to syslog, 
(e) only log errors, include passwords in errors (p) , (v) verbose 
errors with passwords

You want to add the following to the list of configuration options:

--enable-logging=y

I do believe.

Hope this helps,

Fred



On Thursday, November 13, 2003, at 03:17  AM, Alex @ Webqtel wrote:

Hi Folks,

I'm running qmail/vchkpw on my H-Sphere server. I would like to log 
all pop3
logins, not just the failed ones as is currently the case.

H-Sphere(who package he vpopmail package used) Compile with the 
following
options but no patches;

./configure
--enable-roaming-users=y
--enable-qmaildir=/hsphere/local/var/qmail
--prefix=/hsphere/shared/vpopmail
--enable-sqwebmail-pass=y
--sysconfdir=/hsphere/local/config/vpopmail
--localstatedir=/hsphere/local/var/vpopmail
--enable-tcprules-prog=/hsphere/shared/bin/tcprules
--enable-defaultquota=10485760
Thanks in Advanced,
--Alex


-
#POP3
/hsphere/shared/bin/tcpserver -H -R -c ${TCP_SERVERS} 
0 pop3
/hsphere/local/var/qmail/bin/qmail-popup ${MAIL_SERVER}
/hsphere/local/var/vpopmail/bin/vchkpw
/hsphere/local/var/qmail/bin/qmail-pop3d Maildir &
#POP before SMTP Authentification
/hsphere/shared/bin/tcpserver -H -R -c ${TCP_SERVERS} 
-x
/hsphere/local/var/vpopmail/etc/tcp.smtp.cdb -u ${USER_QMAILD} -g
${GROUP_QMAIL} 0 smtp /hsphere/local/var/qmail/bin/qmail-smtpd |
/hsphere/local/var/qmail/bin/splogger smtpd 3 &
#SMTP AUTH
#/hsphere/shared/bin/tcpserver -H -R -c ${TCP_SERVERS} 
-x
/hsphere/local/var/vpopmail/etc/tcp.smtp.cdb -u ${USER_VPOPMAIL} -g
${GROUP_QMAIL} 0 smtp /hsphere/local/var/qmail/bin/qmail-smtpd
/hsphere/local/var/vpopmail/bin/vchkpw `which true` |
/hsphere/local/var/qmail/bin/splogger smtpd 3 &
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/qmaild
sh /hsphere/local/var/qmail/rc &
/hsphere/local/sqwebmail/libexec/authlib/authdaemond 
start
echo "qmail started"
;;



Fred Tucker
Senior Software Developer/Network Admin
Rocket Science Group, LLC
404-936-6857
[EMAIL PROTECTED]
www.rocketsciencegroup.com