I have now installed Pandora on a new Linux Ubuntu server. From the command prompt, I can run the mail command and am able to send out emails - like this:
$ mail cwmoser@gmail.com
I installed Exim4 to get email working like this as a smarthost to GMAIL.
But, how do I configure Pandora to send out email on the same server it is installed on.
I have put the following in /etc/pandora/pandora_server.conf :
servername serverxxx
mta_port 25
mta_address serverxxx
mta_user carl@serverxxx
mta_pass xxxxxx
mta_auth LOGIN
mta_from Pandora@serverxxx
Any help would be appreciated.
Thanks,
Carl