Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: robwellesley on September 21, 2006, 10:57:14 PM

Title: double bounce messages - let's kill those suckers...
Post by: robwellesley on September 21, 2006, 10:57:14 PM
To stop getting double bounce messages-

[root@server /]# config setprop qmail DoubleBounceTo devnull
[root@server /]# signal-event email-update

If you really geeky :) You can check the database if you like...

[root@server /]# config show qmail
qmail=service
    DoubleBounceTo=devnull
    MaxMessageSize=15000000
    status=enabled

Expand only the doublebounceto template....

[root@server /]# expand-template /var/qmail/control/doublebounceto

Check /var/qmail/control/doublebounceto is set to devnull.....

[root@server /]# cat /var/qmail/control/doublebounceto
devnull

And restart qmail 'manually'....

[root@server /]# svc -t /service/qmail
Title: Re: double bounce messages - let's kill those suckers...
Post by: raem on October 04, 2006, 02:56:29 PM
Thank you Rob
Title: Re: double bounce messages - let's kill those suckers...
Post by: CharlieBrady on October 05, 2006, 03:42:45 AM
Quote from: "robwellesley"
To stop getting double bounce messages-


You shouldn't be getting any bounce messages with SME7, let alone double bounce messages (bounce messages which can't be delivered). If you are seeing double bounce messages, they are coming from your LAN, so you should investigate the source.