[vchkpw] Vpopmail

2002-11-15 Thread Joeffrey Betita
hi ppl #!/bin/sh MAXCON=100 exec /usr/local/bin/softlimit -m 300 \ /usr/local/bin/tcpserver -v -R -H -c $MAXCON \ 0 110 /var/qmail/bin/qmail-popup example.com.ph /home/vpopmail/bin/vchkpw \ /var/qmail/bin/qmail-pop3d Maildir 21 the error message is TCP/IP connection was unexpectedly

Re: [vchkpw] Vpopmail

2002-11-15 Thread Sune Rievers
i think you're missing a \ or your mailer has made extra linebreaks.. mine looks like this: #!/bin/sh exec /usr/local/bin/softlimit -m 2000 \ /usr/local/bin/tcpserver -R -H -l 0 0 110 /var/qmail/bin/qmail-popup \ $HOSTNAME /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d

Re: [vchkpw] Vpopmail

2002-11-15 Thread ruler
Hello Joeffrey, Friday, November 15, 2002, 5:54:53 AM, you wrote: JB hi ppl JB #!/bin/sh JB MAXCON=100 JB exec /usr/local/bin/softlimit -m 300 \ JB /usr/local/bin/tcpserver -v -R -H -c $MAXCON \ JB 0 110 /var/qmail/bin/qmail-popup example.com.ph JB /home/vpopmail/bin/vchkpw \ JB

[vchkpw] Mial server will not start

2002-11-15 Thread Michael Christie
Hi all , I have installed a qmail pop toster on openbsd 3.2 , using the how to on the Dutnux web site . the server has been working ok until now, for some reason the tcp server will not start on reboot . can some one tell me if they have had the same prob , can I start the server with the

RE: [vchkpw] Mial server will not start

2002-11-15 Thread Clayton Weise
Well... if you've installed daemontools then there should be a line in your rc.local that looks like this: csh -cf '/command/svscanboot ' If you don't have that in there, or somewhere in your startup scripts then svscan won't start, and it daemontools won't scan your /service directory.

RE: [vchkpw] vpop and mysql problems (migration from linux to solaris)

2002-11-15 Thread Lapidus, Keith
Just curious if you compiled with the --enable-clear-passwd=n and it actually worked. My experience in solaris is that you can use that option but it will set a clear password all the time. I actually had to modify the configure script to get it to not create the clear passwd column.

[vchkpw] Spamassassin per user (MySQL)

2002-11-15 Thread Andy BIERLAIR
I combine Spamassassin with MySQL and it seems to work just fine on a domain-wide installation. My .qmail-default (for domain-wide filtering) looks like this: /usr/local/bin/spamc -f -u $EXT@$HOST | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox This is OK, but I would like to have it