Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Scott on October 13, 2000, 07:08:44 AM

Title: deleting bounced mail that can not bounced
Post by: Scott 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
Title: RE: deleting bounced mail that can not bounced
Post by: Charlie Brady 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
Title: RE: deleting bounced mail that can not bounced
Post by: Scott 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.