How to remove from the list?

2001-08-08 Thread alex






remove from list

2001-08-07 Thread Jonathan X Peers

Henrique Pantarotto wrote:

 Hello friends,

 I wrote another script for message removal for Qmail, this time it's
 written in bash.  I found this to be easier and faster then those others
 already available.  It's very simple but efficient, so I hope.

 It will only remove messages if you use --remove, otherwise it will
 only list the messages found.  I would like to receive comments and
 suggestions if possible.

 It's available at http://planeta.terra.com.br/arte/pantarotto/qremove/

 [root@otonogatobasso /root]# ./qremove.sh --help
 sintax: ./qremove.sh [-f|-t|-b string] [-q n] [--remove] [-h|--help]
   -f string   Search string in the from field
   -t string   Search string in the destination recipients
   -b string   Search string in the message body (first 50 lines)
   -q nBegin scan in queue number n (default=0)
   -h, --help  This instructions
   -v, --version   Version
   --removeReally REMOVE messages from queue
   --quiet Turn verbose off

 Regards, Henrique.




please remove me

2001-07-11 Thread Webmaster






Re: please remove me

2001-07-11 Thread Henning Brauer

On Wed, Jul 11, 2001 at 09:35:51AM -0400, Webmaster wrote:
[nothing]

All you guys were able to subscribe to this list. All you guys got the
welcome message where the usubcribe procedure was described, aside the hint
to keep this message for further reference.

It's really easy to unsuibscribe, and using your brain you will succeed in
doing so. If not, i'll do that for you. Only US$ 1 per unsubscription.
If you order until tomorrow only, of course.


-- 
* 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: please remove me

2001-07-11 Thread David Morris



 -Original Message-
 From: Henning Brauer [mailto:[EMAIL PROTECTED]]
 Sent: 11 July 2001 15:05
 To: Qmail Mailing List
 Subject: Re: please remove me

 All you guys were able to subscribe to this list. All you guys got the
 welcome message where the usubcribe procedure was described, 
 aside the hint
 to keep this message for further reference.
 
 It's really easy to unsuibscribe, and using your brain you 
 will succeed in
 doing so. 

Look in the header. You'll see this:

Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm

Send a message to the address for instructions. I seldom remember to keep
the subscription instructions either, but most mailing lists (unlike some of
the contributors) can be helpful.

-- 
David Morris (@home)  ICQ:52928733
work: [EMAIL PROTECTED] 
home: [EMAIL PROTECTED]
http://www.davidm.demon.co.uk

 winmail.dat


RE: please remove me

2001-07-11 Thread Chris Herrmann

If you like, I'll unsubscribe you for a once-only offer of US$.99...

let the bidding wars begin!

-Original Message-
From: Henning Brauer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 12 July 2001 00:05
To: Qmail Mailing List
Subject: Re: please remove me


On Wed, Jul 11, 2001 at 09:35:51AM -0400, Webmaster wrote:
[nothing]

All you guys were able to subscribe to this list. All you guys got the
welcome message where the usubcribe procedure was described, aside the hint
to keep this message for further reference.

It's really easy to unsuibscribe, and using your brain you will succeed in
doing so. If not, i'll do that for you. Only US$ 1 per unsubscription.
If you order until tomorrow only, of course.


-- 
* 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)




remove mails from vpopmail dir by From

2001-05-17 Thread Frédéric Beléteau

hi,

we have a qmail server running qmail and vpopmail here...
i have a mailbox for mailing our customers, i get messages back,
i can't retrieve these on 'outlook express'...
i need to remove mails from vpopmail dir by From as 'MAILER-DAEMON'
to clean the mailbox before opening it under windoz.

is there a perl script, python ??? i found some concerning qmail queue,
i use them sometimes, as qmHandle.pl and mailRemove.py ...
i'd like one as mailRemove.py but working on a vpopmail dir ...

i tried to list and pipe with a grep for deleting them, there's too many
ones...

many thanks.




Re: remove mails from vpopmail dir by From

2001-05-17 Thread Charles Cazabon

Frédéric Beléteau [EMAIL PROTECTED] wrote:
 
 we have a qmail server running qmail and vpopmail here...  i have a mailbox
 for mailing our customers, i get messages back, i can't retrieve these on
 'outlook express'...  i need to remove mails from vpopmail dir by From as
 'MAILER-DAEMON' to clean the mailbox before opening it under windoz.

You need to fix your clients, it seems.  qmail-pop3d will serve those messages
to a POP3 client with no problems in my experience; if your clients can't
retrieve those messages (but can others), then the clients need to be fixed.

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.
---



how do I remove a message from the queue?

2001-05-09 Thread Peter Brezny

Someone sent a message with a 15 megabyte file attached.  qmail was able to
receive the message, but is now unable to perform local delivery since the
/var file system is full.

How can I purge that message from the queue?

I can locate where the message is, /var/qmail/queue/5/542, but am I going to
cause problems if I just delete the file that contains it currently?

TIA

Peter Brezny
SysAdmin Services Inc.




Re: how do I remove a message from the queue?

2001-05-09 Thread Robin S. Socha

* Peter Brezny [EMAIL PROTECTED] writes:

 How can I purge that message from the queue?

http://qmail.org/top.html, look for remove. Also:
http://www.io.com/~mick/soft/qmhandle.html

 I can locate where the message is, /var/qmail/queue/5/542, but am I
 going to cause problems if I just delete the file that contains it
 currently?

