Gaming-Heaven

Member
Jan 3, 2007
18
0
151
where do i start.

I run a server and all the customers on the server use Invision Power Board now ipb has a built in mass email system where you make an email then click send and ipb will send it to all of your members.

Im just wondering is there anything that needs to be done server side for these emaisl to be sent out?

Email setting in ipb and php mail and my email address @mydomain.com is the ingoing and outgoing email for all mail that goes through my website.

its just not sending anymore, im just wondering if anyoen else has encountered this issue before and resolved it.

thanks

phil
 

markfrompf

Well-Known Member
Mar 27, 2006
174
0
166
Los Angeles, CA
Ah yes. Since it's a PHP script, the sender "nobody" has to be enabled to send out mail.

Tweak Settings > Prevent the user "nobody" from sending out mail to remote addresses (PHP and CGI scripts generally run as nobody if you are not using PHPSuexec and Suexec respectively.)
Make sure this option is unchecked, otherwise your box will block it.
 

markfrompf

Well-Known Member
Mar 27, 2006
174
0
166
Los Angeles, CA
Wow, that's the problem 99.9% of the time. It could be a problem with the IPB script (maybe it auto-updated itself and changed some scripts.)

If it is a not a free (or pirated) version of IPB, you can contact their technical support for help. They might say something like "run fixmailpipe.php and it will work."

Maybe wait for some of the PHP/WHM gurus to come by.
 

markfrompf

Well-Known Member
Mar 27, 2006
174
0
166
Los Angeles, CA
Good to hear you've tracked down the problem.

Glad I can "help." :)