Re: MSMTP Problem [OT] FIXED

2012-09-16 Thread James Wilkinson
Arthur Dent wrote: > I tried taking out (commenting out) the tls stuff. No joy. I tried > altering the "from"... Success! I changed it to be "m...@mydomain.org". > "mark" is a valid user on this machine. Is that what the problem was? If > that is the case I didn't spot anywhere that it was a requir

Re: MSMTP Problem [OT] FIXED

2012-09-16 Thread Arthur Dent
On Mon, 2012-09-10 at 10:44 +0800, Ed Greshko wrote: > On 09/09/2012 09:07 PM, Arthur Dent wrote: > >> > You can test msmtp without using a configuration file by creating a > >> > "message" and then doing something like > >> > > >> > cat message | /usr/bin/msmtp --host=smtp.blueyonder.co.uk -

Re: MSMTP Problem [OT]

2012-09-09 Thread Ed Greshko
On 09/09/2012 09:07 PM, Arthur Dent wrote: >> > You can test msmtp without using a configuration file by creating a >> > "message" and then doing something like >> > >> > cat message | /usr/bin/msmtp --host=smtp.blueyonder.co.uk -f >> > y...@whatever.com to...@someplace.com > Ha! That works

Re: MSMTP Problem [OT]

2012-09-09 Thread Arthur Dent
On Sun, 2012-09-09 at 20:42 +0800, Ed Greshko wrote: > On 09/09/2012 08:14 PM, Arthur Dent wrote: > > Well I don't know exactly how msmtp works, but I can't find any > > reference in maillog to the test outgoing mails. > > > > Here's what I have in /etc/msmtprchttp (the configuration file > > acces

Re: MSMTP Problem [OT]

2012-09-09 Thread Ed Greshko
On 09/09/2012 08:14 PM, Arthur Dent wrote: > Well I don't know exactly how msmtp works, but I can't find any > reference in maillog to the test outgoing mails. > > Here's what I have in /etc/msmtprchttp (the configuration file > accessible by apache which I refer to in php.ini: > logfile /var/log/m

Re: MSMTP Problem [OT]

2012-09-09 Thread Arthur Dent
On Sun, 2012-09-09 at 20:00 +0800, Ed Greshko wrote: > On 09/09/2012 06:28 PM, Arthur Dent wrote: > > Hello all, > > > > Not really a Fedora problem, but the level of helpful knowledge here is > > second to none :) > > > > My fedora 17 box hosts my small family web-server. I am trying to get an > >

Re: MSMTP Problem [OT]

2012-09-09 Thread Ed Greshko
On 09/09/2012 06:28 PM, Arthur Dent wrote: > Hello all, > > Not really a Fedora problem, but the level of helpful knowledge here is > second to none :) > > My fedora 17 box hosts my small family web-server. I am trying to get an > email contact form to work using php mail(). I have never had any >

MSMTP Problem [OT]

2012-09-09 Thread Arthur Dent
Hello all, Not really a Fedora problem, but the level of helpful knowledge here is second to none :) My fedora 17 box hosts my small family web-server. I am trying to get an email contact form to work using php mail(). I have never had any success with sendmail so I installed msmtp and changed ph