Re: [vchkpw] Using tcpserver/mysql

2002-09-06 Thread David Phillips
corrupt and cause relay > problems for my users. Assuming that vpopmail has proper locking for the tcprules(1) source file and uses unique temporary files everytime it runs tcprules, then this isn't a problem. tcprules atomically updates the cdb file. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Major autorespond problems.

2002-10-05 Thread David Phillips
In this case, you will need a base .qmail file that delivers the message to the Maildir and forwards it to a separate address that contains the autoresponder, as recommended by dot-qmail(5). -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Query!

2002-10-15 Thread David Phillips
t and try to authenticate manually? Did you properly configure the POP3 service to use the vchkpw program? You need to pass that as the argument to qmail-popup instead of checkpassword. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Vpopmail Debian

2002-10-23 Thread David Phillips
pmail/bin/vchkpw). The parameter to be changed is the second parameter to qmail-popup. * Restart all of the services: svc -t /service/qmail-* * You can make things easier if you add /var/qmail/bin and the vpopmail bin directory to root's PATH. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Clean up script

2002-10-18 Thread David Phillips
so helpless." find . -atime +180 -exec ls -l {} \; -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Vpopmail Debian

2002-10-25 Thread David Phillips
. > But can not find the tcp.smtp.cdb anywhere in my vpopmail directory. It might not exist. In that case, you'll need to create it from tcp.smtp using tcprules. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Vpopmail Debian

2002-10-25 Thread David Phillips
hing in /var/qmail/doc. The pictures explain a lot. Understanding is the key. Once you understand how things work, you won't need to follow directions step by step anymore. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] no solution that problem

2002-10-26 Thread David Phillips
ail problem. Nor is it a vchkpw problem. How would you do it with any other MTA? -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Vpopmail Debian - Problem sending Mials

2002-10-29 Thread David Phillips
ll create vpopmail/etc/open-smtp that it merges with tcp.smtp when building tcp.smtp.cdb. It does this automatically for any IP that successfully authenticates via POP3 (or anything using vchkpw, such as Courier IMAP). tcp.smtp.cdb is automatically rebuilt when this happens. You need to make sure vpopmail/bin/clearopensmtp is being run from cron every 30-60 minutes, otherwise these IP's will never expire. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] 90% CPU in vchkpw

2002-10-29 Thread David Phillips
Brad Dameron writes: > What does "softlimit" do? http://cr.yp.to/daemontools/softlimit.html -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Vpopmail Debian - Problem sending Mials

2002-10-30 Thread David Phillips
g things to crontab for you. I do believe that Debian vpopmail package sets this up. However, it just requires adding a single like to root's crontab: 40 * * * * root /path/to/vpopmail/bin/clearopensmtp > /dev/null 2>&1 -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Problem restated - vpopmail/qmail and root emails

2002-11-10 Thread David Phillips
f the machine name is a virtual domain (and there is no reason it can't be), then simply vadduser root@domain. Otherwise, add an ~alias/.qmail-root file as normal. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Problem restated - vpopmail/qmail and root emails

2002-11-11 Thread David Phillips
> pertinent info. Sorry for the long email - I think I'm just missing > something basic here... You are missing your log files. They should tell you exactly what is happening (or not happening, as the case may be). -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Documentation (was: Exit Codes)

2002-11-11 Thread David Phillips
g of documentation, is there any work being done on new documentation? vpopmail is excellent software, but the documentation is not. Is anyone interested in working on rewriting it, say in DocBook format? -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] always rejects password

2002-11-12 Thread David Phillips
s doesn't fix it, post the run script for qmail-pop3d. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] qustion on vpopmail + qmail pop mail time not correct

2002-11-12 Thread David Phillips
he server running qmail. It isn't qmail's fault if your clock is set incorrectly. Another possibility is that your mail client is incorrectly displaying the times. Show us an example message with full headers that illustrates this problem, along with the corresponding qmail log entries.

Re: [vchkpw] qustion on vpopmail + qmail pop mail time not correct

