Re: RES: Message without Subject and From!!!

2001-08-01 Thread Robin S. Socha

On Wed, Aug 01, 2001 at 04:15:55PM -0300, Daniel Abad wrote:
> Charles Cazabon [mailto:[EMAIL PROTECTED]]
> > Daniel Abad <[EMAIL PROTECTED]> wrote:

Look, dude, I reformatted your message to give it a minimum amount of
meaning. Do not ever *think* about hitting reply before you've fully
read and understood http://learn.to/edit_messages/

> > > When a send a message to my virtual user, I check it from telnet
> > > and it's without subject and from!! What should I do?? 

> > Compose your message differently.  The "From:" and "Subject:"
> > fields in the message header are completely optional.

> Ok, I telnet at 25 and compose a message, with mail from: , rcpt to:
> anda data (.) . 

Yeah. So? What does the message look like in its original form then?

> > This isn't a qmail issue.  See the documentation for your MUA for
> > further details.

> When I received this from my Outlook or Webmail, the message is
> empty! Only the time appears! 

MUA is Mail User Agent. The crap you're sending your messages with is
an MUA. Got it? And if no appropriate help is available for Outlook,
complain to the wankers in Redmond who *SOLD* you this shit. This is a
technical list for a Unix MTA, ok?

Oh yeah... Apart from the fact that I don't speak Portuñol (or even
intend to learn it), this is crap, too:

MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
-- 
Robin S. Socha - Do not send me Cc:s. Ever.



Re: RES: Message without Subject and From!!!

2001-08-01 Thread Greg White

On Wed, Aug 01, 2001 at 04:15:55PM -0300, Daniel Abad wrote:
> Ok, I telnet at 25 and compose a message, with mail from: , rcpt to: anda
> data (.) . 
> 
> When I received this from my Outlook or Webmail, the message is empty! Only
> the time appears! 
> 
> Tks.
> 
> Daniel

Please learn to speak SMTP -- you're not sending any To or From headers,
just envelope-from and envelope-to. A proper conversation reads a little
like this, for your side of it:

HELO example.com
MAIL FROM:<[EMAIL PROTECTED]>
RCPT TO:<[EMAIL PROTECTED]>
DATA
From: Joe Blow <[EMAIL PROTECTED]>
To: Jim Blow <[EMAIL PROTECTED]>
Subject: Testing my SMTP

This is a test.

.



That will do what you're expecting.

GW



Re: RES: Message without Subject and From!!!

2001-08-01 Thread Henning Brauer

On Wed, Aug 01, 2001 at 04:15:55PM -0300, Daniel Abad wrote:
> Ok, I telnet at 25 and compose a message, with mail from: , rcpt to: anda
> data (.) .  
> When I received this from my Outlook or Webmail, the message is empty! Only
> the time appears! 

http://www.ietf.org/rfc/rfc2821.txt
http://www.ietf.org/rfc/rfc2822.txt

really.

If you don't have From:, To:, Subject: and Date: Headers between 
DATA
and
.
no MUA will show them.

A senseful telnet session to an MTA looks like

telnet [mtaip] 25
<220 [mtahost] ESMTP
>EHLO [hostname]
<250 [host]
<250 [multiple feature lines]
>MAIL FROM: [envelope sender]
<250 ok
>RCPT TO: [recipient]
<250 ok
>DATA
<354 go ahead
From: Name 
To: Name 
Subject: a senseful subject
Date: a correct datestring

The text appearing in the body
.

<250 ok [ts] qp [inode]
>QUIT

-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany   *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



RES: Message without Subject and From!!!

2001-08-01 Thread Daniel Abad

Ok, I telnet at 25 and compose a message, with mail from: , rcpt to: anda
data (.) . 

When I received this from my Outlook or Webmail, the message is empty! Only
the time appears! 

Tks.

Daniel

-Mensagem original-
De: Charles Cazabon [mailto:[EMAIL PROTECTED]]
Enviada em: Quarta-feira, 1 de Agosto de 2001 11:35
Para: [EMAIL PROTECTED]
Assunto: Re: Message without Subject and From!!!


Daniel Abad <[EMAIL PROTECTED]> wrote:
> 
> When a send a message to my virtual user, I check it from telnet and it's
> without subject and from!! What should I do?? 

Compose your message differently.  The "From:" and "Subject:" fields in
the message header are completely optional.

This isn't a qmail issue.  See the documentation for your MUA for
further details.

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
---



Re: Message without Subject and From!!!

2001-08-01 Thread Charles Cazabon

Daniel Abad <[EMAIL PROTECTED]> wrote:
> 
> When a send a message to my virtual user, I check it from telnet and it's
> without subject and from!! What should I do?? 

Compose your message differently.  The "From:" and "Subject:" fields in
the message header are completely optional.

This isn't a qmail issue.  See the documentation for your MUA for
further details.

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
---



Message without Subject and From!!!

2001-07-31 Thread Daniel Abad

Hi all!

When a send a message to my virtual user, I check it from telnet and it's
without subject and from!! What should I do?? 

ash-2.03$ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.cidadeinternet.com.br.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK
pass teste
+OK
list
+OK
1 285
.
retr 1
+OK
Return-Path: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 4487 invoked by uid 0); 1 Aug 2001 00:03:51 -
Received: from localhost.0.0.127.in-addr.arpa (HELO www) (127.0.0.1)
  by localhost.0.0.127.in-addr.arpa with SMTP; 1 Aug 2001 00:03:51 -
teste



Something could be done wrong at Intallation??

Tks.
Daniel.

-Mensagem original-
De: Peter van Dijk [mailto:[EMAIL PROTECTED]]
Enviada em: Terça-feira, 31 de Julho de 2001 21:03
Para: [EMAIL PROTECTED]
Assunto: Re: SSH with Qmail


On Wed, Aug 01, 2001 at 09:51:39AM +1000, Brett Randall wrote:
> >>>>> "Chris" == Chris Johnson <[EMAIL PROTECTED]> writes:
> 
> > On Tue, Jul 31, 2001 at 04:02:31AM -0400, Dave Lewis wrote:
> 
> >> Does anyone have documentation on how to setup Qmail to work with SSH
???
> >> I'm currently using Qmail+vpopmail
> 
> > What do you mean by "work with"? In what way would you like qmail and
SSH to
> > interact?
> 
> I want qmail to SSH into the remote mail server, chdir to the mail
> spool folder of the user I am trying to send e-mail to with root
> privs, and write the e-mail message directly into their inbox.

So set up ssh keys without passphrases to allow your system to do so,
make a script that does all that and call it from a .qmail file.

The purpose is completely beyond me, however.

Greetz, Peter
-- 
Against Free Sex!   http://www.dataloss.nl/Megahard_en.html



Re: (No subject)

2001-07-03 Thread Charles Cazabon

