rste Posted March 28, 2007 Share Posted March 28, 2007 I want to use a php form to send an email using the PEAR smtp module. I am running apache 2 on FC4 with SELinux enabled. The only way I can get it to work is if I set the SELinux policy httpd_can_network_connect = 1 which will allow apache to connect to the mail server. 2 questions: Is there a way to send mail via smtp without enabling this policy? can I enable this policy to a specific php file? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/44679-pear-smtp-mail-and-selinux/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.