That&#39;s right.<br>msmtp behave different depending on the user that invokes de command.<br>I suppose you are running asterisk like root or asterisk user so the config file must be /root/.msmtprc or /home/asterisk/.msmtprc.<br>
Also, as david notice, in the voicemail.conf line<br>&gt;mailcmd=/opt/local/bin/msmtp -t ; --from blah<br>all that comes after ; are ignored when parsed by asterisk.<br><br>I suggest you to configure a default account on your &quot;System configuration file&quot; for msmtp, you can found the path to the file if you make &quot;msmtp --version&quot; from command line.<br>
<br>This is how my configuration file looks like:<br><br>#Config file for msmpt<br>#Default values for all accounts<br>defaults<br>logfile /var/log/msmtp.log<br><br># Main Account<br>account aspinet<br>host <a href="http://mail.megamailservers.com">mail.megamailservers.com</a><br>
from <a href="mailto:someone@mail.com">someone@mail.com</a><br>auth MD5<br>user <a href="mailto:someone@mail.com">someone@mail.com</a><br>password mostseecretpassword<br><br># Set a default account<br>account default : aspinet<br>
<br><br>Adn in voicemail.conf<br>add<br>mailcmd=/usr/bin/msmtp -t<br><br>Also you can try to configure sendmail for smtp relay with your ISP<br>This doc was very useful when I try it.<br><a href="http://cri.ch/linux/docs/sk0009.html">http://cri.ch/linux/docs/sk0009.html</a><br>
<br>Regards<br><br><div class="gmail_quote">2008/5/14 Tilghman Lesher &lt;<a href="mailto:tilghman@mail.jeffandtilghman.com">tilghman@mail.jeffandtilghman.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wednesday 14 May 2008 17:19:09 Roberto Milani wrote:<br>
&gt; I do have a mail transport agent configured<br>
&gt;<br>
&gt; It is msmtp and it is working just fine I tested it on the command<br>
&gt; line and I receive the test email<br>
&gt;<br>
&gt; I have a link from sendmail pointing to msmtp.<br>
&gt; but it never get called.<br>
<br>
</div>I&#39;ve noted that the times that you&#39;ve tested this, you&#39;ve used<br>
msmtp on the command line. &nbsp;Some commands behave differently<br>
if you call them with a different name. &nbsp;For example, if sh is linked to<br>
bash and you call it, bash drops some of its features to more closely<br>
match sh. &nbsp;Could it be that msmtp acts the same way, and you need<br>
to test that behavior (calling it as sendmail)?<br>
<br>
--<br>
<font color="#888888">Tilghman<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Jose Flores Galicia<br>&lt;&lt;<a href="mailto:FloJoSe@gmail.com">FloJoSe@gmail.com</a>&gt;&gt;<br>BriefCode &amp;&amp; Code Based Training