> Date: Mon, 8 Dec 2003 11:36:22 -0500
> From: MT <[EMAIL PROTECTED]>
> To: Jeff Ross <[EMAIL PROTECTED]>
> Cc: tmda <[EMAIL PROTECTED]>
> Subject: Re: Preventing postmaster from getting all my bounce messages

> Skipping down to where Jason Mastaler presents his solution:
>
>  echo "#" > /var/qmail/alias/.qmail-bounce
>
> I'm sorry I don't understand the "#" and what that signifies.

First for the TMDA, part.  In my .tmda/config I have:

BOUNCE_ENV_SENDER = "[EMAIL PROTECTED]"

The address [EMAIL PROTECTED] is dropped by qmail.

Now for the qmail part:

In a qmail dot file ("man dot-qmail") a "#" signifies a comment.  If you
create a dot file with only a comment in it, qmail drops the message.
This is equivalent to having a .forward file with "/dev/null" in Sendmail.

For example, system wide I have a file:

[machine]:~# cat /etc/qmail/alias/.qmail-nobody
#

And in my personal account I have:

[EMAIL PROTECTED]:~> cat .qmail-nobody
#

For each of my domains I created a symlink:

[EMAIL PROTECTED]:~> ls -l .qmail-stassart-nobody
lrwxrwxrwx    1 user   group          13 Nov 13 10:27
.qmail-stassart-nobody -> .qmail-nobody

This creates a dropped e-mail address for each of my domains.

Benjamin J. Stassart
------------------------------------------------+
 A great many people think they are thinking    |
 when they are merely rearranging their         |
 prejudices                                     |
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to