Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-19 Thread Eric Shubert
This filter uses the QMAILQUEUE patch to plug a filter into the mail 
stream. The toaster is already using QMAILQUEUE to implement simscan. I 
don't know if it'd be possible to use both.


In any case, filtering BCCs will not be trivial.

Anil Aliyan wrote:

Hi Amit/Eric
 
Read this. May be u can find a solution this way.
 
http://www.nabble.com/how-to-block-BCC-recipients-or-BCC-mails-using-qmail-td14040662.html
 
Regards,
 
Anil Aliyan


- Original Message -
*From:* amit IKF mailto:a...@ikf.co.in
*To:* qmailtoaster-list@qmailtoaster.com
mailto:qmailtoaster-list@qmailtoaster.com
*Sent:* Friday, September 18, 2009 10:52 PM
*Subject:* Re: [qmailtoaster] No mails in Bcc should be delivered

Hi Anil,

Eric is correct, qmail-inject wont work in my case. Basically I want
to track Bcc email id on the server or do not deliver Bcc emails at all.
Is there any way from the log file of SMTP from where we can find
out the Bcc mails delivery?

Regards,

Amit


On Fri, Sep 18, 2009 at 7:39 PM, Eric Shubert e...@shubes.net
mailto:e...@shubes.net wrote:

Anil Aliyan wrote:

Hi Amit,
 I am not sure but after reading your posts i was looking
for some solution for the problem u are facing. I dont know
much but i have found a url about qmail-inject. It says
about some arguments to be passed to qmail-inject to send
the mails. with these arguments u can force ur qmail server
to send mails the way u want. I am just assuming that it may
help you, so just read the url given below for those
options. If i`ll find anything else more specific i`ll let u
know.
 And may be Eric can explain in more detail about those options.
 http://www.qmail.org/qmail-manual-html/man8/qmail-inject.html
 qmail-inject(8)  Maintenance Procedures  
qmail-inject(8)




*i*Delete any incoming  *Message-ID*  field.  
Normally,  if

 *Message-ID*   is   supplied,   it  overrides  the
 usual
 *Message-ID* field created by *qmail-inject*.

*r*Use a per-recipient  VERP.   *qmail-inject*  will
 append
 each  recipient  address  to the envelope sender of the
 copy going to that recipient.

*m*Use a per-message VERP.  *qmail-inject* will
 append  the
 current date and process ID to the envelope sender.

*OPTIONS*
*-a*Send the message to all addresses
http://www.qmail.org/qmail-manual-html/man5/addresses.html
given as /recip/ argu-

 ments; do not use header recipient addresses.

*-h*Send the message to all  header  recipient
 addresses.
 For  non-forwarded  messages,  this means the addresses
 listed under *To*, *Cc*, *Bcc*, *Apparently-To*.
 For forwarded
 messages,   this   means  the  addresses  listed  under
 *Resent-To*, *Resent-Cc*, *Resent-Bcc*.  Do not use
any /recip/
 arguments.

*-A*(Default.)  Send the message to all addresses
given as
 /recip/  arguments.   If no /recip/ arguments are
supplied,
 send the message to all header recipient addresses.

*-H*Send the message to all  header  recipient
 addresses,
 and to all addresses given as /recip/ arguments.

*-f*/sender/

 Pass /sender/  to  *qmail-queue*  as  the  envelope
 sender
 address.   This  overrides *Return-Path* and all
environ-
 ment variables.

*-N*(Default.)  Feed the resulting message to
*qmail-queue*.

*-n*Print the message rather than  feeding  it  to
 *qmail-*
 *queue*.
 Regards,
 Anil Aliyan
  
   - Original Message -

   *From:* amit IKF mailto:a...@ikf.co.in
mailto:a...@ikf.co.in
   *To:* qmailtoaster-list@qmailtoaster.com
mailto:qmailtoaster-list@qmailtoaster.com
   mailto:qmailtoaster-list@qmailtoaster.com
mailto:qmailtoaster-list@qmailtoaster.com
   *Sent:* Friday, September 18, 2009 10:27 AM
   *Subject:* Re: [qmailtoaster] No mails in Bcc should be
