Koozali.org: home of the SME Server

About doublebounce

Per Sørensen

About doublebounce
« on: December 16, 2003, 07:35:16 PM »
Searched and found the fix for the doublebounced mails:

>By default double bounced messages are sent to postmaster.
>This little modification should take care of that.

>1) /bin/echo "oblivion" > /var/qmail/control/doublebounceto
>2) /bin/echo "#" > /var/qmail/alias/.qmail-oblivion

This works fine, but what does actually happen? Can anyone enligthen me... What does the "#" mean?

By the way i implemented it into the tempate-custom, since it gets overwritten now and then.

Per

[%sig%]

Ray Mitchell

Re: About doublebounce
« Reply #1 on: December 17, 2003, 04:59:59 AM »
Per
Can you post your custom template mdifications please

I also found if you reboot the server the mod is lost, therefore the need for the custom template perhaps.

I think Charlie Brady also posted a suitable fix that might take care of that partciular problem, I.m yet to test it out.
See
http://forums.contribs.org/index.php?topic=4199.msg14564#msg14564

Regs
Ray

Per Sørensen

Re: About doublebounce
« Reply #2 on: December 17, 2003, 09:41:00 AM »
Ray Mitchell wrote:

> Per
> Can you post your custom template mdifications please

I did:

mkdir /etc/e-smith/templates-custom/var/qmail/alias
touch /etc/e-smith/templates-custom/var/qmail/alias/.qmail-oblivion
/bin/echo "#" > /etc/e-smith/templates-custom/var/qmail/alias/.qmail-oblivion

touch /etc/e-smith/templates-custom/var/qmail/control/doublebounceto
/bin/echo "oblivion" > /etc/e-smith/templates-custom/var/qmail/control/doublebounceto

/sbin/e-smith/expand-template /var/qmail/alias/.qmail-oblivion
/sbin/e-smith/expand-template /var/qmail/control/doublebounceto

service qmail restart

> I think Charlie Brady also posted a suitable fix that might
> take care of that partciular problem, I.m yet to test it out.
> See
> http://forums.contribs.org/index.php?topic=4199.msg14564#msg14564
 
I haven't tried Charlie's way either, since i didn't find it myself when i searched.

By the way, i am running 5.6

Per

[%sig%]

Ray Mitchell

Re: About doublebounce
« Reply #3 on: December 19, 2003, 09:25:00 AM »
Thanks Per.
I'll try your templates out
Regs
Ray