Koozali.org: home of the SME Server

deleting bounced mail that can not bounced

Scott

deleting bounced mail that can not bounced
« on: October 13, 2000, 07:08:44 AM »
Hello,

I just installed e-smith 4.0, the most thoughtful and through server distribution I have encountered, and
configured the manager to bounce email addressed to non-existant system users.
Anyone know a simple way to configure qmail to only try bouncing the email, and not send an email saying
"I tried to deliver a bounce message to this address, but the bounce bounced!" to the admin email box if the
bounced email can not be delivered?

Thanks if anyone can provide a hint,
Scott

Charlie Brady

RE: deleting bounced mail that can not bounced
« Reply #1 on: October 13, 2000, 08:32:29 AM »
Scott wrote:

> I just installed e-smith 4.0, the most thoughtful and through
> server distribution I have encountered, and configured the
> manager to bounce email addressed to non-existant system users.
> Anyone know a simple way to configure qmail to only try
> bouncing the email, and not send an email saying "I tried
> to deliver a bounce message to this address, but the bounce
> bounced!" to the admin email box if the bounced email can
> not be delivered?

Log in as root and do:

echo sdfdsfsdf > /var/qmail/control/doublebounceto

Read the manpage for qmail-send to work out what this does:

MANPATH=/var/qmail/man man qmail-send

Regards

Charlie

Scott

RE: deleting bounced mail that can not bounced
« Reply #2 on: October 13, 2000, 01:29:38 PM »
Thank you Charlie. Now I understand how to invoke the man reader for manuals not in the current man path and stop double bounce warning messages too.