delivered

   Hi Eric,


   If Bcc is there then I should be able to track to whose
id the mail
   was sent,so I can provide the log 

Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-18 Thread Anil Aliyan
Hi Amit,

I am not sure but after reading your posts i was looking for some solution for 
the problem u are facing. I dont know much but i have found a url about 
qmail-inject. It says about some arguments to be passed to qmail-inject to send 
the mails. with these arguments u can force ur qmail server to send mails the 
way u want. I am just assuming that it may help you, so just read the url given 
below for those options. If i`ll find anything else more specific i`ll let u 
know.

And may be Eric can explain in more detail about those options.

http://www.qmail.org/qmail-manual-html/man8/qmail-inject.html

qmail-inject(8)  Maintenance Procedures   qmail-inject(8)



 iDelete any incoming  Message-ID  field.   Normally,  if
  Message-ID   is   supplied,   it  overrides  the  usual
  Message-ID field created by qmail-inject.

 rUse a per-recipient  VERP.   qmail-inject  will  append
  each  recipient  address  to the envelope sender of the
  copy going to that recipient.

 mUse a per-message VERP.  qmail-inject will  append  the
  current date and process ID to the envelope sender.

OPTIONS
 -aSend the message to all addresses given as recip argu-
  ments; do not use header recipient addresses.

 -hSend the message to all  header  recipient  addresses.
  For  non-forwarded  messages,  this means the addresses
  listed under To, Cc, Bcc, Apparently-To.  For forwarded
  messages,   this   means  the  addresses  listed  under
  Resent-To, Resent-Cc, Resent-Bcc.  Do not use any recip
  arguments.

 -A(Default.)  Send the message to all addresses given as
  recip  arguments.   If no recip arguments are supplied,
  send the message to all header recipient addresses.

 -HSend the message to all  header  recipient  addresses,
  and to all addresses given as recip arguments.

 -fsender
  Pass sender  to  qmail-queue  as  the  envelope  sender
  address.   This  overrides Return-Path and all environ-
  ment variables.

 -N(Default.)  Feed the resulting message to qmail-queue.

 -nPrint the message rather than  feeding  it  to  qmail-
  queue.


Regards,

Anil Aliyan


  - Original Message - 
  From: amit IKF 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Friday, September 18, 2009 10:27 AM
  Subject: Re: [qmailtoaster] No mails in Bcc should be delivered


  Hi Eric,


  If Bcc is there then I should be able to track to whose id the mail was 
sent,so I can provide the log to the sir.

  Regards,

  Amit


  On Fri, Sep 18, 2009 at 2:35 AM, Eric Shubert e...@shubes.net wrote:

I think you would need to do some custom coding to accomplish this. Of 
course, it would only apply to submissions. After an email is submitted there 
is no bcc to speak of any more.

What would you want to have happen if someone were to use bcc?

amit IKF wrote:

  Hi Eric,

  Actually problem is that my sir wants to tap all the incoming and 
outgoing mails from that server. For this I had modified tap file. But problem 
is I'm unable to tap Bcc mail.
  Actually the more problem is I'm able to get mail on email id where I had 
moved a copy of both incoming and outgoing emails, but i'm unable to get detail 
to which id the mail sent. So my sir asked me to completely stop Bcc mail 
transaction from the server.

  Any help would be appreciated for the same.

  Regards,

  Amit


  On Thu, Sep 17, 2009 at 8:13 PM, Eric Shubert e...@shubes.net 
mailto:e...@shubes.net wrote:

 I believe that would require some custom coding.

 What is the problem you're trying to solve? Perhaps there is a
 better solution.

 amit IKF wrote:

 Hi Andreas,
 Thats ok for me. Actually its for my another server and I don't
 my any users on that server to send or recieve the Bcc mails.

 Regards,

 Amit

 On Thu, Sep 17, 2009 at 1:21 PM, Andreas Galatis a...@unet.de

 mailto:a...@unet.de mailto:a...@unet.de mailto:a...@unet.de 
wrote:

Hi Amit,

Do you really want that? You would not be able to receive
 mails from any
mailinglist.
Andreas
Am Thursday 17 September 2009 09:14:56 schrieb amit IKF:
  Hi Everyone,
 
  Is there any way that non of the Bcc mails get delivered to
