qmail-remote Address

2001-01-17 Thread Keary Suska
How can one determine and specify the IP address used by qmail-remote for remote mail delivery? It used the default IP for the host instead of the address for its FQDN. -K "Do not meddle in the affairs of dragons, because you are crunchy and taste good with ketchup."

Re: Qmail and Syslogd?

2001-01-18 Thread Keary Suska
Are there any intrusion detection systems that support the multilog file format? -K > From: Dave Sill <[EMAIL PROTECTED]> > Organization: Oak Ridge National Lab, Oak Ridge, Tenn., USA > Date: Thu, 18 Jan 2001 10:36:32 -0500 > To: [EMAIL PROTECTED] > Subject: Re: Qmail and Syslogd? > > "Collin

Re: Virtual domains and forwarding.

2001-01-18 Thread Keary Suska
I am not sure what you mean here by, "without the email data passing through domain.com." If your host is listed as the mail host for the domain, it will have to handle it one way or another. If you have an additional domain that you want to host, say, domain2.com, you would simply add the domain

Re: Virtual domains and forwarding.

2001-01-18 Thread Keary Suska
ally without requiring a valid local user part of the address or a .qmail file. -K > From: Grant <[EMAIL PROTECTED]> > Date: Fri, 19 Jan 2001 10:43:06 +1000 (EST) > To: Keary Suska <[EMAIL PROTECTED]> > Cc: Qmail <[EMAIL PROTECTED]> > Subject: Re: Virtual doma

Re: Virtual domains and forwarding.

2001-01-18 Thread Keary Suska
What do you mean by "pass through?" What are you trying to avoid? -K > From: Grant <[EMAIL PROTECTED]> > Date: Fri, 19 Jan 2001 11:51:23 +1000 (EST) > To: Keary Suska <[EMAIL PROTECTED]> > Cc: Qmail <[EMAIL PROTECTED]> > Subject: Re: Virtual domains

Re: Subtle qmail bug? (was Re: Handling an MX record of 0.0.0.0or 127.0.0.1)

2001-01-22 Thread Keary Suska
This would definitely be a bug of concern--even sendmail (yoiks!) knows how to handle 0.0.0.0. But shouldn't qmail bounce the message as a possible MX loop? -K "Do not meddle in the affairs of dragons, because you are crunchy and taste good with ketchup." > From: Scott Gifford <[EMAIL PROTECTE

Re: Queue

2001-01-23 Thread Keary Suska
Find the message in /var/qmail/queue/mess, the find for the message id under queue: find /var/qmail/queue -name 'MSG_ID*' -exec rm -f {} \; or something similar. -K "Do not meddle in the affairs of dragons, because you are crunchy and taste good with ketchup." > From: "NDSoftware" <[EMAIL PROT

Re: queue is empty, but qmail still complains

2001-01-24 Thread Keary Suska
Qmail stores references to messages in multiple locations in the queue. What this error likely means is that there are references to messages in the todo directory that don't exist in the mess directory. Find the messages via something like find /var/qmail/queue -name '*MESSAGEID*' where MESSAGEID

Re: queue is empty, but qmail still complains

2001-01-25 Thread Keary Suska
arles Cazabon <[EMAIL PROTECTED]> > Date: Wed, 24 Jan 2001 19:27:14 -0600 > To: Qmail <[EMAIL PROTECTED]> > Subject: Re: queue is empty, but qmail still complains > > Keary Suska <[EMAIL PROTECTED]> wrote: >> Qmail stores references to messages in multiple locati

Re: Problem with qmail and SMTP port w/ Debian Linux.

2001-01-25 Thread Keary Suska
Did you configure qmail-smtpd? It either needs to be always running or invoked via tcpserver or inetd. It sounds like this is not the case. -K "Do not meddle in the affairs of dragons, because you are crunchy and taste good with ketchup." > From: John Bowen <[EMAIL PROTECTED]> > Date: Thu, 25

Re: can't connect to smtp

2001-01-26 Thread Keary Suska
Have you checked your tcpserver logs to see what it thinks is going on? If there is no record of your attempt to connect, it means it is not listening on port 25. Otherwise it may tell you why you are being refused. Just in case--did you re/compile the rules file? You could also use tcprulescheck

Re: Specific IP

2001-01-28 Thread Keary Suska
Which part of qmail? For qmail-remote, you need a patch if you don't want it using the default host (it will only bind to localhost if that's the only host available, IIRC). For qmail-smtpd, you can specify that through tcpserver. No other part should be sensitive to address. -K > From: Linux <