[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 
> i have been using qmail-1.03 from almost a year now , and before 2 days
> i have received a complain from one of my customer that he is not able to
> send (relay or mail destined to localdomain) from my qmail-smtpd , he is
> getting an error "connection timeout/reset" etc errors while sending the
> mail , further if the mail contains more then one line then this is
> happening ,but if the message is lesser then one line (message body is
> lesser then one line) then qmail-smtpd is accepting his mails and mails are
> also getting delivered sucessfully  but without any spaces (even if the
> line contains space char) , 

His SMTP client is broken.  qmail-smtpd doesn't fiddle with the contents of
the message at all.  And the one-line/several-lines thing sounds like the CRLF
issue in part.  Use recordio to capture his sessions if you want to be sure.

>  also if someone can tell me with which RFC's qmail complies with , 
> pop-3 is also not working with this mail tool, so please suggest me the
> RFC's for SMTP and POP with which qmail complies with.

qmail aims to be compliant with most of RFC821 and RFC822, which have recently
been replaced with RFC2821 and RFC2822.  POP3 is governed by RFC1939.

Again, I repeat:  his client is broken.

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
---



(No subject)

2001-07-03 Thread reach_prashant

Hello friends

i have been using qmail-1.03 from almost a year now , and before 2 days
i have received a complain from one of my customer that he is not able to
send (relay or mail destined to localdomain) from my qmail-smtpd , he is
getting an error "connection timeout/reset" etc errors while sending the
mail , further if the mail contains more then one line then this is
happening ,but if the message is lesser then one line (message body is
lesser then one line) then qmail-smtpd is accepting his mails and mails are
also getting delivered sucessfully  but without any spaces (even if the
line contains space char) , 

 now the intresting thing is that the mail client from which this customer
is trying to send/receive mails works on TV , and its specifically designed
for broadband users , 

 i myself has tested this tool(mail client for tv for broadband network)
with other ISP's , other mail servers on internet but its working with all
those accept out mail server ,

 so please suggest how to debug/resolve this problem , 

 also if someone can tell me with which RFC's qmail complies with , 
pop-3 is also not working with this mail tool, so please suggest me the
RFC's for SMTP and POP with which qmail complies with.


Thanks & Regards
Prashant Desai


_
Wanna have a date?  Log on to http://dating.zeenext.com



Binary in the Subject: header

2001-07-02 Thread Brett Leeder

Hi,

I'm running qmail-1.03, with qmail-pop3d, running out of users/assign
and users/poppasswd under a single system uid.

A well known virus (email auto-sending one) is generating messages with
binary in the subject header.  I guess more correctly it's inserting
formatting in the headers, newlines, bold, italics (^M, \223, \222 etc)

This is causing either qmail-pop3d or Netscape mail clients (not sure
which side has the problem), to lock up and error, (error occured while
saving messages, unable to retrieve messages from the pop server).

I've seen references to maildrop in the archives, would it be possible
to filter from something like this with all users running under a single
uid.

Thanks,

Brett







Re: How filter a special mail address or subject when receiver all mail ?

2001-06-04 Thread Frank Tegtmeyer

george <[EMAIL PROTECTED]> writes:

>  I use qmail+mysql system in SunOS.I want to filter a special mail
> address or subject
> or content when qmail server receiver all mail.

Qmail-Scanner may be the right thing for you. Have a look at
http://qmail-scanner.sourceforge.net/

Regards, Frank



Re: How filter a special mail address or subject when receiver allmail.

2001-06-03 Thread Todd A. Jacobs

On Sun, 3 Jun 2001, George Xu wrote:

>  I use qmail+mysql system in SunOS.I want to filter a special mail
> address or subject or content when qmail server receiver all mail.

Make procmail your MDA, and set up a global procmailrc file that does
whatever you like with the mail. As long as the message hasn't been
delivered in the global procmailrc, execution falls through to the user's
.procmailrc when the recipe falls off the end of the global rc.

That said, a dot-qmail file will override any procmail delivery recipes,
so this isn't a good solution if you're trying to force something on
un-cooperative users, since they can more or less bypass your global
configs.

-- 
Todd A. Jacobs
CodeGnome Consulting, LTD





How filter a special mail address or subject when receiver all mail ?

2001-06-03 Thread george


Hello :
 I use qmail+mysql system in SunOS.I want to filter a special mail address or subject 
or content when qmail server receiver all mail.
 
How to do ?
Thank you! 





How filter a special mail address or subject when receiver all mail.

2001-06-02 Thread George Xu



Hello :
 I use qmail+mysql system in SunOS.I want to filter a 
special mail address or subject or content when qmail server receiver all 
mail.
 
How to do ?
Thank you!


Re: forwarding msgs analyzing subject text

2001-05-31 Thread Massimo Quintini

Dear Russell

Fantastic.it works !

Thanks...thanks..and thanks again 

Massimo QUINTINI

Russell Nelson wrote:

> Massimo Quintini writes:
>  > Excuse me, but I have tried your solution but it don't works!
>
>  > |/var/qmail/bin/condredirect iauc `822field Subject | grep -q "IAUC"`
>
> Doh!  Yes, of course that won't work.  condredirect wants a program to
> run, not a string.  Try it this way:
>
> |/var/qmail/bin/condredirect iauc /bin/sh -c '822field Subject | grep -q "IAUC"'
>
> --
> -russ nelson <[EMAIL PROTECTED]>  http://russnelson.com
> Crynwr sells support for free software  | PGPok | Microsoft rivets everything.
> 521 Pleasant Valley Rd. | +1 315 268 1925 voice | Linux has some loose screws.
> Potsdam, NY 13676-3213  | +1 315 268 9201 FAX  | You own a screwdriver.

--
Massimo Quintini
Osservatorio Astronomico Collurania Teramo
Via Mentore Maggini s.n.c. 64100 TERAMO (Italy)
Tel +39-0861210490  Fax +39-0861210492
http://www.te.astro.it





Re: forwarding msgs analyzing subject text

2001-05-31 Thread Henning Brauer

On Thu, May 31, 2001 at 10:10:56AM -0400, Russell Nelson wrote:
> Massimo Quintini writes:
>  > Excuse me, but I have tried your solution but it don't works!
> 
>  > |/var/qmail/bin/condredirect iauc `822field Subject | grep -q "IAUC"`
> 
> Doh!  Yes, of course that won't work.  condredirect wants a program to
> run, not a string.  Try it this way:
> 
> |/var/qmail/bin/condredirect iauc /bin/sh -c '822field Subject | grep -q "IAUC"'

...and make sure you have DJB's mess822-package installed. 822field isn't
part of qmail.

-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany   *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



Re: forwarding msgs analyzing subject text

2001-05-31 Thread Russell Nelson

Massimo Quintini writes:
 > Excuse me, but I have tried your solution but it don't works!

 > |/var/qmail/bin/condredirect iauc `822field Subject | grep -q "IAUC"`

Doh!  Yes, of course that won't work.  condredirect wants a program to
run, not a string.  Try it this way:

|/var/qmail/bin/condredirect iauc /bin/sh -c '822field Subject | grep -q "IAUC"'

-- 
-russ nelson <[EMAIL PROTECTED]>  http://russnelson.com
Crynwr sells support for free software  | PGPok | Microsoft rivets everything.
521 Pleasant Valley Rd. | +1 315 268 1925 voice | Linux has some loose screws.
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX  | You own a screwdriver.



Re: forwarding msgs analyzing subject text

2001-05-31 Thread Massimo Quintini

Excuse me, but I have tried your solution but it don't works!

My files are

~massimo/.qmail

./Maildir/
|/var/qmail/bin/condredirect iauc `822field Subject | grep -q "IAUC"`

~alias/.qmail-iauc

&[EMAIL PROTECTED]

The messages in /var/log/qmail/current are


new msg 104056
info msg 104056: bytes 1094 from <[EMAIL PROTECTED]> qp 4756 uid 946
starting delivery 29: msg 104056 to local [EMAIL PROTECTED]
status: local 1/10 remote 0/20
delivery 29: failure:
condredirect:_usage:_condredirect_newaddress_program_[_arg_..._]/
status: local 0/10 remote 0/20
bounce msg 104056 qp 4764
end msg 104056
new msg 104057
info msg 104057: bytes 1669 from <> qp 4764 uid 951
starting delivery 30: msg 104057 to remote [EMAIL PROTECTED]
status: local 1/10 remote 0/20
delivery 30: success: did_1+0+0/
status: local 0/10 remote 0/20
end msg 104057

I have tried with many test but without success!!!

Thanks. Massimo QUINTINI

Russell Nelson wrote:

> Massimo Quintini writes:
>  > I must forward msgs from 1 sender to groups of users  AFTER EXAMINING
>  > SUBJECT TEXT
>  >
>  > example:
>  >
>  > the rcpt of msg is user1
>  > IF subject contains the char string "xxx" THEN the msg must be forwarded
>  > to users user2, user3, user4
>  > IF subject contains the char string "yyy" THEN the msg must be forwarded
>  > to users user5, user6, user7
>  > ..and so on
>  >
>  > It's possibile? How?
>
> cat >~user1/.qmail < ./Mailbox
> |condredirect user234 `822field Subject | grep -q "xxx"`
> |condredirect user567 `822field Subject | grep -q "yyy"`
> EOF
>
> cat >~alias/.qmail-user234 < &user2
> &user3
> &user4
> EOF
>
> cat >~alias/.qmail-user567 < &user5
> &user6
> &user7
> EOF
>
> --
> -russ nelson <[EMAIL PROTECTED]>  http://russnelson.com
> Crynwr sells support for free software  | PGPok | Microsoft rivets everything.
> 521 Pleasant Valley Rd. | +1 315 268 1925 voice | Linux has some loose screws.
> Potsdam, NY 13676-3213  | +1 315 268 9201 FAX  | You own a screwdriver.

--
Massimo Quintini
Osservatorio Astronomico Collurania Teramo
Via Mentore Maggini s.n.c. 64100 TERAMO (Italy)
Tel +39-0861210490  Fax +39-0861210492
http://www.te.astro.it





Re: forwarding msgs analyzing subject text

2001-05-30 Thread John R. Levine

Russ' solution would certainly work, but this is exactly the sort
of thing that procmail is intended for.  A procmailrc to do this
would look like this:

:0 c
* Subject:.*xxx
! user2 user3 user4

:0 c
* Subject:.*yyy
! user5 user6 user7


(Recent versions of procmail play better with qmail, in particular
they can deliver directly to both mboxes and maildirs.)


> > It's possibile? How?
>
>cat >~user1/.qmail <./Mailbox
>|condredirect user234 `822field Subject | grep -q "xxx"`
>|condredirect user567 `822field Subject | grep -q "yyy"`
>EOF
>
>cat >~alias/.qmail-user234 <&user2
>&user3
>&user4
>EOF
>
>cat >~alias/.qmail-user567 <&user5
>&user6
>&user7
>EOF
-- 
John R. Levine, IECC, POB 727, Trumansburg NY 14886 +1 607 387 6869
[EMAIL PROTECTED], Village Trustee and Sewer Commissioner, http://iecc.com/johnl, 
Member, Provisional board, Coalition Against Unsolicited Commercial E-mail



Re: forwarding msgs analyzing subject text

2001-05-30 Thread Russell Nelson

Massimo Quintini writes:
 > I must forward msgs from 1 sender to groups of users  AFTER EXAMINING
 > SUBJECT TEXT
 > 
 > example:
 > 
 > the rcpt of msg is user1
 > IF subject contains the char string "xxx" THEN the msg must be forwarded
 > to users user2, user3, user4
 > IF subject contains the char string "yyy" THEN the msg must be forwarded
 > to users user5, user6, user7
 > ..and so on
 > 
 > It's possibile? How?

cat >~user1/.qmail <~alias/.qmail-user234 <~alias/.qmail-user567 <  http://russnelson.com
Crynwr sells support for free software  | PGPok | Microsoft rivets everything.
521 Pleasant Valley Rd. | +1 315 268 1925 voice | Linux has some loose screws.
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX  | You own a screwdriver.



Re: forwarding msgs analyzing subject text

2001-05-30 Thread Lukasz Gogolewski

Hello,

Just a wild idea - maybe you can use procmail to filter your messages.
I know that procmail has the best match & do features.

Also try qmail.org for any user contributed utilities.

- Lucas

On Wed, 30 May 2001 15:38:14 +0200
Massimo Quintini wrote:

MQ>I must forward msgs from 1 sender to groups of users  AFTER EXAMINING
MQ>SUBJECT TEXT
MQ>
MQ>example:
MQ>
MQ>the rcpt of msg is user1
MQ>IF subject contains the char string "xxx" THEN the msg must be forwarded
MQ>to users user2, user3, user4
MQ>IF subject contains the char string "yyy" THEN the msg must be forwarded
MQ>to users user5, user6, user7
MQ>..and so on
MQ>
MQ>It's possibile? How?
MQ>
MQ>I think with use of .qmail files in /home/user1 specifing a program
MQ>(perl?, C?) that executes the forwarding. It's right? How can I manage
MQ>in program Subject: To: contents?
MQ>
MQ>Thanks
MQ>
MQ>
MQ>--
MQ>Massimo Quintini
MQ>Osservatorio Astronomico Collurania Teramo
MQ>Via Mentore Maggini s.n.c. 64100 TERAMO (Italy)
MQ>Tel +39-0861210490  Fax +39-0861210492
MQ>http://www.te.astro.it
MQ>
MQ>
MQ>


_
Lukasz Gogolewski - [EMAIL PROTECTED]
Tel: 347.452.6837 - Fax: 718.504.4822
SupremeDesigns- www.supremedesigns.com



forwarding msgs analyzing subject text

2001-05-30 Thread Massimo Quintini

I must forward msgs from 1 sender to groups of users  AFTER EXAMINING
SUBJECT TEXT

example:

the rcpt of msg is user1
IF subject contains the char string "xxx" THEN the msg must be forwarded
to users user2, user3, user4
IF subject contains the char string "yyy" THEN the msg must be forwarded
to users user5, user6, user7
..and so on

It's possibile? How?

I think with use of .qmail files in /home/user1 specifing a program
(perl?, C?) that executes the forwarding. It's right? How can I manage
in program Subject: To: contents?

Thanks


--
Massimo Quintini
Osservatorio Astronomico Collurania Teramo
Via Mentore Maggini s.n.c. 64100 TERAMO (Italy)
Tel +39-0861210490  Fax +39-0861210492
http://www.te.astro.it





Re: Subject Line Manipulation

2001-05-11 Thread Charles Cazabon

Inthereal <[EMAIL PROTECTED]> wrote:
> 
> This is for a server that virt hosts approx 20 domains.  I would like to
> be able to add information to all incoming mail for one particular domain.
> Is there a qmail trick for this, or do I need to go through a pl script?

One way would be to use Bruce Guenter's QMAILQUEUE patch, and then use his
qmail-qfilter mechanism (or roll your own) to modify the messages as they are
injected into the queue.  You can find the neccessary links at qmail.org.

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Subject Line Manipulation

2001-05-11 Thread Inthereal

Hello,
I would like to control (or add) to a subject line text.

This is for a server that virt hosts approx 20 domains.  I would like to
be able to add information to all incoming mail for one particular domain.
Is there a qmail trick for this, or do I need to go through a pl script?

Thanks in advance.  So far I have been unable to find anything like this.

Derrik




Re: Subject per recipient

2001-03-28 Thread Charles Cazabon

Michael T. Babcock <[EMAIL PROTECTED]> wrote:
> 
> I want to send a message to someone, and add two CC's as well, but with 
> special notes not visible to the CC'd people.

Can't be done.  If the message contents are different, it's two different
messages, not one message with two recipients.

> Right now, I send the message to that person, then re-send it to the other
> people, or send the original message to everyone with the special notes in a
> seperate message.

That's the only way.

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Subject per recipient

2001-03-28 Thread Michael T. Babcock

I'm sure this is handled differently by different people, but here's the 
situation:

I want to send a message to someone, and add two CC's as well, but with 
special notes not visible to the CC'd people.  Right now, I send the 
message to that person, then re-send it to the other people, or send the 
original message to everyone with the special notes in a seperate message.

Has anyone seen an RFC or had any ideas for the inclusion of recipient 
specific subjects, etc?  Perhaps based on MIME?  This would be best done 
at the MUA or MTA level I would imagine.




Re: (no subject)

2001-03-13 Thread Charles Cazabon

[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 
> There are two users called A and B.  I configure A .qmail file with forward
> option to redirect emails to B.  When the message is sent to A both (A and B)
> received the message.  How can I do to make forward option goes to B user
> without A user receive the message.

Simply put "&address_of_B" into ~A/.qmail .  This will forward all mail
which is addressed to A to user B.  If there are no other lines in user
A's .qmail file, they will not get a copy of any mail.

Read the manual page for dot-qmail for further information.

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



(no subject)

2001-03-13 Thread aamaro

HI,

There are two users called A and B.  I configure A .qmail file with
forward option to redirect emails to B.  When the message is sent to A
both (A and B)  received the message.
How can I do to make forward option goes to B user without A user
receive the message.

Thanks,

Alexandre Amaro



(no subject)

2001-03-01 Thread Dan Hobbs

unsubscribe




(no subject)

2001-01-02 Thread Hugo Escobar

unsubscribe qmail




Re: not sure what the subject should be

2000-12-27 Thread Andrew Hill

Timothy Falardeau wrote:
> I have qmail running on Linux.cima.org.  and all my
> mail mail must be sent to [EMAIL PROTECTED] What
> I want to know and have yet to find documented is how
> to have the mail sent to [EMAIL PROTECTED] anyone
> shed some light here?

See question/answer 3.1 in the FAQ.

Cheers,
-- 
Andrew Hill

"Right now, I'd happily snort gunk from the sink if it would take
my brain somewhere away from here" - JB



not sure what the subject should be

2000-12-27 Thread Timothy Falardeau

I have qmail running on Linux.cima.org.  and all my
mail mail must be sent to [EMAIL PROTECTED] What
I want to know and have yet to find documented is how
to have the mail sent to [EMAIL PROTECTED] anyone
shed some light here?



RE: request to prefix subject header.

2000-12-23 Thread Dennis

thanks for showing me the error of my ways :)

> -Original Message-
> From: Russell Nelson [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, 24 December 2000 2:21 AM
> To: Qmail@List. Cr. Yp. To
> Subject: Re: request to prefix subject header.
> 
> 
> Dennis writes:
>  > Hello to one and all (especially the list managers)
>  > 
>  > Can I make a suggestion
>  > Why don't we prefix the subject header with [qmail].
>  > It makes filtering a lot easier.
> 
> Every piece of email from the qmail mailing list has this header in it:
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> 
> Is there any reason why your software cannot key off that header
> instead of the Subject: header?
> 
> -- 
> -russ nelson <[EMAIL PROTECTED]>  http://russnelson.com | If I knew the
> Crynwr sells support for free software  | PGPok | destination of the
> 521 Pleasant Valley Rd. | +1 315 268 1925 voice | handbasket, I 
> never would
> Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | have gotten into it!



Re: request to prefix subject header.

2000-12-23 Thread Russell Nelson

Dennis writes:
 > Hello to one and all (especially the list managers)
 > 
 > Can I make a suggestion
 > Why don't we prefix the subject header with [qmail].
 > It makes filtering a lot easier.

Every piece of email from the qmail mailing list has this header in it:
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm

Is there any reason why your software cannot key off that header
instead of the Subject: header?

-- 
-russ nelson <[EMAIL PROTECTED]>  http://russnelson.com | If I knew the
Crynwr sells support for free software  | PGPok | destination of the
521 Pleasant Valley Rd. | +1 315 268 1925 voice | handbasket, I never would
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | have gotten into it!



Re: request to prefix subject header.

2000-12-22 Thread Jerry Lynde

At 04:09 PM 12/22/2000, Dennis wrote:
>Hello to one and all (especially the list managers)
>
>Can I make a suggestion
>Why don't we prefix the subject header with [qmail].
>It makes filtering a lot easier.
>
>feedback ?

what about a filter like the one I use?

Header  contains "[EMAIL PROTECTED]"

I guess  ( ( Header Subject contains [qmail] ) ) has fewer characters,
but it's really not that much simpler than checking the recipients...


my $.02

Jer




request to prefix subject header.

2000-12-22 Thread Dennis

Hello to one and all (especially the list managers)

Can I make a suggestion
Why don't we prefix the subject header with [qmail].
It makes filtering a lot easier.

feedback ?



Re: Subject

2000-12-22 Thread andi




On Fri, 22 Dec 2000 [EMAIL PROTECTED] wrote:

> Hi,
> 
> I am using qmail 1.03 + ezmlm 0.53 with ezmlm-idx 0.40 on a RedHat 6.1
> machine. What i like to know is how can i moderate the subject line
>  when ezmlm sends a responce back, say for example to a help request.
> The default that is sent is 'ezmlm response', i would like to change that
> that can reflect the name of the list.
> 
> How can this be done?
> 

edit ~example/ezmlm-mailing-list/text/
there are so many files inside text directory
you can edit what ever you want to

hope can help you




andi hari





Subject

2000-12-21 Thread kiran

Hi,

I am using qmail 1.03 + ezmlm 0.53 with ezmlm-idx 0.40 on a RedHat 6.1
machine. What i like to know is how can i moderate the subject line
 when ezmlm sends a responce back, say for example to a help request.
The default that is sent is 'ezmlm response', i would like to change that
that can reflect the name of the list.

How can this be done?


Regards
Kiran




(no subject)

2000-12-19 Thread Hugo Escobar

unsuscribe




Re: Blocking qmails by subject

2000-12-05 Thread Petr Danecek



Hi,

Look at qmail-qfilter. It will allow you to do even much more.
Petr


On Tue, 28 Nov 2000, Roberto Samarone Araujo (RSA) wrote:

> Hi,
> 
>  I would like to know how can I block emails by subject. Is it
> possible to do with qmail ?? How can I do that ?
> 
> thanks,
> 
> Roberto Samarone Araujo
> 

-- 





(no subject)

2000-11-29 Thread Ismail YENIGUL






Blocking qmails by subject

2000-11-28 Thread Roberto Samarone Araujo \(RSA\)

Hi,

 I would like to know how can I block emails by subject. Is it
possible to do with qmail ?? How can I do that ?

thanks,

Roberto Samarone Araujo




Re: mailtraffic logging, inclusive Subject: field

2000-11-09 Thread Eduardo Augusto Alvarenga

"Olivier M." wrote:
> 
> On Fri, Nov 03, 2000 at 08:43:04AM +1300, Jason Haar wrote:
> > On Thu, Nov 02, 2000 at 03:47:47PM +0100, Olivier M. wrote:
> > > Hello,
> > >
> > > For a project, I'd need to find a way to log the mail traffic
> > > on a qmail server, but not just sender and recipient: subject
> > > is also needed.
> >
> > Qmail-Scanner can certainly give you that - plus attachment data per message.
> >
> > Output looks like:
> >
> > 31/10/2000 08:56:28:2757: p_s:  msg info: [EMAIL PROTECTED] [EMAIL PROTECTED]
> >  My subject   attachment1 attachment2
> 
> Thanks Jason, I will try your solution : it's the best one I guess.
> 
> And then I will directely add an antivirus :) Do you have one
> you are using and you recommend ? (I know the list on the q-s homepage :).
> 
> Regards,
> Olivier
> --
> _
>  Olivier Mueller - [EMAIL PROTECTED] - PGPkeyID: 0E84D2EA - Switzerland
> qmail projects: http://omail.omnis.ch  -  http://webmail.omnis.ch
> 
>   
>Part 1.2Type: application/pgp-signature

Oliver,

Maybe you should try using the AMaViS Anti-Virus (http://amavis.org)
It's a great implemention to qmail-remote and qmail-local to an
anti-virus protection. Works with lots of commercial and free anti-virus
(for Unix!).

I use AMaViS with the Sophos Anti-Virus. Works wonderfully.


B. Regards,
 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Eduardo Augusto Alvarenga - Analista de Suporte - #179653
Blumenau - Santa Catarina. Tel. (47) 9102-3303
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 /"\
 \ /  Campanha da Fita ASCII - Contra Mail HTML
  X   ASCII Ribbon Campaign - Against HTML Mail
 / \



Re: mailtraffic logging, inclusive Subject: field

2000-11-08 Thread Olivier M.

On Fri, Nov 03, 2000 at 08:43:04AM +1300, Jason Haar wrote:
> On Thu, Nov 02, 2000 at 03:47:47PM +0100, Olivier M. wrote:
> > Hello,
> > 
> > For a project, I'd need to find a way to log the mail traffic
> > on a qmail server, but not just sender and recipient: subject
> > is also needed. 
> 
> Qmail-Scanner can certainly give you that - plus attachment data per message.
> 
> Output looks like:
> 
> 31/10/2000 08:56:28:2757: p_s:  msg info: [EMAIL PROTECTED] [EMAIL PROTECTED] 
>  My subject   attachment1 attachment2

Thanks Jason, I will try your solution : it's the best one I guess.

And then I will directely add an antivirus :) Do you have one
you are using and you recommend ? (I know the list on the q-s homepage :).

Regards,
Olivier
-- 
_
 Olivier Mueller - [EMAIL PROTECTED] - PGPkeyID: 0E84D2EA - Switzerland
qmail projects: http://omail.omnis.ch  -  http://webmail.omnis.ch

 PGP signature


Re: mailtraffic logging, inclusive Subject: field

2000-11-02 Thread Jason Haar

On Thu, Nov 02, 2000 at 03:47:47PM +0100, Olivier M. wrote:
> Hello,
> 
> For a project, I'd need to find a way to log the mail traffic
> on a qmail server, but not just sender and recipient: subject
> is also needed. 

Qmail-Scanner can certainly give you that - plus attachment data per message.

Output looks like:

31/10/2000 08:56:28:2757: p_s:  msg info: [EMAIL PROTECTED] [EMAIL PROTECTED] 
 My subject   attachment1 attachment2

Admittedly that line is currently just one of the debug statements (Q-S is
primarily an Email virus scanner), but I'm heading down the track of
formally altering Qmail-Scanner to report such data into a seperate logfile.

BTW, it also has an archive feature which allows you to keep copies of all
Email that Qmail system parses. Once installed with the archive feature
enabled, you can turn it on and off at will when archiving/copying of Email
is required. I've found it very useful for debugging certain "issues" we've
had with Exchange servers... :-)

