Re: MSMTP Problem [OT]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 noreply@xxxxxxxxxxxx

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 you@xxxxxxxxxxxx towho@xxxxxxxxxxxxx 

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


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux