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