http://qmail-scanner.sourceforge.net/

--
Cheers

Jason Haar

Unix/Special Projects, Trimble NZ
Phone: +64 3 9635 377 Fax: +64 3 9635 417



Re: mailtraffic logging, inclusive Subject: field

2000-11-02 Thread Olivier M.

On Thu, Nov 02, 2000 at 10:31:06AM -0500, Peter Green wrote:
> > Personally, I think I would first try to catch all the mails
> > using http://cr.yp.to/qmail/faq/admin.html#copies , and then
> > parse all the messages "by hand". But I guess there would
> > be a better solution ? :)
> 
> If you are using Bruce's RPMs (which I'm guessing you are, based on your
> contributions to the vmailmgr list... :), check into the msglog@yourdomain user

nope, I'm using self made stuff, and no rpms for critical server programs 
(apache, mail, ftp, sql and dns)  :)

> user (often controlled via ~alias/.qmail-msglog). There should already be a
> placeholder file for this exact kind of thing.

so this should come from a specific patch. I'll try to find which one.

> That's the way I'd do it.

thanks for your feedback! 
Olivier
-- 
_
 Olivier Mueller - [EMAIL PROTECTED] - PGPkeyID: 0E84D2EA - Switzerland
qmail projects: http://omail.omnis.ch  -  http://webmail.omnis.ch

 PGP signature


