&gt; Hello all.<br>&gt; My system seems to unpack the tnef files in the hold dir from postfix.<br>&gt; <br>&gt; Is there a way i can tell the system to do it in /var/spool/MailScanner/incoming. <br>&gt; I have all these messages.<br>
&gt; <br>&gt; Jul  4 00:00:06 ms03 postfix/showq[71821]: warning: hold/tnefzUwzPu: uid 100: not a regular file<br>&gt; Jul  4 00:00:06 ms03 postfix/showq[71821]: warning: hold/tnef6tMSaE: uid 100: not a regular file<br>&gt; Jul  4 00:00:06 ms03 postfix/showq[71821]: warning: hold/tnefDVEwIz: uid 100: not a regular file<br>
&gt; Jul  4 00:00:06 ms03 postfix/showq[71821]: warning: hold/tnef5rx4X7: uid 100: not a regular file<br>&gt; Jul  4 00:00:06 ms03 postfix/showq[71821]: warning: hold/tnefATGL1A: uid 100: not a regular file<br>&gt; Jul  4 00:00:06 ms03 postfix/showq[71821]: warning: hold/tnefas99Jg: uid 100: not a regular file<br>
&gt; Jul  4 00:00:06 ms03 postfix/showq[71821]: warning: hold/tnefu8KzxG: uid 100: not a regular file<br>&gt; Jul  4 00:00:06 ms03 postfix/showq[71821]: warning: hold/tnefbMU6hy: uid 100: not a regular file<br>&gt; Jul  4 00:00:06 ms03 postfix/showq[71821]: warning: hold/tnef4IxytK: uid 100: not a regular file<br>
&gt; Jul  4 00:00:06 ms03 postfix/showq[71821]: warning: hold/tnefzeaRuQ: uid 100: not a regular file<br>&gt; <br>&gt; Thank you for your time<br>&gt; <br>&gt; Regards<br>&gt; Johan Hendriks<br><br>I&#39;ve just built a new Mailscanner server on a Red Hat 6.3 system and also noticed the creation of these files in the Postfix hold directory. After having a bit of a look at the code, I think I have found the problem.<br>
The problem lies in the &#39;ExternalDecoder&#39; subroutine of the TNEF.pm module. Two temporary directories are created there (one using &#39;tempdir&#39;, the other by &#39;mkdir&#39;), but only one is deleted (the one created using &#39;mkdir&#39;). It appears that the TNEF files are being unpacked into the &#39;/var/spool/MailScanner/incoming&#39; directory as specified.<br>
I suspect these temporary hold queue directories eventually get removed when the associated MailScanner process that created them is killed and restarted.<br><br>--<br>David<br><br>