Re: Trying to install Qmail !!!

2001-04-22 Thread Vince Vielhaber

On Sun, 22 Apr 2001 [EMAIL PROTECTED] wrote:

 The 2 first things are done - I have problems with number 3:

 To create /var/qmail and configure qmail (won't interfere with sendmail):

  1. Create the qmail home directory:
# mkdir /var/qmail

  2. Read INSTALL.ids. You must set up the qmail group and the qmail
 users before compiling the programs.

# groupadd nofiles
# useradd -g nofiles -d /var/qmail/alias alias
# useradd -g nofiles -d /var/qmail qmaild
# useradd -g nofiles -d /var/qmail qmaill
# useradd -g nofiles -d /var/qmail qmailp
# groupadd qmail
# useradd -g qmail -d /var/qmail qmailq
# useradd -g qmail -d /var/qmail qmailr
# useradd -g qmail -d /var/qmail qmails


  3. Compile the programs and create the qmail directory tree:
# make setup check

 How do I compile the programs? make-compile.sh doesn't do the trick. I have the 
qmail-files in /etc/qmail-1.03/ and want it installed in /var/qmail/ - 
/var/qmail/alias/ is correctly setup. Look also at the following:

make setup check  just like it says.



 [root@tweurope qmail-1.03]# ./make-compile.sh
 exec  -c ${1+"$@"}
 [root@tweurope qmail-1.03]# make
 Makefile:1369: *** multiple target patterns.  Stop.
 [root@tweurope qmail-1.03]# cd /var/qmail

Where did it tell you to change dirs?  Above it told you to make a
dir but it never told you to change dirs.

 [root@tweurope qmail]# make
 make: *** No targets specified and no makefile found.  Stop.
 [root@tweurope qmail]# make setup check
 make: *** No rule to make target `setup'.  Stop.
 [root@tweurope qmail]#

Go to   http://www.lifewithqmail.org   and follow the directions.

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: POP3 is driving me crazy!!!

2001-03-08 Thread Vince Vielhaber

On Thu, 8 Mar 2001, Kirti S. Bajwa wrote:

 Yes I did create the link in the service directory.

 Those who are monitoring this question, someone suggested that the script
 should be as follows:

I don't know if it's the line wrap that did it, but your exec line is
wrong in both scripts if I'm not getting line wrap.  The "WRONG SCRIPT"
is using syslog logging, I'm not sure about the | at the end of the other
one, but try putting the exec line all on one line:

 #!/bin/sh
 exec /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup 
mail.tibonline.net /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21

Vince.




 WRONG SCRIPT
 =

  #!/bin/sh
  exec /usr/local/bin/tcpserver -v -R 0 pop3
  /var/qmail/bin/qmail-popup mail.tibonline.net \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21 | \
/var/qmail/bin/splogger pop3d 

 CORRECT SCRIPT
 ==

  #!/bin/sh
  exec /usr/local/bin/tcpserver -v -R 0 pop3
  /var/qmail/bin/qmail-popup mail.tibonline.net \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21 |

    and create a ".../qmail-pop3/log"  folder and include a
 multilog logging script in there.

 If the second script is correct, can someone explain the difference??



 Kirti






 -Original Message-
 From: Timothy Legant [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 07, 2001 10:08 PM
 To: '[EMAIL PROTECTED]'
 Subject: Re: POP3 is driving me crazy!!!


 On Wed, Mar 07, 2001 at 06:18:33PM -0500, Kirti S. Bajwa wrote:
  For the last two days I have done nothing else but to setup "pop3" to run
  under qmail. I installed qmail by following "qmail-HOWTO"
  (http://www.flunder.net/qmail/qmail-howto.html) procedure. "svscan" is
  starting qmail from "/service" directory. I have two directories
  "/var/qmail/supervise/qmail-send"  "/var/qmail/supervise/qmail-smtpd"
 which
  has "run" scripts to start each of these service (as outlined in
  "qmail-HOWTO").
 
  My question is "where" to add the script to start pop3. For the last two

 Your first try, below, looks pretty good. But... did you remember to

   ln -s /var/qmail/supervise/qmail-pop3 /service/

 You have to make a link in the /service directory for svscan to notice
 it.

 [snip...]

  First Try:
  ===
 
  I added a new directory as follows:
 
  /var/qmail/supervise/qmail-send (existing directory)
  /var/qmail/supervise/qmail-smtpd(existing
  directory)
  /var/qmail/supervise/qmail-pop3 (new directory)
 
  In the new directory I added a "run" script with the following to start
  pop3:
 
  #!/bin/sh
  exec /usr/local/bin/tcpserver -v -R 0 pop3
  /var/qmail/bin/qmail-popup mail.tibonline.net \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21 | \
    /var/qmail/bin/splogger pop3d 


 Tim


-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: Yet another weird POP3 problem

2001-03-07 Thread Vince Vielhaber

On Wed, 7 Mar 2001, Kirti S. Bajwa wrote:

 Thanks for your reply. I am now more confused. So let's have each question
 defined clearly:


 1. POP3 script

 You said to include it with /var/qmail/rc. Then you said that you used the
 same switch statement to start ... What is the SWITCH statement. Please show
 me what changes you will make to the following script (this is the exact
 same script I plan to use):

   /var/qmail/rc

   #!/bin/sh
   exec env - PATH="/var/qmail/bin:$PATH" \
   qmail-start ./Maildir/


Are you certain you're getting past this point and executing the
lines below?


   /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup
 mail.tibonline.net \
 /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21 | \
 /var/qmail/bin/splogger pop3d 


Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: Yet another weird POP3 problem

2001-03-07 Thread Vince Vielhaber

On Wed, 7 Mar 2001, Kirti S. Bajwa wrote:

  /var/qmail/rc
 
  #!/bin/sh
  exec env - PATH="/var/qmail/bin:$PATH" \
  qmail-start ./Maildir/
 

 Are you certain you're getting past this point and executing the
 lines below?

 I tried it and I don't think so

 Any suggestion??? Remember I am using "qmail-HOWTO" to install and start
 qmail. This particular HOWTO does not address the pop3 script.

Put them in a seperate script, or put them first in /var/qmail/rc or
even in your startup script or ...

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail 2.0 exploit

2001-02-28 Thread Vince Vielhaber

On Wed, 28 Feb 2001, Peter Cavender wrote:

 What is this qmail version 2.0 that securityfocus.com claims there is an
 explot for?  Am I missing something, or are they?

 Being that I have better things to do than to try to screw up my mail
 server, has anyone tried this claimed explot?  What really happens?

We all do.  Last I checked (less than one minute ago) there is no
qmail-2.0.  It appears to be someone acting like an asshole and trying
to create something that doesn't exist.  qmail is secure and I've been
comfortable trusting Dan's software.  Whatever it is I know Dan's on
top of it (based on something he sent earlier) and he'll get all the
help he needs from all of us.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==







Re: Mayor problems with .qmail!

2001-02-11 Thread Vince Vielhaber

On Sun, 11 Feb 2001, Halfdan Mouritzen wrote:



 Vince Vielhaber wrote:
  You can build PHP for command line use, but even from the command line
  the first thing it does is prints some html headers.  I never found a
  way to shut that off, but I also didn't try that hard.  I guess you can
  grep them out but the end result is why bother?
 
 The first line of the file reads
 # !/usr/local/bin/php -q

 This ofcourse tells the server where to find the PHP
 interpreter and the '-q' tells it to shut up,
 that it shouldn't output anything to stdout.

 Anyway a PHP doesn't output anything if you don't use any
 output functions (echo, print, header functions)

Interesting.  And useful.  Learn something new, etc.  I just tried
this out and not only does it work as described, I think I just found
a replacement for straight perl (I'm much more comfortable with PHP
than perl).

I also just tried some simple stdin stuff with it and it does what it
should.   So I'd have to ask what exactly you're doing, what exactly
is happening and what were you expecting to happen?

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==








Re: Mayor problems with .qmail!

2001-02-11 Thread Vince Vielhaber

On Sun, 11 Feb 2001, Sean C Truman wrote:

 Just so you know.. this will disable the HTML output (Unless ofcourse its a
 PHP warning or Error).

 #!/usr/local/bin/php -q

Yes, but in this case I believe it's desirable to turn the html off.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Mayor problems with .qmail!

2001-02-10 Thread Vince Vielhaber

On Sat, 10 Feb 2001, Chris Johnson wrote:

 On Sun, Feb 11, 2001 at 04:57:14AM +0100, Halfdan Mouritzen wrote:
  In the .qmail-robot file I've written
 
  |usr/hotel/topdog/WWW/temp/qmailtest.php

 Can you just go piping things into a php script and expect your PHP interpreter
 to spring into action to interpret the script for you? Isn't there supposed to
 be a web server involved somewhere? (Maybe you can do this, but it would come
 as a surprise to me.) What happens if you pipe the data into the script
 directly, without involving qmail?

You can build PHP for command line use, but even from the command line
the first thing it does is prints some html headers.  I never found a
way to shut that off, but I also didn't try that hard.  I guess you can
grep them out but the end result is why bother?

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: a question

2001-02-09 Thread Vince Vielhaber

On Fri, 9 Feb 2001, Yavuz Maslak wrote:

 yes I can telnet ports 25 and 110 on the machine

 but I can't see some daemons which qmail-smtpd,qmail-pop3d, etc, when I type
 as "ps aux | grep qmail"

How about  "ps auxww | grep qmail"  in case it's off the edge?

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Re: Sorry about the size of my prevous e-mail (I have beem flamedon this before).

2001-01-29 Thread Vince Vielhaber

On Mon, 29 Jan 2001, Markus Stumpf wrote:

 On Mon, Jan 29, 2001 at 09:12:54PM +0200, Alex Kramarov wrote:
  well, that was in the heat of the moment, make it 5000. But 2000 can make people 
send in plain text, someone has already proposed this here.

 Why should anyone impose artificial limits on the size of messages
 to this mailing list, only because
 a) you use a broken MUA
 b) you are unable to configure it correctly
 c) you seem to be the only one that has permanent problems with a) and b)

Not to mention the fact that every mail he sends out has an attachment
of HTML 4-5 times the size.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: SOMEONE GET ME OFF THIS LIST

2001-01-29 Thread Vince Vielhaber

On Mon, 29 Jan 2001, Henry Ong wrote:

 haha. i sent email to [EMAIL PROTECTED] a few times
 but i'm still getting mail messages from the list server

 :-)

Look at your headers, are you unsubscribing with the address ezmlm
thinks you should be using?

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Subtle qmail bug? (was Re: Handling an MX record of 0.0.0.0 or127.0.0.1)

2001-01-26 Thread Vince Vielhaber

On Fri, 26 Jan 2001, Pavel Kankovsky wrote:

 On Thu, 25 Jan 2001, Dan Peterson wrote:

  http://www.openbsd.org/cgi-bin/cvsweb/src/sys/netinet/tcp_usrreq.c
  Revision 1.20; dated Feb 28 1998.

 Hmm...hmm...right. Ok, I missed it. It did not occur to me 0.0.0.0 is a
 broadcast address in Canada. :)

 Anyway, qmail 1.00 was released on February 20, 1997. Was there any
 handling for 0.0.0.0 in qmail 1.00?

Now that's lame.  That statement would only have relevance if 1.00 was a
current release and it's not even close.  Drop it already.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail-smtpd-auth

2001-01-11 Thread Vince Vielhaber

On Thu, 11 Jan 2001, Bjorn Nilsen wrote:

 I'm considering patching qmail with the qmail-smtpd-auth patch. The reason
 is that the roaming user pop before smtp function in vpopmail doesn't work
 very well with my clients mail clients. In particular if Outlook has mail in
 the Outbox it will always send that first no matter what. It does not have
 the option to just check pop.
 I am rather nervous about patching rock solid qmail with a 3rd party patch.
 So I'm interested in what experience people have had with it and if it works
 well. Also if it works well with vpopmail which I also depend on.

David Harris wrote smtp-poplock which doesn't require patching qmail.
You should be able to find it on www.qmail.org.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail-smtpd-auth

2001-01-11 Thread Vince Vielhaber

On Thu, 11 Jan 2001, Kris Kelley wrote:

 You're not going to find any ESMTP AUTH solutions for qmail that don't
 involve patching qmail's source.

This is completely false.  smtp-poplock doesn't require patching the
qmail source.   You can find a link to it on www.qmail.org.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail-smtpd-auth

2001-01-11 Thread Vince Vielhaber

On Fri, 12 Jan 2001, Bjorn Nilsen wrote:

 on 12/1/01 12:15 AM, Vince Vielhaber wrote:

  On Thu, 11 Jan 2001, Bjorn Nilsen wrote:
 
  I'm considering patching qmail with the qmail-smtpd-auth patch. The reason
  is that the roaming user pop before smtp function in vpopmail doesn't work
  very well with my clients mail clients. In particular if Outlook has mail in
  the Outbox it will always send that first no matter what. It does not have
  the option to just check pop.
  I am rather nervous about patching rock solid qmail with a 3rd party patch.
  So I'm interested in what experience people have had with it and if it works
  well. Also if it works well with vpopmail which I also depend on.
 
  David Harris wrote smtp-poplock which doesn't require patching qmail.
  You should be able to find it on www.qmail.org.
 
  Vince.

 smtp-poplock is just another implementation of "pop before smtp" which I
 already have with vpopmail. I will explain in more detail why this solution
 doesn't work for me. Many mail clients the default or only action is to send
 mail before checking mail. So what happens is the mail client happily sends
 all mail in the outbox then checks there mail via pop. This works fine until
 all that mail just sent gets bounced right back from the smtp server because
 the mail client had not authenticated with pop first allowing them relay
 access. Then I end up with a very annoyed and confused user (is there any
 other kind?). So the best solution I can see for this is smtp auth.

I've been using it for over a year and the only problem any of my
customers have had was when they didn't understand they had to check
mail first.  Noone's ever complained about losing outgoing mail because
of it.   The SMTP transaction should fail before it completes so the
mail should remain in the user's queue.   I chose this version over the
other one(s) BECAUSE I didn't have to patch qmail.

 Also another question with qmail-smtp-auth if a host is already set up as a
 relay client do they need to still provide a login password to get relay
 access?

Nope, they're renewed for a configurable time period (I have it set for
10 minutes) each time they check mail.  As long as they're sending from
the IP that checked mail RELAYCLIENT is set.

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail-smtpd-auth

2001-01-11 Thread Vince Vielhaber

On Thu, 11 Jan 2001, Kris Kelley wrote:

 Vince Vielhaber wrote:

   You're not going to find any ESMTP AUTH solutions for qmail that don't
   involve patching qmail's source.
 
  This is completely false.  smtp-poplock doesn't require patching the
  qmail source.   You can find a link to it on www.qmail.org.

 If I'm wrong, my apologies.  I'm not familiar with smtp-poplock, and I was
 basing what I said on Bjorn Nilsen's last reply, which said, "smtp-poplock
 is just another implementation of 'pop before smtp.'"

It does the same thing - allow any client to send mail provided they
successfully authenticated with the POP3 server first - but that's
the only way they're the same.  smtp-poplock reads a log (or pipe,
it's configurable) and updates its database with the IP.  When someone
attempts to connect to qmail-smtpd it checks the database and sets
RELAYCLIENT before launching it, just like tcpserver would if the IP
was in the cdb file it looks at.  It works off of the same concept as
qmail - modular and simple.

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail-smtpd-auth

2001-01-11 Thread Vince Vielhaber

On Thu, 11 Jan 2001, Kris Kelley wrote:

 Vince Vielhaber wrote:
   If I'm wrong, my apologies.  I'm not familiar with smtp-poplock, and I
 was
   basing what I said on Bjorn Nilsen's last reply, which said,
 "smtp-poplock
   is just another implementation of 'pop before smtp.'"
 
  It does the same thing - allow any client to send mail provided they
  successfully authenticated with the POP3 server first - but that's
  the only way they're the same.

 No, ESMTP AUTH is different from pop-before-smtp.  With ESMTP AUTH, clients
 authenticate themselves via the SMTP server for each SMTP session.  The POP
 server is not involved at all.

 The way the qmai-smtpd-auth patch works, if a client connects to the SMTP
 server and successfully authenticates itself, the patched qmail-smtpd
 process sets RELAYCLIENT for that session, thereby allowing relaying.  When
 the SMTP session is closed, the relaying permissions, along with the rest of
 that process, disappear.

Ok it is different, but the same drawback remains...  You have to patch
your qmail installation.   I got stuck running a 1.02 for awhile after
1.03 came out because of patches.  That was the last version I patched.

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: spam filter

2001-01-08 Thread Vince Vielhaber

On 8 Jan 2001, Jenny Holmberg wrote:

 "Brian Longwe" [EMAIL PROTECTED] writes:

  Harald
 
  I'm not running an open relay. I am using tcpserver and allowing relaying
  only for IP addresses that belong to my network (RELAYCLIENT). The problem
  here is that it's one of my customers who has an application that is sending
  out all this junk mail. How do I set up a filter to block until I can get
  them to disable the application?


 echo "[EMAIL PROTECTED]"  /var/qmail/control/badmailfrom



This won't work.  The envelope sender for hahaha is empty.  The address
you see in the From line is part of the data.

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: spam filter

2001-01-08 Thread Vince Vielhaber

On Mon, 8 Jan 2001, Brian Longwe wrote:

 OK Vince, what will work?

I've been letting them come in then contacting the user and pointing
them to the fix.  I've heard that qmail-scanner will detect this tho.
There's a link to it on www.qmail.org.

Vince.



 Brian

  -Original Message-
  From: Vince Vielhaber [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 08, 2001 2:10 PM
  To: Jenny Holmberg
  Cc: [EMAIL PROTECTED]
  Subject: Re: spam filter
 
 
  On 8 Jan 2001, Jenny Holmberg wrote:
 
   "Brian Longwe" [EMAIL PROTECTED] writes:
  
Harald
   
I'm not running an open relay. I am using tcpserver and
  allowing relaying
only for IP addresses that belong to my network
  (RELAYCLIENT). The problem
here is that it's one of my customers who has an application
  that is sending
out all this junk mail. How do I set up a filter to block
  until I can get
them to disable the application?
  
  
   echo "[EMAIL PROTECTED]"  /var/qmail/control/badmailfrom
  
  
 
  This won't work.  The envelope sender for hahaha is empty.  The address
  you see in the From line is part of the data.
 
  Vince.
  --
  ======
  Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
   128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
  Online Campground Directoryhttp://www.camping-usa.com
 Online Giftshop Superstorehttp://www.cloudninegifts.com
  ==
 
 
 
 



-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==







Re: inetd.conf with qpopper and poplock ?

2001-01-08 Thread Vince Vielhaber

On Mon, 8 Jan 2001, Henning Brauer wrote:

 Am Montag,  8. Januar 2001 19:00 schrieb Alexander Meis (simmail]:
  Hi...
 
  i hope this is the support list

 There are no support lists, there are just mailing lists with users.

  for smtp-poplock v2.0
  How does the pop line in the inetd.conf should look like when i want
  to ust the poplick with qpopper?

 ??? You are on the false list. qpopper has nothing to do with qmail (i can be
 used with qmail in "compatibility mode", but it is not common). I never heard
 about smtp-poplock. And using inetd is also uncommon for qmail installations.

smtp-poplock was done by David Harris.  If you're using mbox for qmail
delivery you can use qpopper.  I had it set up for quite some time this
way before moving to solidpop.  The current qpopper I believe will log
successful logins with IP address.  The way I had set it up was to log
username, IP and date/time to stderr then I used tcpserver to run qpopper
and routed stderr to a file called /var/log/poplog.  smtp-poplock's
readlog reads this file (I'm just using tail -f) and feeds it to poplock.

What I like about smtp-poplock as opposed to the other solution(s) is that
you don't have to patch any programs to make it work (if you use the newer
qpopper, otherwise you do).

Here's the startup line for qpopper:

/usr/local/bin/tcpserver 0 110 /usr/local/bin/popper 2 /var/log/poplog 

and here's the startup line for qmail-smtpd:

/usr/local/bin/tcpserver -v -x /etc/tcp.smtp.cdb -g 1001 -u 1004 0 25 
/usr/sbin/relaylock /var/qmail/bin/qmail-smtpd 2 /var/log/smptdlog 

To see what IPs are allowed to relay you use the program called
showallowed and you get an output like this:

ipaddr (and netmask)  access window expires
  
123.45.67.89  Mon Jan  8 15:09:35 2001

You do need to make sure that smtp-poplock.conf has the right
parse_log_sub that matches your log output.

No patching..  That's what I like.


  This is the original.
  pop-3 stream tcp nowait root /usr/local/lib/popper qpopper -s

Use tcpserver for this instead of inetd.  It's more robust, stable and
reliable.  In fact I've dumped inetd.

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: www.abuse.net test and mail Qmail server - Help

2000-12-19 Thread Vince Vielhaber

On Tue, 19 Dec 2000, Russell Nelson wrote:

 Michael Boyiazis writes:
   Perhaps Russ can make "SEARCH THE ARCHIVES" appear in large
   blinking text on www.qmail.org so people will see it.

 We have the technology, but ... do you really think it would help?

Of course not.  I've found that the more obvious the item is, the less
likely most folks will find it.

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: SMTP on a port other than 25

2000-11-19 Thread Vince Vielhaber

On Sun, 19 Nov 2000, Phil Barnett wrote:


 Is there a simple way to have SMTP listen on another port _as well
 as_ port 25?

 Several of my pop before smtp users have found that their providers
 are blocking outbound traffic destined for port 25.

Sure.  Just tell tcpserver to listen on another port.  You can safely
run a second, third, etc. instance of tcpserver for mail.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: Documentation Specialist Seeking Contract Work

2000-10-27 Thread Vince Vielhaber

On Fri, 27 Oct 2000, Anthony Abby wrote:

 There are two books on QMail.  The first was written by Rich Blum in
 September and is available through Barnes  Noble or Amazon.  The second
 book has not been released yet, but is expected to be so by Christmas.
 
 I bought the Rich Blum book (Running Qmail) yesterday and find it pretty
 well writtem, but I still have some questions about configuration because of
 my Linux inexperience.

Since you just bought it yesterday you may still be able to get your
money back.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Why is an alias not working?

2000-10-23 Thread Vince Vielhaber

On Mon, 23 Oct 2000, Jennifer Franklin wrote:

 I have set up Postgres on our server and under /var/qmail/alias i placed a
 .qmail-postgres (the user account for postgreSQL is postgres), I then
 forward all mail to postgres to root
 
 .qmail-postgres contains
 root
 
 all root mail is aliased to our two system administrators.
 
 When I checked the alias by sending mail to postgres and checked 
 /var/mail/mail.log I see the following entry:
 
 Oct 23 13:19:09 tuwanda qmail: 972321549.021134 status: local 0/10 remote
 0/20 
 Oct 23 13:21:42 tuwanda qmail: 972321702.016694 starting delivery
 1084: msg 231 to local [EMAIL PROTECTED] 
 Oct 23
 13:21:42 tuwanda qmail: 972321702.016776 status: local 1/10 remote 0/20
 Oct 23 13:21:42 tuwanda qmail: 972321702.021020 delivery
 1084: deferral: Unable_to_chdir_to_maildir._(#4.2.1)/ 
 
 If I have aliased the postgres account why is it trying to change to the
 postgres maildir (there is none since I don't want mail being delivered to
 the postgres account.
 
 If anyone could help me on this I would really appreciate it.
 Please email me directly since I am not subscribed to the qmail mailing
 list the volume of mail received is just too high for me.

The user postgres is a real user.  Move ~alias/.qmail-postgres to ~postgres

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qlist

2000-10-18 Thread Vince Vielhaber

On Wed, 18 Oct 2000 [EMAIL PROTECTED] wrote:

 Hi, everybody, i'm newbie
 
 Where can i find qlist package?

Dan phased out qlist a number of years ago in favor of ezmlm.  You might
still be able to find it on ftp://cr.yp.to but you're probably better off
with ezmlm (which can be found at the same place).

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Valid From: domain

2000-10-12 Thread Vince Vielhaber

On Thu, 12 Oct 2000, Anton G. Popov wrote:

 Hi all
 
 How do I have qmail-smtpd  check if the domain in the From: address is
 valid?

The "From:" header is part of the message's data and you'd have to parse
the entire message in qmail-smtpd.  The envelope sender's address which
is the one in the MAIL FROM: part of the SMTP conversation is easier to
do and there is/was a patch on www.qmail.org for checking that.

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: How to send to all for a webmaster

2000-10-12 Thread Vince Vielhaber

On Thu, 12 Oct 2000, Kris Kelley wrote:

 szq79 wrote:
   I have linux and qmail installed. You know, as a webmaster, sometime
 send
   a letter to everyone is needed for a webmaster.I don't know how to do
 this.
   Please tell me.
 
 Andy Bradford wrote:
  There are a number of ways to approach this of which here are two:
 [snip]
  This only applies if I have interpreted your email correctly. ;-)  If
  this doesn't work then I probably misunderstood...
 
 I think what he's asking for is a way to send a message to every user at
 once.  I imagine a mailing list manager like ezmlm is the way to go, along
 with something that keeps the list of users fresh and updated.  I haven't
 delved into mailing lists yet, so I'm afraid my expertise stops here.
 Anyone?

Someone posted a script called mailtoall that read the passwd file and
sent mail to everyone in it except certain ones.  Dunno if it also did
the users/assign boxes too, but it should be on www.qmail.org.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: OT: a real MUA for X? (was qmail list reply-to)

2000-10-11 Thread Vince Vielhaber

On Wed, 11 Oct 2000, Dave Sill wrote:

 Brett Randall [EMAIL PROTECTED] wrote:
 
 Under X? Try Gnus. It doesn't just work properly in strange
 situations, it works properly in normal situations as well! And it is
 the MOST real MUA you will ever find. It can be pretty...run it under
 XEmacs.
 
 I think we need a Gnus "deprogrammer". Socha's infected another
 one. :-)

Wow.  Does that mean a dark van's gonna show up, drag Brett kicking and
screaming away in it to some dingy motelroom where they deprive him of
sleep preaching and teaching the microsoft way

RUN BRETT, RUN!  DON'T HIDE, THEY'LL FIND YOU AND PUT YOU IN THAT
ROOM WITH THE FLYING WINDOWS

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail list reply-to

2000-10-09 Thread Vince Vielhaber

On 8 Oct 2000, Robin S. Socha wrote:

 * Bruno Wolff [EMAIL PROTECTED] writes:
  On Sat, Oct 07, 2000 at 05:33:34PM -0400,   Russell Nelson [EMAIL PROTECTED] 
wrote:
 
  No.  Reply-to-Recipient is necessary and sufficient.
  And what if the sender isn't on the list?
 
 Then the sender should ask for a Cc: - remember kids, it isn't called
 Courtesy Copy for nothing. Sending a Cc: to someone obviously subscribed
 to a list is the exact opposite of courtesy (and a straight way into
 many killfiles including mine, courtesy of procmail). As I said before:
 if you think you need to use Outlook or similarly defective "programs"
 use them for what they were made for: reading mail. Not writing.
 

When did Cc change from Carbon Copy to Courtesy Copy?

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Pager notification of new mail

2000-10-07 Thread Vince Vielhaber

On Sat, 7 Oct 2000, jim wrote:

 Howdy guys,
 
 I want to send a pager notification whenever new mail that has entered my
 inbox.  To page someone with my pager is:
 areacodephonenumber@paging.acswireless.com.  The alphanumeric text on my
 pager would say something like, "You have a new email message!" whenever I
 got a new message in my inbox.  What's the best way to do this?

In your .qmail put:

|echo "" | mailsubj "You have a new email message!" 
|areacodephonenumber@paging.acswireless.com

mailsubj should be in your /var/qmail/bin directory

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: Pager notification of new mail

2000-10-07 Thread Vince Vielhaber

On Sat, 7 Oct 2000, jim wrote:

 Thanks guys for your input and help...  Vince, I'm using what you gave me
 for now, works great.
 
 I want to study and understand that string of code that Andy gave before I
 use it.  Oliver, you attatched a .dat file with nothing much in it.

The one Andy sent gave you control over what messages go to your pager
(based on who sent it) and sent the message subject to the pager.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Help with my girlfriend?

2000-10-06 Thread Vince Vielhaber

On Fri, 6 Oct 2000, Fabrice Scemama wrote:

 Vince Vielhaber wrote:
  
  On Thu, 5 Oct 2000, Peter Samuel wrote:
  
   On Thu, 5 Oct 2000, Adam McKenna wrote:
  
On Thu, Oct 05, 2000 at 03:19:33PM -0700, Ihnen, David wrote:
 You know, alot of problems with the opposite sex might be easily figured if
 we had the log file...

 The computer doesn't say, "well, if you don't know, I'M not going to tell
 you!"
   
strace /dev/gf0
  
   A brave man giving himself options for servicing more than one gf. My
   system has /dev/wife with no options for others. In fact, the driver
   will actively hunt down other instances, kill -9 and remove all
   associated files :)
  
  That's because at one time you did a  mv /dev/gf0 /dev/wife   :)
  
  Vince.
 
 What a bad admin you are!
 you should have done a ln -s /dev/gf0 /dev/wife instead of
 using mv, this would have made divorce quite easier :)

rm -f /dev/wife  gets rid of both :)

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: svscan weirdness...

2000-10-06 Thread Vince Vielhaber

On Fri, 6 Oct 2000, Harald Hanche-Olsen wrote:

 Speaking of weirdness, I have an even stranger svscan problem, on my
 home machine running FreeBSD 4.1: If I start svscan from /etc/rc.local
 (in the line after xdm startup), my X server hangs, or rather it does
 not seem to recognise any keyboard input.  Most keypresses elicit no
 response at all, while Alt-Ctrl-Fn (for n!=2) produces the usual "no
 virtual console there" beep.  With such an unresponsive machine, I
 have no option other than hitting the reset button.  Not a hint in any
 log file as to what can be the cause of this.  If I start svscan after
 logging in, there is no problem.  And whether it is me or rc.local
 starting the program, it happens through a shell script which really
 boils down to env - PATH=... svscan, so changes in the environment
 should be sort of irrelevant.
 
 (I don't really expect the list to solve this one for me, but if
 someone has a reasonable possible explanation, it might save me a lot
 of work trying to debug it.)

Why not start xdm from /etc/ttys ?   Outa curiousity does xdm work
normally if you don't start svscan?

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Help with my girlfriend?

2000-10-05 Thread Vince Vielhaber

On Thu, 5 Oct 2000, Peter Samuel wrote:

 On Thu, 5 Oct 2000, Adam McKenna wrote:
 
  On Thu, Oct 05, 2000 at 03:19:33PM -0700, Ihnen, David wrote:
   You know, alot of problems with the opposite sex might be easily figured if
   we had the log file...
   
   The computer doesn't say, "well, if you don't know, I'M not going to tell
   you!"
  
  strace /dev/gf0
 
 A brave man giving himself options for servicing more than one gf. My
 system has /dev/wife with no options for others. In fact, the driver
 will actively hunt down other instances, kill -9 and remove all
 associated files :)

That's because at one time you did a  mv /dev/gf0 /dev/wife   :)

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Qmail not sending to Certain Servers

2000-10-03 Thread Vince Vielhaber

On Tue, 3 Oct 2000, Kathleen Farber wrote:

 Here's the log:
 @400039da1c1d0dcdda04 info msg 348: bytes 1394 from
 sales@harborbaydesigns.
 com qp 20949 uid 82
 @400039da1c1d100ee894 starting delivery 329: msg 348 to remote
 [EMAIL PROTECTED]
 et
 @400039da1c1d100efc1c status: local 0/10 remote 1/20
 @400039da1c2001c01114 delivery 329: success:
 154.11.89.182_accepted_message.
 /Remote_host_said:_250_ok_970598885_qp_18301/

Right here it said that  mx.total.net  received the message.

Vince.

 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, October 02, 2000 7:31 PM
 Subject: Re: Qmail not sending to Certain Servers
 
 
  On Mon, Oct 02, 2000 at 07:22:44PM -0500, Kathleen Farber wrote:
   The logs say absolutely nothing.
 
  Are you sure? Want to make a bet on that?
 
  Why not give the combined expertise of this list a chance to decide
  that. There may be something there that you're not "seeing".
 
 
  Regards.
 
 
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Qmail not sending to Certain Servers

2000-10-02 Thread Vince Vielhaber

On Mon, 2 Oct 2000, Kathleen Farber wrote:

 The logs say absolutely nothing.  that's the disturbing part.  The email
 sends but never is recieved or bounced or nothing.  Just amazes me theres
 nothing reporting anywhere.

Is this when sending from smtp, qmail-inject or both?  How 'bout the
queue dir(s) permissions?

Vince.

 
 Kath
 - Original Message -
 From: "Alexander Jernejcic" [EMAIL PROTECTED]
 To: "Kathleen Farber" [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Monday, October 02, 2000 1:57 PM
 Subject: RE: Qmail not sending to Certain Servers
 
 
  hi,
  sorry for that, but:
  what does the logs say? (tm)
 
  ==
  Alexander Jernejcic
  email:[EMAIL PROTECTED]
 
  begin LOVE-LETTER-UND-NIX-DAZUGELERNT.txt.vbs
  I am a Signature, not a Virus!
  end
 
  ==
  -Original Message-
  From: Kathleen Farber [mailto:[EMAIL PROTECTED]]
  Sent: Monday, October 02, 2000 4:09 PM
  To: [EMAIL PROTECTED]
  Subject: Qmail not sending to Certain Servers
 
 
  There are certain servers that any domain on my server can not send too.
 It just never is recieved. No messages bounce or anything.
  Any idea's or thoughts what might be causing this?
 
  qmail, qmailadmin, courier imap, sqwebmail, vpop the works is installed on
 our server we've had no problems recently other than a
  pain in the butt user over quota problem (when really they aren't) that
 deleting the domain and resetting it up seems to fix.
 
  But the inability to send to certain servers, usually clients of mine
 ISP's never bounce just never get there.
 
  Thanks,
  Kathleen
 
 
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: daemontools

2000-09-27 Thread Vince Vielhaber

On Wed, 27 Sep 2000, Dave Sill wrote:

 ad annoying? If so, I could set up http://lwq.sill.org to redirect to
 http://web.infoave.net/~dsill/lwq. In fact, I think I'll do that
 anyway[1]. Unfortunately, sill.org sits on a 28.8K dialup, so I can't
 serve LWQ (in volume) directly. Maybe someday I'll get decent
 connectivity.[2]
 
 -Dave
 
 Footnotes: 
 [1]  Anyone know how to do that off the top of their head?

This should work.  The number (3 in this case) means to wait 3 seconds
before redirecting.  Set it to 0 to go immediately.  This goes in the
index.html file at lwq.sill.org

meta HTTP-EQUIV=Refresh CONTENT="3;URL=http://web.infoave.net/~dsill/lwq"

 [2]  http://www.starband.com/, perhaps?

Aren't they teaming up with msn?  Also aren't they going to be windoze
interface only?  

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: daemontools

2000-09-25 Thread Vince Vielhaber

On Mon, 25 Sep 2000, Felix von Leitner wrote:

  I see constant disk activity when using daemontools to
  monitor qmail.
 
 I don't.
 
 Get yourself a real operating system where the disk cache actually
 works.  svscan does read-only accesses to /services or wherever you
 configured it to look.  If that touches your disk each time, your OS
 sucks or you have way too little RAM in your machine.

Not necessarily.  I had constant disk activity[1] and after digging thru
the logs of the various services I found an unable to bind problem with
one of the services.  I had missed an alias in my startup scripts - had
nothing to do with ram or a bad os.

 I suggest Linux.

I don't.

Vince.

[1] a cycling of disk activity to be more precise.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail/perl and attachments

2000-09-21 Thread Vince Vielhaber

On Thu, 21 Sep 2000, Greg Kopp wrote:

 This may be a bit off-topic (only a little), so forgive the intrusion.
 
 A co-worker is trying to write a perl script to send a mail message with an
 attachment included. I have looked at varius perl modules available at
 www.cpan.org, but the only one listed that has the ability to add
 attachments doesn't work with qmail. Apparently qmail will send multi-line
 responses, which would necessitate a complete re-write of the module.
 Unfortunately, we don't have that kind of time.
 
 Can someone point me in a direction to help him out? None of us are SMTP
 gurus. Has anyone done this before and could possibly give me a few ideas to
 pass along?

RFC1521 explains it quite well.  I used it this morning to put together
some BASE64 attachments.  Somewhere around page 29 is probably what you're
looking for.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: REPOST: mail works, kmail/NS messenger doesn't on private WAN

2000-09-13 Thread Vince Vielhaber

On Wed, 13 Sep 2000, Phil Rhoades wrote:

 I didn't see a response to this so I thought I would try again . .

You need to enable selective relaying:

 http://Web.InfoAve.Net/~dsill/lwq.html#relaying

Vince.


 
 Thanks,
 
 Phil.
 
 Date: Thu, 07 Sep 2000 23:43:10 +0100
 To: [EMAIL PROTECTED]
 From: Phil Rhoades [EMAIL PROTECTED]
 Subject: mail works kmail/NS messenger don't on private WAN
 
 I have a private WAN set up - two Linux servers with a router etc in between:
 
  192.16.0.100nsw.chu.com.au
 
 and
 
  192.16.8.25 bcb.chu.com.au
 
 - I can use "mail" to send mail from nsw to bcb no problem (therefore 
 rcpthosts and smtproutes should be OK) but Kmail and Netscape Messenger 
 fail with a message like:
 
  Sending failed
  A SMTP error occurred
  Command: RCPT
  Response: 553 sorry, that domain isn't in my list of allowed 
  rcpthosts (#5.7.1)
  Return code: 533
 
 I have tried putting both server details in rcpthosts and also the 
 wildcard domain (.chu.com.au) but still no luck . .
 
 Any suggestions?
 
 Thanks,
 
 Phil.
 
 -
 Philip Rhoades
 
 Pricom Pty Limited  (ACN  003 252 275)
 GPO Box 3411
 Sydney NSW2001
 Australia
 Mobile:  +61:0411-185-652
 Fax:  +61:2:8923-5363
 E-mail:  [EMAIL PROTECTED]
 
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: REPOST: mail works, kmail/NS messenger doesn't on private WAN

2000-09-13 Thread Vince Vielhaber


With selective relaying properly set up, the contents of rcpthosts is
ignored.  Post the contents of tcp.smtp, your qmail-smtpd startup line and
how you built tcp.smtp.cdb.   Alternately you might try putting
.chu.com.au in your rcpthosts on the remote system on a line all by
itself.

Vince.


On Thu, 14 Sep 2000, Phil Rhoades wrote:

 At 07:37 13/09/2000 -0400, you wrote:
 On Wed, 13 Sep 2000, Phil Rhoades wrote:
 
   I didn't see a response to this so I thought I would try again . .
 
 You need to enable selective relaying:
 
   http://Web.InfoAve.Net/~dsill/lwq.html#relaying
 
 Vince.
 
 Tried that . . no luck . .
 
 At 13:41 13/09/2000 +0200, Frank Tegtmeyer wrote:
   - I can use "mail" to send mail from nsw to bcb no problem (therefore
   rcpthosts and smtproutes should be OK) but Kmail and Netscape Messenger
   fail
 
 If you include both destinations in rcpthosts it should work.
 Please provide rcpthosts, locals and smtproutes for both systems.
 
 Regards, Frank
 
 Local Workstation:
 - IP:   192.168.0.108 + kmail
 
 Local Server:
 - IP:   192.168.0.100
 - locals:   nsw.chu.com.au
 - rcpthosts:nsw.chu.com.au  bcb.chu.com.au (on separate lines of course)
 - smtproutes:   bcb.chu.com.au:192.168.8.25
 
 Remote Workstation:
 - IP:   192.168.8.21 + MS OE
 
 Remote Server:
 - IP:   192.168.8.25
 - locals:   bcb.chu.com.au
 - rcpthosts:bcb.chu.com.au
 - smtproutes:   nsw.chu.com.au:192.168.0.100
 
 - Mail sent (using mail) from the remote server to me on the local server 
 ([EMAIL PROTECTED]) can be retrieved by the local workstation.
 - Mail sent from the local workstation addressed to the me on the remote 
 server ([EMAIL PROTECTED]) gives the message:
 
   Sending failed
   A SMTP error occurred
   Command: RCPT
   Response: 553 sorry, that domain isn't in my list of allowed 
 rcpthosts (#5.7.1)
   Return code: 533
 
 - Mail sent from the remote workstation addressed to the me on the local 
 server gives a similar message:
 
 Thanks,
 
 Phil.
 -
 Philip Rhoades
 
 Pricom Pty Limited  (ACN  003 252 275)
 GPO Box 3411
 Sydney NSW2001
 Australia
 Mobile:  +61:0411-185-652
 Fax:  +61:2:8923-5363
 E-mail:  [EMAIL PROTECTED]
 
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail -relay

2000-09-08 Thread Vince Vielhaber

On Fri, 8 Sep 2000, orca wrote:

 Hi
 Please help.
 I have problem.
 My qmail-server works correctly.
 I set to mode stand-up from
 http://www.palomine.net/qmail/selectiverelay.html.
 Create a file in /etc called tcp.smtp. I read :
 
 192.168.0.3:allow,RELAYCLIENT=""
 127.:allow,RELAYCLIENT=""
 :allow
 this is OK
 
 # tcprules /etc/tcp.smtp.cdb/etc/tcp.smtp.temp  /etc/tcp.smtp
 This is OK
 
 I don't  finalize stand-up because if  I write my symbol string after a
 pattern from http://www.palomine.net/qmail/selectiverelay.html.
 tcpserver -x/etc/tcp.smtp.cdb -u 503  -g 504  0 smtp  /QMAIL/bin/qmail-smtpd
 
 My server answer  tcpserver: fatal : unable to bind: address already used
 I am afraid but I don't know about what address think my server.

This means that something is already listening on port smtp.  You may have
another tcpserver already running on that port or perhaps sendmail is
still running.  
 
Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: ORBS doesn't like me :(

2000-09-05 Thread Vince Vielhaber

On Tue, 5 Sep 2000, Andy Meuse wrote:

 Hi All,
 
 I just recieved an email from ORBS branding my mail server and open relay. I
 looked in my tcp.smtp and I think I know why.
 
 172.16.3.:allow,RELAYCLIENT=""
 4.17.165.0.:allow,RELAYCLIENT=""
 207.244.122.53.:allow,RELAYCLIENT=""
 :allow
 
 I would imagine it's that allow on the last line right?

wrong.  The relayclient variable isn't set in it.  What do you 
have in /var/qmail/control/rcpthosts?

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: ORBS doesn't like me :(

2000-09-05 Thread Vince Vielhaber

On Tue, 5 Sep 2000, Andy Meuse wrote:

 Hmmm. I removed my rcpthosts file.

Put it back.  Any of the IP addresses in tcp.smtp will bypass it if
the RELAYCLIENT variable is set.  

Vince.

 
  On Tue, Sep 05, 2000 at 10:26:55AM -0400, Andy Meuse wrote:
   I just recieved an email from ORBS branding my mail server 
  and open relay I
   looked in my tcp.smtp and I think I know why.
   
   172.16.3.:allow,RELAYCLIENT=""
   4.17.165.0.:allow,RELAYCLIENT=""
   207.244.122.53.:allow,RELAYCLIENT=""
   :allow
   
   I would imagine it's that allow on the last line right?
  
  No, that just tells tcpserver whether to accept or reject the
  connection completely. What does /var/qmail/control/rcpthosts say?
  
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: ORBS doesn't like me :(

2000-09-05 Thread Vince Vielhaber

On Tue, 5 Sep 2000, Andy Meuse wrote:

 this is my tcp.smtp file
 
 172.16.3.:allow,RELAYCLIENT=""
 4.17.165.:allow,RELAYCLIENT=""
 207.244.122.53.:allow,RELAYCLIENT=""
 :allow

How are you creating tcp.smtp.cdb ?

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: ORBS doesn't like me :(

2000-09-05 Thread Vince Vielhaber

On Tue, 5 Sep 2000, Andy Meuse wrote:

 Vince, please don't try to telnet into my mail server anymore. :(

I was going to try sending you mail directly to it with telnet, I
missed the 25 at the end command line and ^D out of it.  Believe me,
it wasn't intentional.

Vince.

 
 Sep  5 14:31:42 qmail in.telnetd[6995]: refused connect from 209.103.136.12
 
 -Andy
 
  -Original Message-
  From: Vince Vielhaber [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, September 05, 2000 2:34 PM
  To: Andy Meuse
  Cc: Qmail (E-mail)
  Subject: RE: ORBS doesn't like me :(
  
  
  On Tue, 5 Sep 2000, Andy Meuse wrote:
  
   this is my tcp.smtp file
   
   172.16.3.:allow,RELAYCLIENT=""
   4.17.165.:allow,RELAYCLIENT=""
   207.244.122.53.:allow,RELAYCLIENT=""
   :allow
  
  How are you creating tcp.smtp.cdb ?
  
  Vince.
  -- 
  ======
  
  Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]
  http://www.pop4.net
   128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 
  Networking
  Online Campground Directoryhttp://www.camping-usa.com
 Online Giftshop Superstorehttp://www.cloudninegifts.com
  ==
  
  
  
  
  
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Bounce capablity lost

2000-09-05 Thread Vince Vielhaber

On Tue, 5 Sep 2000, Wilson Henriquez wrote:

 I used to be able to bounce messages to unknown addresses, and now that
 I have installed tcpserver I no longer can.  I still have
 [EMAIL PROTECTED] in .qmail-default in the alias directory.  How do
 I get the functionality back?  I also noticed that instead of having
 mail sent to /var/qmail/users/theuser/Mailbox/new the mail is now going
 to /var/spooler/mail/theuser.  What happened? What can I do to have my
 mail go into the old place?

Sounds like sendmail is running.  Double check all of your startup 
scripts.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Sending an email to all users of my system

2000-09-01 Thread Vince Vielhaber

 Roberto Samarone Araújo (RSA) wrote:
 
 I would like to know how can I create an email , so when
 I send a message using this email it will send a copy of it to all users in
 my email system including virtual emails but , if an user try to make a
 reply of this email , it only will send a email to the email that I use to
 send to all user and not to all users in my server . I don't want to create
 a moderated mailing list to do it .

Here's a script I use but I don't remember where it came from so if 
anyone on the list recognizes it as theirs, speak up!

#!/bin/sh
# Build list of users from /etc/passwd starting with
# Line 18 so we don't send mail to non-users.
#
# Adjust below if statement to match your system.
# 
(
cat /etc/passwd | awk '
BEGIN{
  FS=":"
  cnt=1
}
{
  if(cnt  18){ cnt++ ; next }
  printf "[EMAIL PROTECTED]\n",$1
  cnt++
}'
) | grep -v qmail | grep -v alias | grep -v orders | grep -v ftp | grep -v
test 
| grep -v spop3d  /tmp/mail_list
#
# You may need to use grep -v statement in for
# loop below if you have added automated users
# ie: postgres, etc.. to filter out.
#
# Now to email out to the users.
for user in `cat /tmp/mail_list`
do
   /var/qmail/bin/qmail-inject ${user}  MailMessage
done

rm -f /tmp/mail_list
# End script


To use it, you can put it in your home dir (that's what I do) and create
a file called MailMessage.  At the top of the file put a To:, From:, and
a Subject: line, then a blank line, then your message.  Edit the above
script to put your domain in in place of YOURDOMAIN.HERE.  Run the script.
You may also want to edit the list of greps near the top to match your 
system.  I noticed yesterday that I need to add dnscache and tinydns to
the list.  Also the (cnt  18) change the 18 to the line number of your
first user in /etc/passwd. 

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Virtual domains

2000-09-01 Thread Vince Vielhaber

On Fri, 1 Sep 2000, Nick Davies wrote:

 
 Help :)
 
 I've been trying to get virtualdomains working, but whenever i put a
 virtualdomains file in control qmail refuses to start up.  I don't get
 any errors or anything, it just doesn't show in ps.  It all works fine
 without a virtualdomains file. Any ideas?

What do the logs say? 

What's in the virtualdomains file?

Ya gotta give us something to go on.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Qmail 1.03

2000-08-31 Thread Vince Vielhaber

On Wed, 30 Aug 2000, Bob Ross wrote:

 Something I have not noticed in many years has started the last few weeks.
 
 Qmail has been getting very slow at responding. I also noticed in the logs
 that it is handling a lot of email that can't be returned(spam.)
 
 Is there a way to clear out the old mail if this is the cause.
 
 Customers have been receiving a lot of errors that the server has not
 responded in 60 seconds do they want to wait or stop.

Make sure your reverse DNS lookups are working.  We had the same thing
earlier in the week.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: POP3

2000-08-30 Thread Vince Vielhaber

On Tue, 29 Aug 2000, Jerry Hsieh wrote:

 Hi,
 
 A stupid question again.
 I have installed the tcpserver. But there is one thing I don't understand in
 the menu:
 tcpserver host port "program"
 what does the "program" mean? Thanks for your time.

Program is what you want to run.  eg:

/usr/local/bin/tcpserver 0 25 /var/qmail/bin/qmail-smtpd 

That's just a generalisation, if you want the relay control you'd use 
the -x option, etc.  

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Help getting Qmail to run with tcpserver

2000-08-30 Thread Vince Vielhaber

On Tue, 29 Aug 2000, Peter Janett wrote:

 I really can't seem to get Qmail to run with tcpserver as far as the pop
 service goes.
 
 I've followed all the directions on LWQ, with the exception of Paul Gregg's
 checkpasswd.  Inetd will probably work for me, but I need to setup
 pop-before SMTP, and I can't seem to get the IP address of the calling
 client when I run Qmail through inetd.
 
 I'm wondering if my startup scripts are wrong, or in the wrong order, etc.
 I've included all the relevant file contents below, including the inetd
 lines that work.  I'm looking to get tcpserver to work, or finding a way to
 pass the IP address of the calling client to pass through checkpassword
 using inetd.  I'm on a Sun Sparc 2.6.

I no longer run inetd, however I had an hpux machine that couldn't live
without running telnetd thru it (FreeBSD does it just fine).  That said..

It depends on what you're using for pop before smtp.  I'm using smtp-poplock 
by David Harris (http://www.davideous.com/smtp-poplock/) and have had no
problems at all with it.  I'm starting everything thru rc.local, here's
how I start the pop3 service:

/usr/local/bin/tcpserver 0 110 /usr/local/sbin/spop3d 2 /var/log/poplog 

and here's how I start qmail-smtpd:

/usr/local/bin/tcpserver -x /etc/tcp.smtp.cdb -g 1001 -u 1004 0 25 \
 /usr/sbin/relaylock /var/qmail/bin/qmail-smtpd 

The -x /etc/tcp.smtp.cdb isn't really needed in my case as it only has
the 127. line in it.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: POP3

2000-08-29 Thread Vince Vielhaber

On Tue, 29 Aug 2000, Jerry Hsieh wrote:

 Hi,
 
 A stupid question.
 I installed qmail-1.03 on a linux (redhat 6.2) box. Question is, how should
 I start the pop3d (/use/sbin/tcpd pop3d or /vasr/qmail/bin/qmail-pop3d or
 ?). What I troed to do is allow users can get their mail from windows
 MUA. Thanks for your time.

tcpserver.  It's part of the ucspi package from Dan.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: large sites---book

2000-08-25 Thread Vince Vielhaber

On Fri, 25 Aug 2000, Al Sparks wrote:

 Well,
 
 I bought it, and according to UPS tracking, it's waiting for me at home.
 When I've read it, I'll be glad to submit a review. 
 
 I didn't think to read other reviews of other stuff he wrote.  If I had
 I probably wouldn't have bought it.  I simply got on the Amazon site
 and did a search on qmail.

If it's anything like the other one, don't read it when you're tired
and make sure you have plenty of coffee.

Vince.


=== Al
 
 
 --- Vince Vielhaber [EMAIL PROTECTED] wrote:
  On Fri, 25 Aug 2000, Mate Wierdl wrote:
  
   On Fri, Aug 25, 2000 at 02:52:59PM -0500, [EMAIL PROTECTED] wrote:
I just bought "Running Qmail" from Amazon and it shipped yesterday.
   
   I thought this was bullshit, but see
   

   
http://www.amazon.com/exec/obidos/ASIN/0672319454/qid%3D967239504/102-4262892-3637707
  
  It's been discussed before.  I had one of Blum's other books.. I threw it
  in the trash even tho I thought the trash can deserved better.
  
  Vince.
  -- 
  ======
  Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
   128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
  Online Campground Directoryhttp://www.camping-usa.com
 Online Giftshop Superstorehttp://www.cloudninegifts.com
  ==
  
  
  
 
 
 __
 Do You Yahoo!?
 Yahoo! Mail - Free email you can access from anywhere!
 http://mail.yahoo.com/
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: sendmail wrapper not working

2000-08-24 Thread Vince Vielhaber

On Thu, 24 Aug 2000 [EMAIL PROTECTED] wrote:

  I was under the impression that being an emulator for sendmail, it would
  take in input as we would give to sendmail and convert it to qmail input and
  pass to qmail-inject (in this case). And my problem with the wrapper right
  now is that when I call the mail() function in php (which calls sendmail) it
  just doesn't seem to deliver the goods. I would like to find out what the
  problems may be based on the symptoms that I can find so far...
 
 Does the php wrapper offer a return code? Does the wrapper check the exit
 code when it calls sendmail? That would be a good place to start as many
 wrappers blithly assume that the call cannot fail - it of course can.

It returns a BOOL.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: HELP!: 421_unable_to_read_controls_(#4.3.0)

2000-08-22 Thread Vince Vielhaber

On Tue, 22 Aug 2000, Greg Kopp wrote:

 HELP!
 
 This just started at around 4PM eastern time for no obvious reason:
 
 Connected_to_207.206.15.131_but_greeting_failed./Remote_host_said:_421_unabl
 e_to_read_controls_(#4.3.0)
 
 I have been running qmail with vpopmail for 8 months without a hitch, now
 this pops up for some unknown reason.
 
 Can anyone help? I am desperate.

Is 207.206.15.131 you or someone else?

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Help...

2000-08-21 Thread Vince Vielhaber

On Mon, 21 Aug 2000, Muhammad Yusuf wrote:

 hi...
 
 I've just upgraded FreeBSD,from 2.2.8 to 4.0
 In 2.2.8, everything was just fine.
 But after the upgrading, I the problem with qmail.
 qmail-send take too much cpu time,
 and I lot of messages which don't stop.
 the message is :
  qmail : number ** warning : unable to stat mess/2/54029
 
 the ** always changes.
 
 are there anyone of you have been in this situation???

Re-compiling qmail worked on a 2.2.6 - 3.2 upgrade, but since I didn't
do it one of the steps during the build may have fixed it.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Mgetty+Fax does not mail

2000-08-21 Thread Vince Vielhaber

On Mon, 21 Aug 2000, Peter Zak wrote:

 Hi!
 
 After I changed Sendmail-Qmail I get no email notification about
 sended/received faxes from mgetty+sendfax. It worked well with sendmail
 and I did not change any configuration. The sending/receiving of faxes
 works, I only miss the email notify...
 
 What could be the reason ?

Could it be calling sendmail directly?  Make sure you find all the
instances of sendmail on your filesystem and make them links to
/var/qmail/bin/sendmail.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: yahoo down?

2000-08-18 Thread Vince Vielhaber

On Fri, 18 Aug 2000, Al Sparks wrote:

 I'm certainly getting email from this list
 But checking one of the Recieved headers I am seeing a 19 minute
 delay in Yahoo receiving the message.

I have a number of messages in the queue for yahoo.  Perhaps it's
just one machine that's gone awry?

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Is This Annoying Enough?

2000-08-17 Thread Vince Vielhaber


1)  4.4.4 is not the current version.
2)  Since fetchmail isn't working correctly, have you checked:
  a) the fetchmail website   http://www.tuxedo.org/~esr/fetchmail/  ?
  b) the fetchmail mailing list?
  c) the fetchmail FAQ?

Vince.

On Thu, 17 Aug 2000, Bruno Prior wrote:

 A short while before the self-righteous thread on How To Annoy People
 Whose Help You Need, I posted a request for help with a problem I was
 experiencing. Not a single one of the supposedly helpful people of
 this list have bothered to reply. Having read the thread, it occurs to
 me that perhaps the original message wasn't annoying enough to merit a
 reply, so this is my next attempt. I am hoping that the combination of
 a useless Subject line, the reposting of the complete message, and the
 provocative tone will be sufficient incentive for someone to get off
 their arse and reply, even if it's to tell me that you can't help with
 the info I provided, or that you don't know the solution to the
 problem.
 
 Anyone got a clue? (and I'm not just referring to the specific
 problem)
 
 Cheers,
 
 Bruno Prior
 [EMAIL PROTECTED]
 
 
  Original Message 
 Subject: qmail refuses delivery from fetchmail despite forcecr option
 Date: Wed, 09 Aug 2000 13:09:07 +0100
 From: Bruno Prior [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 
 I am new at using qmail, so please forgive me if this is something
 really obvious.
 
 I am fetching my mail from my ISP using fetchmail and passing it to
 the SMTP port (with qmail as mail server). I believe my ISP is using
 qpopper, if that makes any difference. This mostly works fine, but
 occasionally I get the following response, which I can't get past (I
 get round it by using Netscape to download that message):
 
 fetchmail: SMTP 451 See http://pobox.com/~djb/docs/smtplf.html.
 fetchmail: SMTP listener refused delivery
 
 I have read the suggested web-page, but I already had forcecr on in my
 fetchmailrc (having RTFM) and I can't see any other relevant
 suggestion of how to fix this. What other FM have I missed?
 
 Incidentally, after a few failed download attempts because of this
 problem, my mail spool at the ISP got corrupted. Could this be
 connected?
 
 Also incidentally, all the messages that cause this problem come from
 this mailing list, which seems ironic.
 
 fetchmail version: 4.4.4 release 2 (this is pretty recent, so
 according to the web-page, it ought to be alright)
 qmail version: 1.03 release 9
 
 fetchmailrc:
 
 poll mailgate.ftech.net with protocol POP3
   user my_user_name there with password my_password is * here
   options fetchall forcecr
 
 I have tried playing around with the last line of the fetchmailrc,
 taking out "options" and/or "fetchall", in case they confused things,
 but it makes no difference.
 
 I would appreciate any help.
 
 Cheers,
 
 Bruno Prior
 [EMAIL PROTECTED]
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: write error or disk full (#4.3.0)

2000-08-16 Thread Vince Vielhaber

On Wed, 16 Aug 2000 [EMAIL PROTECTED] wrote:

 
 actually the mail started working when i tried to compress /var/log/syslog
 but now i am getting 
 
 Aug 16 13:28:37 mail1 qmail: 966446917.031032 alert: unable to append to
 bounce message; HELP! sleeping...
 
 any thoughts!!!

I bet you have a HUGE piece of email in the queue.   Go thru the queue
dirs looking for large files.  Something like this may help find it:

# find /var/qmail/queue -type f -size +2048kc | xargs grep ls -l

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail and IP addresses.....

2000-08-16 Thread Vince Vielhaber

On Wed, 16 Aug 2000, Sean C Truman wrote:

 Please read up on your programs..
 
 tcpserver opts host port prog
 
 opts is a series of getopt-style options. host is one argument. port is one
 argument. prog consists of one or more arguments.
 tcpserver waits for connections from TCP clients. For each connection, it
 runs prog, with descriptor 0 reading from the network and descriptor 1
 writing to the network. It also sets up several environment variables.
 
 The server's address is given by host and port. port may be a name from
 /etc/services or a number; if it is 0, tcpserver will choose a free TCP
 port. host may be 0, allowing connections to any local IP address; or a
 dotted-decimal IP address, allowing connections only to that address; or a
 host name, allowing connections to the first IP address for that host. Host
 names are fed through qualification using dns_ip4_qualify.

I must have a real old man page:

   The server's address is given by host and port.  host  can
   be  0, allowing connections from any host; or a particular
   IP address...

Yours says "to", mine says "from".  I just tried it and I stand corrected.

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Qmail + sendmail wrapper + PHP's mail()

2000-08-11 Thread Vince Vielhaber

On Fri, 11 Aug 2000, Vladimir Goncharov wrote:

 
   Hi,
 
 I don't know the best way to explain my problem, but here it goes. :)
 
 Dev machine is a  RedHat 6.2 install. Apache 1.3.12 with PHP 4.0.1pl2 and stock
 sendmail.
 
 Server is Redhat 6.2 apache 1.3.12 PHP 4.0.1pl2 with  qmail (and vpopmail)
 
 I got a php script that I developed on  the dev machine.. every thing works. 
 it calls mail() proper headers and whatnot.. sendmail connects to my server
 sends the mail and works. Things here O.K.
 
 
 Move the web code to the server.  Try the php script. nothing... no erros no
 nothing.   I do a 'tail -f' on the qmail log files. nothing shows up... 
 
  It seems that mail() function from php 4.0.1pl2 expects to find
 _real_ sendmail. At least, it use the following code:

I just set up 4.0.1pl2 yesterday (upgrade from 3.0.x) and it works fine
with qmail's sendmail.  I did, however, have to fix phpGroupWare's mail
sending routines because of the linefeed problem.  Make sure your lines
are terminated with \r\n instead of \n.  If it weren't for the program's
error reporting I wouldn't have known it was failing since PHP gave no 
error message.

Also I just told it that sendmail's path was /var/qmail/bin/sendmail  I
didn't give it any switches.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: RH migration

2000-08-10 Thread Vince Vielhaber

On Thu, 10 Aug 2000, Mate Wierdl wrote:

 So RedHat finally migrated her mailinglist server to postfix (they now
 use mailman).

That the same redhat/mailman combo I read about on bugtraq a week or two
ago?

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail - cyrus

2000-08-02 Thread Vince Vielhaber

On Wed, 2 Aug 2000, Wolfgang Wagner wrote:

 Hello,
 
 does anyone know or has working the connection
 from qmail to IMAP-daemon Cyrus?
 
 I am experimenting with these two, but qmail
 does not deliver mail to cyrus.
 
 I want to use qmail as MTA and cyrus as IMAP-daemon
 for all users.

Go to www.qmail.org.  There's at least one pointer to how to set it
up, maybe more.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: void main (no, not a long one)

2000-07-24 Thread Vince Vielhaber

On Mon, 24 Jul 2000, Michael T. Babcock wrote:

 I was hoping for an admission of guilt rather than a fight.

Why?  Does it excite you or something?   It all looks more to me like
you've been trying to pick a fight.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: orbs.org accuses qmail of mailbomb relaying!

2000-07-24 Thread Vince Vielhaber

On Mon, 24 Jul 2000, Michael T. Babcock wrote:

 I understand Copyright law as much as many long time free / open source
 software advocates do.  That said, I have still seen nothing about the
 licensing of his software besides that he doesn't care about anything
 that isn't implicitly illegal.
 
 That said, in a case-law country, I can do pretty much whatever I think
 is legal to do until he sues me.  At that point, the courts decide.
 
 Most importantly, will he allow full-modification and redistribution
 with a new name (GPL style).  IE, forking.

In that case you'd be "distributing" which has a link on the qmail home
page (http://cr.yp.to/qmail.html).

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: licensing

2000-07-24 Thread Vince Vielhaber

On Mon, 24 Jul 2000, Michael T. Babcock wrote:

 The question is: does DJB prefer that one modify (should they wish to) 55% of
 the source code (say) and make this mod available as a patch, or simply rename
 it to "rmail" (or whatever) and mention that it is derived from Qmail,
 available at ... blah ...

What part of  "If you want to distribute modified versions of qmail
(including ports, no matter how minor the changes are) you'll have to get
my approval."  didn't you understand?


Vince.

 
 Vince Vielhaber wrote:
 
   I understand Copyright law as much as many long time free / open source
   software advocates do.  That said, I have still seen nothing about the
   licensing of his software besides that he doesn't care about anything
   that isn't implicitly illegal.
  
   That said, in a case-law country, I can do pretty much whatever I think
   is legal to do until he sues me.  At that point, the courts decide.
  
   Most importantly, will he allow full-modification and redistribution
   with a new name (GPL style).  IE, forking.
 
  In that case you'd be "distributing" which has a link on the qmail home
  page (http://cr.yp.to/qmail.html).
 
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Password changed via the web - big issue !!!!

2000-07-19 Thread Vince Vielhaber

On Wed, 19 Jul 2000, John van V. wrote:

 
 That would require SSL.  I want the same thing.
 
 You would have to build a cgi, going thru ssl, calling passwd.
 
 The only way I can think of doing that is w/ expect.
 
 Keep in mind... the script would have to be SUID.
 
 This is a very big issue.  So much so that I could easily see abandoning Unix
 style authentication for something available thru the various security
 toolkits.
 
 Radical, I know, but I am just that kind of person :)
 
  
   I would like to know how to change user's password via the web, as
  I know, (qmail) mail userl's password is corresponding to Redhat linux
  user's password.  Please give me any idea of how to let my user change
  password via the web.  And the web server and qmail server is located at
  different machine.
  
  Thank You so much for your help

It would be fairly trivial to roll your own app to do it and run it 
thru tcpserver and stunnel.  How you actually do it depends on the
OS.  In FreeBSD you can use pw, and if you want to be really slick
about it you can even use it to disable an account.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: new qmail install

2000-07-15 Thread Vince Vielhaber

On Sat, 15 Jul 2000 [EMAIL PROTECTED] wrote:

 Ok, I changed directory to 744. Set mail up on netscape to receive from

Try 755.


 basicq.com. When I enter password, I get the cannot connect to
 basicq.com, server not receiving now or is busy. I traced the message I
 sent to /var/qmail/queue/mess/. Just as I sent it with no error codes,
 like it is just waiting for the next step. I noticed that the maillog
 was last posted to on July 12, so it is not logging there since I
 reinstalled July 14.
 Any other suggestions?
 Paul Schinder wrote:
  
  At 6:30 PM -0400 7/15/00, [EMAIL PROTECTED] wrote:
  I have re-installed qmail-1.03, daemontools-0.70, and ucspi-tcp-0.88. I
  used Life With Qmail as a guide. I can send mail out using pine. Sending
  to a different address, I can receive it on netscape. Netscape picked up
  the Maildir, and now reads and stores there. I cannot receive under
  [EMAIL PROTECTED] which is the mail server I set up with qmail. I have
  not been able to make the adjustment to pine to get it to read from the
  new Maildir inbox. Here is the ps for qmail
  [root@basicq nsmail]# ps -ef | grep qmail
  root   488   487  0 11:33 ?00:00:00 supervise qmail-send
  root   489   487  0 11:33 ?00:00:00 supervise qmail-smtpd
  qmails 490   488  0 11:33 ?00:00:00 qmail-send
  qmaild 491   489  0 11:33 ?00:00:00 /usr/local/bin/tcpserver
  -v -p -
  root   498   490  0 11:33 ?00:00:00 qmail-lspawn ./Maildir/
  qmailr 499   490  0 11:33 ?00:00:00 qmail-rspawn
  qmailq 500   490  0 11:33 ?00:00:00 qmail-clean
  root 11333  5535  0 18:24 pts/000:00:00 grep qmail
  
  I do have a firewall in front of the server. I have made the ipchains
  rules to allow the server to work, as best I could figure it out.
  
  Last few lines in /var/log/mail/messages is
  
  [root@basicq log]# tail maillog
  Jul 12 17:14:27 basicq qmail: 963436467.513805 delivery 190: deferral:
  Uh-oh:_home_directory_is_writable._(#4.7.0)/
  Jul 12 17:14:27 basicq qmail: 963436467.513962 status: local 0/10 remote
  0/20
  Jul 12 17:22:06 basicq qmail: 963436926.512758 starting delivery 191:
  msg 27998 to remote [EMAIL PROTECTED]
  Jul 12 17:22:06 basicq qmail: 963436926.512908 status: local 0/10 remote
  1/20
  Jul 12 17:22:06 basicq qmail: 963436926.572078 delivery 191: deferral:
  Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
  Jul 12 17:22:06 basicq qmail: 963436926.572228 status: local 0/10 remote
  0/20
  Jul 12 17:26:35 basicq qmail: 963437195.563015 starting delivery 192:
  msg 28035 to local [EMAIL PROTECTED]
  Jul 12 17:26:35 basicq qmail: 963437195.563164 status: local 1/10 remote
  0/20
  Jul 12 17:26:35 basicq qmail: 963437195.571547 delivery 192: deferral:
  Uh-oh:_home_directory_is_writable._(#4.7.0)/
  Jul 12 17:26:35 basicq qmail: 963437195.571679 status: local 0/10 remote
  0/20
  
  Any suggestions on how to get this going?
  
  It's telling you exactly what's wrong.  qmail will not deliver to a
  directory where someone else can blow away your .qmail files and
  create their own.  Unfortunately, some Linux distributions with a
  "single person per group" setup can cause qmail to complain, since it
  doesn't like group writable any more than world writable.  You have
  two choices; change the permissions on your home directory or tell
  qmail what mask you want it to complain about (conf-patrn).  This has
  been discussed in the list before, and so should be in the archives.
  
  As for pine, install mutt.  mutt knows how to read maildirs, and is a
  better client than pine.
  
  --
  --
  Paul J. Schinder
  NASA Goddard Space Flight Center
  Code 693
  [EMAIL PROTECTED]
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail book coming?

2000-07-06 Thread Vince Vielhaber

On Thu, 6 Jul 2000, M.B. wrote:

 http://www.amazon.com/exec/obidos/ASIN/0672319454/qid%3D962246891/sr%3D1-2/0
 02-4056617-0867210
 
 anyone notice the above?

Yeah, it was talked about a month or so ago.  Judging by a book that same
author wrote for Motorola about C, I wouldn't take it if it were free.
The ones from Motorola were free and we all threw them in the trash.  It
was some of the dryest reading imaginable.  I think I'd rather read the
bat book!!

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail book coming?

2000-07-06 Thread Vince Vielhaber

On Thu, 6 Jul 2000, Bill Parker wrote:

 At 03:44 PM 7/6/00 -0700, you wrote:
 http://www.amazon.com/exec/obidos/ASIN/0672319454/qid%3D962246891/sr%3D1-2/0
 02-4056617-0867210
 
 I dunno, we have been hearing about the qmail book coming out for a while 
 now, so I would
 reserve judgement until it actually hits the shelf...I've always said 
 everyone on this list could
 use a good qmail reference with lots of step by step stuff, and what to do 
 when bad things
 happen to your qmail system...comments anyone?

This one isn't the long awaited one tho.  The one we're all waiting for
is by Russ Nelson and (I think) John Levine and is waiting on O'Reilly.
At least I think that's right.  Russ?

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: rcpthosts

2000-06-15 Thread Vince Vielhaber

On Thu, 15 Jun 2000, Vince wrote:

 
 why is that i cant send mail if the domain is not listed in the rcpthosts.
 how can i sendmail outside w/o specifying all the active domain. is it
 possible to remove the rcpthosts file?

Do NOT remove rcpthosts.  Bad things will happen.

Take a quick look at this:

ftp://koobera.math.uic.edu/www/qmail/faq/servers.html#authorized-relay

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: deferral: Can't_create_tempfile_(#4.3.0)

2000-06-10 Thread Vince Vielhaber

On Sat, 10 Jun 2000, clemensF wrote:

  Ken Jones:
 
  You might want to try changing this code to:
  sprintf(tmp_file,"tmp/%lu.%d.%s",tm,pid,hostname);
  if ((mailfile = creat(tmp_file,S_IREAD | S_IWRITE)) == -1)
  failtemp ("Can't create tempfile (#4.3.0)\n");
  
  make ; make install
  Then see if you still get the error.
 
 but the tmp directory would have to exist beforehand, right?  unlike the
 /tmp, which is already there.  but you might have found a bug there!

It's tmp not /tmp.  tmp should already be created as part of the maildir.

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Help on smtp and rcpthosts !!

2000-06-06 Thread Vince Vielhaber

On Mon, 5 Jun 2000, Xionghui Chen wrote:

 This is real urgent:
 
 every time when I send mail via port 25, if the domain of the mail address is not 
belong in the file control/rcpthosts, it says:
 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
 
 do this mean that I have to put all my possible rcpt domains in the rcpthots file? 
i.e, i have to put yahoo.com in rcpthosts, or else I cannot send mail to 
[EMAIL PROTECTED]
 
 help me out, please!

No you don't need to put all domains in rcpthosts, just the domains that
your server accepts mail for.  To set up qmail-smtpd for selectively 
relaying mail (ie. from you) go here and follow the instructions:

http://www.palomine.net/qmail/selectiverelay.html

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






This is strange..

2000-05-30 Thread Vince Vielhaber


I have two customers that are running stock qmail-1.03 that are having
the same problem.  

You can send mail to them either with an MUA, mailsubj or telnetting 
straight to port 25.  Look at the logs on the local machine right
afterward and it says the remote host accepted the mail (I double
checked the address to make sure it was the right place and not an
MX).  I also looked in the queue and the mail was there.  

The problem is that it takes a long time (we're talking minutes not
seconds) for the mail to get delivered to the local mailbox.  It 
also happens if a local user sends mail to a local user.  To answer
the usual question, there is nothing in the logs until it gets around
to delivering the mail.  But when it does it delivers all the mail
that's stuck.  I've gone over all the files in /var/qmail/control
and they're correct.  Neither machine is running DNS but both are
able to look up names (including their own) without delay from the
nameservers that are listed in resolv.conf.

Anyone have a suggestion?

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: This is strange..

2000-05-30 Thread Vince Vielhaber

On Wed, 31 May 2000, Peter van Dijk wrote:

 On Tue, May 30, 2000 at 08:40:09PM -0400, Vince Vielhaber wrote:
  The problem is that it takes a long time (we're talking minutes not
  seconds) for the mail to get delivered to the local mailbox.  It 
  also happens if a local user sends mail to a local user.  To answer
  the usual question, there is nothing in the logs until it gets around
  to delivering the mail.  But when it does it delivers all the mail
  that's stuck.  I've gone over all the files in /var/qmail/control
  and they're correct.  Neither machine is running DNS but both are
  able to look up names (including their own) without delay from the
  nameservers that are listed in resolv.conf.
  
  Anyone have a suggestion?
 
 Permissions on /var/qmail/queue/lock/trigger no doubt.
 
 Should look like:
 prw--w--w-   1 qmails   qmail   0 May 30 13:13 trigger|
 
 Greetz, Peter.
 

You hit that one on the head!  That was the fix.

Thanks!
Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Relaying with FreeInternet?

2000-05-09 Thread Vince Vielhaber

On Tue, 9 May 2000, James wrote:

 What if I have a client that will be using Free-i
 (http://www.freei.com/) or any of the current free Internet connections 
 for his Internet connection to get and send mail?  How do I allow relaying
 from that server?  Is this possible without an open relay?

Look at smtp-poplock.  There's a pointer at www.qmail.org.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Which version of Qmail to use? (fwd)

2000-05-08 Thread Vince Vielhaber

On Sun, 7 May 2000, James wrote:

 Sorry if this is a double post.. but my first message hasn't come through
 for 20 minutes.  Don't know if the mail server is slow, or something went
 wrong on my end.. but here it is again:

Something may have been down at uic.  Mail seems to be flowing again.
 
 After 4 days of not being able to get Qmail working properly for me, I've
 decided to completely wipe *every* trace of sendmail and *every* trace of
 qmail on my system (Mandrake 7.02).. then install Qmail from scratch all
 over again using "life with Qmail" suggestions.
 
 I've noticed there is a version of Qmail called
 var-qmail-1.03-2-gnu-linux-i686 and another version just called
 qmail-1.03.tar.gz  Which one do I use for Mandrake 7.02?  I was able to
 get the var-qmail one to work only halfway (Can send but not receive), and
 when I tried installing the regular qmail, I couldn't send OR receive.
 
 After I wipe every trace of qmail and sendmail from my system, which
 version will be the best for me to use?

qmail-1.03.tar.gz is the source tarball.  If you use this file and follow
the directions either in LWQ or the installation document INSTALL that 
you'll find in the source tarball, you should be up and running in no time
at all. 

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: FW: FW: VIRUS PEOR QUE MELISSA II *** Importante***

2000-05-08 Thread Vince Vielhaber

On Mon, 8 May 2000, Bryan Hundven wrote:

 Could we possibly get this in english?
 Please?

Compliments of the babelfish (not perfect but you'll get the gist
of it):


ANOTHER FRIGHTFUL VIRUS, PUTS ATTENTION: 

ATTENTION VIRUS 

IBM and AOL finish informing that a new Virus - WOBBLER -
walks loose. It arrived in a
titled email: " How to Give to Cat to Colonic ". IBM and
AOL have announced that are
VERY powerful, but that Melissa, and who is no NINGUN
well-known remedy. This
comere virus all its information on the HDD, and also
destroys the Navigator of Netscape
and Microsoft Exploratory Internet. 

It does not open anything with this I title and please it
passes east message to all his
contacts and whatever it uses with assiduity the
email. Too many people do not seem to
know to this todavia, asi that she propagates this
information as fast as it is possible to
him. This information was announced yesterday by the
manana by IBM. 

Please compartalo with all those of its book of direction
so that the propagation of the
virus can stop. This it is a very dangerous Virus and
remedy for ' at this moment is no
ningun. All you would agradeceran to know it. 



Vince.

 
 Thanx in advance,
 
 Bryan Hundven
 [EMAIL PROTECTED]
 
 -Original Message-
 From: Hector Tinoco [mailto:[EMAIL PROTECTED]]
 Sent: Monday, May 08, 2000 2:20 AM
 To: [EMAIL PROTECTED]
 Subject: Re: FW: FW: VIRUS PEOR QUE MELISSA II *** Importante***
 
 
 On Mon, 8 May 2000, Eddy wrote:
 
  
  
  OTRO VIRUS ESPANTOSO, PONGAN ATENCION:
  
  ATENCION VIRUS
  
  IBM y AOL acaban de informar que un nuevo Virus - WOBBLER - anda
  suelto. Llegara en un E-mail titulado: "How to Give a Cat a Colonic".
  IBM 
  y AOL
  han anunciado que es MUY poderoso, mas que Melissa, y que no hay NINGUN
  remedio conocido. Este virus comera toda su informacion sobre la unidad
  de
  disco duro, y tambien destruye al Navegante de Netscape y Microsoft
  Internet
  Explorador.
  
  No abra nada con este titulo y por favor pase este mensaje a todos sus
  contactos y cualquiera que usa con asiduidad el e-mail. No demasiadas
  personas parecen saber esto todavia, asi que propague esta informacion
  tan rapido como le sea posible. Esta informacion fue anunciada ayer por
  la
  manana por IBM.
  
  Por favor compartalo con todos los de su libro de direccion para que la
  propagacion del virus puedan detenerse. Este es un Virus muy peligroso
  y  no hay ningun remedio para 'el en este momento. Todos agradeceran
  saberlo.
  
  
  
  
  
  
  
  
  
 
 /__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/
 
 Hector Ryan Tinoco Reed
 Administrador Nodo Internet, WebMaster.
 Direccion de Investigaciones Academicas
 Universidad Catolica de Nicaragua
 Tels. :   (505) 276-0004 - Ext. 5602 (Oficina UNICA) 3:00pm - 9:40pm
   (505) 268-2362 - Ext. 116  (Oficina CRIES) 8:00am - 1:00pm
   (505) 289-4829 (Casa) 
 Faxs  : (505) 276-0590 (UNICA)
   (505) 268-1565 (CRIES)
 Beeper: 19533 (2784800 Alfanumeric)
 URL   :   http://www.unica.edu.ni/htinoco
 
 | |  | |  ___/ __\ |___|  ___   _ __
 | |__| | / _ \  / /   | |/ _ \ | '_ \
 | |__| ||  __/ / /___ | |   | (_) || |_) |
 |_|  |_| \___| \/ |_|\___/ | .__ \
|_|  \_\
 
 /__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/
 
 
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Unable to Telnet

2000-05-07 Thread Vince Vielhaber

On Sun, 7 May 2000, Mark Lo wrote:

 Hi,
when i use ps -ef...i see the followings:
 1.qmails  qmail-send
 2.qmaill   /usr/local/bin/multilog t
 3.qmaill   /usr/local/bin/multilog t
 4.root qmail=lspawn
 5.qmailr  qmail=rspawn
 6.qmailq  qmail=clean
 
 for qmail-smpt..I don't know what is it.

When you telnet to port 25 what does it tell you?  Connection refused or
something else?   There's a good chance that qmail-smtpd isn't running.

Vince.

 
 Thank You.
 
 mark lo
 
 Vince Vielhaber wrote:
 
  What EXACTLY is the line that starts qmail-smtpd?   Also what does
  either ps -axww or ps -ef show you??
 
  Vince.
 
  On Sun, 7 May 2000, Xionghui Chen wrote:
 
   I got the same problem, anybody help out?
  
   - Original Message -
   From: "Mark Lo" [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Sunday, May 07, 2000 12:18 PM
   Subject: Unable to Telnet
  
  
Hi,
   
I am not able to telnet 127.0.0.1 25 to my smpt port.  And I have
checked that I haven't setup anything listening to port 25 expect smpt
itself.  What do i do wrong here.  I was following the life with qmail
manual.  and I got everything running except the above.
   
Thank you
   
Mark Lo
   
   
  
  
 
  --
  ======
  Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]   http://www.pop4.net
   128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
  Online Campground Directory   http://www.camping-usa.com
 Online Giftshop Superstore   http://www.cloudninegifts.com
  ==
 
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Unable to Telnet

2000-05-07 Thread Vince Vielhaber

On Sun, 7 May 2000, Mark Lo wrote:

 Hi,
 
 Unable to connect to 127.0.0.1 25 can't find remote server...

How about:  

$ telnet 0 25

or isn't it running on the local machine?

Vince.


 
 Thank you
 
 Mark
 
 Vince Vielhaber wrote:
 
  On Sun, 7 May 2000, Mark Lo wrote:
 
   Hi,
  when i use ps -ef...i see the followings:
   1.qmails  qmail-send
   2.qmaill   /usr/local/bin/multilog t
   3.qmaill   /usr/local/bin/multilog t
   4.root qmail=lspawn
   5.qmailr  qmail=rspawn
   6.qmailq  qmail=clean
  
   for qmail-smpt..I don't know what is it.
 
  When you telnet to port 25 what does it tell you?  Connection refused or
  something else?   There's a good chance that qmail-smtpd isn't running.
 
  Vince.
 
  
   Thank You.
  
   mark lo
  
   Vince Vielhaber wrote:
  
What EXACTLY is the line that starts qmail-smtpd?   Also what does
either ps -axww or ps -ef show you??
   
Vince.
   
On Sun, 7 May 2000, Xionghui Chen wrote:
   
 I got the same problem, anybody help out?

 - Original Message -
 From: "Mark Lo" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, May 07, 2000 12:18 PM
 Subject: Unable to Telnet


  Hi,
 
  I am not able to telnet 127.0.0.1 25 to my smpt port.  And I have
  checked that I haven't setup anything listening to port 25 expect smpt
  itself.  What do i do wrong here.  I was following the life with qmail
  manual.  and I got everything running except the above.
 
  Thank you
 
  Mark Lo
 
 


   
--
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]   http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory   http://www.camping-usa.com
   Online Giftshop Superstore   http://www.cloudninegifts.com
==
  
  
 
  --
  ======
  Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
   128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
  Online Campground Directoryhttp://www.camping-usa.com
 Online Giftshop Superstorehttp://www.cloudninegifts.com
  ==
 
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Unable to Telnet

2000-05-07 Thread Vince Vielhaber

On Sun, 7 May 2000, Xionghui Chen wrote:

 *** I got the following processes when qmail running:
 
 bash-2.03# ps -ef |grep qmail
 root   397   396  0 09:38:25 ?0:00 supervise qmail-send
 root   399   396  0 09:38:25 ?0:00 supervise qmail-smtpd
   qmails   401   397  0 09:38:25 ?0:00 qmail-send
   qmaill   402   401  0 09:38:25 ?0:00 splogger qmail
 root   403   401  0 09:38:25 ?0:00 qmail-lspawn |preline procmail
   qmaill   404   398  0 09:38:25 ?0:00 /usr/local/bin/multilog t
 s250 /var/log/qmail/qmail-send
   qmailr   405   401  0 09:38:25 ?0:00 qmail-rspawn
   qmailq   406   401  0 09:38:25 ?0:00 qmail-clean
   qmaill   407   400  0 09:38:26 ?0:00 /usr/local/bin/multilog t
 s250 /var/log/qmail/qmail-smtpd
   qmaild   408   399  0 09:38:26 ?0:00 /usr/local/bin/tcpserver -v -p
 -x /etc/tcp.smtp.cdb -u 103 -g 102 0 smtp /var/q
 bash-2.03#

How did you create this:  /etc/tcp.smtp.cdb  and what's in it?  tcpserver
acts as if its being told not to accept your connection.  

Vince.


 
 *** But when I telnet the port 25 of qmail server, I got this:
 
 bash-2.03# telnet mail 25
 Trying 192.168.1.61...
 Connected to mail.digiark.com.
 Escape character is '^]'.
 Connection closed by foreign host.
 bash-2.03#
 
 What's wrong ??
 
 - Original Message - 
 From: "Mark Lo" [EMAIL PROTECTED]
 To: "Vince Vielhaber" [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Sunday, May 07, 2000 2:30 PM
 Subject: Re: Unable to Telnet
 
 
  Hi,
  
  Unable to connect to 127.0.0.1 25 can't find remote server...
  
  Thank you
  
  Mark
  
  Vince Vielhaber wrote:
  
   On Sun, 7 May 2000, Mark Lo wrote:
  
Hi,
   when i use ps -ef...i see the followings:
1.qmails  qmail-send
2.qmaill   /usr/local/bin/multilog t
3.qmaill   /usr/local/bin/multilog t
4.root qmail=lspawn
5.qmailr  qmail=rspawn
6.qmailq  qmail=clean
   
for qmail-smpt..I don't know what is it.
  
   When you telnet to port 25 what does it tell you?  Connection refused or
   something else?   There's a good chance that qmail-smtpd isn't running.
  
   Vince.
  
   
Thank You.
   
mark lo
   
Vince Vielhaber wrote:
   
 What EXACTLY is the line that starts qmail-smtpd?   Also what does
 either ps -axww or ps -ef show you??

 Vince.

 On Sun, 7 May 2000, Xionghui Chen wrote:

  I got the same problem, anybody help out?
 
  - Original Message -
  From: "Mark Lo" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Sunday, May 07, 2000 12:18 PM
  Subject: Unable to Telnet
 
 
   Hi,
  
   I am not able to telnet 127.0.0.1 25 to my smpt port.  And I have
   checked that I haven't setup anything listening to port 25 expect smpt
   itself.  What do i do wrong here.  I was following the life with qmail
   manual.  and I got everything running except the above.
  
   Thank you
  
   Mark Lo
  
  
 
 

 --
 ======
 Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]   http://www.pop4.net
  128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
 Online Campground Directory   http://www.camping-usa.com
Online Giftshop Superstore   http://www.cloudninegifts.com
 ==
   
   
  
   --
   ======
   Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
   Online Campground Directoryhttp://www.camping-usa.com
  Online Giftshop Superstorehttp://www.cloudninegifts.com
   ==
  
  
 
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Unable to Telnet

2000-05-07 Thread Vince Vielhaber

On Sun, 7 May 2000, Mark Lo wrote:

 hi,
 
  I think my smptd server is not listening.
 I did the netstat -ta command.  I did not see anthing related to smptd.  So, how to 
start
 the smptd server.  Also, do i have to start it manually everytime I reboot the 
machine??

Take a look here:  http://www.palomine.net/qmail/selectiverelay.html  for
a step by step.   

I added the startup to /var/qmail/rc.  You may want to start qmail-smtpd
before qmail in that script.

Vince.



 
 Thank You
 
 Vince Vielhaber wrote:
 
  On Sun, 7 May 2000, Mark Lo wrote:
 
   Hi,
  
   yes..it is running on the local machine..and i am able to telnet to 127.0.0.1 
without
   the port number.
 
  What happens when you do this:
 
  $ telnet 0 25
 
  Do you get in?
 
  Vince.
 
  
   Thank you
  
   Vince Vielhaber wrote:
  
On Sun, 7 May 2000, Mark Lo wrote:
   
 Hi,

 Unable to connect to 127.0.0.1 25 can't find remote server...
   
How about:
   
$ telnet 0 25
   
or isn't it running on the local machine?
   
Vince.
   

 Thank you

 Mark

 Vince Vielhaber wrote:

  On Sun, 7 May 2000, Mark Lo wrote:
 
   Hi,
  when i use ps -ef...i see the followings:
   1.qmails  qmail-send
   2.qmaill   /usr/local/bin/multilog t
   3.qmaill   /usr/local/bin/multilog t
   4.root qmail=lspawn
   5.qmailr  qmail=rspawn
   6.qmailq  qmail=clean
  
   for qmail-smpt..I don't know what is it.
 
  When you telnet to port 25 what does it tell you?  Connection refused or
  something else?   There's a good chance that qmail-smtpd isn't running.
 
  Vince.
 
  
   Thank You.
  
   mark lo
  
   Vince Vielhaber wrote:
  
What EXACTLY is the line that starts qmail-smtpd?   Also what does
either ps -axww or ps -ef show you??
   
Vince.
   
On Sun, 7 May 2000, Xionghui Chen wrote:
   
 I got the same problem, anybody help out?

 - Original Message -
 From: "Mark Lo" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, May 07, 2000 12:18 PM
 Subject: Unable to Telnet


  Hi,
 
  I am not able to telnet 127.0.0.1 25 to my smpt port.  And I 
have
  checked that I haven't setup anything listening to port 25 expect 
smpt
  itself.  What do i do wrong here.  I was following the life with 
qmail
  manual.  and I got everything running except the above.
 
  Thank you
 
  Mark Lo
 
 


   
--

==
    Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]   
http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 
Networking
Online Campground Directory   http://www.camping-usa.com
   Online Giftshop Superstore   http://www.cloudninegifts.com

==
  
  
 
  --
  ======
  Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
   128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
  Online Campground Directoryhttp://www.camping-usa.com
 Online Giftshop Superstorehttp://www.cloudninegifts.com
  ==


   
--
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==
  
  
 
  --
  ======
  Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
   128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
  Online Campground Directoryhttp://www.camping-usa.com
 Online Giftshop Superstorehttp://www.cloudninegifts.com
  ==
 
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Supersto

Re: Unable to Telnet

2000-05-07 Thread Vince Vielhaber

On Sun, 7 May 2000, Xionghui Chen wrote:

 Oh, I don't know that I have to config a /etc/tcp.smtp.cdb file, actually, I got no 
output with the command `find / -name tcp.smtp.cdb`. How should I make this kind of 
file, where can I get detailed document about it?  Thank you.

Take a look here:  http://www.palomine.net/qmail/selectiverelay.html  for
a step by step.

Vince.



 
 
  On Sun, 7 May 2000, Xionghui Chen wrote:
  
   *** I got the following processes when qmail running:
   
   bash-2.03# ps -ef |grep qmail
   root   397   396  0 09:38:25 ?0:00 supervise qmail-send
   root   399   396  0 09:38:25 ?0:00 supervise qmail-smtpd
 qmails   401   397  0 09:38:25 ?0:00 qmail-send
 qmaill   402   401  0 09:38:25 ?0:00 splogger qmail
   root   403   401  0 09:38:25 ?0:00 qmail-lspawn |preline procmail
 qmaill   404   398  0 09:38:25 ?0:00 /usr/local/bin/multilog t
   s250 /var/log/qmail/qmail-send
 qmailr   405   401  0 09:38:25 ?0:00 qmail-rspawn
 qmailq   406   401  0 09:38:25 ?0:00 qmail-clean
 qmaill   407   400  0 09:38:26 ?0:00 /usr/local/bin/multilog t
   s250 /var/log/qmail/qmail-smtpd
 qmaild   408   399  0 09:38:26 ?0:00 /usr/local/bin/tcpserver -v -p
   -x /etc/tcp.smtp.cdb -u 103 -g 102 0 smtp /var/q
   bash-2.03#
  
  How did you create this:  /etc/tcp.smtp.cdb  and what's in it?  tcpserver
  acts as if its being told not to accept your connection.  
  
  Vince.
 
 

-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Unable to Telnet

2000-05-06 Thread Vince Vielhaber



What EXACTLY is the line that starts qmail-smtpd?   Also what does
either ps -axww or ps -ef show you??

Vince.


On Sun, 7 May 2000, Xionghui Chen wrote:

 I got the same problem, anybody help out?
 
 - Original Message - 
 From: "Mark Lo" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, May 07, 2000 12:18 PM
 Subject: Unable to Telnet
 
 
  Hi,
  
  I am not able to telnet 127.0.0.1 25 to my smpt port.  And I have
  checked that I haven't setup anything listening to port 25 expect smpt
  itself.  What do i do wrong here.  I was following the life with qmail
  manual.  and I got everything running except the above.
  
  Thank you
  
  Mark Lo
  
  
 
 

-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Converting sendmail mailboxes to qMail

2000-05-04 Thread Vince Vielhaber

On Thu, 4 May 2000, Isaiah Chua wrote:

 hi,
 
 I read somewhere on the mailing list archive that it's possible to convert existing 
/var/mail/user mailboxes that were under sendmail to qmail Maildir formats using a 
perl script called convert-and-create. The author said to look for it at the qMail 
site, but my luck's run dry with that option.
 
 Does anyone know where I can find this script? I desperately need to convert 'lost' 
emails from my boss's sendmail box to qMail so she can pick them up.

If anywhere, you should be able to find it at www.qmail.org.  BTW, what
is qMail?  

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Smtp-poplock

2000-05-04 Thread Vince Vielhaber

On Thu, 4 May 2000, Bert Beaudin wrote:

 Hello all
   Has anyone been able to get smtp-poplock to work with the following 
 configuration
 
 qmail-1.03
 tcpserv
 qpopper
 mbox to ~/Mailbox
 
  From the doc I must run qmail and tcpserv under supervise. Currently I 
 start qmail and tcpserv from one of my rc.d scripts. Any ideas or pointers?
 
 Thanks
 Bert Beaudin
 
 

I have it in a number of locations.  If you're using qpopper 2.53 you  
need to apply a patch, if you're using 3.0 I haven't done it yet.  In
a nutshell here's what you want to do:

1) patch qpopper
2) install smtp-poplock
3) add the text from the readme in the qpopper patch to smtp-poplock.conf
4) modify your startup line for qmail-smtpd
5) start it all up.

Drop me a note offline if you have any problems.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Three questions...

2000-05-03 Thread Vince Vielhaber

On Tue, 2 May 2000, John White wrote:

 On Tue, May 02, 2000 at 12:25:14PM -0500, Jeff Hayward wrote:
  On Tue, 2 May 2000, Gareth Harper wrote:
  
1) His first requirement was to only allow relaying if the user had one
of his hosted domains as the From: line of an email. I've told him what
a bad idea this is but there's no persuading. So is there anyway to do
this but only when the mail has to be relayed? I'd guess we'd need a
patch to smtpd. Please don't tell me what a bad idea this is - I know.
But orders are orders.
  
  Warning: brain damage detected.  You will instantly be listed in ORBS, and
  will likely also be frequently abused by relay-rapers.
 
 Jeff, if you read into the statement just a bit, you'll realize that 
 the boss is asking for something much worse: denying relaying from
 valid IPs which don't present the ISPs domain in the envelope sender.

Why not use something like smtp-poplock?  If they successfully auth to
the pop daemon they can send mail for X minutes.  Then who cares what
they have in the From header.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: system start script

2000-05-03 Thread Vince Vielhaber

On Wed, 3 May 2000, Zhiliang Hu wrote:

 
 dd - Thank you!
 
 I assume it is inetd.  However I moved qmail to be after inetd
 it didn't get qmail started either upon reboot.
 
 BTW, I have following lines in the /etc/inetd.conf:
 
 smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env
  /var/qmail/bin/qmail -smtpd

You don't have a space between qmail and -smtpd, do you?

Vince.


 
 (all in one line)
 
 Does it help diagnoze?
 
 Zhiliang
 
 
 On Thu, 27 Apr 2000, dd wrote:
 
   I installed qmail 1.03 and it works fine on my Digital unix4.0D.
  
   However when I tested my system script starting the qmail at boot:
  
  [...]
  
   qmail was not started at boot, although the script works when
   tried at the command line.  (the script was in /.../rc3.d)
  
  I had the same problem in linux then I found out that Iwas running one of
  the services qmail needed _after_ starting qmail (right now I can't remember
  wich one though :/). Making sure that qmail was called at the end of the
  script (check the daemons called in other scripts also) and modifying the
  script accordingly solved the problem.  if You're using tcpserver make sure
  that it's called after qmail is started.
  
  hope this helps a little bit...
  yours,
  
  dd
 
 
 

-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Qmail on FreeBSD 4.0

2000-04-17 Thread Vince Vielhaber

On Mon, 17 Apr 2000, Ben Beuchler wrote:

 On Mon, Apr 17, 2000 at 01:57:33PM -0400, Patrick Bihan-Faou wrote:
 
  There is one patch you need to implement on the FreeBSD kernel in order
  to not suffer a buffer overflow in one of the function that qmail uses.
  This buffer overflow will effectively replace the address for the MAIL
  FROM command of outgoing smtp session with crap leading in email
  rejections from remote smtp servers.
  
  Note that this bug affects FreeBSD, but may also be present in other BSD
  based TCP/IP implementations.
  
  The file to patch is /usr/src/sys/net/if.c, the attached patch is
  against the current RELENG_4 version.
 
 Has anyone else encountered this?  Is this a major problem?

First I've heard of it and I'm running 4.0.  Where did that come from?

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail, ucsi-tcp inetd

2000-04-14 Thread Vince Vielhaber

On Fri, 14 Apr 2000, Russell Nelson wrote:

 "Próspero, Esteban" writes:
   ¡Hello everyone!
   I'm installing qmail for the first time and i wonder if it's mandatory to
   install previously the ucsi-tcp daemon tools or if i may try with inetd
   first
 
 ucspi-tcp installs like this:
 
 tar xfz ucspi-tcp-0.88.tar.gz

tar xzf ucspi-tcp-0.88.tar.gz

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: qmail, ucsi-tcp inetd

2000-04-14 Thread Vince Vielhaber

On Fri, 14 Apr 2000, Russell Nelson wrote:

  tar xfz ucspi-tcp-0.88.tar.gz
 
 tar xzf ucspi-tcp-0.88.tar.gz
 
 Not really.  Tar is one of those inconsistent commands, like find, or
 dd.  When you specify options that have parameters, the parameters
 have to follow, but merely in the same order.  Options that don't have
 parameters can appear in any order.

Just tried it and you're right.  I tried it once on an older version of
tar and it looked for the file 'z'.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: Qmail as a relay?

2000-04-12 Thread Vince Vielhaber

On Wed, 12 Apr 2000, Carlos Gustavo Werner wrote:

 
 Yeah but I can't compile ucspi-tcp (tcpserver) under HP-UX 11.0!!!
 And the same thing happens with tcpwrappers!!!

I've built it on hpux (pronounced: H Pukes) ver 7, 8, 9 and 10 with
gcc, the standard cc and the optional ANSI compiler.  What happened
in 11 that things stopped?

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






RE: Qmail as a relay?

2000-04-12 Thread Vince Vielhaber

On Wed, 12 Apr 2000, Carlos Gustavo Werner wrote:

 
 They turned ux into posix-like... any hints?

Not with that little bit of info.  What compilers have you tried?
What errors did you get?  Was something missing that tcpserver
needed? etc...

Vince.


 
  -Original Message-
  From: Vince Vielhaber [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, April 12, 2000 6:06 PM
  To: Carlos Gustavo Werner
  Cc: 'Qmail mailing list'
  Subject: RE: Qmail as a relay?
  
  
  On Wed, 12 Apr 2000, Carlos Gustavo Werner wrote:
  
   
   Yeah but I can't compile ucspi-tcp (tcpserver) under HP-UX 11.0!!!
   And the same thing happens with tcpwrappers!!!
  
  I've built it on hpux (pronounced: H Pukes) ver 7, 8, 9 and 10 with
  gcc, the standard cc and the optional ANSI compiler.  What happened
  in 11 that things stopped?
  
  Vince.
  -- 
  ==
  
  Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]
 http://www.pop4.net
  128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
 Online Campground Directoryhttp://www.camping-usa.com
Online Giftshop Superstorehttp://www.cloudninegifts.com
 ==
 
 
 

-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: funny

2000-04-06 Thread Vince Vielhaber

On Thu, 6 Apr 2000, Dave Sill wrote:

 He was right in both cases, of course, but wasn't more polite than DJB 
 would have been. He's also told several people to "learn to read", or
 words to that effect, which made me wonder if anyone's ever seen DJB
 and WZV in the same room. :-)

Nope, ticket prices were high, the event sold out in the first hour 
and it wasn't offered on PPV  :)

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: can't remove

2000-03-30 Thread Vince Vielhaber

On Thu, 30 Mar 2000, Philip Gabbert wrote:

 
 Ugh.. Everything I send the message back to the email help bot, it 
 tells me it can't remove me from the list cause my address is not on 
 the list, but I still get the email. here's a copy of the headers in 
 a qmail message:
 
   Delivered-To: [EMAIL PROTECTED]
   Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
   Delivered-To: mailing list [EMAIL PROTECTED]
   Date: Wed, 15 Mar 2000 16:58:26 -0600
 
 This clearly shows that it's sending email to '[EMAIL PROTECTED]' 
 exactly like that. Here's my response from the ezmlm help bot:
 

No, it says it's sending to "[EMAIL PROTECTED]"

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
   128K ISDN: $24.95/mo or less - 56K Dialup: $17.95/mo or less at Pop4
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: Using Mailbox under Pine

2000-03-29 Thread Vince Vielhaber

On Wed, 29 Mar 2000, Philip Mores wrote:

 How can I configure pine using Mailbox instead of using
 /var/spool/mail/user ? I tried following the procedure but it doesn't
 work. Pine has an error something like "no folder".
 
 What should I do? Could someone give me a step by step procedure on how
 to do this?

In pine's global config, put the line:

inbox-path=~/Mailbox

in it and remove any other inbox-path lines.

Vince.
-- 
======
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
   128K ISDN: $24.95/mo or less - 56K Dialup: $17.95/mo or less at Pop4
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==





Re: aliases

2000-03-21 Thread Vince Vielhaber

On Tue, 21 Mar 2000, Spades wrote:

 How do i get pine to work with qmail. I did as FAQ says to put:
 
 sendmail-path=/usr/sbin/sendmail -oem -oi -t   (into pine.conf)
 
 Doesnt work still
 
 pine error: Can't open Mailbox
 
 
 
 Any idea?

Add:

inbox-path=~/Mailbox

to your pine config.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
   128K ISDN: $24.95/mo or less - 56K Dialup: $17.95/mo or less at Pop4
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: FAQ discrepancies

2000-03-20 Thread Vince Vielhaber

On Mon, 20 Mar 2000, Aaron Goldblatt wrote:

 So that brings up another question:  When faced with a discrepancy between 
 the two FAQ's, and I haven't found another yet but wouldn't be surprised if 
 they're there, which governs?  Is the web page one more recent and thus 
 preferred for the purposes of answering questions here?  Am I looking at a 
 subtle hint that using tcpserver is vastly superior to inetd, even on a 
 low-volume system like mine, and that I should drop everything and switch now?

If that was your solution I recommend against it.  tcpserver is the only
supported anti open-relay solution.  Many of my systems no longer run
inetd at all for anything.  Telnet was the only thing that needed it and
it runs fine under tcpserver.  I had trouble running telnetd under
tcpserver on an older (ver 9.0) HPUX system tho, so make sure you have
access to the console if you try it on a newer hp.

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
   128K ISDN: $24.95/mo or less - 56K Dialup: $17.95/mo or less at Pop4
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==





  1   2   3   >