Re: mailtraffic logging, inclusive Subject: field

2000-11-02 Thread Peter Green

also sprach qmail:
> Personally, I think I would first try to catch all the mails
> using http://cr.yp.to/qmail/faq/admin.html#copies , and then
> parse all the messages "by hand". But I guess there would
> be a better solution ? :)

If you are using Bruce's RPMs (which I'm guessing you are, based on your
contributions to the vmailmgr list... :), check into the msglog@yourdomain
user (often controlled via ~alias/.qmail-msglog). There should already be a
placeholder file for this exact kind of thing.

Then, use the mess822 package to extract and save Subject: lines, or to do
whatever you want...

That's the way I'd do it.

/pg
-- 
Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED]
---
"A journey of a thousand miles continues with the second step."
--- Larry Wall




mailtraffic logging, inclusive Subject: field

2000-11-02 Thread Olivier M.

Hello,

For a project, I'd need to find a way to log the mail traffic
on a qmail server, but not just sender and recipient: subject
is also needed. 

For sender, recipient and size, the maillogs would be enough. 
But I have to find a way to include the subject into the log.
Is anybody already doing that ?  (patch?)

I would be glad to read your suggestions :) 

Personally, I think I would first try to catch all the mails
using http://cr.yp.to/qmail/faq/admin.html#copies , and then
parse all the messages "by hand". But I guess there would
be a better solution ? :)

