Skip to content

Ten Speed Code

PHP, code, numbers, cycling, music

Recent Posts

  • The Journey to ISO27001 and ISO9001 : part 3
  • The Journey to ISO27001 and ISO9001 : part 2
  • The Journey to ISO27001 and ISO9001 : part 1
  • Logging failed log-in attempts with Symfony2
  • Top Ten Behat Tip

Recent Comments

  • andrew on Logging failed log-in attempts with Symfony2
  • andrew on Logging failed log-in attempts with Symfony2
  • Symfonydev on Logging failed log-in attempts with Symfony2

Archives

  • July 2019
  • April 2019
  • May 2017
  • July 2016
  • November 2015
  • September 2015
  • August 2014
  • November 2013
  • August 2013
  • April 2013
  • December 2012
  • September 2012
  • August 2012

Categories

  • Behat
  • Cycling
  • Football
  • Mercury Rev
  • PHP
  • Servers
  • Symfony
  • Uncategorized

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Month: September 2015

Test Server would not send out emails

Our test server refused to send out emails from our Symfony app. What was wrong? Turned out the httpd daemon was prevented from sending by SELinux – so this command sorted it out;

setsebool -P httpd_can_sendmail on
Posted on September 18, 2015Categories ServersLeave a comment on Test Server would not send out emails
Proudly powered by WordPress