qmail Digest 25 Feb 1999 11:00:01 -0000 Issue 562
Topics (messages 22401 through 22465):
begginer question : messages don't get delivered
22401 by: Andrei <[EMAIL PROTECTED]>
22402 by: Anand Buddhdev <[EMAIL PROTECTED]>
22403 by: Andrei <[EMAIL PROTECTED]>
22425 by: [EMAIL PROTECTED] (Lorens Kockum)
begginer question : messages don't get delivered (SOLVED)
22404 by: Andrei <[EMAIL PROTECTED]>
[[EMAIL PROTECTED]: failure notice]
22405 by: Mate Wierdl <[EMAIL PROTECTED]>
22407 by: Russell Nelson <[EMAIL PROTECTED]>
22409 by: Scott Schwartz <[EMAIL PROTECTED]>
22419 by: "Sam" <[EMAIL PROTECTED]>
22420 by: Samuel Dries-Daffner <[EMAIL PROTECTED]>
22424 by: Mate Wierdl <[EMAIL PROTECTED]>
22427 by: "Sam" <[EMAIL PROTECTED]>
UNSUBSCRIBE !!!!
22406 by: James Smallacombe <[EMAIL PROTECTED]>
22412 by: "Justin M. Streiner" <[EMAIL PROTECTED]>
22422 by: "Jay D. Dyson" <[EMAIL PROTECTED]>
22431 by: "Justin M. Streiner" <[EMAIL PROTECTED]>
Qmail architecture / performance
22408 by: Balazs Nagy <[EMAIL PROTECTED]>
Moving QMAIL to a different Disk?
22410 by: "Scott Sharkey" <[EMAIL PROTECTED]>
22428 by: Harald Hanche-Olsen <[EMAIL PROTECTED]>
22445 by: Russell Nelson <[EMAIL PROTECTED]>
qmail employment in SF, CA
22411 by: Brandon Dudley <[EMAIL PROTECTED]>
22447 by: Postmaster <[EMAIL PROTECTED]>
22450 by: [EMAIL PROTECTED]
22457 by: "Adam D. McKenna" <[EMAIL PROTECTED]>
22458 by: Vince Vielhaber <[EMAIL PROTECTED]>
22459 by: Stefan Paletta <[EMAIL PROTECTED]>
22461 by: Roger Merchberger <[EMAIL PROTECTED]>
22462 by: "Peter C. Norton" <[EMAIL PROTECTED]>
Beginner'Q : can't connect to port 25
22413 by: Developpement <[EMAIL PROTECTED]>
22414 by: Mate Wierdl <[EMAIL PROTECTED]>
22415 by: Vince Vielhaber <[EMAIL PROTECTED]>
22416 by: Dimitri SZAJMAN <[EMAIL PROTECTED]>
CORRECTION Regarding qmail employment in SF, CA
22417 by: Jerry Bires <[EMAIL PROTECTED]>
Problem in memphis RPM
22418 by: Florent Guillaume <[EMAIL PROTECTED]>
22423 by: Mate Wierdl <[EMAIL PROTECTED]>
22426 by: Florent Guillaume <[EMAIL PROTECTED]>
:O)
22421 by: Mate Wierdl <[EMAIL PROTECTED]>
22432 by: Markus Stumpf <[EMAIL PROTECTED]>
Qmail as external mailhub
22429 by: Mark E Drummond <[EMAIL PROTECTED]>
22430 by: "Adam D. McKenna" <[EMAIL PROTECTED]>
Header rewriting
22433 by: Mark E Drummond <[EMAIL PROTECTED]>
Excuse!
22434 by: "Thorsten Wasmann" <[EMAIL PROTECTED]>
Qmail having local mail stay, forcing remote email to leave.
22435 by: [EMAIL PROTECTED]
22451 by: Harald Hanche-Olsen <[EMAIL PROTECTED]>
add header lines
22436 by: Michael Bracker <[EMAIL PROTECTED]>
22438 by: Mate Wierdl <[EMAIL PROTECTED]>
22439 by: Michael Bracker <[EMAIL PROTECTED]>
Sending mail to /dev/null?
22437 by: Mark E Drummond <[EMAIL PROTECTED]>
22443 by: "Adam D. McKenna" <[EMAIL PROTECTED]>
22444 by: Harald Hanche-Olsen <[EMAIL PROTECTED]>
22448 by: "Fred B. Ringel" <[EMAIL PROTECTED]>
22449 by: Justin Bell <[EMAIL PROTECTED]>
22452 by: Harald Hanche-Olsen <[EMAIL PROTECTED]>
Forwarding MAILER-DAEMON messages
22440 by: Mark E Drummond <[EMAIL PROTECTED]>
22442 by: Markus Stumpf <[EMAIL PROTECTED]>
filter and forward to file
22441 by: Mate Wierdl <[EMAIL PROTECTED]>
filter by sender and write to file
22446 by: Samuel Dries-Daffner <[EMAIL PROTECTED]>
22454 by: Scott Schwartz <[EMAIL PROTECTED]>
Remote addresses not getting processed
22453 by: Mark E Drummond <[EMAIL PROTECTED]>
22455 by: Peter Gradwell <[EMAIL PROTECTED]>
ETRN with Qmail
22456 by: Jason Haar <[EMAIL PROTECTED]>
cur/
22460 by: "Victor Regn�r" <[EMAIL PROTECTED]>
22463 by: Harald Hanche-Olsen <[EMAIL PROTECTED]>
Beginner'Q : can't connect to port 25 - more infos
22464 by: Patrick Paysant <[EMAIL PROTECTED]>
22465 by: Harald Hanche-Olsen <[EMAIL PROTECTED]>
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To bug my human owner, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
I have compiled and installed succesefuly qmail 1.03 on a Redhat
5.2 (2.2.1). Everything seems to be fine just that messages don't get
deliverd. I mean i send messages to joe, ii can find those messages in
/var/qmail/queue/... but joe never gets them.
here is a piece:
<bash>
qmail-qstat
messages in queue: 17
messages in queue but not yet preprocessed: 11
mail joe
Subject:x
Cc:
Null message body; hope that's ok
qmail-qstat
messages in queue: 18
messages in queue but not yet preprocessed: 12
cat /var/qmail/queue/mess/1/51635
Received: (qmail 3124 invoked by uid 0); 24 Feb 1999 10:43:26 -0000
Date: 24 Feb 1999 10:43:26 -0000
Message-ID: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: x
<end bash>
But, nothing in ~joe/Maildir. I told qmail to use Maildir in
/var/qmail/rc, and i have "./Maildir/" in ~and/.qmail.
I know that i must be doing something realy stupid but i looked
and looked and i can't see what.
Any help is apreciated.
---
Andrei Postolache, [EMAIL PROTECTED], +40-35360249
An ideal world: no stupids, no 16800 bps connections and Windows works.
---
On Wed, Feb 24, 1999 at 12:58:33PM +0200, Andrei wrote:
It seems that new mail in the queue is not trigerring qmail-send to process
it. Your permissions on the /var/qmail/queue/lock/trigger may be wrong. Go
into the qmail source directory, and run "make setup" again to fix it.
>
> I have compiled and installed succesefuly qmail 1.03 on a Redhat
> 5.2 (2.2.1). Everything seems to be fine just that messages don't get
> deliverd. I mean i send messages to joe, ii can find those messages in
> /var/qmail/queue/... but joe never gets them.
>
> here is a piece:
> <bash>
> qmail-qstat
> messages in queue: 17
> messages in queue but not yet preprocessed: 11
>
> mail joe
> Subject:x
> Cc:
> Null message body; hope that's ok
>
> qmail-qstat
> messages in queue: 18
> messages in queue but not yet preprocessed: 12
>
> cat /var/qmail/queue/mess/1/51635
> Received: (qmail 3124 invoked by uid 0); 24 Feb 1999 10:43:26 -0000
> Date: 24 Feb 1999 10:43:26 -0000
> Message-ID: <[EMAIL PROTECTED]>
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: x
>
> <end bash>
>
> But, nothing in ~joe/Maildir. I told qmail to use Maildir in
> /var/qmail/rc, and i have "./Maildir/" in ~and/.qmail.
>
> I know that i must be doing something realy stupid but i looked
> and looked and i can't see what.
>
> Any help is apreciated.
>
>
> ---
> Andrei Postolache, [EMAIL PROTECTED], +40-35360249
> An ideal world: no stupids, no 16800 bps connections and Windows works.
> ---
>
--
Anand
System Administrator
Africa Online Ltd
http://www.anand.org
On Wed, 24 Feb 1999, Anand Buddhdev wrote:
> On Wed, Feb 24, 1999 at 12:58:33PM +0200, Andrei wrote:
>
> It seems that new mail in the queue is not trigerring qmail-send to process
> it. Your permissions on the /var/qmail/queue/lock/trigger may be wrong. Go
> into the qmail source directory, and run "make setup" again to fix it.
>
> >
Not this. Did "make setup", did "make setup check", no errors.
prw--w--w- 1 qmails qmail /var/qmail/queue/lock/trigger
What are your rights on /var/qmail/queue and /var/qmail/queue/lock ? As
what user does qmail run ?
---
Andrei Postolache, [EMAIL PROTECTED], +40-35360249
An ideal world: no stupids, no 16800 bps connections and Windows works(what
for, i don't know).
---
> > I have compiled and installed succesefuly qmail 1.03 on a Redhat
> > 5.2 (2.2.1). Everything seems to be fine just that messages don't get
> > deliverd. I mean i send messages to joe, ii can find those messages in
> > /var/qmail/queue/... but joe never gets them.
> >
> > here is a piece:
> > <bash>
> > qmail-qstat
> > messages in queue: 17
> > messages in queue but not yet preprocessed: 11
> >
> > mail joe
> > Subject:x
> > Cc:
> > Null message body; hope that's ok
> >
> > qmail-qstat
> > messages in queue: 18
> > messages in queue but not yet preprocessed: 12
> >
> > cat /var/qmail/queue/mess/1/51635
> > Received: (qmail 3124 invoked by uid 0); 24 Feb 1999 10:43:26 -0000
> > Date: 24 Feb 1999 10:43:26 -0000
> > Message-ID: <[EMAIL PROTECTED]>
> > From: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: x
> >
> > <end bash>
> >
> > But, nothing in ~joe/Maildir. I told qmail to use Maildir in
> > /var/qmail/rc, and i have "./Maildir/" in ~and/.qmail.
> >
> > I know that i must be doing something realy stupid but i looked
> > and looked and i can't see what.
> >
> > Any help is apreciated.
> >
> >
> > ---
> > Andrei Postolache, [EMAIL PROTECTED], +40-35360249
> > An ideal world: no stupids, no 16800 bps connections and Windows works.
> > ---
> >
>
> --
> Anand
> System Administrator
> Africa Online Ltd
> http://www.anand.org
>
On the qmail list [EMAIL PROTECTED] wrote:
dd>On Wed, 24 Feb 1999, Anand Buddhdev wrote:
>> On Wed, Feb 24, 1999 at 12:58:33PM +0200, Andrei wrote:
>>
> Did "make setup", did "make setup check", no errors.
>>
>> What are your rights on /var/qmail/queue and /var/qmail/queue/lock ? As
>> what user does qmail run ?
Answer to this question?
>> > messages in queue but not yet preprocessed: 11
Is the qmail daemon running? What is the output of
ps aux | grep ^qmail
?
I just tested stopping my qmail daemon, it has this effect (not
preprocessing messages).
--
#include <std_disclaim.h> Lorens Kockum
On Wed, 24 Feb 1999, Petr Novotny wrote:
>
> Oh, did you start /var/qmail/rc? What does ps aux|grep qmail say? Is
> qmail-send running?
> --
> Petr Novotny, ANTEK CS
> [EMAIL PROTECTED]
> http://www.antek.cz
> -- Don't you know there ain't no devil there's just God when he's drunk.
> [Tom Waits]
That's it! /var/qmail/rc was not started. Everything works fine
now. I told you there must have been something realy stupid i was doing :)
Many thanks to Petr and to everyone else who answered to my cry so
promptly. With your help i solved this problem in 30 minutes.
---
Andrei Postolache, [EMAIL PROTECTED], +40-35360249
An ideal world: no stupids, no 16800 bps connections and Windows works(what
for, i don't know).
---
On Wed, Feb 24, 1999 at 04:57:14AM -0000, Russell Nelson wrote:
> Scott Schwartz writes:
> > I got a bunch of them too, until I finally blocked relay1.pair.com
> > (DATABYTES=1, since qmail-smtpd doesn't have a way to bounce a message
> > cleanly.)
>
> Cute. I like it. Only, the message the user gets back is confusing.
> If you add the following four lines to qmail-smtpd, you can then put a
> message into the RCPT TO: response by setting BOUNCEMAIL="553 Go Away".
> -russ
I do not understand: how can I make sure I do not get these bounces from
muncher? I now have about 30 of them.
Mate
Mate Wierdl writes:
> I do not understand: how can I make sure I do not get these bounces from
> muncher? I now have about 30 of them.
Well, you could grep on the fellow mentioned in the delivered-to
line. Or you could complain to Dan, and ask him to remove that guy.
After all, it's not *Dan* who's getting the bounces, so you can't
expect him to fix it.
--
-russ nelson <[EMAIL PROTECTED]> http://crynwr.com/~nelson
Crynwr supports Open Source(tm) Software| PGPok | There is good evidence
521 Pleasant Valley Rd. | +1 315 268 1925 voice | that freedom is the
Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | cause of world peace.
Russell Nelson <[EMAIL PROTECTED]> writes:
| Cute. I like it. Only, the message the user gets back is confusing.
True. I used to run with the bouncemail patch, but now I'd
prefer to constantly demonstrate that it should be standard. :-)
Mate Wierdl writes:
> I do not understand: how can I make sure I do not get these bounces from
> muncher? I now have about 30 of them.
I'm about to write a filter recipe to trap them, and forward them to the
individual who doesn't know how to properly configure his mail system.
--
Sam
How about a filter recipe that takes all mail from one person and writes
it to a separate file....rather than (or in addition) to the regular
mbox location. I'm using qmail 1.01.
Samuel Daffner
Mills College ITS
On Wed, 24 Feb 1999, Sam wrote:
> Mate Wierdl writes:
>
> > I do not understand: how can I make sure I do not get these bounces from
> > muncher? I now have about 30 of them.
>
> I'm about to write a filter recipe to trap them, and forward them to the
> individual who doesn't know how to properly configure his mail system.
>
> --
> Sam
>
>
Mate Wierdl writes:
> I do not understand: how can I make sure I do not get these bounces from
> muncher? I now have about 30 of them.
I'm about to write a filter recipe to trap them, and forward them to the
individual who doesn't know how to properly configure his mail system.
I hope you'll send me a copy. Now that we are on the subject: not
long ago you listed some IPs that are to be blocked. The list I
manage just got a spam that had this in the header
Received: from unknown (HELO VIDEOCONFERENCER) (212.12.137.50)
Is 212.12.137. one of the ranges you mentioned?
(The IP has no DNS name; the envelope sender is
[EMAIL PROTECTED])
Thx
Mate
Mate Wierdl writes:
> long ago you listed some IPs that are to be blocked. The list I
> manage just got a spam that had this in the header
>
> Received: from unknown (HELO VIDEOCONFERENCER) (212.12.137.50)
>
> Is 212.12.137. one of the ranges you mentioned?
The only IP ranges I recall posting were ones that were uunet dialup pools.
They are 153.34.0.0 - 153.39.255.255 and 208.250.0.0 - 208.255.255.255.
--
Sam
On Tue, 23 Feb 1999, Jay D. Dyson wrote:
> Plaintext message follows...
> ------------------------------
> On Wed, 24 Feb 1999, KMJJKT wrote:
>
> > UNSUBSCRIBE !!!!!!
>
> To unsubscribe, send a message to:
>
> [EMAIL PROTECTED]
Maybe if he just added a few more exclamation points...
James Smallacombe Internet Access for The Delaware
[EMAIL PROTECTED] Valley in PA, NJ and DE
PlantageNet Internet Ltd. http://www.pil.net
=====================================================================
ISPF 2.0b, The Forum for ISPs by ISPs. San Diego, CA, March 8-10 '99
Three days of clues, news, and views from the industry's best and
brightest. http://www.ispf.com for information and registration.
=====================================================================
On Tue, 23 Feb 1999, Jay D. Dyson wrote:
> > UNSUBSCRIBE !!!!!!
Hmm... maybe it's time to gun up a patch that counts the total number of
bytes/words in the body of an email and if a case-insensitive
"unsubscribe" makes up a large enough portion, reply to the sender with a
"hey you can't unsubscribe this way. send your request to [EMAIL PROTECTED] to
unsubscribe".
jms
-----BEGIN PGP SIGNED MESSAGE-----
On Wed, 24 Feb 1999, Justin M. Streiner wrote:
> On Tue, 23 Feb 1999, Jay D. Dyson wrote:
> > > UNSUBSCRIBE !!!!!!
>
> Hmm... maybe it's time to gun up a patch that counts the total number of
> bytes/words in the body of an email and if a case-insensitive
> "unsubscribe" makes up a large enough portion, reply to the sender with a
> "hey you can't unsubscribe this way. send your request to [EMAIL PROTECTED] to
> unsubscribe".
Excuse me, but PLEASE GET YOUR ATTRIBUTION RIGHT.
I did not send the "screaming unsubscribe" message. Some lost
soul at usia.gov did that, and I really do not care to be confused with
someone as clueless. Thanks.
( ______
)) .-- "There's always time for a good cup of coffee." --. >===<--.
C|~~| (>-- Jay D. Dyson -- [EMAIL PROTECTED] --<) | = |-'
`--' `-- As a matter of fact, I *am* a rocket scientist. --' `-----'
-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
iQCVAwUBNtQ37bl5qZylQQm1AQGRxgQAgatBVzjBzR3hSH58z7pDgEMNl5P6PTB2
4mljMuV/xRdW//jMC8Df+oYOwh2zvyxX2yA4sFRlZfhsZNs+sJ+5TkEpqtM+FW5n
+KJ5Yr2ILoKRCQGCZr0l8E9NxmBxLdiiFjFELY0vQF8aH9n8k1w15BG2dXiGhBGu
Ky5DDEdpI0M=
=h5gA
-----END PGP SIGNATURE-----
On Wed, 24 Feb 1999, Jay D. Dyson wrote:
> Excuse me, but PLEASE GET YOUR ATTRIBUTION RIGHT.
My apologies. Calm down.
> I did not send the "screaming unsubscribe" message. Some lost
> soul at usia.gov did that, and I really do not care to be confused with
> someone as clueless. Thanks.
Again, my apologies. I should have looked more closely when trimming the
fat off of my reply.
jms
Hiyas,
I'm just wondering how can I use the mini-qmail server and how can I handle
a large list of deliveries. OK, let's say I'm using multiple A addresses
for a name, for example mail.isp.org has six IP addresses and it receives
mails (with mini-qmail) and handle the http requests. It can be a 'same
data in each computer' style. All of the machines send to a mail handling
center (eg. deliver.isp.org) to handle qmail queue. BUT I heard about a
machine which local mails went through about two hours! Isn't this (ie. the
centralized queue) a bottleneck of qmail performance?
Regards: Balazs
--
#!/usr/bin/perl -export-a-crypto-system-sig -http://dcs.ex.ac.uk/~aba/rsa
print pack"C*",split/\D+/,`echo "16iII*o\U@{$/=$z;[(pop,pop,unpack"H*",<>
)]}\EsMsKsN0[lN*1lK[d2%Sa2/d0<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<J]dsJxp"|dc`
Hello All,
I've got a disk filling up, and I think that qmail is gonna
have to be moved. Can anyone give suggestions for moving
the /var/qmail directories without too much disruption?
I'm assuming that I need to stop incoming mail for a while,
let the queue empty out, and then can move the whole thing
and restart. Any thing I've missed?
-Scott
- "Scott Sharkey" <[EMAIL PROTECTED]>:
| I've got a disk filling up, and I think that qmail is gonna
| have to be moved. Can anyone give suggestions for moving
| the /var/qmail directories without too much disruption?
|
| I'm assuming that I need to stop incoming mail for a while,
| let the queue empty out, and then can move the whole thing
| and restart. Any thing I've missed?
You don't really need to empty the queue, but you must take care in
moving the message files across, since the number of any message must
match the inode number of its file in mess/.
So your best bet is probably this:
- Stop the queue and the smtp server.
- Move /var/qmail aside.
- Install your new qmail from sources into /var/qmail.
- Copy the contents of the control, alias, users directories from the
old to the new location.
- Create a subdirectory queue.old, and copy the old queue tree to it.
- Then run the following script:
#!/bin/sh
# This must be GNU find:
find queue.old/mess -type f -printf '%f %i\n' |
awk '{print $1, $1%23, $2, $2%23}' |
while read oldi oldd newi newd; do
mv queue.old/mess/$oldd/$oldi queue/mess/$newd/$newi
mv queue.old/info/$oldd/$oldi queue/info/$newd/$newi
test -f queue.old/local/$oldd/$oldi &&
mv queue.old/local/$oldd/$oldi queue/local/$newd/$newi
test -f queue.old/remote/$oldd/$oldi &&
mv queue.old/remote/$oldd/$oldi queue/remote/$newd/$newi
test -f queue.old/bounce/$oldi &&
mv queue.old/bounce/$oldi queue/bounce/$newi
test -f queue.old/todo/$oldi &&
mv queue.old/todo/$oldi queue/todo/$newi
done
Then it should be OK to restart the queue and smtpd.
- Harald
Scott Sharkey writes:
> Hello All,
>
> I've got a disk filling up, and I think that qmail is gonna
> have to be moved. Can anyone give suggestions for moving
> the /var/qmail directories without too much disruption?
>
> I'm assuming that I need to stop incoming mail for a while,
> let the queue empty out, and then can move the whole thing
> and restart. Any thing I've missed?
It's easier to install another copy of qmail, whose queue is in the
right place, then just run them both in parallel.
--
-russ nelson <[EMAIL PROTECTED]> http://crynwr.com/~nelson
Crynwr supports Open Source(tm) Software| PGPok | There is good evidence
521 Pleasant Valley Rd. | +1 315 268 1925 voice | that freedom is the
Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | cause of world peace.
Just for an unsolicited opinion:
I work for a corporate partner/customer of Critical path, and have found them
to be extrememly knowledgeable, laid back and a pleasure to work with.
Their main product is outsourced email solutions for small to large corporations
using web-based administration and reader front-ends.
I was unaware that they used qmail, but it doesn't surprise me. they are all about
speed of delivery, security of the mail passing to and from their care, and
data consistency. Qmail offers all of that.
For what its worth,
Brandon
> Critical Path, which has 7 million mailboxes (last I knew) under qmail
> control, is recruiting people with qmail experience. Contact Jerry for
> more information.
> -russ
> p.s. I usually find recruiters to be a pain in the butt. But since
> Jerry was so honest and up-front, I thought I'd give him the benefit
> of the doubt.
>
> Jerry Bires writes:
> > Mr. Nelson,
> >
> > I'm Jerry Bires, a recruiter for TechSearch in Sausalito, California. I was
> > doing research for a new client of mine in San Francisco which is an email
> > outsourcing company and, as a result, requires of its software engineers, a
> > knowledge of mail transfer agents especially Qmail.
> >
> > I don't know if I can be of service to you...or if I'm more of an annoyance,
> > but you're a player in this technology sector and you may know of
> > colleagues who might be interested in working thru me. As a former
> > Youngstown, Ohio, resident who now lives in the Bay Area, I know many find
> > this a desirable area to live. I guess if my client were in Omaha, I'd not
> > have contacted you.
> >
> > The firm for whom I'm working is Critical Path (www.cpnet.com). Clearly
> > anyone can bypass me, but I would rather be upfront about whom I'm speaking
> > since I am sending an unsolicited message to you and hope that integrity
> > wins out.
> >
> > Best,
> > Jerry Bires
> > 415-289-3962
> >
>
> --
> -russ nelson <[EMAIL PROTECTED]> http://crynwr.com/~nelson
> Crynwr supports Open Source(tm) Software| PGPok | There is good evidence
> 521 Pleasant Valley Rd. | +1 315 268 1925 voice | that freedom is the
> Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | cause of world peace.
Critical Path was also featured on a News Hour story on PBS when they
were spotlighting forthcoming spam legislation.
This is cool to see. Qmail creating jobs. I just hope it never gets to
the point of something like "Qmail certification".
Hsin-ih Tu
On Wed, Feb 24, 1999 at 01:20:38PM -0800, Postmaster wrote:
> Critical Path was also featured on a News Hour story on PBS when they
> were spotlighting forthcoming spam legislation.
>
> This is cool to see. Qmail creating jobs. I just hope it never gets to
> the point of something like "Qmail certification".
Hey, I'll certify you, but only after you certify me.
--
John White
[EMAIL PROTECTED]
PGP Public Key: http://www.triceratops.com/john/public-key.pgp
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
:On Wed, Feb 24, 1999 at 01:20:38PM -0800, Postmaster wrote:
:> Critical Path was also featured on a News Hour story on PBS when they
:> were spotlighting forthcoming spam legislation.
:>
:> This is cool to see. Qmail creating jobs. I just hope it never gets to
:> the point of something like "Qmail certification".
:
:Hey, I'll certify you, but only after you certify me.
I think you're both certifiable :)
:John White
--Adam
On 24-Feb-99 Adam D. McKenna wrote:
> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>
>
>:On Wed, Feb 24, 1999 at 01:20:38PM -0800, Postmaster wrote:
>:> Critical Path was also featured on a News Hour story on PBS when they
>:> were spotlighting forthcoming spam legislation.
>:>
>:> This is cool to see. Qmail creating jobs. I just hope it never gets to
>:> the point of something like "Qmail certification".
>:
>:Hey, I'll certify you, but only after you certify me.
>
> I think you're both certifiable :)
>
>:John White
>
> --Adam
I'll certify that! :)
Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: [EMAIL PROTECTED] flame-mail: /dev/null
# include <std/disclaimers.h> TEAM-OS2
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================
Adam D. McKenna wrote/schrieb/scribsit:
>:> This is cool to see. Qmail creating jobs. I just hope it never gets to
>:> the point of something like "Qmail certification".
>:
>:Hey, I'll certify you, but only after you certify me.
We should however consider awarding medals to list members for answering
the 500th FAQ 5.4 or surviving events like the great flamewars in December.
Stefan
Once upon a midnight dreary, Stefan Paletta had spoken clearly:
>
>Adam D. McKenna wrote/schrieb/scribsit:
>
>>:> This is cool to see. Qmail creating jobs. I just hope it never gets to
>>:> the point of something like "Qmail certification".
>>:
>>:Hey, I'll certify you, but only after you certify me.
>
>We should however consider awarding medals to list members for answering
>the 500th FAQ 5.4
What's a FAQ 5.4??? ;^>
> or surviving events like the great flamewars in December.
I survived 'em (and all the flamewars since early '96...) but my vote for
who gets the purple heart should go to Russ Nelson - he's been the
*subject* of a few flame-skirmishes... and has still been around since
"Christ was a corporal" as my father says.
Roger "Merch" Merchberger
--
Roger "Merch" Merchberger --- sysadmin, Iceberg Computers
Recycling is good, right??? Ok, so I'll recycle an old .sig.
If at first you don't succeed, nuclear warhead
disarmament should *not* be your first career choice.
On Wed, Feb 24, 1999 at 08:59:34PM -0500, Roger Merchberger wrote:
> What's a FAQ 5.4??? ;^>
I think you want to read FAQ #5.4 to fix that. (whee! That must be
my 100th).
> > or surviving events like the great flamewars in December.
>
> I survived 'em (and all the flamewars since early '96...) but my vote for
> who gets the purple heart should go to Russ Nelson - he's been the
> *subject* of a few flame-skirmishes... and has still been around since
> "Christ was a corporal" as my father says.
I'll second that.
-Peter
Hi people,
I'm runing RH5.1, linux 2.2.0.
There is no more sendmail.
I just set up Qmail (rpm 1.0.3-6) following
instruction from Mini-Howto by Ying Zhang
(http://www.sfu.ca/~yzhang/linux/qmail/index.html)
I'm using ucspi-tcp-0.84.
When i do /etc/rc.d/init.d/qmail start, all the exe seems
to start (ps -auxf).
But when I try "telnet localhost 25", there is no
welcome message from qmail and I can't quit (even
with "^]" ) !!
Any help is welcome.
Patrick
On Wed, Feb 24, 1999 at 05:14:57PM +0100, Developpement wrote:
> Hi people,
>
> I'm runing RH5.1, linux 2.2.0.
> There is no more sendmail.
>
> I just set up Qmail (rpm 1.0.3-6) following
> instruction from Mini-Howto by Ying Zhang
> (http://www.sfu.ca/~yzhang/linux/qmail/index.html)
> I'm using ucspi-tcp-0.84.
>
> When i do /etc/rc.d/init.d/qmail start, all the exe seems
> to start (ps -auxf).
Does /etc/rc.d/init.d/qmail have a command in it to start qmail-smtpd? What
is that command?
--
---
Mate Wierdl | Dept. of Math. Sciences | University of Memphis
On Wed, 24 Feb 1999, Developpement wrote:
> Hi people,
>
> I'm runing RH5.1, linux 2.2.0.
> There is no more sendmail.
>
> I just set up Qmail (rpm 1.0.3-6) following
> instruction from Mini-Howto by Ying Zhang
> (http://www.sfu.ca/~yzhang/linux/qmail/index.html)
> I'm using ucspi-tcp-0.84.
>
> When i do /etc/rc.d/init.d/qmail start, all the exe seems
> to start (ps -auxf).
>
> But when I try "telnet localhost 25", there is no
> welcome message from qmail and I can't quit (even
> with "^]" ) !!
How are you starting qmail-smtpd?
Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: [EMAIL PROTECTED] flame-mail: /dev/null
# include <std/disclaimers.h> TEAM-OS2
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================
At 17:14 24/02/99 +0100, you wrote:
And what about /var/log/maillog ?
>Hi people,
>
>I'm runing RH5.1, linux 2.2.0.
>There is no more sendmail.
>
>I just set up Qmail (rpm 1.0.3-6) following
>instruction from Mini-Howto by Ying Zhang
>(http://www.sfu.ca/~yzhang/linux/qmail/index.html)
>I'm using ucspi-tcp-0.84.
>
>When i do /etc/rc.d/init.d/qmail start, all the exe seems
>to start (ps -auxf).
>
>But when I try "telnet localhost 25", there is no
>welcome message from qmail and I can't quit (even
>with "^]" ) !!
>
>Any help is welcome.
________________________________
Dimitri SZAJMAN - [EMAIL PROTECTED]
http://www.Xon-Xoff.fr
Folks,
I'm upfront but stupid. The URL for Critical Path is www.cp.net. If you
visit the site and find a job tailored to your skills, please contact me and
I'll forward the resume to the hiring authority with whom I work.
I will not abuse the privilege of this email list. Only the correction
prompted this email. Thank you Mr. Nelson.
Best,
Jerry Bires
415-289-3962
www.jobsight.com
> -----Original Message-----
> From: Russell Nelson [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, February 23, 1999 8:46 PM
> To: [EMAIL PROTECTED]
> Cc: Jerry Bires
> Subject: qmail employment in SF, CA
>
> Critical Path, which has 7 million mailboxes (last I knew) under qmail
> control, is recruiting people with qmail experience. Contact Jerry for
> more information.
> -russ
> p.s. I usually find recruiters to be a pain in the butt. But since
> Jerry was so honest and up-front, I thought I'd give him the benefit
> of the doubt.
>
> Jerry Bires writes:
> > Mr. Nelson,
> >
> > I'm Jerry Bires, a recruiter for TechSearch in Sausalito, California.
> I was
> > doing research for a new client of mine in San Francisco which is an
> email
> > outsourcing company and, as a result, requires of its software
> engineers, a
> > knowledge of mail transfer agents especially Qmail.
> >
> > I don't know if I can be of service to you...or if I'm more of an
> annoyance,
> > but you're a player in this technology sector and you may know of
> > colleagues who might be interested in working thru me. As a former
> > Youngstown, Ohio, resident who now lives in the Bay Area, I know many
> find
> > this a desirable area to live. I guess if my client were in Omaha, I'd
> not
> > have contacted you.
> >
> > The firm for whom I'm working is Critical Path (www.cpnet.com).
> Clearly
> > anyone can bypass me, but I would rather be upfront about whom I'm
> speaking
> > since I am sending an unsolicited message to you and hope that
> integrity
> > wins out.
> >
> > Best,
> > Jerry Bires
> > 415-289-3962
> >
>
> --
> -russ nelson <[EMAIL PROTECTED]> http://crynwr.com/~nelson
> Crynwr supports Open Source(tm) Software| PGPok | There is good evidence
> 521 Pleasant Valley Rd. | +1 315 268 1925 voice | that freedom is the
> Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | cause of world peace.
I'm not sure to whom I should report this. Mate Wierdl ?
In the memphis RPM for linux (very nice), there's a slight problem:
The file /etc/rc.d/init.d/qmail.init
contains
DEFAULT_DELIVERY="`cat $QMAILHOME/defaultdelivery/rc`"
and /var/qmail/defaultdelivery/rc is the file
---begin file---
# Using qmail-local to deliver messages to ~/Mailbox by default.
./Mailbox
---end file---
This means that upon execution of the init file,
DEFAULT_DELIVERY will be the string
"# Using qmail-local to deliver messages to ~/Mailbox by default. ./Mailbox"
all on one line, which is incorrect.
(It's a feature of backquoting in sh, that it removes newlines)
I just removed the comment and it worked.
It was with the RPM qmail-1.03-11ucspi.i386.rpm
Florent
This means that upon execution of the init file,
DEFAULT_DELIVERY will be the string
"# Using qmail-local to deliver messages to ~/Mailbox by default. ./Mailbox"
all on one line, which is incorrect.
(It's a feature of backquoting in sh, that it removes newlines)
$ DEFAULT_DELIVERY="`cat /var/qmail/defaultdelivery/rc`"
$ echo "$DEFAULT_DELIVERY"
# Using qmail-local to deliver messages to ~/Mailbox by default.
./Mailbox
Note the quoting in the echo line.
It is another matter that it is not good to see this darn thing when
running ps, so I will change this in the next release.
Mate
Mate Wierdl wrote:
> Note the quoting in the echo line.
>
> It is another matter that it is not good to see this darn thing when
> running ps, so I will change this in the next release.
Yeah, sorry, I did my test with echo $DEFAULT_DELIVERY. Stupid me.
And you're right, it's ps who prompted me to this in the first place.
Florent.
Dan said that the best defense against spam is to create appropriate
laws against it.
But what is the reality of this in a country where it is legal to air
ads in every five minutes (with increased volume so even if you dare
to go to the bathroom, you will hear it) in the middle of a TV show?
Apparently, Americans got used to it, so they will get used to seeing
spam too.
Of course, one can try to escape the TV ads by watching PBS. So
perhaps one could try the same thing with email: create a channel for
email that can be used only by nonspammer domains. When a domain
wants to sign up for the channel, they have to satisfy certain tests,
like relaying only already signed up domains, and using a prescribed
software to protect the channel from intruders. A new domain's
authoritative personnel would also have to sign document containing
the basic rules.
It is probably easy to pass laws regarding breaking rules for this
channel. The laws could me made international. If a country has no
laws or means to enforce the rules, they cannot use the channel.
Mate
***Timing Is Everything***
Do you sit at home cruising the Net saying "This is a Gold Mine"?
[...]
On Wed, Feb 24, 1999 at 11:40:08AM -0600, Mate Wierdl wrote:
> It is probably easy to pass laws regarding breaking rules for this
> channel. The laws could me made international. If a country has no
> laws or means to enforce the rules, they cannot use the channel.
Onother nice (IMHO) approach was that a SMTP server only accepts eMails
from the well known mail-servers of this domain.
E.g. someone with a sender address @aol.com will be rejected unless
it is from an AOL mailserver.
This will require of course a lot of "overhead" for ISPs, but maybe
one could add also "trusted" mailservers that may speak for other
domains, too.
LDAP could be our friend in this topic.
\Maex
--
SpaceNet GmbH | http://www.Space.Net/ | In a world without
Research & Development | mailto:[EMAIL PROTECTED] | walls and fences,
Joseph-Dollinger-Bogen 14 | Tel: +49 (89) 32356-0 | who needs
D-80807 Muenchen | Fax: +49 (89) 32356-299 | Windows and Gates?
Hi all. I am setting up a test of qmail as a replacement for sendmail on
our new external mailhub/web server. Our structure is as follows:
We have an external mailhub which the world sees as the MX for our
domain, rmc.ca. All mail for rmc.ca is processed by the external
mailhub. Spam, relayed mail, unresolvable return domains etc are
bounced, and anything for rmc.ca, or any of the other defined relay
domains is passed on to our internal mailhub (Netscape Messaging Server)
for delivery into the users mailbox, usually accessed from there via
IMAP.
I now have qmail installed on the new machine as per the install
instructions and it is working. Now I must configure it to relay mail to
the internal mailhub. I have added the appropriate domains to my
"rcpthosts" file. Do I need to modify any other files? How do I tell
qmail to send this mail to the internal hub?
--
_________________________________________________________________
Mark E Drummond Royal Military College of Canada
mailto:[EMAIL PROTECTED] Computing Services
Linux Uber Alles perl || die
The day Microsoft makes something that doesn't
suck is the day they start making vacuums
echo rmc.ca:mailhub > /var/qmail/control/smtproutes
where "mailhub" is the DNS name or IP of your internal mailhub.
--Adam
-----Original Message-----
From: Mark E Drummond <[EMAIL PROTECTED]>
To: Qmail <[EMAIL PROTECTED]>
Date: Wednesday, February 24, 1999 1:08 PM
Subject: Qmail as external mailhub
:Hi all. I am setting up a test of qmail as a replacement for sendmail on
:our new external mailhub/web server. Our structure is as follows:
:
:We have an external mailhub which the world sees as the MX for our
:domain, rmc.ca. All mail for rmc.ca is processed by the external
:mailhub. Spam, relayed mail, unresolvable return domains etc are
:bounced, and anything for rmc.ca, or any of the other defined relay
:domains is passed on to our internal mailhub (Netscape Messaging Server)
:for delivery into the users mailbox, usually accessed from there via
:IMAP.
:
:I now have qmail installed on the new machine as per the install
:instructions and it is working. Now I must configure it to relay mail to
:the internal mailhub. I have added the appropriate domains to my
:"rcpthosts" file. Do I need to modify any other files? How do I tell
:qmail to send this mail to the internal hub?
:
:--
:_________________________________________________________________
:Mark E Drummond Royal Military College of Canada
:mailto:[EMAIL PROTECTED] Computing Services
:Linux Uber Alles perl || die
:
: The day Microsoft makes something that doesn't
: suck is the day they start making vacuums
:
By putting my top domain in the defaulthost file on my external hub (MX
for the domain) will that automagically rewrite the _sender_ address on
outgoing email? Rewriting will not be necesary for 99% of my users but
there are a few who might be running thier own Unices and need to have
headers rewitten. Will it affect anything else?
Another question, I want all mail for my domain forwarded to my internal
hub _except_ for mail directed to the external hub itself. There is a
mailing list server on the external hub, so mail sent to
[EMAIL PROTECTED] must be managed locally.
Now lists.mydomain is an alias for the external hubs real name. But I
have the following in my smtproutes file:
rmc.ca:sol1.rmc.ca
.rmc.ca:sol1.rmc.ca
Will this cause mail for the external hub to be forwarded to the
internal hub, which would then redirect the mail to the external hub ad
nauseum? Should I use explicit entries in smtphosts for each domain I
want to forward instead of the catch all ".rmc.ca:..."?
-med
--
_________________________________________________________________
Mark E Drummond Royal Military College of Canada
mailto:[EMAIL PROTECTED] Computing Services
Linux Uber Alles perl || die
The day Microsoft makes something that doesn't
suck is the day they start making vacuums
Hi !
To: EVERYBODY in this list (And a BIG: "Beg your pardon" to PAIR), who is,
or was "spammed" by my Fetchmail-"experiment"....
Guilt-stricken as i am right now, Most of you certainly ask, why didn�t you
tell me before ? (My head was cut off by me and by some off you), i have to
apologise for that type of mail:
[[EMAIL PROTECTED]: failure notice]
I will stop that. (I�ve done it today, but maybe some mails got stuck
somewhere...)
And please, all of you who took the clue to set DATABYTES=1
for relay1.pair.com, please change it anyway, cause there a about 80 domains
(i guess..,not just mine!)
which are relaying thru this machine....
So far about my "spamming".
yours
th.
Greetings
I can't find this in the FAQ, please excuse me if it is there really, but
under a guise I can't understand !
My local domain here is cjx.com, but this is a small network, and email
is smtp'd away from here to the *real* cjx.com, which is connected to
the 'net.
Via qmail, email is queued up perfectly, and sent via ppp pop3 with serialmail.
However, there are a number of users on cjx.com (not at the local site) who
people here need to email. If they email [EMAIL PROTECTED], it simply bounces
saying (obviously) no such user at the local site. How can I get mail which
is addressed to cjx.com users, but which is not found matched up with a real
local user, to be forced to leave the local site ?
I hope I've explained this clearly; many thanks in advance for any help.
Regards
Jamie Allen
- [EMAIL PROTECTED]:
| My local domain here is cjx.com, but this is a small network, and email
| is smtp'd away from here to the *real* cjx.com, which is connected to
| the 'net.
|
| Via qmail, email is queued up perfectly, and sent via ppp pop3 with
| serialmail.
|
| However, there are a number of users on cjx.com (not at the local
| site) who people here need to email. If they email [EMAIL PROTECTED], it
| simply bounces saying (obviously) no such user at the local
| site. How can I get mail which is addressed to cjx.com users, but
| which is not found matched up with a real local user, to be forced
| to leave the local site ?
As far as I understand it, you have a wildcard virtualdomain queueing
all external mail in a maildir to be sent off with serialmail whenever
convenient. Just add a file ~alias/.qmail-default putting mail in the
same maildir.
- Harald
hi,
is it possible to add header lines for each mail which qmail deliveres? I
think about
X-mailed-through: myServer
Mailed-from: $SENDER
Forwarded-To: $TO
Thank you,
Michael
I assume you want to add these headers to incoming messages. Invoke
reformail from the appropriate .qmail file. reformail is part of the
maildrop package.
Mate
hi,
At 21:21 24.02.99 , you wrote:
>I assume you want to add these headers to incoming messages. Invoke
>reformail from the appropriate .qmail file. reformail is part of the
>maildrop package.
no, i want to add these header-files to all messages (=> outgoing is
interesting). In sendmail you can do something like:
H?M?X-sent-by: qmail
H?M?X-homepage: visit us @ www.qmail.org
This is added to *all* messages sendmail handles.
Perhaps there is a way .-)
bye,
Michael
How can I send mail from a certain site to bit heaven?
--
_________________________________________________________________
Mark E Drummond Royal Military College of Canada
mailto:[EMAIL PROTECTED] Computing Services
Linux Uber Alles perl || die
The day Microsoft makes something that doesn't
suck is the day they start making vacuums
why bother? just add them to your deny list in your tcprules. That way you
won't have to waste the bytes accepting the mail.
--Adam
-----Original Message-----
From: Mark E Drummond <[EMAIL PROTECTED]>
To: Qmail <[EMAIL PROTECTED]>
Date: Wednesday, February 24, 1999 3:12 PM
Subject: Sending mail to /dev/null?
:How can I send mail from a certain site to bit heaven?
:
:--
:_________________________________________________________________
:Mark E Drummond Royal Military College of Canada
:mailto:[EMAIL PROTECTED] Computing Services
:Linux Uber Alles perl || die
:
: The day Microsoft makes something that doesn't
: suck is the day they start making vacuums
:
- Mark E Drummond <[EMAIL PROTECTED]>:
| How can I send mail from a certain site to bit heaven?
- "Adam D. McKenna" <[EMAIL PROTECTED]>:
| why bother? just add them to your deny list in your tcprules. That
| way you won't have to waste the bytes accepting the mail.
That will work if you wish to reject mail based on IP address.
If a user wishes to lose mail from aol.com, he can simply put
|case "$SENDER" in *@aol.com) exit 99;; esac
as the first line in .qmail, not forgetting to add a proper delivery
instruction in subsequent lines.
- Harald
On Wed, 24 Feb 1999 15:19:16 -0500, Mark E Drummond wrote:
>How can I send mail from a certain site to bit heaven?
>
>
Put a '#' in the appropriate .qmail file.
Fred
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
Fred B. Ringel --- Rivertown.Net
Internet Access
General Fixer Upper --- 914.478.2885
PGP Public Key Fingerprint: 6284 1F7F 1C5E 9023 6A1C 3409 689B 7335
On Wed, Feb 24, 1999 at 10:15:36PM +0100, Harald Hanche-Olsen wrote:
# - Mark E Drummond <[EMAIL PROTECTED]>:
#
# | How can I send mail from a certain site to bit heaven?
#
# - "Adam D. McKenna" <[EMAIL PROTECTED]>:
#
# | why bother? just add them to your deny list in your tcprules. That
# | way you won't have to waste the bytes accepting the mail.
#
# That will work if you wish to reject mail based on IP address.
# If a user wishes to lose mail from aol.com, he can simply put
#
# |case "$SENDER" in *@aol.com) exit 99;; esac
#
# as the first line in .qmail, not forgetting to add a proper delivery
# instruction in subsequent lines.
or the user ould put @aol.com in the badmailfrom file?
--
/- [EMAIL PROTECTED] --------------- [EMAIL PROTECTED] -\
|Justin Bell NIC:JB3084| Time and rules are changing. |
|Pearson | Attention span is quickening. |
|Developer | Welcome to the Information Age. |
\-------- http://www.superlibrary.com/people/justin/ ----------/
- Justin Bell <[EMAIL PROTECTED]>:
| # |case "$SENDER" in *@aol.com) exit 99;; esac
|
| or the user ould put @aol.com in the badmailfrom file?
The sysadmin could. But that may be somewhat heavyhanded, depending
on the value of aol.com of course.
- Harald
How would I forward all messages for MAILER-DAEMON on my external hub
(running qmail) to my global postmaster account?
--
_________________________________________________________________
Mark E Drummond Royal Military College of Canada
mailto:[EMAIL PROTECTED] Computing Services
Linux Uber Alles perl || die
The day Microsoft makes something that doesn't
suck is the day they start making vacuums
On Wed, Feb 24, 1999 at 03:34:06PM -0500, Mark E Drummond wrote:
> How would I forward all messages for MAILER-DAEMON on my external hub
> (running qmail) to my global postmaster account?
create/modify your
~alias/.qmail-mailer-daemon
file on your external mailhub to point to the address of your
global postmaster account.
\Maex
--
SpaceNet GmbH | http://www.Space.Net/ | In a world without
Research & Development | mailto:[EMAIL PROTECTED] | walls and fences,
Joseph-Dollinger-Bogen 14 | Tel: +49 (89) 32356-0 | who needs
D-80807 Muenchen | Fax: +49 (89) 32356-299 | Windows and Gates?
I have been wondering why is not there a simple support in qmail to
filter incoming mail and then forward it to a file.
1) How about condredirect would understand that if an address starts
with / or "." then it has to forward to a maildir or mbox? Like
|condredirect ./fakesinceheisnotaround/ [ "`822field from`" = "[EMAIL PROTECTED]" ]
2) How about something similar for forward:
|reformail -I"X-Envelope-Sender: $SENDER" | forward ./Maildir/
Mate
Ok here's a quick hack, but it works...
Follow these steps:
1. copy the code below to a file and make it 755.
2. add the full path and name of file to your .qmail
ex:
| /acct/staff/lcl/mailtofile
3. make sure you change the variables for $file and $which_sender to your
desired values.
4. Email me let me know if it works for you, and how I could improve :)
5. I know that the variables could be passed on the command line, but
thats more work than I can do while eating my lunch!
Samuel Daffner
Mills College ITS
====== code begins here ========
#!/usr/local/bin/perl
#
# mailtofile
#
# by Samuel Daffner , [EMAIL PROTECTED]
#
#####
### which sender do you want to idenify ?
### note: if you use an @ symbol, please use a \ in front :)
### ex: daffners\@mills.edu
$which_sender="daffners";
##### which file do you want to write to ?
$file="/acct/staff/lcl/mail/fromsam";
## MODIFY BELOW AT YOUR OWN RISK ###
$sender= $ENV{'SENDER'};
@IN=<STDIN>;
if ($sender =~ /$which_sender/i){
open (FILE, ">>$file");
foreach $line (@IN){
print FILE "$line";}
close (FILE);
} else {
}
Samuel Dries-Daffner <[EMAIL PROTECTED]> writes:
| open (FILE, ">>$file");
I don't see any mutual exclusion in there. If two deliveries overlap,
your $file might get strange. Various tools (like Dan's setlock) can
do the job, but qmail really should come with deliver-to-file and
deliver-to-maildir programs, to avoid the reinvention of square
wheels.
Hi all. Qmail is delivering to local addresses from both local and
remote senders. But it is not delivering to remote addresses, whether
from a local or remote sender. Any ideas?
--
_________________________________________________________________
Mark E Drummond Royal Military College of Canada
mailto:[EMAIL PROTECTED] Computing Services
Linux Uber Alles perl || die
The day Microsoft makes something that doesn't
suck is the day they start making vacuums
At 5:30 pm -0500 24/2/99, Mark E Drummond wrote:
>Hi all. Qmail is delivering to local addresses from both local and
>remote senders. But it is not delivering to remote addresses, whether
>from a local or remote sender. Any ideas?
yeah, it's not supposed to.
You need to enable relaying, using the RELAYCLIENT environment variable.
see the faq:
ftp://koobera.math.uic.edu/www/qmail/faq/servers.html#authorised-relay
peter.
--
peter at gradwell dot com; online @ http://www.gradwell.com/
"To look back all the time is boring. Excitement lies in tomorrow"
On Wed, Feb 24, 1999 at 09:16:56AM +0100, Dimitri SZAJMAN wrote:
> Hi.
>
> Does Qmail supports ETRN ? Do you have any link ?
>
No - which is a real pity...
Most new MUAs (Outlook/Exchange, Netscape, MUTT) support DSN, and it doesn't
matter if DSN isn't that great an idea - it's still there and people like
getting receipts to important messages :-(
I have to tell people when sending messages to "CC: [EMAIL PROTECTED]"
- if the get a bounce, then their message was delivered to the site
correctly ;-)
--
Cheers
Jason Haar
Unix/Network Specialist, Trimble NZ
Phone: +64 3 3391 377 Fax: +64 3 3391 417
What does the cur/ directory under Maildir/ do?
I am having problem with it when using qmail-imap and imp.
Victor
- "Victor Regn�r" <[EMAIL PROTECTED]>:
| What does the cur/ directory under Maildir/ do?
It's for storing messages that the user has seen, but does not wish to
remove from the maildir.
- Harald
Hello
Thanks for responses
Here are some more informations.
Here is the line that starts smptpd in /etc/rc.d/init.d/qmail, start
section :
------------------------------------
daemon /usr/local/bin/tcpserver -R -x/etc/tcprules.smtp.cdb -u5100
-g5151 0 smtp /var/qmail/bin/qmail-smtpd &
------------------------------------
Must qmail-smtpd appear in ps result ? "ps auxfw" just says :
-------------------------------------
qmails 5846 0.0 0.2 796 340 p0 S 17:08 0:00 qmail-send
qmaill 5848 0.0 0.2 768 356 p0 S 17:08 0:00 \_ splogger
qmail
qmailq 5851 0.0 0.1 756 300 p0 S 17:08 0:00 \_
qmail-clean
qmailr 5850 0.0 0.1 756 288 p0 S 17:08 0:00 \_
qmail-rspawn
root 5849 0.0 0.1 756 288 p0 S 17:08 0:00 \_
qmail-lspawn | dot-forward .forward\012./qmail/inbox
root 5847 0.0 0.4 1188 688 p0 S 17:08 0:00 sh
/etc/rc.d/init.d/qmail start
#5100 5860 0.0 0.2 856 424 p0 S 17:08 0:00 \_
/usr/local/bin/tcpserver -R -x/etc/tcprules.smtp.cdb -u5100 -g5151 0
smtp /var/qmail/bin/qmail-smtpd
-------------------------------------
And here is my /etc/tcprules.smtp
-------------------------------------
128.:allow,RELAYCLIENT=""
127.:allow,RELAYCLIENT=""
-------------------------------------
An extract of /var/mail/log :
-------------------------------------
Feb 25 09:29:14 orion qmail: 919931354.453414 status: local 1/10 remote
0/20
Feb 25 09:29:14 orion qmail: 919931354.905163 delivery 15: deferral:
Unable_to_o
pen_./qmail/inbox:_file_does_not_exist._(#4.2.1)/
Feb 25 09:29:14 orion qmail: 919931354.905424 status: local 0/10 remote
0/20
Feb 25 09:29:42 orion qmail: 919931382.902639 warning: trouble opening
remote/2/
32800; will try again later
Feb 25 09:29:42 orion qmail: 919931382.902863 warning: trouble opening
remote/1/
32799; will try again later
--------------------------------------
There is a warning every two minutes !!
It's the first time I (try to) install a mail server, and I'm a bit lost
with all these files...
My goal is to have a mail server for a local network with lot of win9x
and a not-permanent
connection to Internet (ppp to ISP). We now have FTGate under NT, I say
to my boss that
Linux is cheaper, more stable, well, just better than NT...
I'm sure that I can replace the FTGate by qmail. :-)
Patrick
- Patrick Paysant <[EMAIL PROTECTED]>:
| Here is the line that starts smptpd in /etc/rc.d/init.d/qmail, start
| section :
| ------------------------------------
| daemon /usr/local/bin/tcpserver -R -x/etc/tcprules.smtp.cdb -u5100
| -g5151 0 smtp /var/qmail/bin/qmail-smtpd &
| ------------------------------------
|
| Must qmail-smtpd appear in ps result ? "ps auxfw" just says :
No, but tcpserver should, and it does. Only when an incoming
connection arrives on port 25, does tcpserver start a qmail-smtpd.
Try running telnet localhost 25. If you don't get a response, then
there is a problem.
| And here is my /etc/tcprules.smtp
| -------------------------------------
| 128.:allow,RELAYCLIENT=""
| 127.:allow,RELAYCLIENT=""
| -------------------------------------
|
| An extract of /var/mail/log :
| -------------------------------------
| Feb 25 09:29:14 orion qmail: 919931354.453414 status: local 1/10 remote
| 0/20
| Feb 25 09:29:14 orion qmail: 919931354.905163 delivery 15: deferral:
| Unable_to_o
| pen_./qmail/inbox:_file_does_not_exist._(#4.2.1)/
That user needs a ~/qmail/ directory for mbox delivery to
./qmail/inbox to work.
| Feb 25 09:29:14 orion qmail: 919931354.905424 status: local 0/10 remote
| 0/20
| Feb 25 09:29:42 orion qmail: 919931382.902639 warning: trouble opening
| remote/2/
| 32800; will try again later
| Feb 25 09:29:42 orion qmail: 919931382.902863 warning: trouble opening
| remote/1/
| 32799; will try again later
| --------------------------------------
| There is a warning every two minutes !!
So your queue was messed up somehow. This never happens in regular
qmail operation, so it must be a case of finger trouble or manually
poking at the queue. Get Russell Nelons qmail-qsanity script (found
at <URL:http://www.qmail.org/>) and run it to fix the problem.
Complain to Russell if the script does not work. 8-)
| It's the first time I (try to) install a mail server, and I'm a bit
| lost with all these files...
It's not trivial, no. Some people find Dan's qmail pictures helpful.
Others find the `big qmail pictures' helpful (also available via the
qmail Web page mentioned above).
| My goal is to have a mail server for a local network with lot of win9x
| and a not-permanent
| connection to Internet (ppp to ISP).
Then you are going to need serialmail as well. Yes, even more stuff
to understand and install - you can find serialmail at Dan's FTP site
(where qmail comes from).
| We now have FTGate under NT, I say to my boss that Linux is cheaper,
| more stable, well, just better than NT...
Of course, we can all agree to that. But a Linux solution is not free
either: You have to invest the time needed to understand the systems
you are using. If your time is valuable, the initial cost may well be
higher than for the NT solution, but Linux will pay off in the long
run. (This is an indisputable religious fact.)
| I'm sure that I can replace the FTGate by qmail. :-)
And good luck with this project! I'm sure you can too.
- Harald