diff --git a/src/infrastructure/setup/PhabricatorSetup.php b/src/infrastructure/setup/PhabricatorSetup.php index e6ea79149b..7a5ad737f3 100644 --- a/src/infrastructure/setup/PhabricatorSetup.php +++ b/src/infrastructure/setup/PhabricatorSetup.php @@ -348,7 +348,8 @@ class PhabricatorSetup { $have_adapter = true; - if (!Filesystem::pathExists('/usr/bin/sendmail')) { + if (!Filesystem::pathExists('/usr/bin/sendmail') && + !Filesystem::pathExists('/usr/sbin/sendmail')) { self::writeFailure(); self::write( "Setup failure! You don't have a 'sendmail' binary on this system ".