View Single Post

  #1 (permalink)  
Old 01-17-2008, 05:01 PM
get.the.MaX get.the.MaX is offline
Junior Member
User
 
Join Date: Jan 2008
My distro: Ubuntu
Posts: 2
Rep Power: 0
get.the.MaX is on a distinguished road
Default Minisendmail chroot

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

Last edited by get.the.MaX; 01-17-2008 at 07:44 PM..
Reply With Quote