anyone from my
  server? This should be apply for both incoming and
 outgoing Bcc
mails.
 
  Thanks and regards,
 
  Amit



 ---Eric 'shubes'




-- 
-Eric 'shubes'




Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-18 Thread Eric Shubert
Bcc is not there. That's the problem. I'm not sure where it's removed, 
but it would be either qmail-smtpd or qmail-send. That is the point 
where you would need to tap it, when that data is still available.


amit IKF wrote:

Hi Eric,


If Bcc is there then I should be able to track to whose id the mail was 
sent,so I can provide the log to the sir.


Regards,

Amit

On Fri, Sep 18, 2009 at 2:35 AM, Eric Shubert e...@shubes.net 
mailto:e...@shubes.net wrote:


I think you would need to do some custom coding to accomplish this.
Of course, it would only apply to submissions. After an email is
submitted there is no bcc to speak of any more.

What would you want to have happen if someone were to use bcc?

amit IKF wrote:

Hi Eric,

Actually problem is that my sir wants to tap all the incoming
and outgoing mails from that server. For this I had modified tap
file. But problem is I'm unable to tap Bcc mail.
Actually the more problem is I'm able to get mail on email id
where I had moved a copy of both incoming and outgoing emails,
but i'm unable to get detail to which id the mail sent. So my
sir asked me to completely stop Bcc mail transaction from the
server.

Any help would be appreciated for the same.

Regards,

Amit

On Thu, Sep 17, 2009 at 8:13 PM, Eric Shubert e...@shubes.net
mailto:e...@shubes.net mailto:e...@shubes.net
mailto:e...@shubes.net wrote:

   I believe that would require some custom coding.

   What is the problem you're trying to solve? Perhaps there is a
   better solution.

   amit IKF wrote:

   Hi Andreas,
   Thats ok for me. Actually its for my another server and I
don't
   my any users on that server to send or recieve the Bcc mails.

   Regards,

   Amit

   On Thu, Sep 17, 2009 at 1:21 PM, Andreas Galatis
a...@unet.de mailto:a...@unet.de
   mailto:a...@unet.de mailto:a...@unet.de
mailto:a...@unet.de mailto:a...@unet.de mailto:a...@unet.de
mailto:a...@unet.de wrote:

  Hi Amit,

  Do you really want that? You would not be able to receive
   mails from any
  mailinglist.
  Andreas
  Am Thursday 17 September 2009 09:14:56 schrieb amit IKF:
Hi Everyone,
   
Is there any way that non of the Bcc mails get
delivered to
  anyone from my
server? This should be apply for both incoming and
   outgoing Bcc
  mails.
   
Thanks and regards,
   
Amit



   ---Eric 'shubes'



-- 
-Eric 'shubes'




-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com http://www.vickersconsulting.com)
  Vickers Consulting Group offers Qmailtoaster support and
installations.
If you need professional help with your setup, contact them today!

-
   Please visit qmailtoaster.com http://qmailtoaster.com for the
latest news, updates, and packages.
To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
mailto:qmailtoaster-list-unsubscr...@qmailtoaster.com
   For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com
mailto:qmailtoaster-list-h...@qmailtoaster.com






--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-18 Thread amit IKF
Hi Anil,

Eric is correct, qmail-inject wont work in my case. Basically I want to
track Bcc email id on the server or do not deliver Bcc emails at all.
Is there any way from the log file of SMTP from where we can find out the
Bcc mails delivery?

Regards,

Amit


