I'm currently logging (because of
http://www.gbar.dtu.dk/~c948374/qmail/qmail-antispam4.diff>):
- Out-of-memory conditions (along with the remote host's IP).
- SMTP timeouts (along with the remote host's IP).
- Bad MAIL FROM: (along with the sender and remote host's IP, name and helo).
On 24-Dec-98 14:39:18, Mark Delany wrote something about "Re: What should qmail-smtpd
log (was Re: The qmail security guarantee)". I just couldn't help replying to it, thus:
> Oh, and of course qmail-qmqpd should be included in any such discussion.
Add qmail-qmtpd too.
Regards,
/¯¯
This has started to come up more and more frequently. Has anyone updated the
c-client library patch to work with pine 4.05? AFAIK the latest patch only
works on 3.96. I would do it myself if I actually knew C :) Any volunteers?
--Adam
---
bash: syntax error near unexpected token `:)'
Adam D.
We have seen the same thing.
Dirk
On Tue, Dec 29, 1998 at 09:28:47AM +1100, brett wrote:
>
> A For Your Information re-post :)
>
> Brett Morgan
>
> - Forwarded message from Nelson Bunker <[EMAIL PROTECTED]> -
>
> X-Mailer: Internet Mail Service (5.5.2232.9)
> Date: Mon, 28 De
A For Your Information re-post :)
Brett Morgan
- Forwarded message from Nelson Bunker <[EMAIL PROTECTED]> -
X-Mailer: Internet Mail Service (5.5.2232.9)
Date: Mon, 28 Dec 1998 10:40:41 -0600
From: Nelson Bunker <[EMAIL PROTECTED]>
Subject: IIS 4.0 SMTPSVC vs. QMAIL
To: [EM
On Mon, 28 Dec 1998, Samuel Dries-Daffner wrote:
>
> I have lots of mail that seems stuck in my queue...how can I flush?
>
> Samuel Daffner
> Mills College ITS
>
>
>
>
a) ps -aux |grep qmails ; kill -ALRM pid_of_qmail-send
b)use Michel Beltrame's qmHandle package
look www.qmail.org
re
Samuel Dries-Daffner wrote/schrieb/scribsit:
> I have lots of mail that seems stuck in my queue...how can I flush?
First off all, you should see _why_ it's stuck. Network problems maybe?
Another thing might be to check the permissions on lock/trigger.
prw--w--w- qmail:qmail is right.
To tell q
I have a few users who use BSD mail. I have the sendmail wrapper setup so
that it invokes qmail which works fine to send messages and also call the
aliases in /var/qmail/alias...
the problem is that when they use 'r' reply or 'ra' reply to all, that an
extra ">" gets added to the domain name and
I have lots of mail that seems stuck in my queue...how can I flush?
Samuel Daffner
Mills College ITS
On Mon, Dec 28, 1998 at 12:24:13PM -0700, John Gonzalez/netMDC admin wrote:
> I believe the www.qmail.org web site runs on the roxen web server, and he
> is using roxen specific html tags to format the text.
Erm.. no.. it's Apache/1.1.3, to which my attention was drawn by the 'cynic' link on
www.
I believe the www.qmail.org web site runs on the roxen web server, and he
is using roxen specific html tags to format the text.
On Mon, 28 Dec 1998, Peter van Dijk wrote:
-| http://www.roxen.com/testimonials/>
-|Kingston Online Services
-|
-|Roxen Challenger 1.2 helps me develop web pag
I just downloaded the newest version of Pine
after recently installing QMail. Is there
a way to make Pine work with QMail's maildir
format?
Rick
-- Forwarded message --
Date: Mon, 28 Dec 1998 10:40:41 -0600
From: Nelson Bunker <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: IIS 4.0 SMTPSVC vs. QMAIL
To whom it may concern--
Our establishment has started to use IIS4.0 option pack SMTP service
(post SP4) for ou
Franky Van Liedekerke writes:
> Hi qmail-guru's,
>
> is there any way to let qmail-local forward messages without storing
> them local as well, if the
> environment variable QMAILFORWARDS is set?
Sure. Put something like this into your .qmail file (or /var/qmail/rc):
|if test ! x"$QMAILFO
Russ Allbery writes:
> A request for qmail 2.0: A little program in /var/qmail/bin that, given a
> mail message on stdin and the path to a maildir on the command line,
> delivers that mail message to the maildir using the same semantics and
> checks as qmail-local.
I've put up such a program, ca
Peter van Dijk writes:
>I've even donated time to create web pages for other free
>software projects such as www.qmail.org,
>Steve Cole
> I don't really see the relation between roxen and qmail.. does anybody?
Steve Cole uses roxen, which he says is so easy to set up and maintain
http://www.roxen.com/testimonials/>
Kingston Online Services
Roxen Challenger 1.2 helps me develop web pages very rapidly, using its 'obox' and
'gtext' features to make advanced, clean looking web pages within
minutes. It has decreased my development time so much that I've even donated
Hi qmail-guru's,
is there any way to let qmail-local forward messages without storing
them local as well, if the
environment variable QMAILFORWARDS is set?
Franky
Please cc to me as well, 'cause I don't remember being on this mailing
list.
Dimitri SZAJMAN writes:
> Hi !
>
> What chars are allowed in .qmail-xxx files ?
> Can I create a .qmail-john.dupont ?
> Can I create a .qmail-john_dupont ?
> Can I create a .qmail-john-dupont ?
Hey, this is Unix -- you can put anything but a null into .qmail
filenames.
But perhaps more ap
Hi !
What chars are allowed in .qmail-xxx files ?
Can I create a .qmail-john.dupont ?
Can I create a .qmail-john_dupont ?
Can I create a .qmail-john-dupont ?
Other question :
If I have a .qmail-default and a .qmail-john :
What happened if I mail john ? It will be forwarded to the email written
On Mon, 28 Dec 1998 13:30:34 +0100 Service ISK wrote:
> >Hi again,
> >
> >just forgot to mention another problem: the two internal qmail
> >servers are
> >connected via an ISDN-Link which connects the two networks. That
> >means, a mail
> >that is not for our domain would in every case pass this
On Mon, Dec 28, 1998 at 01:27:45AM -0500, Sam wrote:
>
> #include
> #include
>
> int main(int argc, char *argv[])
> {
> char buffy[80];
> time_t t;
>
>if (argc < 2) return (1);
>time(&t);
>sprintf(buffy, "%ld.%ld", (long)t, (long)getpid());
>execl("/bin/sh", "foo.sh", buffy,
On Mon, 28 Dec 1998 13:35:04 +0100 Service ISK wrote:
>
> Hmmm, if you send to qmail2.somedomain.com, this is written in the
> header (and that's good) and if someone writes that header back,
> there is no possible hiding your second mail server. You must rewrite
> the header.
Or bounce the mai
Sascha Ottolski writes:
> Hi again,
>
> just forgot to mention another problem: the two internal qmail servers are
> connected via an ISDN-Link which connects the two networks. That means, a mail
> that is not for our domain would in every case pass this link twice. Could be
> a real mes
Stefan Paletta writes:
>
> Dimitri SZAJMAN wrote/schrieb/scribsit:
> > I am using qmail 1.03 and I have a problem : when I add a domain in
> > /var/qmail/controls/locals, /var/qmail/controls/rcpthosts and
> > /var/qmail/virtualdomains (site.com:site)
>
> virtualdomains and locals are muta
Sascha Ottolski writes:
> I get Mail for somedomain.com over a first qmail-Server,
> qmail1.somedomain.com. There is another qmail-Server, qmail2.somedomain.com.
>
> A user might have an acoount on qmail1 _xor_ on qmail2, never on both. Know
> I'm thinking on how to forward the message in
>Hi Sigi,
>
>thanks, I really didn't see the very most simple solution :-). The
>only
>problem _might_ be, that with this solution I can't hide the
>internal
>structure totally, as every bounce would come from
>qmail2.somedomain.com.
Hmmm, if you send to qmail2.somedomain.com, this is written i
>Hi again,
>
>just forgot to mention another problem: the two internal qmail
>servers are
>connected via an ISDN-Link which connects the two networks. That
>means, a mail
>that is not for our domain would in every case pass this link twice.
>Could be
>a real mess if there are huge mails on ther
At 12:30 28/12/98 +0100, Stefan Paletta wrote:
>
>Dimitri SZAJMAN wrote/schrieb/scribsit:
>> I am using qmail 1.03 and I have a problem : when I add a domain in
>> /var/qmail/controls/locals, /var/qmail/controls/rcpthosts and
>> /var/qmail/virtualdomains (site.com:site)
>
>virtualdomains and local
Hi again,
just forgot to mention another problem: the two internal qmail servers are
connected via an ISDN-Link which connects the two networks. That means, a mail
that is not for our domain would in every case pass this link twice. Could be
a real mess if there are huge mails on there wrong w
Hi Sigi,
thanks, I really didn't see the very most simple solution :-). The only
problem _might_ be, that with this solution I can't hide the internal
structure totally, as every bounce would come from qmail2.somedomain.com.
Sascha
On Mon, 28 Dec 1998 12:22:49 +0100 Sigi wrote:
> Hi Sascha
>
Dimitri SZAJMAN wrote/schrieb/scribsit:
> I am using qmail 1.03 and I have a problem : when I add a domain in
> /var/qmail/controls/locals, /var/qmail/controls/rcpthosts and
> /var/qmail/virtualdomains (site.com:site)
virtualdomains and locals are mutally exclusive. In your case, don't put
the d
Hi !
I am using qmail 1.03 and I have a problem : when I add a domain in
/var/qmail/controls/locals, /var/qmail/controls/rcpthosts and
/var/qmail/virtualdomains (site.com:site)
Then in /home/site I add .qmail-toto and in this file &[EMAIL PROTECTED]
When I mail [EMAIL PROTECTED] I have in /var/l
>Hi,
Hi Sascha
I think if you set an .qmail-default on qmail1.somedomain.com to
forward all mail to qmail2.somedomain.com all is done. This forward's
only what not found on qmail1.somdedomain.com. If than not found on
qmail2.somedomain.com it get's bounced.
Sigi.
>I get Mail for somedomain.com
Hi,
I get Mail for somedomain.com over a first qmail-Server,
qmail1.somedomain.com. There is another qmail-Server, qmail2.somedomain.com.
A user might have an acoount on qmail1 _xor_ on qmail2, never on both. Know
I'm thinking on how to forward the message in a simple an maintance-poor way.
T
Russell Nelson <[EMAIL PROTECTED]> writes:
> exec qmail-local "$USER" "$HOME" "$LOCAL" "" "../../../../../../../../../../../
>../../../../../../../../../../../../../../../../../../../bwahahaha" "$HOST" "$SENDER"
>"$1"
exec qmail-local "$USER" "$HOME" "$LOCAL" ""
"bet/you/can't/guess/the/secre
Russ Allbery writes:
> >>> #!/bin/sh
> >>> exec qmail-local "$USER" "$HOME" "$LOCAL" "" "nodeliver" "$HOST"
> >>> "$SENDER" "$1"
> windlord:~> cat > .qmailnodeliver
Feh.
exec qmail-local "$USER" "$HOME" "$LOCAL" "" "../../../../../../../../../../../
../../../../../../../../../../../../../.
"vdelivermail" in the vchkpw package does the thing you are asking. I believe
it looks in a passwd-like file to determine what directory, etc. to deliver
to.. Check it out.. The vdelivermail binary is about 11k.
--Adam
-Original Message-
From: Russ Allbery <[EMAIL PROTECTED]>
To: Qmail
Russell Nelson <[EMAIL PROTECTED]> writes:
> Russ Allbery writes:
>> Russell Nelson <[EMAIL PROTECTED]> writes:
>>> Here's your program (call it deliver-to-.qmail):
>>> #!/bin/sh
>>> exec qmail-local "$USER" "$HOME" "$LOCAL" "" "nodeliver" "$HOST"
>>> "$SENDER" "$1"
>> That requires a user and
Russ Allbery writes:
> Russell Nelson <[EMAIL PROTECTED]> writes:
>
> > Here's your program (call it deliver-to-.qmail):
>
> > #!/bin/sh
> > exec qmail-local "$USER" "$HOME" "$LOCAL" "" "nodeliver" "$HOST"
> > "$SENDER" "$1"
>
> That requires a user and a home directory, and doesn't wo
Russell Nelson <[EMAIL PROTECTED]> writes:
> Here's your program (call it deliver-to-.qmail):
> #!/bin/sh
> exec qmail-local "$USER" "$HOME" "$LOCAL" "" "nodeliver" "$HOST"
> "$SENDER" "$1"
That requires a user and a home directory, and doesn't work if a
.qmail-default file exists with other de
Russ Allbery writes:
> Sam <[EMAIL PROTECTED]> writes:
>
> > The stock maildrop can do it, except that it's not a little program, and
> > it will need an additional command line argument (a path to a little
> > recipe file).
>
> Yeah. maildrop sounds like a great tool, but in this case I
42 matches
Mail list logo