2002-11-12 Thread David Phillips
ng in this eml but in all email clients(clock is > definitly correct) the received time is ahead of time. It looks like the time zone is set to ``-0800'' when it should be ``+0800''. Running ``date +%z'' should confirm this. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] qustion on vpopmail + qmail pop mail time not correct

2002-11-13 Thread David Phillips
nd. The objective here is to determine what is being returned by the time(2) system call and see how it is being formatted. Feel free to replace @ with your own email address. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] dot-qmail in virtual user directory

2002-11-18 Thread David Phillips
omains, not qmail. If you want subaddresses, then place them in the domain directory: /home/vpopmail/domains/domain.dom/.qmail-user-test -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Crontab Daily Report Opening Up Relay

2002-11-20 Thread David Phillips
Eric Moore writes: > Can anyone suggest how to clean up this problem? TIA - Eric. No. You didn't give any useful information in your problem report. Prove that it is an open relay. Show us a copy of the complete, unaltered mail that was relayed. -- David Phillips <[EMAIL PROTE

Re: [vchkpw] How to leave a copy of email on the qmail server using pop3 ...

2002-11-21 Thread David Phillips
lnet: $ telnet pop3.example.com 110 USER [EMAIL PROTECTED] PASS password LIST RETR 1 QUIT Do this a second time. See if it actually deleted the message. It sounds like you have either a buggy or incorrectly configured client. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Guide for setting up a queueing server...

2002-11-21 Thread David Phillips
Brendan McAlpine writes: > How long will it queue up mail if the primary server is down for an > extended period of time? queuelifetime -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Accounts in same domain

2002-11-21 Thread David Phillips
[EMAIL PROTECTED] writes: > Is there anything I could be missing? Yes, your logs. What do the logs say? -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Accounts in same domain

2002-11-21 Thread David Phillips
;t the complete logs. Please post the complete logs for the relevant deliveries. We need to see the message(s) from the delivery. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] -Err aack,child crashed

2002-12-20 Thread David Phillips
at doesn't provide us with any useful information. Please provide the complete, unedited output of qmail-showctl and the relevant unedited log file lines. Don't use terms like ``real email account'' and ``virtual mail account''. Tell us exactly what is going on. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Rbl + vpopmail single domain

2002-12-30 Thread David Phillips
SPEWS list hosts that do not send spam. If you use these, you WILL lose mail. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Vpopmail, Roaming Users, & Qmail-Scanner (vpopmail-5.2.1_qmailqueue.patch)

2003-01-02 Thread David Phillips
Tim Hasson writes: > Below is a patch to allow setting QMAILQUEUE to > qmail-scanner-queue.pl for roaming users (change path to your > pre-qmail-queue script) You could also just set it in your run script. No need for patching. If you use qmail-conf, add it to the env directory.

Re: [vchkpw] problems with rbls?

2003-01-06 Thread David Phillips
Paul Theodoropoulos writes: > -rrelays.visi.com FYI: http://relays.visi.com/ -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Help with smtp after pop?

2003-01-06 Thread David Phillips
-qmail-list-bliss.html -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Help with smtp after pop?

2003-01-07 Thread David Phillips
ails about how and where you installed vpopmail. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] Looping run file

2003-01-07 Thread David Phillips
Tobias Åman writes: > I got a problem with a looping qmail run file on a linux machine it´s > changing pid all the time så how do i kill it for real ? svc -d /service/qmail-send (or whatever you named it) -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] run scripts not working that good

2003-01-07 Thread David Phillips
Tobias Åman writes: > Can somone help me to see whats wrong in my run scripts something is > not working that well > although it´s working Obviously, they are not working that well. We can't read your mind. Tell us exactly what you mean or we cannot help you. -- David Ph

Re: [vchkpw] run scripts not working that good

2003-01-07 Thread David Phillips
ch script. This is causing them to be backgrounded by the shell. supervise thus sees that the process has exited and restarts it. Remove the & from the end of each script. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/

Re: [vchkpw] run scripts not working that good

2003-01-07 Thread David Phillips
th qmail: http://www.lifewithqmail.org/ -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/