On Fri, Sep 18, 2009 at 7:39 PM, Eric Shubert e...@shubes.net wrote:

 Anil Aliyan wrote:

 Hi Amit,
  I am not sure but after reading your posts i was looking for some
 solution for the problem u are facing. I dont know much but i have found a
 url about qmail-inject. It says about some arguments to be passed to
 qmail-inject to send the mails. with these arguments u can force ur qmail
 server to send mails the way u want. I am just assuming that it may help
 you, so just read the url given below for those options. If i`ll find
 anything else more specific i`ll let u know.
  And may be Eric can explain in more detail about those options.
  http://www.qmail.org/qmail-manual-html/man8/qmail-inject.html
  qmail-inject(8)  Maintenance Procedures   qmail-inject(8)



 *i*Delete any incoming  *Message-ID*  field.   Normally,  if
  *Message-ID*   is   supplied,   it  overrides  the  usual
  *Message-ID* field created by *qmail-inject*.

 *r*Use a per-recipient  VERP.   *qmail-inject*  will  append
  each  recipient  address  to the envelope sender of the
  copy going to that recipient.

 *m*Use a per-message VERP.  *qmail-inject* will  append  the
  current date and process ID to the envelope sender.

 *OPTIONS*
 *-a*Send the message to all addresses 
 http://www.qmail.org/qmail-manual-html/man5/addresses.html given as
 /recip/ argu-
  ments; do not use header recipient addresses.

 *-h*Send the message to all  header  recipient  addresses.
  For  non-forwarded  messages,  this means the addresses
  listed under *To*, *Cc*, *Bcc*, *Apparently-To*.  For forwarded
  messages,   this   means  the  addresses  listed  under
  *Resent-To*, *Resent-Cc*, *Resent-Bcc*.  Do not use any /recip/
  arguments.

 *-A*(Default.)  Send the message to all addresses given as
  /recip/  arguments.   If no /recip/ arguments are supplied,
  send the message to all header recipient addresses.

 *-H*Send the message to all  header  recipient  addresses,
  and to all addresses given as /recip/ arguments.

 *-f*/sender/
  Pass /sender/  to  *qmail-queue*  as  the  envelope  sender
  address.   This  overrides *Return-Path* and all environ-
  ment variables.

 *-N*(Default.)  Feed the resulting message to *qmail-queue*.

 *-n*Print the message rather than  feeding  it  to  *qmail-*
  *queue*.
  Regards,
  Anil Aliyan

- Original Message -
*From:* amit IKF mailto:a...@ikf.co.in
*To:* qmailtoaster-list@qmailtoaster.com
mailto:qmailtoaster-list@qmailtoaster.com
*Sent:* Friday, September 18, 2009 10:27 AM
*Subject:* Re: [qmailtoaster] No mails in Bcc should be delivered

Hi Eric,


If Bcc is there then I should be able to track to whose id the mail
was sent,so I can provide the log to the sir.

Regards,

Amit

On Fri, Sep 18, 2009 at 2:35 AM, Eric Shubert e...@shubes.net
mailto:e...@shubes.net wrote:

I think you would need to do some custom coding to accomplish
this. Of course, it would only apply to submissions. After an
email is submitted there is no bcc to speak of any more.

What would you want to have happen if someone were to use bcc?

amit IKF wrote:

Hi Eric,

Actually problem is that my sir wants to tap all the
incoming and outgoing mails from that server. For this I had
modified tap file. But problem is I'm unable to tap Bcc mail.
Actually the more problem is I'm able to get mail on email
id where I had moved a copy of both incoming and outgoing
emails, but i'm unable to get detail to which id the mail
sent. So my sir asked me to completely stop Bcc mail
transaction from the server.

Any help would be appreciated for the same.

Regards,

Amit

On Thu, Sep 17, 2009 at 8:13 PM, Eric Shubert
e...@shubes.net mailto:e...@shubes.net
mailto:e...@shubes.net mailto:e...@shubes.net wrote:

   I believe that would require some custom coding.

   What is the problem you're trying to solve? Perhaps there
is a
   better solution.

   amit IKF wrote:

   Hi Andreas,
   Thats ok for me. Actually its for my another server
and I don't
   my any users on that server to send or recieve the
Bcc mails.

   Regards,

   Amit

  

Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-18 Thread Eric Shubert

I don't believe so. It there was, it wouldn't be Blind, would it? ;)

I think you'll need to find a C programmer who can write a patch to the 
source code.


amit IKF wrote:

Hi Anil,

Eric is correct, qmail-inject wont work in my case. Basically I want to 
track Bcc email id on the server or do not deliver Bcc emails at all.
Is there any way from the log file of SMTP from where we can find out 
the Bcc mails delivery?


Regards,

Amit


