I am have problems with email on the system I complete a fresh install on and it is only sending out the email saying that the Kaltura account has been setup but not the email for the user to setup their password for the new account.
the results of the following command are as followes:
netstat -plnt |grep 25
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 29928/master
I have checked my other system having the same issue and found this as the output for the same command. This system is not sending mail at all.
# netstat -plnt |grep 25 tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3440/master tcp 0 0 0.0.0.0:9312 0.0.0.0:* LISTEN 25258/searchd
The both systems can send mail without an issue from command line and using a php script but Kaltura is not relaiably sending mail from either system. Any insight you might have to resolve these issues would be helpful.
Thanks