DEAL Hostodo VPS Special $12/Year

Whatever you say, @Samot. Works as advertised for the rest of us:

View attachment 6440
Yes, when you run the command correctly from the cli it works. Did you just not read the entire post? The install script is not modifying the pbxstatus file correctly.

What you have in the installer is this and it does not match the word (case sensative) sendmail and the replacement is incorrect as well.
sed -i 's|SendMail| Postfix|' /usr/local/sbin/pbxstatus
You still end up with this in pbxstatus

test=`ps aux | grep -c sendmail`
if [ "$test" -lt "2" ]; then
sendmail="$DN"
else
sendmail="$UP"
fi
I had to manually edit pbxstatus and change sendmail to postfix to get that screenshot to show it as UP.
 
Yes, when you run the command correctly from the cli it works. Did you just not read the entire post? The install script is not modifying the pbxstatus file correctly.

What you have in the installer is this and it does not match the word (case sensative) sendmail and the replacement is incorrect as well.

You still end up with this in pbxstatus


I had to manually edit pbxstatus and change sendmail to postfix to get that screenshot to show it as UP.
If you had let the Automatic Update Utility run, you wouldn't have had the problem.
 

Members online

Forum statistics

Threads
26,705
Messages
174,501
Members
20,272
Latest member
voipgreene
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top