Can someone post a sample of a working inline.sig.html?&nbsp; I am getting an email with the attached jpg file but it only shows an image box of 186 x 23 with no image inside it.&nbsp; Am I missing something in my html file that puts it inline within the body?<br>
<br><u><b>MailScanner.conf</b></u><br>Attach Image To Signature = yes<br>Inline HTML Signature = %rules-dir%/inline-html-signature.rules<br>Signature Image Filename = %rules-dir%/signature-image-filename.rules<br>Signature Image &lt;img&gt; Filename = signature.jpg<br>
<br><u><b>cat inline-html-signature.rules</b></u><br><div style="margin-left: 40px;">From:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:me@mydomain.com">me@mydomain.com</a>&nbsp;&nbsp; %report-dir%/inline.oneteam.sig.html<br>
FromOrTo:&nbsp;&nbsp;&nbsp; default&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br>
</div>
<br><u><b>cat signature-image-filename.rules </b></u><br><div style="margin-left: 40px;">From:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:me@mydomain.com">me@mydomain.com</a>&nbsp;&nbsp; %report-dir%/OneTeam.jpg<br>FromOrTo:&nbsp;&nbsp;&nbsp; default&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br>
</div><br><u><b>cat inline.oneteam.sig.html</b></u><br>&lt;img width=186 height=23 src=&quot;signature.jpg&quot;&gt;<br><br>Dave Jones<br><br>&gt;Themba Ntleki wrote:<br>
&gt;&gt; Hi Guys,<br>
&gt;&gt;<br>
&gt;&gt; Is is possible to have a graphic(.jpg) within the inline signature in<br>
&gt;&gt; MS or something similar, I have tried adding some html code in the<br>
&gt;&gt; inline.sig.html file, but &nbsp;mail is sent without the graphic.<br>
&gt;&gt; Any Ideas?<br>
&gt;Yes, perfectly possible. Read your MailScanner.conf file and you will<br>
find these. They are most useful with rulesets, so that you switch it on<br>
and off for different people, and choose different images for different<br>
people. My default HTML signature for mail sent within my department<br>
contains an image of my real signature (well, nearly my signature, but<br>
no use for signing checks as me). If you don&#39;t know about rulesets, read<br>
/etc/MailScanner/rules/* and the docs on the website and on the wiki and<br>
in the book.<br>
<br>
&gt;# If you are using HTML signatures, you can embed an image in the signature.<br>
&gt;# For the filename(s) of the image, see the settings &quot;Signature Image<br>
&gt;# Filename&quot; and &quot;Signature Image &lt;img&gt; Filename&quot;.<br>
&gt;# This can also be the filename of a ruleset.<br>
&gt;Attach Image To Signature = no<br>
<br>
&gt;# Normally, you would only want to attach the image to messages with an<br>
&gt;# HTML part, as plain text messages clearly cannot display an image.<br>
&gt;# However, if you find some other use for this feature, you may want to<br>
&gt;# attach an image to a message which is just text.<br>
&gt;# This can also be the filename of a ruleset.<br>
&gt;Attach Image To HTML Message Only = yes<br>
<br>
&gt;# When using an image in the signature, there are 2 filenames which need<br>
&gt;# to be set. The first is the location in this server&#39;s filesystem of the<br>
&gt;# image file itself. The second is the name of the image as it is stored in<br>
&gt;# the attachment. The HTML version of the signature will refer to this<br>
&gt;# second name in the HTML &lt;img&gt; tag.<br>
&gt;# Note: the filename extension will be used as the MIME subtype, so a GIF<br>
&gt;# image must end in &quot;.gif&quot; for example. (.jpg ==&gt; &quot;jpeg&quot; as a special case)<br>
&gt;Signature Image Filename = %report-dir%/sig.jpg<br>
&gt;Signature Image &lt;img&gt; Filename = signature.jpg<br>
<br>&gt;Jules<br clear="all"><br>-- <br>Dave Jones