Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Per Sørensen 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%]
-
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
-
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%]
-
Thanks Per.
I'll try your templates out
Regs
Ray