On Mon, Mar 04, 2013 at 04:41:03PM +0200, Alexander Kucheryuk wrote: > Set($SendmailPath , "/usr/local/bin/msmtp"); > Set($LogToFile, "error"); > Set($LogDir, "/var/log"); > Set($LogToFileNamed, "rt.log"); > > MSMTP is working on its own ie. if I send email using "msmtp" command, I > receive it. But RT > seems to have issue using it. > PS: Logs are not created for some reason (except for RT, which requires > file to be created but > it is empty).
LogToFile should be set to something like 'debug' when you're debugging. Also turn on msmtp's log files. Alternately, use a real MTA in relay-only mode, this helps ensure mail won't be lost. -kevin
pgpFVeDgYu8BC.pgp
Description: PGP signature
-- RT training in Amsterdam, March 20-21: http://bestpractical.com/services/training.html Help improve RT by taking our user survey: https://www.surveymonkey.com/s/N23JW9T
