<div dir="ltr"><div>Hi all,</div><div><br></div><div>Thanks to this community, I almost have RT fully up and operational. </div><div><br></div><div>The last step is getting msmtp to work. I'm not sure what's wrong and in troubleshooting haven't gotten very far. As a guideline, I followed this wiki page for instructions: <a href="http://requesttracker.wikia.com/wiki/Msmtp">http://requesttracker.wikia.com/wiki/Msmtp</a>. I'm using the default msmtprc file to simplify things. </div>
<div><br></div><div>Msmtp is running, however, when I attempt to send mail thru a test (msmtp -a default <username>@<a href="http://domain.com">domain.com</a>) I get the following errors both in the CLI and the log: </div>
<div><br></div><div>msmtp: TLS handshake failed: the operation timed out</div><div>msmtp: could not send mail (account default from /etc/msmtprc)</div><div><br></div><div>For reference, my msmtprc file looks like this:</div>
<div><br></div><div>defaults</div><div>logfile /var/log/msmtp.log</div><div>account default</div><div>host <a href="http://smtp.mydomain.com">smtp.mydomain.com</a></div><div>port 587</div><div>tls on</div><div>tls_certcheck off</div>
<div>tls_starttls off</div><div>auth on</div><div>user <a href="mailto:username@domain.com">username@domain.com</a></div><div>password suparsekratpw</div><div>from <a href="mailto:username@domain.com">username@domain.com</a></div>
<div>password suparsekratpw</div><div>auto_from on</div><div><br></div><div>Anybody have any tips or pointers? It would be greatly appreciated. Thanks in advance.</div><div><br></div><div>Scott</div><div><br></div></div>