[vchkpw] Hard Quota's in VPOPMAIL

2003-08-12 Thread Steve Schofield
I'm installing VPOPMAIL 5.3.20 from the ports on FreeBSD 4.8 release.
Everything installs but I can't figure out why the hard quota always shows
up even though I put in the configure HARDQUOTA=n in the Makefile, I've
compiled it with no quotas and yet when I finally get around to adding email
accounts via QmailAdmin it says my quota is 10 meg?  Any help or direction
would be appreciated.

*  - *
*  Steve Schofield - MCP, CCA
*  [EMAIL PROTECTED]
*
*  Microsoft MVP - ASP.NET
*  http://www.aspfree.com
*  - *




[vchkpw] need some help in VPOPmail

2003-08-12 Thread kareem kamel
Hi all, 

I have installed VPOPMail, but how do i know that it is working ?
also now when i am trying to add user this error appear to me

Error: Unable to chdir to vpopmail/users directory


Also when i make telnet on my pop3 port and wrting my username and passwrod 
this error appears to me:

-ERR unable to write pipe
*

So any one can help me in solving these problems as i think if continued 
thinking in this problem , i ll have no hair to pull put :))
 



[vchkpw] Problems with logging!

2003-08-12 Thread lister
Hi,

I've got problems with logging. My qmail-toaster will not write to my log
files... :(

I've send my start-up-script with.

I've also need to run the script to times, before it will send mail :(
It run one time when my machine start and then I have to run it one more
time, manual...

My OS is a Mandrake 8.2 Linux...
Please help me!

/Thomas#!/bin/sh
# Qmail Startup
#

HOSTNAME=`hostname`

# See how we were called.
case $1 in
  start)

echo -n Starting: 
env - PATH=/var/qmail/bin:/usr/local/bin \
qmail-start ./Maildir/ | /usr/local/bin/setuidgid qmaill \
/usr/local/bin/multilog t n20 s100 /var/log/qmail 
echo -n qmail 

env - PATH=/var/qmail/bin:/usr/local/bin \
tcpserver -v -H -R -l$HOSTNAME -c400 0 110 /var/qmail/bin/qmail-popup \
$HOSTNAME /home/vpopmail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d Maildir 21 |  \
 /usr/local/bin/setuidgid qmaill \
/usr/local/bin/multilog t n100 s100 /var/log/pop3 
echo -n pop 

env - PATH=/var/qmail/bin:/usr/local/bin \
tcpserver -D -P -v -H -R -l0 -x /home/vpopmail/etc/tcp.smtp.cdb \
-c200 -u8002 -g8001 0 25 \
/var/qmail/bin/qmail-smtpd 21 | \
/usr/local/bin/setuidgid qmaill \
/usr/local/bin/multilog t n20 s100 /var/log/smtp 
echo smtp
;;
  stop)
echo -n stopping qmail
killall  qmail-send
killall  tcpserver 
killall  qmail-remote 
killall  qmail-smtpd
echo
;;
  restart)
$0 stop
$0 start
;;
  cdb)
/usr/local/bin/tcprules /home/vpopmail/etc/tcp.smtp.cdb 
/home/vpopmmail/etc/tcp.smtp.tmp  /home/vpopmail/etc/tcp.smtp
echo Reloaded /etc/tcp.smtp.
;;
  queue)
/var/qmail/bin/qmail-qstat
/var/qmail/bin/qmail-qread
/var/qmail/bin/qmail-qstat
;;
  *)
echo Usage: qmail {start|stop|restart|cdb|queue}
exit 1
esac
exit

[vchkpw] postgres

2003-08-12 Thread VeNoMouS



has any one actally been able to get vpopmail to 
work with postgresql yet?