On Fri, Sep 18, 2009 at 7:39 PM, Eric Shubert e...@shubes.net 
mailto:e...@shubes.net wrote:


Anil Aliyan wrote:

Hi Amit,
 I am not sure but after reading your posts i was looking for
some solution for the problem u are facing. I dont know much but
i have found a url about qmail-inject. It says about some
arguments to be passed to qmail-inject to send the mails. with
these arguments u can force ur qmail server to send mails the
way u want. I am just assuming that it may help you, so just
read the url given below for those options. If i`ll find
anything else more specific i`ll let u know.
 And may be Eric can explain in more detail about those options.
 http://www.qmail.org/qmail-manual-html/man8/qmail-inject.html
 qmail-inject(8)  Maintenance Procedures   qmail-inject(8)



*i*Delete any incoming  *Message-ID*  field.   Normally,  if
 *Message-ID*   is   supplied,   it  overrides  the  usual
 *Message-ID* field created by *qmail-inject*.

*r*Use a per-recipient  VERP.   *qmail-inject*  will  append
 each  recipient  address  to the envelope sender of the
 copy going to that recipient.

*m*Use a per-message VERP.  *qmail-inject* will  append  the
 current date and process ID to the envelope sender.

*OPTIONS*
*-a*Send the message to all addresses
http://www.qmail.org/qmail-manual-html/man5/addresses.html
given as /recip/ argu-

 ments; do not use header recipient addresses.

*-h*Send the message to all  header  recipient  addresses.
 For  non-forwarded  messages,  this means the addresses
 listed under *To*, *Cc*, *Bcc*, *Apparently-To*.  For
forwarded
 messages,   this   means  the  addresses  listed  under
 *Resent-To*, *Resent-Cc*, *Resent-Bcc*.  Do not use any
/recip/
 arguments.

*-A*(Default.)  Send the message to all addresses given as
 /recip/  arguments.   If no /recip/ arguments are supplied,
 send the message to all header recipient addresses.

*-H*Send the message to all  header  recipient  addresses,
 and to all addresses given as /recip/ arguments.

*-f*/sender/

 Pass /sender/  to  *qmail-queue*  as  the  envelope  sender
 address.   This  overrides *Return-Path* and all environ-
 ment variables.

*-N*(Default.)  Feed the resulting message to *qmail-queue*.

*-n*Print the message rather than  feeding  it  to  *qmail-*
 *queue*.
 Regards,
 Anil Aliyan
  
   - Original Message -

   *From:* amit IKF mailto:a...@ikf.co.in mailto:a...@ikf.co.in
   *To:* qmailtoaster-list@qmailtoaster.com
mailto:qmailtoaster-list@qmailtoaster.com
   mailto:qmailtoaster-list@qmailtoaster.com
mailto:qmailtoaster-list@qmailtoaster.com
   *Sent:* Friday, September 18, 2009 10:27 AM
   *Subject:* Re: [qmailtoaster] No mails in Bcc should be delivered

   Hi Eric,


   If Bcc is there then I should be able to track to whose id
the mail
   was sent,so I can provide the log to the sir.

   Regards,

   Amit

   On Fri, Sep 18, 2009 at 2:35 AM, Eric Shubert e...@shubes.net
mailto:e...@shubes.net
   mailto:e...@shubes.net mailto:e...@shubes.net wrote:

   I think you would need to do some custom coding to accomplish
   this. Of course, it would only apply to submissions. After an
   email is submitted there is no bcc to speak of any more.

   What would you want to have happen if someone were to use
bcc?

   amit IKF wrote:

   Hi Eric,

   Actually problem is that my sir wants to tap all the
   incoming and outgoing mails from that server. For
this I had
   modified tap file. But problem is I'm unable to tap
Bcc mail.
   Actually the more problem is I'm able to get mail on
email
   id where I had moved a copy of both incoming and outgoing
  

Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-18 Thread Aleksander Podsiadly
Bcc is known only sender, the only one way is to compare header fields 
,,To:'' and ,,Cc:'' with ,,RCPT TO:'' field from smtp dialog.


--
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-18 Thread Anil Aliyan
Hi Amit/Eric

Read this. May be u can find a solution this way.