Re: Could someone just tell me the reason for this message

2001-02-12 Thread Keary Suska
Look in /home/vpopmail/domains/domain.com. There should be a .qmail-default file in that location that calls vdelivermail. If that exists, check to make sure you have a directory for "user" in the domain directory as well. I also use qmail+vpopmail, so I can help further if the above doesn't reve

Re: vpopmail

2001-02-13 Thread Keary Suska
The installation guide gives such an example: env - PATH="/var/qmail/bin:/usr/local/bin" \ tcpserver -H -R 0 pop-3 \ /var/qmail/bin/qmail-popup your.domain.com \ /home-dir-of-vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir & -K "Do not meddle in the affairs of wizards, for they are subt

Re: vpopmail, qmail and postmaster

2001-02-15 Thread Keary Suska
The postmaster account is added by default by vpopmail. You will have to manually create a .qmail file that forwards to the specified address. -K "Do not meddle in the affairs of dragons, because you are crunchy and taste good with ketchup." > From: Sashka <[EMAIL PROTECTED]> > Reply-To: Sashk

Re: delay in receiving from Hotmail, Usa.net, etc

2001-02-25 Thread Keary Suska
It is likely a problem with the email services, and not your machine. I have heard of numerous delay and lost message problems with these services. You can also look at the complete mail headers to see how many hops it took to get to your server and how long. According to SMTP every server that to

Re: What does this mean.

2001-02-26 Thread Keary Suska
May be a number of things. How much space do you have left in your /var partition (if that is where qmail is installed)? I would check there first, then look into any possible permissions issues. -K > From: denis <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Mon, 26 Feb 2001 14:44:4

Re: Return-Path

2001-03-04 Thread Keary Suska
call qmail-inject with the -f option or specify the return path in the headers: Return-Path: -K > From: "Jon" <[EMAIL PROTECTED]> > Date: Sat, 3 Mar 2001 10:57:50 - > To: <[EMAIL PROTECTED]> > Subject: Return-Path > > Hi, > > I have been running qmail for about 2 months now and every

Qmail-Popup Problem

2001-03-11 Thread Keary Suska
Qmail-Popup is filling my logs with: qmail-popup[29108]: warning: /etc/hosts.allow, line 8: can't verify hostname: gethostbyname(c393514-a.grdjctn1.co.home.com) failed It appears that every connection attempt log this message, but I can nslookup without any problem, and tcpdmatch without an

Re: Qmail-Popup Problem

2001-03-12 Thread Keary Suska
quot; <[EMAIL PROTECTED]> > Date: Sun, 11 Mar 2001 18:52:47 -0500 > To: Keary Suska <[EMAIL PROTECTED]> > Cc: Qmail <[EMAIL PROTECTED]> > Subject: Re: Qmail-Popup Problem > >> Qmail-Popup is filling my logs with: >> >> qmail-popup[29108]: warning:

Re: Repeated Identical Messages

2001-03-19 Thread Keary Suska
My first foray into using ezmlm+qmail resulted in a few users getting up to hundreds if copies of the email. Does this mean that they are probably behind a PIX with this broken feature? Why wouldn't it happen with all of their other email? Is it a qmail incompatibility? -K > From: dan kelley <[

Re: dot qmail problem (HELP NEEDED URGENT)

2001-04-02 Thread Keary Suska
Qmail is not very robust when it comes to dealing with errors or unexpected conditions in .qmail files. The most common response by qmail in such a situation is to get into an infinite delivery loop. That being said, if I recall correctly, there is particular behavior of qmail's delivery system th

Re: dot qmail problem (HELP NEEDED URGENT)

2001-04-02 Thread Keary Suska
t; To: Qmail <[EMAIL PROTECTED]> > Subject: Re: dot qmail problem (HELP NEEDED URGENT) > > Keary Suska <[EMAIL PROTECTED]> wrote: > >> The most common response by qmail in such a situation is to get into an >> infinite delivery loop. > > A .qmail file won

