<br><br><div><span class="gmail_quote">2008/3/21, Olivier &lt;<a href="mailto:oza-4h07@myamail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">oza-4h07@myamail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi,<br><br>In exim4, I can see lines such as :<br>mainlog.9:2008-03-12 08:53:28 1JZLmC-0000E7-0A &lt;= <a href="mailto:root@foo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">root@foo.com</a> U=root P=local S=43802 id=Asterisk-0-123413860-4174-2662@ipbx-bs-60200<br>


<br>In my voicemail.conf, I see :<br>; If you need to have an external program, i.e. /usr/bin/myapp called when a<br>;externnotify=/usr/bin/myapp<br>; If you need to have an external program, i.e. /usr/bin/myapp called when a<br>


;externpass=/usr/bin/myapp<br><br><br>So, I guess this line (from app_voicemail.c) is used and somehow Sendmail is used<br><span>#define SENDMAIL</span> <span>&quot;/usr/sbin/sendmail -t&quot;</span>
<br><br><br>I want to know which command line is used, in general, to send emails that include this id field so that I could also use this id field when emailing incoming faxes.<br><pre><span>My question are either :<br>
<br><br>Which debug or log option can I turn on to find out which command Asterisk is exactly sending to Sendmail/Exim4 to notify incoming voicemail ?<br>Which sendmail command line option can I use to include a populated id field in log files ?<br>
<br><br><br>Regards</span></pre></blockquote><div>In Asterisk full log, I can see <br>Mar 20 14:36:41 DEBUG[29025] app_voicemail.c: Sent mail to <a href="mailto:XXX@example.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">XXX@example.org</a> with command &#39;/usr/sbin/sendmail -t&#39;<br>
<br>
But when I type &quot;/usr/sbin/sendmail&nbsp; <a href="mailto:XXX@example.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">XXX@example.org</a>&quot; I can&#39;t see the same log lines with this id field.<br>
</div><br></div>