--- courier-0.68.2.orig/courier/module.fax/new_fax.in
+++ courier-0.68.2/courier/module.fax/new_fax.in
@@ -7,6 +7,7 @@
 prefix="@prefix@"
 exec_prefix="@exec_prefix@"
 bindir="@bindir@"
+sbindir="@sbindir@"
 sysconfdir="@sysconfdir@"
 
 . $sysconfdir/faxnotifyrc
@@ -108,7 +109,7 @@
 echo "--courierfax--"
 }
 
-makemessage "$@" | $bindir/sendmail -f "$MAILFROM" "$RCPTTO"
+makemessage "$@" | $sbindir/sendmail -f "$MAILFROM" "$RCPTTO"
 
 if test $? = 0
 then