Regards,
Olivier
-- 
_
 Olivier Mueller - [EMAIL PROTECTED] - PGPkeyID: 0E84D2EA - Switzerland
qmail projects: http://omail.omnis.ch  -  http://webmail.omnis.ch

 PGP signature


Re: (No Subject)

2000-10-05 Thread Adam McKenna

Well, this should be entertaining.

--Adam

-- 
Adam McKenna <[EMAIL PROTECTED]> | "No matter how much it changes, 
http://flounder.net/publickey.html   |  technology's just a bunch of wires 
GPG: 17A4 11F7 5E7E C2E7 08AA|  connected to a bunch of other wires."
 38B0 05D0 8BF7 2C6D 110A|  Joe Rogan, _NewsRadio_



Re: ....interesting question on internet server balancing subject

2000-10-02 Thread markd

On Mon, Oct 02, 2000 at 12:45:51PM +0200, Luka Gerzic wrote:

> on both servers with extra 3com 100mb/s cards and make them conected with
> twisted cable (direct connection), so both servers are conected with
> 2 eth. cards.

Why did you do this? Performance? Security?  What's wrong with them
talking to each other on the same network as the router is connected
to (presumably they all share a single switch of some sort). What makes
you think they need to talk to each other at all?
 
> 1. can i make somehow server balancing with qmail?

