Hey everyone, <div><br></div><div>So with a lot of generous support from this community, I have bumbled my way through into setting up rt-4.0.5. I have it running on Ubuntu 11.04 with fetchmail successfully pulling mail down and piping it into RT. My last step is to setup msmtp. I followed this helpful guide to the letter for setting up msmtp: <a href="http://requesttracker.wikia.com/wiki/Msmtp">http://requesttracker.wikia.com/wiki/Msmtp</a></div>
<div><br></div><div>I've confirmed that www-data owns both files (msmtp_wrapper.conf and msmtp_wrapper) and the appropriate permissions are set (per the instructions). </div><div><br></div><div>Yet, when I send a test mail, it shows up in RT but I don't get anything. When I look in the /var/log directory, I don't even see msmtp.log. I have a feeling I'm doing something wrong. Any insight?</div>
<div><br></div><div>Thanks!</div><div><br></div><div>My msmtp_wrapper.conf looks like this:</div><div><div><i><br></i></div><div><i>defaults</i></div><div><i>logfile /var/log/msmtp.log</i></div><div><i>account default</i></div>
<div><i>host <a href="http://smtp.example.com">smtp.example.com</a></i></div><div><i>port 587</i></div><div><i>tls on</i></div><div><i>auth on</i></div><div><i>user <a href="mailto:support@example.com">support@example.com</a></i></div>
<div><i>password suparsekrat</i></div><div><i>auto_from on</i></div></div><div><i><br></i></div><div>My msmtp_wrapper executable looks like this:</div><div><br></div><div><div><i>#!/bin/bash</i></div><div><i> /usr/bin/msmtp -t -C /opt/rt4/etc/msmtp_wrapper.conf</i></div>
<div><i> /usr/bin/logger -t RTmailer -p <a href="http://syslog.info">syslog.info</a> -- CALL /usr/bin/msmtp -nt "$@" RETURNED $?</i></div></div>