http://www.nabble.com/how-to-block-BCC-recipients-or-BCC-mails-using-qmail-td14040662.html

Regards,

Anil Aliyan
  - Original Message - 
  From: amit IKF 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Friday, September 18, 2009 10:52 PM
  Subject: Re: [qmailtoaster] No mails in Bcc should be delivered


  Hi Anil,

  Eric is correct, qmail-inject wont work in my case. Basically I want to track 
Bcc email id on the server or do not deliver Bcc emails at all.
  Is there any way from the log file of SMTP from where we can find out the Bcc 
mails delivery?

  Regards,

  Amit



  On Fri, Sep 18, 2009 at 7:39 PM, Eric Shubert e...@shubes.net wrote:

Anil Aliyan wrote:

  Hi Amit,
   I am not sure but after reading your posts i was looking for some 
solution for the problem u are facing. I dont know much but i have found a url 
about qmail-inject. It says about some arguments to be passed to qmail-inject 
to send the mails. with these arguments u can force ur qmail server to send 
mails the way u want. I am just assuming that it may help you, so just read the 
url given below for those options. If i`ll find anything else more specific 
i`ll let u know.
   And may be Eric can explain in more detail about those options.
   http://www.qmail.org/qmail-manual-html/man8/qmail-inject.html
   qmail-inject(8)  Maintenance Procedures   qmail-inject(8)



  *i*Delete any incoming  *Message-ID*  field.   Normally,  if
   *Message-ID*   is   supplied,   it  overrides  the  usual
   *Message-ID* field created by *qmail-inject*.

  *r*Use a per-recipient  VERP.   *qmail-inject*  will  append
   each  recipient  address  to the envelope sender of the
   copy going to that recipient.

  *m*Use a per-message VERP.  *qmail-inject* will  append  the
   current date and process ID to the envelope sender.

  *OPTIONS*

  *-a*Send the message to all addresses 
http://www.qmail.org/qmail-manual-html/man5/addresses.html given as /recip/ 
argu-

   ments; do not use header recipient addresses.

  *-h*Send the message to all  header  recipient  addresses.
   For  non-forwarded  messages,  this means the addresses
   listed under *To*, *Cc*, *Bcc*, *Apparently-To*.  For forwarded
   messages,   this   means  the  addresses  listed  under
   *Resent-To*, *Resent-Cc*, *Resent-Bcc*.  Do not use any /recip/
   arguments.

  *-A*(Default.)  Send the message to all addresses given as
   /recip/  arguments.   If no /recip/ arguments are supplied,
   send the message to all header recipient addresses.

  *-H*Send the message to all  header  recipient  addresses,
   and to all addresses given as /recip/ arguments.


  *-f*/sender/

   Pass /sender/  to  *qmail-queue*  as  the  envelope  sender
   address.   This  overrides *Return-Path* and all environ-
   ment variables.

  *-N*(Default.)  Feed the resulting message to *qmail-queue*.

  *-n*Print the message rather than  feeding  it  to  *qmail-*
   *queue*.
   Regards,
   Anil Aliyan

 - Original Message -

 *From:* amit IKF mailto:a...@ikf.co.in
 *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
 *Sent:* Friday, September 18, 2009 10:27 AM
 *Subject:* Re: [qmailtoaster] No mails in Bcc should be delivered

 Hi Eric,


 If Bcc is there then I should be able to track to whose id the mail
 was sent,so I can provide the log to the sir.

 Regards,

 Amit

 On Fri, Sep 18, 2009 at 2:35 AM, Eric Shubert e...@shubes.net

 mailto:e...@shubes.net wrote:

 I think you would need to do some custom coding to accomplish
 this. Of course, it would only apply to submissions. After an
 email is submitted there is no bcc to speak of any more.

 What would you want to have happen if someone were to use bcc?

 amit IKF wrote:

 Hi Eric,

 Actually problem is that my sir wants to tap all the
 incoming and outgoing mails from that server. For this I had
 modified tap file. But problem is I'm unable to tap Bcc mail.
 Actually the more problem is I'm able to get mail on email
 id where I had moved a copy of both incoming and outgoing
 emails, but i'm unable to get detail to which id the mail
 sent. So my sir asked me to completely stop Bcc mail
 transaction from the server.

 Any help would be appreciated 