Yes, but in general it's probably better to design your load balancing
solution before putting your network in place.

In any event, you need to be much more specific. Balancing what exactly?
Inbound SMTP? Local mail delivery? User access via POP/IMAP? Outbound queues?

In general your big question will be where you finally store the incoming
mail for local users. Whatever that storage system is, it needs to be
available to both (or all your mail systems). Typically people run a
high-availability NFS solution, such as netapp.com. In such cases,
multiple servers (such as your mx1 and mx2) don't need to send traffic
to each other at all! So there is no need to have a special network
for them.

Sometimes a much simpler solution is to partition off the different
functions. Eg, place POP access on one box and SMTP access on another.
It doesn't give you redundancy, but it does balance resources somewhat.


Regards.



RE: ....interesting question on internet server balancing subject

2000-10-02 Thread Brett Randall

You may like to take a look at anaconda. I'm afraid I don't know the site
for it, but do a search for anaconda and clustering and you may find what
you are looking for...

/BR


Manager
InterPlanetary Solutions
http://ipsware.com/




....interesting question on internet server balancing subject

2000-10-02 Thread Luka Gerzic

Hello qmail world!

I have one interesting question on internet server balancing subject.
Let's imagine situation with small ISP with 2 or more MTA. I made i simple
draw with 2 mx's each with uniq. ip adress, also i made i little
modification
on both servers with extra 3com 100mb/s cards and make them conected with
twisted cable (direct connection), so both servers are conected with
2 eth. cards. My questions are :

1. can i make somehow server balancing with qmail?
2. how can i force 2 server to share users and mail (incomming and outgoing)
On second question i made this little modification on extra eth. cards in
servers with local ip adresses and local route in both servers.

I'm calling out all you freelances to try out this one... ;)



-- cut here for pic ---


   ++
   |   Router   |
   ||
   ++--++
|  |
|  |
A  B
   195.1.1.100195.1.1.105
|  |
|  |
   ++++++
   | || |
   |   mx1   +<---C-->+   mx2   |
   | |   < 10.0.0.1   | |
   +-+10.0.0.2 >  +-+


-- cut here for pic ---




--
D r e n i k   N e t w o r k s  /  Y u g o s l a v i a

Luka Z. Gerzic
Graphic design, prepress, html, networking
home page:  http://stinger.drenik.net
email: [EMAIL PROTECTED]






RE: (No Subject)

2000-10-01 Thread Brett Randall

MessageApart from the fact that (and this I guess :> ) was a pointless waste
of bandwidth for the qmail list,
1. We don't like HTML messages in general...
2. Your date looks screwed

/BR

