Hi
i cant send an email with minisendmail, i always get this error:
Code:
/usr/sbin/sendmail: unexpected response 550 to MAIL FROM command
Qmail reports:
Code:
@40000000478f3b2a0a1886ac CHKUSER rejected sender: from <root@gutsy32::> remote <gutsy32:unknown:127.0.0.1> rcpt <> : invalid sender MX domain
System is ubuntu 7.10 lighttpd 1.4.18 with chroot setup. Sendmail path in my php.ini
Code:
sendmail_path = /usr/sbin/sendmail -t -i
I tried
Code:
mail.force_extra_parameters = "-r tld.de"
Anyone an idea?
*** Edit
From console this works
Code:
echo 'Subject: test' | /home/webroot/sbin/sendmail -ftld.de -smail.tld.de -v tld.de
When i add this to my php.ini i got the same error in qmail
Code:
sendmail_path = /usr/sbin/sendmail -t -i -ftld.de -smail.tld.de