Yes.
-- 
Robin S. Socha - Your Worst Network Nightmare(tm).
`In Germany, they are not referred to as network administrators. They
prefer to be called Sons Of The Third Reich.' (Kate: www.katewerk.com)



Re: how do I remove a message from the queue?

2001-05-09 Thread Jamyn

Yes.  Use something like qmHandle to delete it from
the queue (http://www.io.com/~mick/soft/qmhandle.html).

If you damage the queue, I remember seeing queue-fix
on the qmail site somewhere, though I haven't tried it myself.

- Jamyn
- Original Message -
From: Peter Brezny [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 09, 2001 7:35 AM
Subject: how do I remove a message from the queue?


| Someone sent a message with a 15 megabyte file attached.  qmail was able
to
| receive the message, but is now unable to perform local delivery since the
| /var file system is full.
|
| How can I purge that message from the queue?
|
| I can locate where the message is, /var/qmail/queue/5/542, but am I going
to
| cause problems if I just delete the file that contains it currently?
|
| TIA
|
| Peter Brezny
| SysAdmin Services Inc.
|




Remove

2001-05-07 Thread robin



Remove

  



REMOVE

2001-05-04 Thread test test

REMOVE




remove

2001-05-04 Thread Dave Schultz



Dave Schultz
Tech Support
casagrande.com
[EMAIL PROTECTED] 




Remove mail from queue manually

2001-04-04 Thread Gregor Szaktilla

Hi folks,

since I moved to a new job just 3 days ago I don't yet have all the
books and docs I had at my former job (ordered but not delivered yet).
So please let me ask a question: how can I remove messages in the queue
manually (by number or [local] sender)? I thought there was a
single-line-command but I can't remember ...

Thanks a lot :-)

Gregor



Re: Remove mail from queue manually

2001-04-04 Thread Charles Cazabon

Gregor Szaktilla [EMAIL PROTECTED] wrote:
 
 since I moved to a new job just 3 days ago I don't yet have all the
 books and docs I had at my former job (ordered but not delivered yet).

Okay, you're forgiven :).

 So please let me ask a question: how can I remove messages in the queue
 manually (by number or [local] sender)? I thought there was a
 single-line-command but I can't remember ...

Not in the stock qmail; perhaps you're thinking of qmHandle, which you can
find at www.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.
---



Messages Won't Remove From Queue

2001-03-14 Thread Bill Luckett

Hi,

I'm using qmail 1.03. I've got a bunch of messages in the queue that I want
to remove. I wrote a program that will touch the
/var/qmail/queue/mess/number/messagenumber file for a message of a
given subject to a date well in the past (01/01/1985) hoping that the next
time the message was retried it would bounce and be removed automaitcally
from the queue. Queueliftime is 432000--5 days, right?

Well, after 15 hours they're still there. The dates on the files did
change; I checked that.

1. How often are they retried?
2. Can I verify that they're being retried?
3. Can I force a retry?
4. Any ideas on why they're still there? Am I touching the wrong files?

Thanks,

***
Bill Luckett
Director of Information Systems
Phi Theta Kappa International Honor Society
1625 Eastover Dr.
Jackson, MS 39211

[EMAIL PROTECTED]
Ph : 601-984-3559
Fax: 601-984-3506
***



Re: Messages Won't Remove From Queue

2001-03-14 Thread Chris Johnson

On Wed, Mar 14, 2001 at 08:48:55AM -0600, Bill Luckett wrote:
 I'm using qmail 1.03. I've got a bunch of messages in the queue that I want
 to remove. I wrote a program that will touch the
 /var/qmail/queue/mess/number/messagenumber file for a message of a
 given subject to a date well in the past (01/01/1985) hoping that the next
 time the message was retried it would bounce and be removed automaitcally
 from the queue. Queueliftime is 432000--5 days, right?
 
 Well, after 15 hours they're still there. The dates on the files did
 change; I checked that.
 
 1. How often are they retried?
 2. Can I verify that they're being retried?
 3. Can I force a retry?
 4. Any ideas on why they're still there? Am I touching the wrong files?

Touch /var/qmail/queue/info/number/messagenumber instead.

Chris

 PGP signature


Re: Messages Won't Remove From Queue

2001-03-14 Thread Charles Cazabon

Bill Luckett [EMAIL PROTECTED] wrote:
 
 I'm using qmail 1.03. I've got a bunch of messages in the queue that I want
 to remove. I wrote a program that will touch the
 /var/qmail/queue/mess/number/messagenumber file for a message of a
 given subject to a date well in the past (01/01/1985) hoping that the next
 time the message was retried it would bounce and be removed automaitcally
 from the queue.

Touch the queue/info/... files, not the queue/mess/... files.

 Queueliftime is 432000--5 days, right?

Indeed.

 Well, after 15 hours they're still there. The dates on the files did
 change; I checked that.
 
 1. How often are they retried?

It's a quadratic backoff algorithm; "Life with qmail" contains a table showing
the retry schedule if you're interested.

 2. Can I verify that they're being retried?

The logs will show every delivery attempt.

 3. Can I force a retry?

Send qmail-send an ALRM signal.

 4. Any ideas on why they're still there? Am I touching the wrong files?

Yes; see above.

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.
---



remove autoresponder and mailing list from qmailadmin

2001-02-22 Thread Yee Siew Chin

how can i remove the autoresponder and mailing list
from the qmailadmin? i am using the latest version of
qmailadmin?

and, how can i login using username instead of
[EMAIL PROTECTED] in sqwebmail?

rgds,
yee

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/



RE: remove autoresponder and mailing list from qmailadmin

2001-02-21 Thread Jeremy Anttila

read the man pages and install notes. When you compiled qmailadmin you
included flaggs to support autoresponder and ezmlm as for [EMAIL PROTECTED]
your stuck like chuck there unless you do not want to support virtual hosts.



-Original Message-
From: Yee Siew Chin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 11:09 AM
To: [EMAIL PROTECTED]
Subject: remove autoresponder and mailing list from qmailadmin


how can i remove the autoresponder and mailing list
from the qmailadmin? i am using the latest version of
qmailadmin?

and, how can i login using username instead of
[EMAIL PROTECTED] in sqwebmail?

rgds,
yee

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices!
http://auctions.yahoo.com/




Re: How to remove a email from a mailbox

2001-01-18 Thread Andrew Bold

On Thursday 18 January 2001 05:34, you wrote:
 it will delete the rest of the emails after the attachemetn, if the
 attachement is in some part between the mailbox?



Are you using Maildir format mailboxes?  Or /var/spool/mail?  I think the 
assumption has been made that you are using Maildir.  It sounds to me like 
you have just the one mbox format file that contains somewhere within it the 
offending email.

The "best" solution I can think of, that doesn't require a text editor that 
needs lot of RAM or temporary disk space, is to actually load the file your 
mail program.  For example, run "mail" or "mailx" and use the option to 
specify a mail file to open.  eg, "mail -f /var/spool/mail/username"  Best 
done as root or the actual owner of the mailbox.  Any other user will not 
have the required permissions for saving the file.

The next step is to sit back and wait while your chosen program loads the 
12Mb+ mbox file

Next, identify the problem message and delete it, then exit the mail program.

Finally, convert all of your mail users to Maildir format, as this is much 
more robust and would have made this while process as simple as this:

cd ~username/Maildir/new
ls -l
identify big mail message
rm big mail message

Hope this helps.

-- 
Andrew Bold
Unix Systems Administrator
[EMAIL PROTECTED]

--  
This message is confidential.  It may also be legally privileged.  It is intended 
solely for the stated addressee(s) and access to it by anyone else is unauthorised.  
If you have received this message in error, you must not disclose, copy, circulate or 
in any other way use or rely on the information contained in this message.  Such 
unauthorised use may be unlawful.  If you have received this message in error, please 
delete it immediately and advise us by return e-mail to the above address.




remove matejs@av-studio.si

2001-01-18 Thread Nejc Suhadolc
Title: AV Studio mail message



remove [EMAIL PROTECTED]

 


How to remove a email from a mailbox

2001-01-17 Thread kh



Is it possible to remove a email from a user 
mailbox? because I have a email with about 12M of attachement in the 
mailbox.
thanks
ckh :)


Re: How to remove a email from a mailbox

2001-01-17 Thread Grant

cd /home/user/Maildir/new

Delete the file that is 12 MB

On Thu, 18 Jan 2001, kh wrote:

 Is it possible to remove a email from a user mailbox? because I have a email with 
about 12M of attachement in the mailbox.
 thanks
 ckh :)
 




Re: How to remove a email from a mailbox

2001-01-17 Thread kh

there are other emails in the mailbox, I do wish to do is that, just to
delete the attachement, not the entire mailbox
ckh :)
- Original Message -
From: "Grant" [EMAIL PROTECTED]
To: "kh" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, January 18, 2001 10:17 AM
Subject: Re: How to remove a email from a mailbox


 cd /home/user/Maildir/new

 Delete the file that is 12 MB

 On Thu, 18 Jan 2001, kh wrote:

  Is it possible to remove a email from a user mailbox? because I have a
email with about 12M of attachement in the mailbox.
  thanks
  ckh :)
 





Re: How to remove a email from a mailbox

2001-01-17 Thread Grant

My instructions were to delete the 12 MB email, not every file in the
Mailrdir/new

Just edit Maildir/new/file with a text editor and remove the attachment.

On Thu, 18 Jan 2001, kh wrote:

 there are other emails in the mailbox, I do wish to do is that, just to
 delete the attachement, not the entire mailbox
 ckh :)
 - Original Message -
 From: "Grant" [EMAIL PROTECTED]
 To: "kh" [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, January 18, 2001 10:17 AM
 Subject: Re: How to remove a email from a mailbox
 
 
  cd /home/user/Maildir/new
 
  Delete the file that is 12 MB
 
  On Thu, 18 Jan 2001, kh wrote:
 
   Is it possible to remove a email from a user mailbox? because I have a
 email with about 12M of attachement in the mailbox.
   thanks
   ckh :)
  
 
 
 




Re: How to remove a email from a mailbox

2001-01-17 Thread kh

the problem is, what is the better text editor I can use rather than vi,
since the attachement has thousands of lines.

- Original Message -
From: "Grant" [EMAIL PROTECTED]
To: "kh" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, January 18, 2001 10:54 AM
Subject: Re: How to remove a email from a mailbox


 My instructions were to delete the 12 MB email, not every file in the
 Mailrdir/new

 Just edit Maildir/new/file with a text editor and remove the attachment.

 On Thu, 18 Jan 2001, kh wrote:

  there are other emails in the mailbox, I do wish to do is that, just to
  delete the attachement, not the entire mailbox
  ckh :)
  - Original Message -
  From: "Grant" [EMAIL PROTECTED]
  To: "kh" [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Thursday, January 18, 2001 10:17 AM
  Subject: Re: How to remove a email from a mailbox
 
 
   cd /home/user/Maildir/new
  
   Delete the file that is 12 MB
  
   On Thu, 18 Jan 2001, kh wrote:
  
Is it possible to remove a email from a user mailbox? because I have
a
  email with about 12M of attachement in the mailbox.
thanks
ckh :)
   
  
 
 





Re: How to remove a email from a mailbox

2001-01-17 Thread Peter Cavender

1) use an editor to see how many of the lines at the top of the file you
want to keep, say for example 30
2) # head -n 30 mail_file_name  foo
3) # mv -f foo mail_file_name


--Pete


On Thu, 18 Jan 2001, kh wrote:

 the problem is, what is the better text editor I can use rather than vi,
 since the attachement has thousands of lines.
 
 - Original Message -
 From: "Grant" [EMAIL PROTECTED]
 To: "kh" [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, January 18, 2001 10:54 AM
 Subject: Re: How to remove a email from a mailbox
 
 
  My instructions were to delete the 12 MB email, not every file in the
  Mailrdir/new
 
  Just edit Maildir/new/file with a text editor and remove the attachment.
 
  On Thu, 18 Jan 2001, kh wrote:
 
   there are other emails in the mailbox, I do wish to do is that, just to
   delete the attachement, not the entire mailbox
   ckh :)
   - Original Message -
   From: "Grant" [EMAIL PROTECTED]
   To: "kh" [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Sent: Thursday, January 18, 2001 10:17 AM
   Subject: Re: How to remove a email from a mailbox
  
  
cd /home/user/Maildir/new
   
Delete the file that is 12 MB
   
On Thu, 18 Jan 2001, kh wrote:
   
 Is it possible to remove a email from a user mailbox? because I have
 a
   email with about 12M of attachement in the mailbox.
 thanks
 ckh :)

   
  
  
 
 




Re: How to remove a email from a mailbox

2001-01-17 Thread Grant

That's good. Or keep the lines at the top and type 9 dd

Deletes 9 lines in vi

On Wed, 17 Jan 2001, Peter Cavender wrote:

 1) use an editor to see how many of the lines at the top of the file you
 want to keep, say for example 30
 2) # head -n 30 mail_file_name  foo
 3) # mv -f foo mail_file_name
 
 
 --Pete
 
 
 On Thu, 18 Jan 2001, kh wrote:
 
  the problem is, what is the better text editor I can use rather than vi,
  since the attachement has thousands of lines.
  
  - Original Message -
  From: "Grant" [EMAIL PROTECTED]
  To: "kh" [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Thursday, January 18, 2001 10:54 AM
  Subject: Re: How to remove a email from a mailbox
  
  
   My instructions were to delete the 12 MB email, not every file in the
   Mailrdir/new
  
   Just edit Maildir/new/file with a text editor and remove the attachment.
  
   On Thu, 18 Jan 2001, kh wrote:
  
there are other emails in the mailbox, I do wish to do is that, just to
delete the attachement, not the entire mailbox
ckh :)
- Original Message -
From: "Grant" [EMAIL PROTECTED]
To: "kh" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, January 18, 2001 10:17 AM
Subject: Re: How to remove a email from a mailbox
   
   
 cd /home/user/Maildir/new

 Delete the file that is 12 MB

 On Thu, 18 Jan 2001, kh wrote:

  Is it possible to remove a email from a user mailbox? because I have
  a
email with about 12M of attachement in the mailbox.
  thanks
  ckh :)
 

   
   
  
  
 
 




Re: How to remove a email from a mailbox

2001-01-17 Thread kh

it will delete the rest of the emails after the attachemetn, if the
attachement is in some part between the mailbox?


- Original Message -
From: "Grant" [EMAIL PROTECTED]
To: "Peter Cavender" [EMAIL PROTECTED]
Cc: "kh" [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, January 18, 2001 11:47 AM
Subject: Re: How to remove a email from a mailbox


 That's good. Or keep the lines at the top and type 9 dd

 Deletes 9 lines in vi

 On Wed, 17 Jan 2001, Peter Cavender wrote:

  1) use an editor to see how many of the lines at the top of the file you
  want to keep, say for example 30
  2) # head -n 30 mail_file_name  foo
  3) # mv -f foo mail_file_name
 
 
  --Pete
 
 
  On Thu, 18 Jan 2001, kh wrote:
 
   the problem is, what is the better text editor I can use rather than
vi,
   since the attachement has thousands of lines.
  
   - Original Message -
   From: "Grant" [EMAIL PROTECTED]
   To: "kh" [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Sent: Thursday, January 18, 2001 10:54 AM
   Subject: Re: How to remove a email from a mailbox
  
  
My instructions were to delete the 12 MB email, not every file in
the
Mailrdir/new
   
Just edit Maildir/new/file with a text editor and remove the
attachment.
   
On Thu, 18 Jan 2001, kh wrote:
   
 there are other emails in the mailbox, I do wish to do is that,
just to
 delete the attachement, not the entire mailbox
 ckh :)
 - Original Message -
 From: "Grant" [EMAIL PROTECTED]
 To: "kh" [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
     Sent: Thursday, January 18, 2001 10:17 AM
 Subject: Re: How to remove a email from a mailbox


  cd /home/user/Maildir/new
 
  Delete the file that is 12 MB
 
  On Thu, 18 Jan 2001, kh wrote:
 
   Is it possible to remove a email from a user mailbox? because
I have
   a
 email with about 12M of attachement in the mailbox.
   thanks
   ckh :)
  
 


   
  
 
 





Re: can't remove relay-ctrl

2000-12-21 Thread Charles Cazabon

[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 rpm -e ucspi-unix-0.34-1
 error: removing these packages would break dependencies:
 ucspi-unix is needed by qmail-1.03+patches-16
 [root@test bruceg]# rpm -e qmail-1.03+patches-16
 error: removing these packages would break dependencies:
 qmail = 1.03+patches is needed by relay-ctrl-2.5-1
 [root@test bruceg]# rpm -e relay-ctrl-2.5-1
 execution of script failed
 
 what can I do?

Try posting on a relevant mailing list.  Bruce has his "rpms" mailing list
and his "bgware" mailing list, as well as relay-ctrl.  Try asking on one
of those.  You can find the list subscription addresses by visiting his
site at:

http://em.ca/~bruceg/

Charles
Try posting on a relevant mailing list.  Bruce has his "rpms" mailing list
and his "bgware" mailing list, as well as relay-ctrl.  Try asking on one
of those.  You can find the list subscription addresses by visiting his
site at:

http://em.ca/~bruceg/

Charles
Try posting on a relevant mailing list.  Bruce has his "rpms" mailing list
and his "bgware" mailing list, as well as relay-ctrl.  Try asking on one
of those.  You can find the list subscription addresses by visiting his
site at:

http://em.ca/~bruceg/

Charles
Try posting on a relevant mailing list.  Bruce has his "rpms" mailing list
and his "bgware" mailing list, as well as relay-ctrl.  Try asking on one
of those.  You can find the list subscription addresses by visiting his
site at:

http://em.ca/~bruceg/

Charles
Try posting on a relevant mailing list.  Bruce has his "rpms" mailing list
and his "bgware" mailing list, as well as relay-ctrl.  Try asking on one
of those.  You can find the list subscription addresses by visiting his
site at:

http://em.ca/~bruceg/

Charles
Try posting on a relevant mailing list.  Bruce has his "rpms" mailing list
and his "bgware" mailing list, as well as relay-ctrl.  Try asking on one
of those.  You can find the list subscription addresses by visiting his
site at:

http://em.ca/~bruceg/

Charles
Try posting on a relevant mailing list.  Bruce has his "rpms" mailing list
and his "bgware" mailing list, as well as relay-ctrl.  Try asking on one
of those.  You can find the list subscription addresses by visiting his
site at:

http://em.ca/~bruceg/

Charles
Try posting on a relevant mailing list.  Bruce has his "rpms" mailing list
and his "bgware" mailing list, as well as relay-ctrl.  Try asking on one
of those.  You can find the list subscription addresses by visiting his
site at:

http://em.ca/~bruceg/

Charles
Try posting on a relevant mailing list.  Bruce has his "rpms" mailing list
and his "bgware" mailing list, as well as relay-ctrl.  Try asking on one
of those.  You can find the list subscription addresses by visiting his
site at:

http://em.ca/~bruceg/

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.
---



Re: can't remove relay-ctrl

2000-12-21 Thread Charles Cazabon

Charles Cazabon [EMAIL PROTECTED] wrote:
[...]
Except that I only wrote it once.  I've even checked my local copy of
outgoing mail.  I've never seen a problem like this on this list before.

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.
---



Remove a message

2000-12-12 Thread Ari Arantes Filho

Hi,

The qmail is working very well.

I'm trying to remove a message doing the following:

Script to start send:

supervise /var/qmail/supervise/send | \
setuidgid qmaill tai64n | setuidgid qmaill tai64nlocal | \
setuidgid qmaill multilog s100 n5 /var/qmail/log/send 

Script to stop:

svc -dx /var/qmail/supervise/send

Steps:

1) stop the send
2) ps ax | grep remote == to see the messages that are currently being sent
2.5) kill with -15 the qmail-remote process of the message(s) I want to
cancel
3) tail -f /var/qmail/log/send/current == until I see "exiting..."
4) qmail-qread to see the number of messages I want to kill
5) cd /var/qmail/queue
find . -name NUMBER -exec rm -f {} \;
6) start the send again

Sometimes I see the following error:
multilog: fatal: unable to switch to current directory: access denied

At this time, the queue is running but no log, then I kill the send again
and try again to start it, sometimes it works, but sometimes the error is
still there...

How can I stop this error? Is the way I'm trying to delete message ok?

Thanks,

Ari





How to remove headers via .qmail-default file?

2000-12-04 Thread Greg Larkin

Hi,

I am writing a Perl script that will remove the Disposition-Notification-To
header from incoming email messages so the annoying return receipt alerts
will be removed from email clients here.

I have a ~alias/.qmail-default set up like this:

|/var/qmail/bin/strip_return_receipt
|/var/qmail/bin/fastforward -d /etc/aliases.cdb

I would like the strip_return_receipt script to remove the one header and
then pass the modified message on to the second command in the chain to
perform virtual host forwarding.

However, I can't figure out how to do this.  It looks like I have to remove
the header from the STDIN stream to the first script, then call the second
script directly from the first script.  Is there any way to make the first
script modify the STDIN stream that the second script receives?  I think
that would be cleaner and would eliminate the need for one script to know
about the next.

Thanks for any hints,
Greg Larkin




Re: How to remove headers via .qmail-default file?

2000-12-04 Thread Amitai Schlair

on 12/4/00 12:09 PM, Greg Larkin at [EMAIL PROTECTED] wrote:

 I would like the strip_return_receipt script to remove the one header and
 then pass the modified message on to the second command in the chain to
 perform virtual host forwarding.

They're shell commands. Use a shell pipeline.

- Amitai




Re: How to remove headers via .qmail-default file?

2000-12-04 Thread Peter Samuel

On Mon, 4 Dec 2000, Greg Larkin wrote:

 Hi,
 
 I am writing a Perl script that will remove the Disposition-Notification-To
 header from incoming email messages so the annoying return receipt alerts
 will be removed from email clients here.
 
 I have a ~alias/.qmail-default set up like this:
 
 |/var/qmail/bin/strip_return_receipt
 |/var/qmail/bin/fastforward -d /etc/aliases.cdb

qmail handles each line in a .qmail file as a complete delivery
instruction. EG if you .qmail file looks like this

| cmd1
| cmd2
addr1
./mbox1

qmail will process it as follows

pipe the original message through cmd1
pipe the original message through cmd2
forward the original message to user addr1
save the original message in mbox format in the file ./mbox1

Note the use of the word original. IE every delivery instruction gets
a copy of the ORIGINAL message to play with. if you want to massage
the message and then do something based on the modified message,
you'll need to do the following

| massge_command | delivery_instruction

So, your .qmail file would need to look like this:

| /var/qmail/bin/strip_return_receipt | /var/qmail/bin/fastforward -d /etc/aliases.cdb

You'll need to make sure that strip_return_receipt provides the
modified message on STDOUT so that fastforward can see the modified
message as its input.

-- 
Regards
Peter
--
Peter Samuel[EMAIL PROTECTED]
http://www.e-smith.org (development)http://www.e-smith.com (corporate)
Phone: +1 613 368 4398  Fax: +1 613 564 7739
e-smith, inc. 1500-150 Metcalfe St, Ottawa, ON K2P 1P1 Canada

"If you kill all your unhappy customers, you'll only have happy ones left"




Re: remove messages from mail queue

2000-11-08 Thread Charles Cazabon

Mark Lo [EMAIL PROTECTED] wrote:
 
  I have over 10,000 unsend messages in my mail queue,

That's completely normal -- deferrals are a fact of life.

 I would like to know how to remove those messages from my mail queue.  What
 command should I use ?

You don't have to do anything.  After a week (default) they'll bounce and
be gone from your queue for good.

If you feel you absolutely _must_ fool with the queue manually, read all of
"Life with qmail" and all documentation pointed to by www.qmail.org first.

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.
---



remove messages from mail queue

2000-11-07 Thread Mark Lo

Hi,

 I have over 10,000 unsend messages in my mail queue, I would like to
know how to remove those messages from my mail queue.  What command should I
use ?

Thank you for your attention,

Mark Lo




remove

2000-11-04 Thread Filippo Giunchedi





Re: remove messages from queue

2000-09-01 Thread Daniel Augusto Fernandes

Jon Rust wrote:
 
 On Thu, Aug 31, 2000 at 03:30:45PM -0700, Jon Rust wrote:
 
  Hrmf. This doesn't work here. It reports 0 mesages at all times (even
  though I've got 500+ in the queue right now).
 
  Suggestions? My queue is at /var/qmail/queue. I run it as root. ??
 
  jon
 
 Arg. The scripty comes packaged as suid. I unpacked as a non-priv user,
 so when I ran it as root, it changed back to non-priv user. Error
 checking on the opendir funtion would be nice. :-)
 
opendir(DIR,"${queue}remote") || die "can't open queue $!\n";
 
 jon

Did you get the latest version?
Did you configure it correctly as on the README?

Mine is not suid and I run it as root.




Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: remove messages from queue

2000-09-01 Thread Jon Rust

On Fri, Sep 01, 2000 at 02:08:04PM -0300, Daniel Augusto Fernandes wrote:
 
 Did you get the latest version?
 Did you configure it correctly as on the README?
 
 Mine is not suid and I run it as root.

Well, the only linked on his page... 0.4.1. I did a "tar xvzf" and it
came out with the suid bit set.

jon



remove messages from queue

2000-08-31 Thread Daniel Augusto Fernandes


Is this on any FAQ?
How can I safely remove messages from queue?


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: remove messages from queue

2000-08-31 Thread Barrie Bremner

Daniel Augusto Fernandes wrote:
 
 Is this on any FAQ?
 How can I safely remove messages from queue?
 

 I just use a wee perl script called qmHandle. See
http://www.freshmeat.net/

 HTH

 Baz.

--
Barrie J. Bremner

Email: [EMAIL PROTECTED]
   (PGP public key available at pgp.mit.edu)

URL:   http://www.geocities.com/thefatenglishman

Telephone: UK 01672 811246
Mobile:UK 07968 792975

Quis custodiet ipsos custodes?



Re: remove messages from queue

2000-08-31 Thread Dave Sill

Daniel Augusto Fernandes [EMAIL PROTECTED] wrote:

Is this on any FAQ?

Yes, it's on qmail.faqts.com--one of the most overlooked qmail
resources on the net.

-Dave



Re: remove messages from queue

2000-08-31 Thread Daniel Augusto Fernandes

Barrie Bremner wrote:
 
 Daniel Augusto Fernandes wrote:
 
  Is this on any FAQ?
  How can I safely remove messages from queue?
 
 
  I just use a wee perl script called qmHandle. See
 http://www.freshmeat.net/
 

Thanks for your answer!

I've seen this program some months ago and I think it was very slow if
the queue was very long. It read all the qmail/queue/mess/* searching
for headers. It could last much time if the msg is very big.

But I think now one can tell it to look only for the numbers and let
delete it.

I've made some changes to make it able to work with daemontools.


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: remove messages from queue

2000-08-31 Thread Daniel Augusto Fernandes

Dave Sill wrote:
 
 Daniel Augusto Fernandes [EMAIL PROTECTED] wrote:
 
 Is this on any FAQ?
 
 Yes, it's on qmail.faqts.com--one of the most overlooked qmail
 resources on the net.
 

Yeahh!!!
I didn't know this one

Thanks!!


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: remove messages from queue

2000-08-31 Thread Jon Rust

On Thu, Aug 31, 2000 at 08:36:13PM +0100, Barrie Bremner wrote:
 Daniel Augusto Fernandes wrote:
  
  Is this on any FAQ?
  How can I safely remove messages from queue?
  
 
  I just use a wee perl script called qmHandle. See
 http://www.freshmeat.net/
 
  HTH
 
  Baz.

Hrmf. This doesn't work here. It reports 0 mesages at all times (even
though I've got 500+ in the queue right now).

Suggestions? My queue is at /var/qmail/queue. I run it as root. ??

jon



Re: remove messages from queue

2000-08-31 Thread Jon Rust

On Thu, Aug 31, 2000 at 03:30:45PM -0700, Jon Rust wrote:
 
 Hrmf. This doesn't work here. It reports 0 mesages at all times (even
 though I've got 500+ in the queue right now).
 
 Suggestions? My queue is at /var/qmail/queue. I run it as root. ??
 
 jon

Arg. The scripty comes packaged as suid. I unpacked as a non-priv user,
so when I ran it as root, it changed back to non-priv user. Error
checking on the opendir funtion would be nice. :-)

   opendir(DIR,"${queue}remote") || die "can't open queue $!\n";

jon



Re: Relaying stopped. How to remove SPAMMER status?

2000-08-16 Thread Aaron L. Meehan

Quoting Tim Jones ([EMAIL PROTECTED]):
 As I replied to Aaron out of band, I was not having a relay problem with
 QMail.  The problem was an old sendmail installation.  I spend a bit of time
 
Ahh, sendmaul.  Gotta love it.  Well, congrats and welcome to the
elite :)

Aaron



Relaying stopped. How to remove SPAMMER status?

2000-08-15 Thread Tim Jones

Hi Folks,

Well, I've successfully installed and configured QMail on my homebrewed
Linux server.  As such, the rampant SPAM relay that my system allowed
over the past month has been stopped.

What are the steps I should take to get my mail host removed from the
"provider of SPAM relay" lists?

Thanks for the help with my controlled Relay questions.

Tim Jones





Re: Relaying stopped. How to remove SPAMMER status?

2000-08-15 Thread Charles Cazabon

Tim Jones [EMAIL PROTECTED] wrote:
 
 Well, I've successfully installed and configured QMail on my homebrewed
 Linux server.  As such, the rampant SPAM relay that my system allowed
 over the past month has been stopped.
 
 What are the steps I should take to get my mail host removed from the
 "provider of SPAM relay" lists?

Change your name, your domain name, your IP address, and move to a new
country.

On a more serious note, check the FAQ pages of ORBS, MAPS, etc, for instructions
on how to confirm your non-relaying status.  Only they can tell you how to
get off of the lists they administer.

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.
---



Re: Relaying stopped. How to remove SPAMMER status?

2000-08-15 Thread Dale Miracle

Tim Jones wrote:
 
 Hi Folks,
 
 Well, I've successfully installed and configured QMail on my homebrewed
 Linux server.  As such, the rampant SPAM relay that my system allowed
 over the past month has been stopped.
 
 What are the steps I should take to get my mail host removed from the
 "provider of SPAM relay" lists?
 
 Thanks for the help with my controlled Relay questions.
 
 Tim Jones

You will have check out these two sites, they are the main black list
sites Orbs and MAPS .

www.orbs.org
maps.vix.com

They both have a page where you can type in your ip address of your mail
server and it will tell you if you are listed and what to do.  I use to
frequent them quite a bit when I was running a bbs years back because
the smtp/pop3 in the bbs software was bad at preventing spam.

Take Care,
Dale



Re: Relaying stopped. How to remove SPAMMER status?

2000-08-15 Thread Aaron L. Meehan

Quoting Tim Jones ([EMAIL PROTECTED]):
 Hi Folks,
 
 Well, I've successfully installed and configured QMail on my homebrewed
 Linux server.  As such, the rampant SPAM relay that my system allowed
 over the past month has been stopped.

Fascinating.  qmail is relay-proof by default, so you almost have to
purposefully mess up, unless doing something really dumb like
allowing percent hack or something, to allow it to relay.  Then,
having messed up and knew it, you let it be a "rampant spam relay" for
a month?  I hope I'm not reading that correctly--perhaps it was rampant
for a month and you just happened to not notice and only did *today*.

Excuse me, but administrators of spam relays get me worked up.
Especially qmail relays!  Ugh.

 What are the steps I should take to get my mail host removed from the
 "provider of SPAM relay" lists?

What "provider of SPAM relay" lists do you think you are on?  How is
it you know you are on them and not know how to get off?  (for
example, if you're on RSS, your bounces will have a URL to see.
Have you gone to see it??).

Aaron



Re: Relaying stopped. How to remove SPAMMER status?

2000-08-15 Thread Aaron L. Meehan

Quoting M.B. ([EMAIL PROTECTED]):
  -Original Message-
  From: Aaron L. Meehan [mailto:[EMAIL PROTECTED]]
  
  Fascinating.  qmail is relay-proof by default, so you almost have to
  purposefully mess up, unless doing something really dumb like
  allowing percent hack or something, to allow it to relay.  Then,
  having messed up and knew it, you let it be a "rampant spam relay" for
  a month?  I hope I'm not reading that correctly--perhaps it 
  was rampant
  for a month and you just happened to not notice and only did *today*.
 
 or perhaps he didn't understand the relay control stuff w/ tcpserver
 and didn't have rcpthosts in place or some such.  there have been
 plenty of people who have innocently not understood that process 
 and removed the file.  i would not call it a purposeful breaking of 
 qmail.  and if you don't know that the percent hack stuff removal is
 "dumb", you may do it not knowing any better.  inexperienced is not
 dumb.

Heck, I am being harsh, however "back in the day" when I first tackled
qmail and then switched our network from sendmail, anti-relay was first
and foremost in my mind.  There was not anything in the way of Dave
Sill's "Life With qmail."  Somehow I managed to muddle through without
us becoming among the vilified spam relays.

I suppose attention to detail is the key.  Understanding your software
thouroughly *before* making the box available to the Internet-at-large
is essential.  Allowing smtp connections, IMAP connections, POP3
connections, etc., without understanding the ramifications.. well I
guess there are just many more inexperienced administrators out there
nowadays.  Disclaimer: I ain't perfect--but I try to pay attention to
detail :) If you don't, your network has just become a menace to the
rest.

Aaron



Re: Relaying stopped. How to remove SPAMMER status?

2000-08-15 Thread Todd Finney

At 06:55 PM 8/15/00, Aaron L. Meehan wrote:
Quoting Tim Jones ([EMAIL PROTECTED]):
  Well, I've successfully installed and configured QMail 
 on my homebrewed
  Linux server.  As such, the rampant SPAM relay that my 
 system allowed
  over the past month has been stopped.

Fascinating.  qmail is relay-proof by default, so you 
almost have to
purposefully mess up, unless doing something really dumb 
like
allowing percent hack or something, to allow it to 
relay.  Then,
having messed up and knew it, you let it be a "rampant 
spam relay" for
a month?  I hope I'm not reading that correctly--perhaps 
it was rampant
for a month and you just happened to not notice and only 
did *today*.

Excuse me, but administrators of spam relays get me worked 
up.
Especially qmail relays!  Ugh.

I think that you're reading him incorrectly.  I believe 
that he meant to say that he had been using some other mail 
package, and the relaying was happening.  He has now 
switched to qmail and the relaying has, of course, stopped.

Todd





Re: Relaying stopped. How to remove SPAMMER status?

2000-08-15 Thread Tim Jones

As I replied to Aaron out of band, I was not having a relay problem with
QMail.  The problem was an old sendmail installation.  I spend a bit of time
on the road and monitoring a home network is not high on my priorities.  When
I finally discovered the sendmail problem, I switched over to QMail and had
things resolved immediatly.

My question was simply "Now that I have the relay hole corked for good, where
do I turn to get my IP removed from the 'this machine allows SPAM relay'
lists?"  That question has been answered by a number of helpful folks here on
the qmail list.  I thank you all from the bottom of my heart.

Tim

"Aaron L. Meehan" wrote:

 Quoting M.B. ([EMAIL PROTECTED]):
   -Original Message-
   From: Aaron L. Meehan [mailto:[EMAIL PROTECTED]]
  
   Fascinating.  qmail is relay-proof by default, so you almost have to
   purposefully mess up, unless doing something really dumb like
   allowing percent hack or something, to allow it to relay.  Then,
   having messed up and knew it, you let it be a "rampant spam relay" for
   a month?  I hope I'm not reading that correctly--perhaps it
   was rampant
   for a month and you just happened to not notice and only did *today*.
 
  or perhaps he didn't understand the relay control stuff w/ tcpserver
  and didn't have rcpthosts in place or some such.  there have been
  plenty of people who have innocently not understood that process
  and removed the file.  i would not call it a purposeful breaking of
  qmail.  and if you don't know that the percent hack stuff removal is
  "dumb", you may do it not knowing any better.  inexperienced is not
  dumb.

 Heck, I am being harsh, however "back in the day" when I first tackled
 qmail and then switched our network from sendmail, anti-relay was first
 and foremost in my mind.  There was not anything in the way of Dave
 Sill's "Life With qmail."  Somehow I managed to muddle through without
 us becoming among the vilified spam relays.

 I suppose attention to detail is the key.  Understanding your software
 thouroughly *before* making the box available to the Internet-at-large
 is essential.  Allowing smtp connections, IMAP connections, POP3
 connections, etc., without understanding the ramifications.. well I
 guess there are just many more inexperienced administrators out there
 nowadays.  Disclaimer: I ain't perfect--but I try to pay attention to
 detail :) If you don't, your network has just become a menace to the
 rest.

 Aaron




remove

2000-07-25 Thread Richard White

Irwan Hadi [EMAIL PROTECTED] wrote:
At 02:09 PM 7/25/00 -0500, David L. Nicol wrote:

This just came in; submitted for your discussion:

I think this can be happened maybe because qmail is too greedy in bandwith 
consuming ? because redhat doesn't use EZMLM but SmartList so the single 
RCPT To concept is not too usefull.



 
  Attention all List Members:
 
  We are in the process of migrating all Red Hat lists from the current
list
  manager software/server running qmail/Smartlist to a new server running
  postfix and GNU Mailman (*). Within the next week you will receive more
  information about this migration including information on how to access 
 your
  membership, including subscribe/unsubscribe information and instructions
on
  how to set your preferences  for your membership on the list.  The 
 preferences
  include setting/unsetting digest mode, temporarily disabling delivery, 
 and the
  option of receiving your own posts.  This migration will not only address
  performace issues that have arisen due to the number of lists/members 
 on Red
  Hat lists, but also highly improve ease of use for list members.  Your
  patience is greatly appreciated.
 
  Thank you for your attention
  Kambiz Aghaiepour
 
  (*) For information on Mailman, see http://www.list.org/
 
 
  --
  \o__O  o   Kambiz Aghaiepour, RHCE  -Phone: (919) 524-7423   o   o
\_  /|\  -=   Red Hat, Inc.   =-  |\|  Pager: (800) 946-4646  //\ //\
 |\  |\  -=-=-=-=-=-=-=-=-=-=-=-  | |  Pager  Pin #: 1412622   //  //
/ /  |/  mailto:[EMAIL PROTECTED]   |  http://www.redhat.com   |\  ||



Get free email and a permanent address at http://www.netaddress.com/?N=1



Remove

2000-07-25 Thread Brad Schuster (Volt)

Please remove me from this list, as fun  as it all sounds. :)

   --==(( Brad Schuster ))==--




Re: Remove

2000-07-25 Thread Adam McKenna

Hey Brad, did Microsoft have an in-house course on unsubscribing from e-mail
lists?  Usually it works better if you follow the unsubscribe instructions.

--Adam

On Tue, Jul 25, 2000 at 02:30:52PM -0700, Brad Schuster (Volt) wrote:
 Please remove me from this list, as fun  as it all sounds. :)
 
--==(( Brad Schuster ))==--
 



REMOVE

2000-07-25 Thread Guy Rosinbaum



REMOVE
remove


remove

2000-06-26 Thread Max Clark



remove


remove

2000-05-10 Thread Kyle Gannon




unsubscribe

remove



can't remove

2000-03-30 Thread Philip Gabbert


Ugh.. Everything I send the message back to the email help bot, it 
tells me it can't remove me from the list cause my address is not on 
the list, but I still get the email. here's a copy of the headers in 
a qmail message:

Delivered-To: [EMAIL PROTECTED]
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Delivered-To: mailing list [EMAIL PROTECTED]
Date: Wed, 15 Mar 2000 16:58:26 -0600

This clearly shows that it's sending email to '[EMAIL PROTECTED]' 
exactly like that. Here's my response from the ezmlm help bot:

Hi! This is the ezmlm program. I'm managing the
[EMAIL PROTECTED] mailing list.

Acknowledgment: The address

   [EMAIL PROTECTED]

is not on this mailing list.

Well... What's going on here? It says that I'm not on the list, but 
it clearly shows in the headers that it's getting sent to 
'[EMAIL PROTECTED]'

help..

Philip
-- 
--
Eagles may soar, but weasels don't get sucked into jet engines



Re: can't remove

2000-03-30 Thread Vince Vielhaber

On Thu, 30 Mar 2000, Philip Gabbert wrote:

 
 Ugh.. Everything I send the message back to the email help bot, it 
 tells me it can't remove me from the list cause my address is not on 
 the list, but I still get the email. here's a copy of the headers in 
 a qmail message:
 
   Delivered-To: [EMAIL PROTECTED]
   Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
   Delivered-To: mailing list [EMAIL PROTECTED]
   Date: Wed, 15 Mar 2000 16:58:26 -0600
 
 This clearly shows that it's sending email to '[EMAIL PROTECTED]' 
 exactly like that. Here's my response from the ezmlm help bot:
 

No, it says it's sending to "[EMAIL PROTECTED]"

Vince.
-- 
==
Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
   128K ISDN: $24.95/mo or less - 56K Dialup: $17.95/mo or less at Pop4
Online Campground Directoryhttp://www.camping-usa.com
   Online Giftshop Superstorehttp://www.cloudninegifts.com
==






Re: can't remove

2000-03-30 Thread Timothy L. Mayo

Which still doesn't tell us what address is subscribed to the list.
Please post the contents of the Return-Path header.  The Delivered-To
header is meaningless for this purpose.

On Thu, 30 Mar 2000, Vince Vielhaber wrote:

 On Thu, 30 Mar 2000, Philip Gabbert wrote:
 
  
  Ugh.. Everything I send the message back to the email help bot, it 
  tells me it can't remove me from the list cause my address is not on 
  the list, but I still get the email. here's a copy of the headers in 
  a qmail message:
  
  Delivered-To: [EMAIL PROTECTED]
  Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
  Delivered-To: mailing list [EMAIL PROTECTED]
  Date: Wed, 15 Mar 2000 16:58:26 -0600
  
  This clearly shows that it's sending email to '[EMAIL PROTECTED]' 
  exactly like that. Here's my response from the ezmlm help bot:
  
 
 No, it says it's sending to "[EMAIL PROTECTED]"
 
 Vince.
 -- 
 ==
 Vince Vielhaber -- KA8CSHemail: [EMAIL PROTECTED]http://www.pop4.net
128K ISDN: $24.95/mo or less - 56K Dialup: $17.95/mo or less at Pop4
 Online Campground Directoryhttp://www.camping-usa.com
Online Giftshop Superstorehttp://www.cloudninegifts.com
 ==
 
 
 
 

-
Timothy L. Mayo mailto:[EMAIL PROTECTED]
Senior Systems Administrator
localconnect(sm)
http://www.localconnect.net/

The National Business Network Inc.  http://www.nb.net/
One Monroeville Center, Suite 850
Monroeville, PA  15146
(412) 810- Phone
(412) 810-8886 Fax




RE: can't remove

2000-03-30 Thread Soffen, Matthew

No.. It clearly  shows that it is being delivered to: [EMAIL PROTECTED]
not to [EMAIL PROTECTED]  That's the address that needs to unsubscribe.

Matt Soffen 
Web Intranet Developer
http://www.iso-ne.com/
==
Boss- "My boss says we need some eunuch programmers."
Dilbert - "I think he means UNIX and I already know UNIX."
Boss- "Well, if the company nurse comes by, tell her I said 
 never mind."
   - Dilbert -
==


 -Original Message-
 From: Philip Gabbert [SMTP:[EMAIL PROTECTED]]
 Sent: Thursday, March 30, 2000 10:43 AM
 To:   [EMAIL PROTECTED]
 Subject:  can't remove
 
 
 Ugh.. Everything I send the message back to the email help bot, it 
 tells me it can't remove me from the list cause my address is not on 
 the list, but I still get the email. here's a copy of the headers in 
 a qmail message:
 
   Delivered-To: [EMAIL PROTECTED]
   Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
   Delivered-To: mailing list [EMAIL PROTECTED]
   Date: Wed, 15 Mar 2000 16:58:26 -0600
 
 This clearly shows that it's sending email to '[EMAIL PROTECTED]' 
 exactly like that. Here's my response from the ezmlm help bot:
 
   Hi! This is the ezmlm program. I'm managing the
   [EMAIL PROTECTED] mailing list.
 
   Acknowledgment: The address
 
  [EMAIL PROTECTED]
 
   is not on this mailing list.
 
 Well... What's going on here? It says that I'm not on the list, but 
 it clearly shows in the headers that it's getting sent to 
 '[EMAIL PROTECTED]'
 
 help..
 
 Philip
 -- 
 --
 Eagles may soar, but weasels don't get sucked into jet engines



REMOVE

2000-03-14 Thread Zimmerman, John

Remove form list





remove

2000-03-14 Thread B H R Balaji.





remove

2000-03-05 Thread Jon Newman



remove


remove

2000-03-05 Thread B H R Balaji.






How to remove myself from this list

2000-02-06 Thread Todd V . Rovito

Can some one please tell me how to remove myself from the list?  I have misplaced the 
directions.

Thanks
-- 
Todd V. Rovito
[EMAIL PROTECTED]
Carpe Aptenodytes!  "Seize the Penguins!" 



REMOVE

2000-02-04 Thread Zimmerman, John







cannot remove files in pic directory

2000-01-28 Thread $BCf@>(J $B??0l(J

Hello,

I wanted to stop sending males and I delete qmail/queue/mess and others.
But I can never remove files in qmail/queue/pid.
If I do, it happens Segmentetion Fault (Core dumpped.).

How can I do?

[EMAIL PROTECTED]



remove from list

1999-12-20 Thread sindbad the sailor








Re: Who do I mail to remove myself from this list?

1999-11-08 Thread Andy Davidson

I have sent email to that address several times.  I never get a reply and I
never get off the list.  I now only scan the list looking for new ways to
get off.  IS there a way?

andy

At 11:17 AM 11/3/1999 +, Ricardo Cerqueira wrote:
On Wed, Nov 03, 1999 at 10:02:03AM +0200, Miki Shapiro wrote:
 
 Who do I mail to remove myself from this list?

mail [EMAIL PROTECTED] 
And then, go take a look at http://www.ezmlm.org :-)

   Ricardo
-- 
+---
| Ricardo Cerqueira  -  [EMAIL PROTECTED]
| PGP Key fingerprint  -  B7 05 13 CE 48 0A BF 1E  87 21 83 DB 28 DE 03 42 
| FCCN/RCCN  -  Fundacao para a Computacao Cientifica Nacional 
| Av. Brasil, 101 / 1700-066 Lisboa / Portugal *** Tel: (+351) 1 8440100
 



Re: Who do I mail to remove myself from this list?

1999-11-08 Thread Andy Bradford

Thus said Andy Davidson on Mon, 08 Nov 1999 18:47:45 PST:

 I have sent email to that address several times.  I never get a reply and I
 never get off the list.  I now only scan the list looking for new ways to
 get off.  IS there a way?
Are you kidding... you have been assimilated... :)
Actually, if you followed the directions given you 'to the T' you probably 
would have received some type of an error message from your MTA.  It should 
be [EMAIL PROTECTED]
See error below...

 mail [EMAIL PROTECTED] 
   ^^

Andy
-- 
+== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+




Re: Who do I mail to remove myself from this list?

1999-11-03 Thread Ricardo Cerqueira

On Wed, Nov 03, 1999 at 10:02:03AM +0200, Miki Shapiro wrote:
 
 Who do I mail to remove myself from this list?

mail [EMAIL PROTECTED] 
And then, go take a look at http://www.ezmlm.org :-)

Ricardo
-- 
+---
| Ricardo Cerqueira  -  [EMAIL PROTECTED]
| PGP Key fingerprint  -  B7 05 13 CE 48 0A BF 1E  87 21 83 DB 28 DE 03 42 
| FCCN/RCCN  -  Fundacao para a Computacao Cientifica Nacional 
| Av. Brasil, 101 / 1700-066 Lisboa / Portugal *** Tel: (+351) 1 8440100



Who do I mail to remove myself from this list?

1999-11-02 Thread Miki Shapiro


Who do I mail to remove myself from this list?



Re: Remove from List

1999-10-22 Thread Isamar Villas Boas Perrelli Maia


Me too



.
Isamar Villas Boas Perrelli Maia
Magiclink Internet
Analista de Sistemas
Salvador - BA - Brasil

On Thu, 21 Oct 1999, Timothy L. Mayo wrote:

 [EMAIL PROTECTED]
 
 On Thu, 21 Oct 1999, Mark Thomas wrote:
 
  I  deleted my old mail on how to get off of the list.  I need to remove
  myself for a couple of weeks.
  Where does the remove request get mailed to?
  Thanks,
  MarkT.
  
  
  
  
 
 -
 Timothy L. Mayo   mailto:[EMAIL PROTECTED]
 Senior Systems Administrator
 localconnect(sm)
 http://www.localconnect.net/
 
 The National Business Network Inc.http://www.nb.net/
 One Monroeville Center, Suite 850
 Monroeville, PA  15146
 (412) 810- Phone
 (412) 810-8886 Fax
 



RE: Remove from List

1999-10-22 Thread Gremmen, Jeroen

Me too!!!

I've tried several times to remove myself from this mailing list but I get
the same message over and over telling me I'm not on the mailing list


Kind regards / Met vriendelijke groet,

Jeroen Gremmen

Country-Micado Consultant / Check 2000 Team Manager

Origin International B.V.
Complex Vredeoord VH 1.20
Groenewoudseweg 1, 5621 BA  Eindhoven
+31 (0)40 2756943
[EMAIL PROTECTED]



-Original Message-
From: Isamar Villas Boas Perrelli Maia [mailto:[EMAIL PROTECTED]]
Sent: Friday, 22 October, 1999 14:02
To: Timothy L. Mayo
Cc: Mark Thomas; [EMAIL PROTECTED]
Subject: Re: Remove from List 



Me too



.
Isamar Villas Boas Perrelli Maia
Magiclink Internet
Analista de Sistemas
Salvador - BA - Brasil

On Thu, 21 Oct 1999, Timothy L. Mayo wrote:

 [EMAIL PROTECTED]
 
 On Thu, 21 Oct 1999, Mark Thomas wrote:
 
  I  deleted my old mail on how to get off of the list.  I need to remove
  myself for a couple of weeks.
  Where does the remove request get mailed to?
  Thanks,
  MarkT.
  
  
  
  
 
 -
 Timothy L. Mayo   mailto:[EMAIL PROTECTED]
 Senior Systems Administrator
 localconnect(sm)
 http://www.localconnect.net/
 
 The National Business Network Inc.http://www.nb.net/
 One Monroeville Center, Suite 850
 Monroeville, PA  15146
 (412) 810- Phone
 (412) 810-8886 Fax
 



Remove from List

1999-10-21 Thread Mark Thomas

I  deleted my old mail on how to get off of the list.  I need to remove
myself for a couple of weeks.
Where does the remove request get mailed to?
Thanks,
MarkT.





Re: Remove from List

1999-10-21 Thread Timothy L. Mayo

[EMAIL PROTECTED]

On Thu, 21 Oct 1999, Mark Thomas wrote:

 I  deleted my old mail on how to get off of the list.  I need to remove
 myself for a couple of weeks.
 Where does the remove request get mailed to?
 Thanks,
 MarkT.
 
 
 
 

-
Timothy L. Mayo mailto:[EMAIL PROTECTED]
Senior Systems Administrator
localconnect(sm)
http://www.localconnect.net/

The National Business Network Inc.  http://www.nb.net/
One Monroeville Center, Suite 850
Monroeville, PA  15146
(412) 810- Phone
(412) 810-8886 Fax



Remove or masquerade Received fields.

1999-10-21 Thread Pashinin


Good Day.

We have outer mail server with qmail installed and local mail server
behind 
the first one.

I'd like to cut or masquerade name of local mail-server from Received
and other headers names. 

How can I do it ?

Thanks
-- 
Pashinin:OL



Re: How to remove a (botched) qmail installation to start over?

1999-09-20 Thread Dave Sill

"Warren 'Llama' Ernst" [EMAIL PROTECTED] wrote:

OK, after following the LWQ installation guide, it seems like some of the
things that should be executable, aren't.

If that's the case, you probably skipped some steps. If not, I'd
really like to hear more details so I can fix the problem.

So I'm thinking of either
following the INSTALL document instead, or maybe even using one of the RPMs
out there (I'm using RedHat 6.0.). However, I assume I should get rid of all
the stuff that the first install put around.

rm -rf /var/qmail /usr/local/src/qmail /etc/rc.d/*/*qmail*

ought to do it, but, again, I'd much rather help you work through the
LWQ instructions.

-Dave



How to remove a (botched) qmail installation to start over?

1999-09-19 Thread Warren 'Llama' Ernst

All,

OK, after following the LWQ installation guide, it seems like some of the
things that should be executable, aren't. So I'm thinking of either
following the INSTALL document instead, or maybe even using one of the RPMs
out there (I'm using RedHat 6.0.). However, I assume I should get rid of all
the stuff that the first install put around.

Any gotcha's I should be looking for?

THanks in advance,
Warr
[EMAIL PROTECTED]



remove

1999-09-03 Thread Edward Dooner



remove


Outlook Express and remove message after X time

1999-08-13 Thread Ken Jones


Does anyone know if the qmail pop3 server (or any patches) support
the Outlook Express features to:

1) Leave a copy on the server
2) Delete copy after X days

Not surprisingly, people who set this option end up downloading
the same email every time they check pop, untill X days are over.

-- 
Ken Jones
mailto:[EMAIL PROTECTED]
http://www.inter7.com/qmailadmin/ - web based qmail adminstration



Re: Outlook Express and remove message after X time

1999-08-13 Thread Eric Dahnke

Shouldn't be like that unless their copy of Outlook is broken. What's
the acronym ULID?


Ken Jones escribió:
 
 Does anyone know if the qmail pop3 server (or any patches) support
 the Outlook Express features to:
 
 1) Leave a copy on the server
 2) Delete copy after X days
 
 Not surprisingly, people who set this option end up downloading
 the same email every time they check pop, untill X days are over.
 
 --
 Ken Jones
 mailto:[EMAIL PROTECTED]
 http://www.inter7.com/qmailadmin/ - web based qmail adminstration

-- 
+ + + + + + + + + + + + + + + + + + + +
Spark Sistemas
   - presentado por IWCC Argentina S.A.
   Tel: 4702-1958
   e-mail: [EMAIL PROTECTED]
+ + + + + + + + + + + + + + + + + + + +



Re: Outlook Express and remove message after X time

1999-08-13 Thread Sam

On Fri, 13 Aug 1999, Eric Dahnke wrote:

 Shouldn't be like that unless their copy of Outlook is broken. What's
 the acronym ULID?

It's UIDL.

However, dollar to doughnuts that the guy is talking about some
proprietary MSexchange extension.



How to remove qmail ?

1999-07-26 Thread Dimitri SZAJMAN

Hi !

I installed qmail months ago and I'm very happy with it : fast, secure...
But I need to do some tests with sendmail, so I have to remove qmail to
reinstall sendmail.
Can someone tell me the procedure to remove qmail ? Should I then get
sendmail, compile and install it ?

Thank you for answers.


___
Dimitri SZAJMAN - [EMAIL PROTECTED]

"Summer vacation is a time when parents realize that teachers are grossly
underpaid." (Anonymous)



Re: How to remove qmail ?

1999-07-26 Thread Aaron L. Meehan

Quoting Dimitri SZAJMAN ([EMAIL PROTECTED]):
 Hi !
 
 I installed qmail months ago and I'm very happy with it : fast, secure...
 But I need to do some tests with sendmail, so I have to remove qmail to
 reinstall sendmail.
 Can someone tell me the procedure to remove qmail ? Should I then get
 sendmail, compile and install it ?

I'm sure that many others will point out that there is no need to
uninstall anything.  The only important points I can think of:

- Make sure tcpserver on port 25 isn't running, or if you are using inetd,
  comment out smtp in /etc/inetd.conf and send inetd a HUP.
- If you'll be rebooting the machine during testing, make sure to disable
  the scripts that start qmail-send and tcpserver at bootup.
- Classic sendmail install will overwrite your /usr/sbin/sendmail symlink
  to /var/qmail/bin/sendmail.  Make sure to symlink that again after your
  tests with sendmail are complete.
- You should be able to safely keep qmail-send running if you still have
  messages in the queue.
- If you chmod'd /var/spool/mail to 000 as per the qmail install 
  instructions, you'll obviously need to fix its perms.

Others please provide more if I've missed something.

Aaron



Re: How to remove qmail ?

1999-07-26 Thread Russell Nelson

Dimitri SZAJMAN writes:
  I installed qmail months ago and I'm very happy with it : fast, secure...
  But I need to do some tests with sendmail, so I have to remove qmail to
  reinstall sendmail.
  Can someone tell me the procedure to remove qmail ? Should I then get
  sendmail, compile and install it ?

Disassociate /usr/lib/sendmail from /var/qmail/bin/sendmail

# rm /usr/lib/sendmail (or /usr/sbin/sendmail depending on your machine)
# ln -s /usr/lib/sendmail.orig  /usr/lib/sendmail ( or .../sbin/...)

Disassociate /var/qmail/bin/qmail-smtpd from port 25

# svc -d /var/run/smtpd (presuming you're running supervise)
  or
# kill `ps ax | grep "tcpserver.*[ ]25 " | awk '{print $1}'` (presuming tcpserver)
  or
# perl -pi.bak -e 's/^smtp/#$/;' /etc/inetd.conf
# kill `ps ax | grep "inetd" | awk '{print $1}'` (presuming inetd)

Run sendmail with some reasonable parameters, e.g.:

# /usr/lib/sendmail -q 15m -bd

No need to uninstall qmail.

-- 
-russ nelson [EMAIL PROTECTED]  http://crynwr.com/~nelson
Crynwr sells support for free software  | PGPok | Government schools are so
521 Pleasant Valley Rd. | +1 315 268 1925 voice | bad that any rank amateur
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | can outdo them. Homeschool!



remove all mail for a domain

1999-06-24 Thread Anonymous

Hi,

is there any simple way of removing all mail for a specific remote domain
that's sitting in my queue?
I was thinking of putting the domain in smtproutes and let it point to an
another qmail machine, and there put the domain in virtualdomains and let it
point to an alias that drops all mail.

Franky



AW: remove all mail for a domain

1999-06-24 Thread Anonymous

hi,
you can try this:
control/virtualdomains:
domain.to.drop:dropit

~alias/.qmail-dropit-default
| echo "dropped email for "$DEFAULT"@domain.to.drop: sender was $SENDER"
 /tmp/droplog

jodok

ps: do not forget to send HUP to qmail-send after changing
virtualdomains!

 -Ursprüngliche Nachricht-
 Von:  Van Liedekerke Franky [SMTP:[EMAIL PROTECTED]]
 Gesendet am:  Donnerstag, 24. Juni 1999 17:00
 An:   'qmail list'
 Betreff:  remove all mail for a domain
 
 Hi,
 
 is there any simple way of removing all mail for a specific remote
 domain
 that's sitting in my queue?
 I was thinking of putting the domain in smtproutes and let it point to
 an
 another qmail machine, and there put the domain in virtualdomains and
 let it
 point to an alias that drops all mail.
 
 Franky



RE: remove all mail for a domain

1999-06-24 Thread Anonymous

Nope,

because the domain is remote, changing virtualdomains won't cut it...

Franky

 --
 From:
 [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]]
 Sent: Thursday, June 24, 1999 5:05 PM
 To:   [EMAIL PROTECTED]
 Subject:  AW: remove all mail for a domain
 
 hi,
 you can try this:
 control/virtualdomains:
 domain.to.drop:dropit
 
 ~alias/.qmail-dropit-default
 | echo "dropped email for "$DEFAULT"@domain.to.drop: sender was $SENDER"
  /tmp/droplog
 
 jodok
 
 ps: do not forget to send HUP to qmail-send after changing
 virtualdomains!
 
  -Ursprüngliche Nachricht-
  Von:Van Liedekerke Franky
 [SMTP:[EMAIL PROTECTED]]
  Gesendet am:Donnerstag, 24. Juni 1999 17:00
  An: 'qmail list'
  Betreff:remove all mail for a domain
  
  Hi,
  
  is there any simple way of removing all mail for a specific remote
  domain
  that's sitting in my queue?
  I was thinking of putting the domain in smtproutes and let it point to
  an
  another qmail machine, and there put the domain in virtualdomains and
  let it
  point to an alias that drops all mail.
  
  Franky
 



RE: remove all mail for a domain

1999-06-24 Thread Anonymous

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Nope,
 
 because the domain is remote, changing virtualdomains won't cut it...

But it's a step in the right direction:
1. smtproutes entry
domain.to.drop:127.0.0.1
(make sure that 127.0.0.1 can relay, or put domain.to.drop in 
rcpthosts too)
2. proceed with that virtualdomain stuff
3. When ready, HUP qmail-send

-BEGIN PGP SIGNATURE-
Version: PGP 6.0.2 -- QDPGP 2.60 
Comment: http://community.wow.net/grt/qdpgp.html

iQA/AwUBN3JbHlMwP8g7qbw/EQK82wCg3oraFgrtOuvnVoSg3aieCANLKIYAoKlY
X/CFgMfeNllxbevwDPKr+VgS
=tBWU
-END PGP SIGNATURE-
--
Petr Novotny, ANTEK CS
[EMAIL PROTECTED]
http://www.antek.cz
PGP key ID: 0x3BA9BC3F
-- Don't you know there ain't no devil there's just God when he's drunk.
 [Tom Waits]



Re: remove all mail for a domain

1999-06-24 Thread Anonymous

Van Liedekerke Franky wrote/schrieb/scribsit:
 is there any simple way of removing all mail for a specific remote domain
 that's sitting in my queue?
 I was thinking of putting the domain in smtproutes and let it point to an
 another qmail machine, and there put the domain in virtualdomains and let it
 point to an alias that drops all mail.

Instead of sending it to another qmail machine, you can go on your own:
# cd /var/qmail/control
# echo "dropthisdomain.dom:[`hostname -f`]"  smtproutes
# echo "dropthisdomain.dom"  rcpthosts
# echo in case localhost is not a RELAYCLIENT
# echo "dropthisdomain.dom:alias-bitbucket"  virtualdomains
# cd ../alias
# echo '#'  .qmail-bitbucket-default
# killproc -HUP /var/qmail/bin/qmail-send
# killproc -ALRM /var/qmail/bin/qmail-send

Then peek at the log and undo.

Stefan



RE: remove all mail for a domain

1999-06-24 Thread Anonymous

thanks all for the help, this works just fine!

Franky

 --
 From: Petr Novotny[SMTP:[EMAIL PROTECTED]]
 Sent: Thursday, June 24, 1999 6:21 PM
 To:   [EMAIL PROTECTED]
 Subject:  RE: remove all mail for a domain
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
  Nope,
  
  because the domain is remote, changing virtualdomains won't cut it...
 
 But it's a step in the right direction:
 1. smtproutes entry
 domain.to.drop:127.0.0.1
 (make sure that 127.0.0.1 can relay, or put domain.to.drop in 
 rcpthosts too)
 2. proceed with that virtualdomain stuff
 3. When ready, HUP qmail-send
 
 -BEGIN PGP SIGNATURE-
 Version: PGP 6.0.2 -- QDPGP 2.60 
 Comment: http://community.wow.net/grt/qdpgp.html
 
 iQA/AwUBN3JbHlMwP8g7qbw/EQK82wCg3oraFgrtOuvnVoSg3aieCANLKIYAoKlY
 X/CFgMfeNllxbevwDPKr+VgS
 =tBWU
 -END PGP SIGNATURE-
 --
 Petr Novotny, ANTEK CS
 [EMAIL PROTECTED]
 http://www.antek.cz
 PGP key ID: 0x3BA9BC3F
 -- Don't you know there ain't no devil there's just God when he's drunk.
  [Tom Waits]