Re: dot qmail problem (HELP NEEDED URGENT)

2001-04-02 Thread Keary Suska
Who is uid 511? If it is the vpopmail user, then vpopmail is perpetually reinjecting the email. If it is a qmail user, then it is qmail. I believe that I recall a problem with vpopmail that it could not handle pipes. Perhaps this is the problem. To remedy this, you would move your command to the t

Re: dot qmail problem (HELP NEEDED URGENT)

2001-04-03 Thread Keary Suska
Gharib <[EMAIL PROTECTED]> > Date: Tue, 3 Apr 2001 02:56:52 -0700 (PDT) > To: [EMAIL PROTECTED] > Subject: Re: dot qmail problem (HELP NEEDED URGENT) > > Hello, > > Keary Suska said: > > "Who is uid 511? If it is the vpopmail user, then > vpopmail is

Re: Qmail attack

2001-04-03 Thread Keary Suska
I had a similar experience, but it wasn't actually a mail bomb, it was a SPAM attempt. If a spammer thinks that your domain may be a free email service, they will attempt delivery with an apparently random list of users, which I believe is extracted from other free email services. You could try t

Black Hole Mailbox

2001-04-17 Thread Keary Suska
particular process for creating blackhole mailboxes? Regards, Keary Suska Mgr., Information Technologies Frequent Flyer Services http://www.webflyer.com/ mailto: [EMAIL PROTECTED] (719) 597-8899 x737 (719) 597-6855 (fax)

Re: Black Hole Mailbox

2001-04-17 Thread Keary Suska
all mail to that address. I want to make sure that qmail won't consult any of the other .qmail files after doing so. Will this technique accomplish this? PS on my last email: I used "|cat", not just "cat" in the .qmail file, in case anyone wonders. Regards, Kear

Qmail Patch Memory leak

2001-04-26 Thread Keary Suska
out of memory deferral errors with qmail-remote. I believe I downloaded these from the qmail site (although it is possible one or another was downloaded from a different site). Regards, Keary Suska Mgr., Information Technologies Frequent Flyer Services http://www.webflyer.com/ mailto: [EMAIL

Re: Please help! I'm so close to getting qmail up...

2001-04-27 Thread Keary Suska
Have you read the INSTALL.mbox file that came with the qmail source? It may have some clues. If I am not mistaken, only root can change its identity, and this error is indicating that the real uid of the process is 1000, which is not root, so it can't change to real uid 0, so the setuid call is fa

Re: Help abot qmail and vpomail

2001-04-27 Thread Keary Suska
I don't follow you. If you want qmail to act as a mail gateway to the NT machine, simply put the NT domain in the SMTProutes control file, and do _not_ accept delivery (i.e. don't have the domain in your rcpthosts file). vpopmail should only be configured for mail you expect to receive and store o

Re: Receiving mail for multiple domains

2001-04-27 Thread Keary Suska
man qmail-control Check out rcpthosts. -K > From: Mark <[EMAIL PROTECTED]> > Date: 27 Apr 2001 14:56:08 -0600 > To: [EMAIL PROTECTED] > Subject: Receiving mail for multiple domains > > > How can I configure qmail to accept mail for mail.domaina.com and > mail.domainb.com? > > Nothing in th

Re: Help abot qmail and vpomail

