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/msmtp.log
> tls on
> tls_certcheck off
> tls_starttls off
> host smtp.blueyonder.co.uk
> from nore...@mydomain.org

Well....  msmtp is an SMTP client.  

With your configuration you're sending the message to the SMTP server at 
smtp.blueyonder.co.uk for processing.  So, the logs of what then happened would 
be on that machine.  Which, I'm guessing, you don't have access to.

Basically, your message was sent out from your system.....but what happened to 
it is unknown.

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 

-- 
Programming today is a race between software engineers striving to build bigger 
and better idiot-proof programs, and the Universe trying to produce bigger and 
better idiots. So far, the Universe is winning. -- Rick Cook, The Wizardry 
Compiled
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to