> -----Original Message-----
> From: amavis-user-bounces lists.sourceforge.net
> [mailto:amavis-user-bounces lists.sourceforge.net] On
Behalf Of John
> Sent: Monday, July 09, 2007 4:13 AM
> To: amavis-user lists.sourceforge.net
> Subject: [AMaViS-user] amavisd-new and altermime
>
>
> Hello list,
>
> I'm trying to use Altermime to add a disclaimer to a
mail.
> There are several
> ways to do this:
>
> 1: Use a shell script calling Altermime with Postfix as
described on
> http://www.paw.za.org/docs/howtos/postfix-altermim
e/postfix-al
> termime-howto-2.html#ss2.3
>
> 2: Use Amavisd-new > 2.5.0 and Altermime
>
> When using the first method, Line breaks are present as
"="
> signs in several
> Webmail providers (like Hotmail). This doesn't look
nice
>
> When using Amavisd-new to add a disclaimer with
Altermime
> using example in
> readme.txt:
>
> Amavisd.comf snippet
>
> --> start
>
> $altermime = '/usr/local/bin/altermime';
>
> altermime_args_disclaimer =
>
> qw(--verbose
--disclaimer=/etc/altermime-disclaimer.txt);
>
Better to include an html disclaimer also (eliminates the
'=' on mime
email) something like:
altermime_args_disclaimer =
qw(--verbose --disclaimer=/var/amavis/etc/disclaimer.txt
--disclaimer-html=/var/amavis/etc/disclaimer.html);
(make sure the disclaimer.html is html)
____________________________________________________________
_____________
This email has been scanned and certified safe by
SpammerTrap(tm).
For Information please see http://www.spammertrap.com
____________________________________________________________
_____________
------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|