[qmailtoaster] No mails in Bcc should be delivered

2009-09-17 Thread amit IKF
Hi Everyone,

Is there any way that non of the Bcc mails get delivered to anyone from my
server? This should be apply for both incoming and outgoing Bcc mails.

Thanks and regards,

Amit


Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-17 Thread Andreas Galatis
Hi Amit,

Do you really want that? You would not be able to receive mails from any 
mailinglist.
Andreas
Am Thursday 17 September 2009 09:14:56 schrieb amit IKF:
 Hi Everyone,

 Is there any way that non of the Bcc mails get delivered to anyone from my
 server? This should be apply for both incoming and outgoing Bcc mails.

 Thanks and regards,

 Amit



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-17 Thread amit IKF
Hi Andreas,
Thats ok for me. Actually its for my another server and I don't my any users
on that server to send or recieve the Bcc mails.

Regards,

Amit

On Thu, Sep 17, 2009 at 1:21 PM, Andreas Galatis a...@unet.de wrote:

 Hi Amit,

 Do you really want that? You would not be able to receive mails from any
 mailinglist.
 Andreas
 Am Thursday 17 September 2009 09:14:56 schrieb amit IKF:
  Hi Everyone,
 
  Is there any way that non of the Bcc mails get delivered to anyone from
 my
  server? This should be apply for both incoming and outgoing Bcc mails.
 
  Thanks and regards,
 
  Amit




 -
 Qmailtoaster is sponsored by Vickers Consulting Group (
 www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

 -
 Please visit qmailtoaster.com for the latest news, updates, and
 packages.

  To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com





Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-17 Thread Eric Shubert

I believe that would require some custom coding.

What is the problem you're trying to solve? Perhaps there is a better 
solution.


amit IKF wrote:

Hi Andreas,
Thats ok for me. Actually its for my another server and I don't my any 
users on that server to send or recieve the Bcc mails.


Regards,

Amit

On Thu, Sep 17, 2009 at 1:21 PM, Andreas Galatis a...@unet.de 
mailto:a...@unet.de wrote:


Hi Amit,

Do you really want that? You would not be able to receive mails from any
mailinglist.
Andreas
Am Thursday 17 September 2009 09:14:56 schrieb amit IKF:
  Hi Everyone,
 
  Is there any way that non of the Bcc mails get delivered to
anyone from my
  server? This should be apply for both incoming and outgoing Bcc
mails.
 
  Thanks and regards,
 
  Amit




--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-17 Thread amit IKF
Hi Eric,

Actually problem is that my sir wants to tap all the incoming and outgoing
mails from that server. For this I had modified tap file. But problem is I'm
unable to tap Bcc mail.
Actually the more problem is I'm able to get mail on email id where I had
moved a copy of both incoming and outgoing emails, but i'm unable to get
detail to which id the mail sent. So my sir asked me to completely stop Bcc
mail transaction from the server.

Any help would be appreciated for the same.

Regards,

Amit

On Thu, Sep 17, 2009 at 8:13 PM, Eric Shubert e...@shubes.net wrote:

 I believe that would require some custom coding.

 What is the problem you're trying to solve? Perhaps there is a better
 solution.

 amit IKF wrote:

 Hi Andreas,
 Thats ok for me. Actually its for my another server and I don't my any
 users on that server to send or recieve the Bcc mails.

 Regards,

 Amit

 On Thu, Sep 17, 2009 at 1:21 PM, Andreas Galatis a...@unet.de mailto:
 a...@unet.de wrote:

Hi Amit,

Do you really want that? You would not be able to receive mails from
 any
mailinglist.
Andreas
Am Thursday 17 September 2009 09:14:56 schrieb amit IKF:
  Hi Everyone,
 
  Is there any way that non of the Bcc mails get delivered to
anyone from my
  server? This should be apply for both incoming and outgoing Bcc
mails.
 
  Thanks and regards,
 
  Amit



 --
 -Eric 'shubes'




 -
 Qmailtoaster is sponsored by Vickers Consulting Group (
 www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!

 -
Please visit qmailtoaster.com for the latest news, updates, and
 packages.
 To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com





Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-17 Thread Eric Shubert
I think you would need to do some custom coding to accomplish this. Of 
course, it would only apply to submissions. After an email is submitted 
there is no bcc to speak of any more.


What would you want to have happen if someone were to use bcc?

amit IKF wrote:

Hi Eric,

Actually problem is that my sir wants to tap all the incoming and 
outgoing mails from that server. For this I had modified tap file. But 
problem is I'm unable to tap Bcc mail.
Actually the more problem is I'm able to get mail on email id where I 
had moved a copy of both incoming and outgoing emails, but i'm unable to 
get detail to which id the mail sent. So my sir asked me to completely 
stop Bcc mail transaction from the server.


Any help would be appreciated for the same.

Regards,

Amit

On Thu, Sep 17, 2009 at 8:13 PM, Eric Shubert e...@shubes.net 
mailto:e...@shubes.net wrote:


I believe that would require some custom coding.

What is the problem you're trying to solve? Perhaps there is a
better solution.

amit IKF wrote:

Hi Andreas,
Thats ok for me. Actually its for my another server and I don't
my any users on that server to send or recieve the Bcc mails.

Regards,

Amit

On Thu, Sep 17, 2009 at 1:21 PM, Andreas Galatis a...@unet.de
mailto:a...@unet.de mailto:a...@unet.de mailto:a...@unet.de 
wrote:

   Hi Amit,

   Do you really want that? You would not be able to receive
mails from any
   mailinglist.
   Andreas
   Am Thursday 17 September 2009 09:14:56 schrieb amit IKF:
 Hi Everyone,

 Is there any way that non of the Bcc mails get delivered to
   anyone from my
 server? This should be apply for both incoming and
outgoing Bcc
   mails.

 Thanks and regards,

 Amit



-- 
-Eric 'shubes'





--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] No mails in Bcc should be delivered

2009-09-17 Thread amit IKF
Hi Eric,


If Bcc is there then I should be able to track to whose id the mail was
sent,so I can provide the log to the sir.

Regards,

Amit

On Fri, Sep 18, 2009 at 2:35 AM, Eric Shubert e...@shubes.net wrote:

 I think you would need to do some custom coding to accomplish this. Of
 course, it would only apply to submissions. After an email is submitted
 there is no bcc to speak of any more.

 What would you want to have happen if someone were to use bcc?

 amit IKF wrote:

 Hi Eric,

 Actually problem is that my sir wants to tap all the incoming and outgoing
 mails from that server. For this I had modified tap file. But problem is I'm
 unable to tap Bcc mail.
 Actually the more problem is I'm able to get mail on email id where I had
 moved a copy of both incoming and outgoing emails, but i'm unable to get
 detail to which id the mail sent. So my sir asked me to completely stop Bcc
 mail transaction from the server.

 Any help would be appreciated for the same.

 Regards,

 Amit

 On Thu, Sep 17, 2009 at 8:13 PM, Eric Shubert e...@shubes.net mailto:
 e...@shubes.net wrote:

I believe that would require some custom coding.

What is the problem you're trying to solve? Perhaps there is a
better solution.

amit IKF wrote:

Hi Andreas,
Thats ok for me. Actually its for my another server and I don't
my any users on that server to send or recieve the Bcc mails.

Regards,

Amit

On Thu, Sep 17, 2009 at 1:21 PM, Andreas Galatis a...@unet.de
mailto:a...@unet.de mailto:a...@unet.de mailto:a...@unet.de
 wrote:

   Hi Amit,

   Do you really want that? You would not be able to receive
mails from any
   mailinglist.
   Andreas
   Am Thursday 17 September 2009 09:14:56 schrieb amit IKF:
 Hi Everyone,

 Is there any way that non of the Bcc mails get delivered to
   anyone from my
 server? This should be apply for both incoming and
outgoing Bcc
   mails.

 Thanks and regards,

 Amit



---Eric 'shubes'



 --
 -Eric 'shubes'



 -
 Qmailtoaster is sponsored by Vickers Consulting Group (
 www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!

 -
Please visit qmailtoaster.com for the latest news, updates, and
 packages.
 To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com