2001-04-30 Thread Keary Suska
> On Fri, Apr 27, 2001 at 03:26:06PM -0600, Keary Suska wrote: >> If you want qmail to act as a mail gateway to the NT >> machine, simply put the NT domain in the SMTProutes control file, and do >> _not_ accept delivery (i.e. don't have the domain in your rcpthosts file). &g

Re: SPAM Patches recomendations.

2001-05-01 Thread Keary Suska
You are better off asking ORBS to do a relay test, which is more reliable. http://www.orbs.org/ -K "Do not meddle in the affairs of dragons, because you are crunchy and taste good with ketchup." > From: Eduardo Augusto Alvarenga <[EMAIL PROTECTED]> > Date: Tue, 01 May 2001 12:15:19 -0300 > To:

Re: Both system account and virtual account of one domain.

2001-05-03 Thread Keary Suska
I could be wrong, but by simply adding a domain to rcpthosts and locals will allow mail to be accepted on multiple domains using /etc/passwd for authentication. I use vpopmail for virtual domains and it is handled entirely differently from the locals, which use passwd. It may depend on the system

Re: Multiple user with vpopmail

2001-05-07 Thread Keary Suska
You will likely need to have separate installations of vpopmail to accomplish this, and you may need to edit the source manually to allow this functionality. On the brighter side, you may not need to have different "parent" users since you are supposed to be able to set quotas on a per account bas

Re: vpopmail authentication

2001-06-08 Thread Keary Suska
Make sure you are using the correct POP id: username%virtualdomain.com otherwise you are checking against /etc/passwd. -K "Do not meddle in the affairs of wizards, for they are subtle and quick to anger." > From: "Franco Vecchiato" <[EMAIL PROTECTED]> > Date: Wed, 06 Jun 2001 17:24:38 +0200 >

Re: vpopmail authentication

2001-06-11 Thread Keary Suska
"Do not meddle in the affairs of dragons, because you are crunchy and taste good with ketchup." > From: "Harry" <[EMAIL PROTECTED]> > Date: Sat, 9 Jun 2001 19:45:31 -0700 > To: "Keary Suska" <[EMAIL PROTECTED]>, "Qmail" <[EMAIL PRO

Re: patching qmail-smtpd.c twice

2001-06-15 Thread Keary Suska
Look at the patch file to see what line numbers are effected. Lines that look like: @@ -96,6 +96,8 @@ Are what you are looking for. Remember to look at the whole file, since there may be many groups of lines altered. The lines patched from both files do *not* overlap, then you can apply both

Re: URGENT: Qmail-remote gone nuts

2001-06-15 Thread Keary Suska
I have had this problem qmail+vpopmail if there is an error in a .qmail file in vpopmail's file system. I had this occur (infinite sending loop) when a .qmail file had a single blank line at the top. Qmail will balk at this, but vpopmail freaks out. I would double check the .qmail files for that v

Re: Qmail and NAT

2001-07-12 Thread Keary Suska
That certainly could be the case, but that means that qmail uses its own resolver and not the OS's, which doesn't sound very smart. Unless an application can specify what means to resolve names regardless of system settings, which doesn't seem very smart either. I would try it anyway, but make sur

Re: What do others do about the following problem...

2001-07-18 Thread Keary Suska
Title: Re: What do others do about the following problem... have you tried the badrcptto patch? That's probably your best answer. There may be another patch that does essentially the same thing, but I haven't compared them and I don't recall the patch name. Keary Suska E

Re: [OT] conversion inetd > daemontools

2001-07-20 Thread Keary Suska
Read the man pages to learn how to invoke daemontools and tcpserver (ucspi). The qmail scripts are good examples for scripts, I have used them myself as examples. Keary Suska Esoteritech, Inc. "Leveraging Open Source for a better Internet" > From: Lukas Beeler <[EMAIL PROTECT

Re: HELP:make setup check gives a fatal error

2001-07-22 Thread Keary Suska
The main reason for this error is that you are not executing make from the source root. When you invoke make, unless you specify otherwise, it will look in the current working directory for its Makefile. Keary Suska Esoteritech, Inc. "Leveraging Open Source for a better Internet" >

SMTP Auth Patch Question

2001-07-22 Thread Keary Suska
Does anyone have comments, recommendations, or warnings over the various SMTP Auth patches available? I can't seem to find any hard information to compare them. Keary Suska Esoteritech, Inc. "Leveraging Open Source for a better Internet"

Re: Compiling on Solaris 8

2001-07-23 Thread Keary Suska
Install gcc, and use it instead. Keary Suska Esoteritech, Inc. "Leveraging Open Source for a better Internet" > From: "Mike Jimenez" <[EMAIL PROTECTED]> > Date: Mon, 23 Jul 2001 17:14:10 -0700 > To: "Qmail" <[EMAIL PROTECTED]> > Subject: C

Re: vchkpw password authentication problem

2001-07-31 Thread Keary Suska
quot; to have an open relay. Qmail is closed by default, unlike sendmail. Keary Suska Esoteritech, Inc. "Leveraging Open Source for a better Internet" From: "board master" <[EMAIL PROTECTED]> Date: Tue, 31 Jul 2001 02:57:32 To: [EMAIL PROTECTED] Subject: vchkpw password au