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
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 -
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
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
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
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
> >
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
>
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