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."
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
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
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
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
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
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
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
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
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
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
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 <
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
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
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
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
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
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 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
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:
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 <[
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
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
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
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
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
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)
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
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
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
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
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
> 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
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:
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
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
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
>
"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
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
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
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
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
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
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"
>
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"
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
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
47 matches
Mail list logo