Quote:
|
Originally Posted by dbo By disabling sendmail php applications on the webserver that are responsble for sending email aren't going to work. My guess is that some level of configuration for php is going to be needed.
Can someone who has dealt with this please give some explanation? Thanks a ton. |
Howdy,
So, there's a /usr/bin/sendmail, which exists on RHEL and CentOS whether it's running Sendmail or Postfix.
As you said, with Zimbra running, you wouldn't typically run Postfix or Sendmail by itself.
What I did is simply symlink /usr/bin/sendmail to the Postfix version that comes with Zimbra:
ln -s /opt/zimbra/postfix-2.2.5/sbin/sendmail /usr/sbin/sendmail
The above is what I did, which is working great. Of course, as Zimbra comes out with new releases, it'll no longer be Postfix "2.2.5", you'll have to make sure the symlink is pointing to the correct spot.
Good luck!
-Eric