diff --git a/server/conf/php-fcgi-starter.master b/server/conf/php-fcgi-starter.master
index 679f1b21ab8931f800fe0ee319cbc70d49630a8c..7671a7007e1d67bb2e075f6f11e6786a66f5999d 100644
--- a/server/conf/php-fcgi-starter.master
+++ b/server/conf/php-fcgi-starter.master
@@ -18,5 +18,5 @@ exec <tmpl_var name='php_fcgi_bin'> \
 -d suhosin.executor.func.blacklist="" \
 -d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
 -d session.save_path=<tmpl_var name='document_root'>/tmp \
--d sendmail_path="/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>" \
+-d sendmail_path="/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>" \
 </tmpl_if> $1
\ No newline at end of file