Disclaimer Text

Discuss the Scalix Server software

Moderators: ScalixSupport, admin

trig
Posts: 66
Joined: Mon Dec 20, 2004 12:43 pm
Location: Here, there and sometimes everywhere

Disclaimer Text

Postby trig » Thu Jan 06, 2005 10:36 am

Is it possible to integrate an altermime type solution so that Disclaimer Text would be displayed on all outbound email or does Scalix have the ability to do this automatically?

Regards,

trig

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Wed Jan 12, 2005 8:46 am

Scalix does not have the native ability to do this. For details on what can be done see the sendmail FAQ at http://www.sendmail.org/faq/section3.html#3.35

This gives a good explanation why it's not as easy as people would imagine.

Cheers

Dave.
Last edited by ScalixSupport on Sun Dec 18, 2005 1:39 pm, edited 1 time in total.

trig
Posts: 66
Joined: Mon Dec 20, 2004 12:43 pm
Location: Here, there and sometimes everywhere

Postby trig » Thu Jan 13, 2005 6:11 am

Hi Dave,

I don't think I will attempt this, need to know C from what the FAQ says, the only thing I know about C is the follows B and preceeds D :lol: [/quote]

stevemurphy
Posts: 38
Joined: Fri Dec 02, 2005 2:31 pm
Location: Albany, NY
Contact:

Very easy way to add disclaimer text

Postby stevemurphy » Sun Dec 18, 2005 1:11 pm

Hi Trig and Dave,

The sendmail faq makes this sound much more difficult than it actually is. I found an easy way to add the disclaimer text using mimedefang milter from http://www.mimedefang.org/.

To add the disclaimer, follow the instructions to install mimedefang and put the following function in /etc/mail/mimedefang-filter. This will add the disclaimer text to plaintext and html emails.

Code: Select all

sub filter_end
{
        my($entity) = @_;
        if ( $Sender =~ /\b(.*)\@yourdomain.net\b/ )
        {
                append_text_boilerplate($entity,
                "Disclaimer text.....", 0);
                append_html_boilerplate($entity,
                "Disclaimer text.....", 0);
        }
}

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Sun Dec 18, 2005 1:35 pm

Does this have a problem with PGP signed messages or messages with a different character set ?

Cheers

Dave

jchonillo

Re: Disclaimer Text

Postby jchonillo » Fri Jul 30, 2010 1:49 pm

I can not configure the mimedefang, this is not run correctly and I lose the emails when I send them to the Internet.
Where could I find the Installation and Configuration Manual?
I have Centos 5 and Scalix 11.4. I need only to include one disclaimer for all emails.

Thanks


Return to “Scalix Server”



Who is online

Users browsing this forum: No registered users and 14 guests