Manager
InterPlanetary Solutions
http://ipsware.com/

  -Original Message-
  From: clubysorgio [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, 5 October 2014 4:52 PM
  To: [EMAIL PROTECTED]
  Subject: (No Subject)






--








(No Subject)

2000-10-01 Thread clubysorgio
Title:  Message 


 





forwarding the subject of an incoming mail to another address

2000-09-25 Thread pgracia



Hello,

        I use qmail+vpopmail+qmailadmin. What I am trying to do is to set up an email account [EMAIL PROTECTED] so when it receives a new mail, it extracts the subject and forwards it to another mail address [EMAIL PROTECTED] (mail to sms gateway).

        I have a .qmail-user file with the following line (that works in the console):

                | /bin/grep -e From -e Subject | /var/qmail/bin/qmail-inject [EMAIL PROTECTED]

        but this is what I am getting

                969880946.483051 delivery 193: deferral: qmail-inject:_fatal:_read_error/
                969880946.483064 status: local 0/10 remote 0/20

        What am I doing wrong?


Paco Gracia
Director Técnico
Amira Sistemas

Re: Send the sender and subject of an e-mail to a pager or cell phone

2000-09-22 Thread Robin S. Socha

* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [000922 07:02]:
> A new customer wants to receive a notification in his pager or cell
> phone every time he receives a mail, with information like the sender
> and subject of the mail. Any idea about how can it be done? I only
> would know how to send a copy of the entire mail to his cell phone
> through email...

This can be done using procamail or maildrop in connection with an
email2sms tool of your choice (http://freshmeat.net/search/?q=sms). It's
got nothing to do with qmail, though.



Send the sender and subject of an e-mail to a pager or cell phone

2000-09-22 Thread pgracia



Hello,

        A new customer wants to receive a notification in his pager or cell phone every time he receives a mail, with information like the sender and subject of the mail. Any idea about how can it be done? I only would know how to send a copy of the entire mail to his cell phone through email...

Thanks in advance

Paco Gracia
Director Técnico
Amira Sistemas

filter by subject and deliver elsewhere

2000-08-04 Thread M.B.

http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/06/msg00284.html

The above link sends one to a script that filters based on subject.

It bounces the mail.  I, however, wish to instead forward this
email to an alternative Maildir.  How might I do that?

mike.


___
Why pay for something you could get for free?
NetZero provides FREE Internet Access and Email
http://www.netzero.net/download/index.html



any update "Virus Subject List"?

2000-07-19 Thread Chris Chan


Is there any update "Virus Subject List"? I want to add to our qmail mail
filter. like "ILOVEYOU" ... etc. Anyone can point me to the right place?
Thanks much



  Chris Chan






Re: Reject mail by Subject field contents

2000-06-04 Thread Ricardo D. Albano

Here is a script in Python, originaly is for filtering mails containing the
text "ILOVEYOU" in the subject, but is very easy to modify it.


-Original Message-
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Friday, June 02, 2000 6:28 AM
Subject: Reject mail by Subject field contents


>
>I have downloaded the 'qtools' from the QMAIL pages. I want to reject
>mail whose "Subject:" field contains the word "*Insurance*", "*sex*", and
>others.
>Does anybody have an example of the scripts to modify?
>
>
> Thanks
>
>

 qmail-filter.py


Reject mail by Subject field contents

2000-06-02 Thread lopera


I have downloaded the 'qtools' from the QMAIL pages. I want to reject
mail whose "Subject:" field contains the word "*Insurance*", "*sex*", and
others.
Does anybody have an example of the scripts to modify?


 Thanks





(no subject)

2000-05-23 Thread kapil sharma

unsubscribe






(no subject)

2000-05-22 Thread kapil sharma

unsubscribe




Re: Subject: SMTP & POP ports are non responding

2000-05-14 Thread J . I . Sendoro



>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 11/6/00, 10:38:32 PM, [EMAIL PROTECTED] wrote regarding Subject: 
SMTP & POP ports are non responding:


> Dear all ,

>   All of a sudden my POP3 & SMTP ports are hanged.Even after 
restarting
>   the essential POP3d & SMTPd services the response is very poor.
>   The server configuration is 256MB RAM,Pentium III processor 450 
MHZ,
>   with 20 GB harddisk space.

>   Any guess?any help will be appreciated.

>   Rgds,
>   RAVI.V.R






Re: Wrong subject line

2000-05-12 Thread James

That last message I sent had the wrong subject line after "FIXED".. God my
brain is fried tonight.  It should have said:

Problem FIXED (was Help me understand "allowed rcpthosts")

Sorry about that.. I'm not sure if Bob Brown fixed his problem or not.

James




Subject: SMTP & POP ports are non responding

2000-05-12 Thread ravivr


Dear all ,

  All of a sudden my POP3 & SMTP ports are hanged.Even after restarting
  the essential POP3d & SMTPd services the response is very poor.
  The server configuration is 256MB RAM,Pentium III processor 450 MHZ,
  with 20 GB harddisk space.

  Any guess?any help will be appreciated.

  Rgds,
  RAVI.V.R





Re: Subject filtering on a relay-only system?

2000-05-10 Thread Ricardo D. Albano

Or you can write a wrapper around qmail-queue.
I'm trying to do this, but I'm not very familiar with this, if any can give
me some examples (prefereable in C) I really apreciate it.

Thank's
RDA.-


-Original Message-
From: Ondrej Sury <[EMAIL PROTECTED]>
To: Ralf Günthner <[EMAIL PROTECTED]>; Qmail List <[EMAIL PROTECTED]>
Date: Wednesday, May 10, 2000 12:24 PM
Subject: Re: Subject filtering on a relay-only system?


Ralf Günthner wrote:

> Our qmail server is configured to forward every incoming e-mail to our
internal mail server. There are no local user mailboxes. So .qmail files in
users home-directories are out of the question.
>
> Do still have a chance to filter incoming messages based on subject or
attachment type?
>
> Otherwise I'd have to look into a content security product. Management is
nervous because of the recent lovebug scare...

You probably want to write wrapper around qmail-remote.
AMaViS for qmail use same technique.

--
Ondrej Sury <[EMAIL PROTECTED]> Globe Internet s.r.o. http://globe.cz/
Tel: +420235365000 Fax: +420235365009  Planickova 1, 162 00 Praha 6
Mob: +420602667702 ICQ: 24944126  Mapa: http://globe.namape.cz/
NAJDI.TO http://najdi.to/ PRESS.CZ http://press.cz/




Re: Subject filtering on a relay-only system?

2000-05-10 Thread Ondrej Sury

Ralf Günthner wrote:

> Our qmail server is configured to forward every incoming e-mail to our internal mail 
>server. There are no local user mailboxes. So .qmail files in users home-directories 
>are out of the question.
> 
> Do still have a chance to filter incoming messages based on subject or attachment 
>type?
> 
> Otherwise I'd have to look into a content security product. Management is nervous 
>because of the recent lovebug scare...

You probably want to write wrapper around qmail-remote.
AMaViS for qmail use same technique.

-- 
Ondrej Sury <[EMAIL PROTECTED]> Globe Internet s.r.o. http://globe.cz/
Tel: +420235365000 Fax: +420235365009  Planickova 1, 162 00 Praha 6
Mob: +420602667702 ICQ: 24944126  Mapa: http://globe.namape.cz/
NAJDI.TO http://najdi.to/ PRESS.CZ http://press.cz/



Subject filtering on a relay-only system?

2000-05-10 Thread Ralf Günthner

Hi list

Here's a question that hasn't been answered before, I think:

Our qmail server is configured to forward every incoming e-mail to our internal mail 
server. There are no local user mailboxes. So .qmail files in users home-directories 
are out of the question.

Do still have a chance to filter incoming messages based on subject or attachment 
type? 

Otherwise I'd have to look into a content security product. Management is nervous 
because of the recent lovebug scare...

Thanks for any input.
Cheers
Ralf G.




blocking mails by subject?

2000-05-04 Thread Jerry Walsh

Hi,

with the mass amount of worms and trojans spreading around these days i am
wondering if it's possible to block mails with qmail by subject? (for
example the current "LOVEBUG" worm: if subject = 'ILOVEYOU' then block it)

Any help would be greatly appreciated.

Jerry.
--

Jerry Walsh   [EMAIL PROTECTED]
Aardvark IPL  Fax +353 21 896040 
Morris house  Tel +353 21 896060
Douglas 
Cork Ireland. http://www.aardvark.ie/





Re: Rewriting subject line

2000-03-06 Thread Magnus Bodin

On Mon, Mar 06, 2000 at 12:50:38PM -0500, Derek Watson wrote:
> Here's what I'm trying to achieve -
> 
> When an email gets sent to [EMAIL PROTECTED], the message gets processed
> by it's .qmail file, and gets forwarded to a short list of addresses within
> that file.  That works fine, and it was really easy to do.  What I would
> like is to rewrite the subject line of the message before delivery to
> prepend a [maillist] tag before the message.. . so that a message coming in
> like
> ---
> From: [EMAIL PROTECTED]
> Subject: test message
> ---
> gets delivered like
> 
> ---
> From: [EMAIL PROTECTED]
> Subject: [maillist] test message
> ---
> 
> I'm sure you all know what I mean.  I have experimented with "preline". ..
> but I think I'm on the wrong track.  My current .qmail file looks like this:


Do it like this:   (generic script to tag mail included)

.qmail file:
-
| /usr/local/bin/tagmail.pl "[maillist]" | forward [EMAIL PROTECTED]
-

tagmail.pl
-
#!/usr/bin/perl
# tagmail.pl; 1999-02-18; [EMAIL PROTECTED]
use strict;

# read mail and split into hdr and body
my ($hdr, $body);
while () { last if /^[\r\n]*$/; $hdr .= $_; }
$body = join '',;

# Fix subject-line
$hdr =~ s/^(subject:\s*)(.*)$/$1 $ARGV[0] $2/mi;

# print mail
print "$hdr\n$body";
---


/magnus

-- 
http://x42.com/



Rewriting subject line

2000-03-06 Thread Derek Watson

Here's what I'm trying to achieve -

When an email gets sent to [EMAIL PROTECTED], the message gets processed
by it's .qmail file, and gets forwarded to a short list of addresses within
that file.  That works fine, and it was really easy to do.  What I would
like is to rewrite the subject line of the message before delivery to
prepend a [maillist] tag before the message.. . so that a message coming in
like
---
From: [EMAIL PROTECTED]
Subject: test message
---
gets delivered like

---
From: [EMAIL PROTECTED]
Subject: [maillist] test message
---

I'm sure you all know what I mean.  I have experimented with "preline". ..
but I think I'm on the wrong track.  My current .qmail file looks like this:

|preline /usr/bin/mailfilter [maillist]
[EMAIL PROTECTED]

"Mailfilter" is a simple perl program I wrote to take standard-in and add
argument 1 to the subject line.  But preline only passes the email OUT, it
doesn't take it back IN for further processing.  So, short of letting my
lame mailfilter program do the rest of the delivery, I'm SOL.

Am I going about this all wrong?  Someone please help, I know I sound new,
but I couldn't find any good docs on this anywhere. . .

Derek



Re: dumping messages based on subject

2000-02-22 Thread Uwe Ohse

> is there a way to dump a message that contains a certain string of words in
> the subject line, or in the message body??
> 
> i.e. take any message with the string"pretty park" contained in it and send
> it to /dev/null??

.qmail:
# the next two lines must be one ... unless sent by email.
    | 822field subject |grep -i "pretty park" >/dev/null \
  && echo dropping pretty park message && exit 99
# dito.
| sed '1,/^$/d' |grep -i "pretty park" >/dev/null \
  && echo dropping pretty park message && exit 99
# or whatever your delivery type is.
./Maildir/ 

you'll need http://cr.yp.to/mess822.html for that.

Regards, Uwe



Re: dumping messages based on subject

2000-02-21 Thread David Mandala

procmail is your friend, read the manpage and have fun.


Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> 
> 
> is there a way to dump a message that contains a certain string of words in
> the subject line, or in the message body??
> 
> i.e. take any message with the string"pretty park" contained in it and send
> it to /dev/null??
> 
> thanks!
> 
> Bernie Courtney
> 
> 

-- 
David Mandala, Senior Executive, Linuxcare, Inc.
415 354-4347 ext 240 tel, 415 701-7457 fax
[EMAIL PROTECTED] http://www.linuxcare.com/
Linuxcare.  Support for the revolution.



dumping messages based on subject

2000-02-21 Thread courtney



is there a way to dump a message that contains a certain string of words in
the subject line, or in the message body??

i.e. take any message with the string"pretty park" contained in it and send
it to /dev/null??

thanks!

Bernie Courtney




(no subject)

2000-01-22 Thread ravivr

SUBSCRIBE

Thanks,
RAVI.V.R



Re: (no subject)

1999-12-17 Thread Dave Sill

"Stephan Weaver" <[EMAIL PROTECTED]> wrote:

>i really like qmail.

Me too.

>I was wondering how to disable somethings.
>if i telnet localhost 25
>and i type 'help'
>i get a response with a link to the qmail's homepage.
>i dont want that, for security reasons.
>mabee you guys can help me out?

Modify the source code, qmail-smtpd.c, to be specific.

There's really nothing to be gained by trying to hide the fact that
you're running qmail because: (1) there are no known security holes
in qmail, and (2) qmail is recognizable by its behavior.

-Dave



(no subject)

1999-12-16 Thread Stephan Weaver

Hello!
i really like qmail.
I was wondering how to disable somethings.
if i telnet localhost 25
and i type 'help'
i get a response with a link to the qmail's homepage.
i dont want that, for security reasons.
mabee you guys can help me out?
thnx alot!
stephan weaver



(no subject)

1999-07-31 Thread eric

vchkpw uses the same qmail-pop3d.  All you have to do is change your
startup script for qmail to remove the default 'checkpoppasswd' (or
whatever it to called).  Then insert the compiled program
'/home/popusers/bin/vchkpw' in place of it.  Here's my Qmail startup
scripts from BEFORE and AFTER:

Before:

/usr/local/bin/tcpserver -R -H -c 20 0 pop3 /var/qmail/bin/qmail-popup
thepublic.net /var/qmail/users/checkpoppasswd /var/qmail/bin/qmail-pop3d
Maildir &
^- All on one line.

(I know you can break this up, but why complex things?)

See that I am using /var/qmail/users/checkpoppasswd?  This is a modified
checkpoppasswd that I have done.

When you install vchkpw, all you do is change to:

After:

/usr/local/bin/tcpserver -H -R -c 20 0 pop3 /var/qmail/bin/qmail-popup
thepublic.net /home/popusers/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
&
^- All on one line.

See.  No mystery here.  vchkpw is a different user authentication.  vchkpw
also re-writes several files in the /var/qmail/control/* directory. 
Including virtualdomains and rctphosts.  So back them up before continuing.
 You can edit them later.

vchkpw also rewrites the /var/qmail/users/assign file to it's format.  So
this means any passwords you might have stored here already will be gone. 
You can backup a copy of it and delete what you have.  Then edit the
directories later.

That's basically the procedure for 'upgrading' to vchkpw.  I use the
default qmail-pop3d and smtpd.  As well as Qmail's 4 daemon's running,
hosting close to 200 domains now.  It hasn't flinched.  Not bad for a
little program called Qmail and vchkpw.  :)


Eric Duncan

President.and.CEO
The.Public.Network
http://www.thepublic.net
[EMAIL PROTECTED]



Paul Farber writes:

> hello all
> 
> I'm tring to set up two qmail-pop3d daemons using tcpserver on a RH 5.2
> box.  I've modified the qmail-pop3d.init files and added the service
> (vpop-3 108/tcp) and it starts up.
> 
> I want to use vchpwd and qmailadmin to host more than one virtual domain.
> The INSTALL and FAQ don't cover what to do when you are adding vchkpw and
> still keep the original qmail-pop3d service running.
> 
> Any advice?
> 
> Paul D. Farber II
> Farber Technology
> Ph. 570-628-5303
> Fax 570-628-5545
> [EMAIL PROTECTED]
> 


President.and.CEO
The.Public.Network
http://www.thepublic.net
[EMAIL PROTECTED]



prepending token to subject line

1999-07-23 Thread M Lyons


Someone mentioned that you couldn't do this with EZMLM.

Couldn't you do something like:

|/usr/local/bin/ezmlm-reject
|perl -ne 's/^(subject\s*:)(.*)/$1\[foolist\]$2/i;print' | /usr/local/bin/ezmlm-send 
|'/home/lyonsm/SOS'
|/usr/local/bin/ezmlm-warn '/home/lyonsm/SOS' || exit 0

.. ?

-- 
-m PGP fingerprint 87AD A49F E2AF 6243 DDA4  0BEC EA3A FDF8 1A0D B81A
   finger for key





(no subject)

1999-04-26 Thread Javed Ahsan

unsubscribe