Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Brad Jennings on May 21, 2003, 02:38:02 AM
-
Any SME users successfully using RAV out there and the advertising_msg to get it to put an attachment at the end of every email going out of your server? I realize that this isn't as much an SME question but a RAV question, but I thought I'd see if anyone had any suggestions. Here's what I've done following the info on www.myezserver.com. The problem is that I get two advertising messages that say the same thing on all of my emails. Just thought I'd see if anyone else could help me out. Thanks
edit /etc/e-smith/templates-custom/etc/opt/rav/languages/english/00english
Adding the paramter:
advertising_m_english="Your message here"
edit /etc/e-smith/templates-custom/etc/opt/rav/groups/global/00language
inserting the line below:
$OUT .= "_include /etc/opt/rav/languages/$language\.equiv\n";
$OUT .= "advertising_msg=advertising_m_english\n";
expand templates and restart rav
-
Brad,
have you tested it with mail addresses inside and outside your domain?
I seem to have different results whether I send it to another user inside the domain (= duplicate) or outside (= no duplicate = OK).
Regards,
Michael
-
I was wondering about the inside / outside address thing. You are right, Michael. That is exactly what is happening. Anyone have any suggestions on how to possibly correct this error?