From: Stroller <lin...@my...> - 2006-10-23 00:58:02
|
On 22 Oct 2006, at 21:39, RYAN M. vAN GINNEKEN wrote: >> >> What happens when you `echo yo...@yo...p > foo && cat foo >> some_file.txt | /usr/sbin/sendmail -t`? (again without the quotes) > > > echo van...@ya... > foo && cat foo ghost.bat | /usr/sbin/ > sendmail -t > sendmail: fatal: No recipient addresses found in message header > > here is the postfix log is this supposed to happen? Also i get no > email > Oct 22 14:30:03 tokyo postfix/sendmail[47523]: fatal: No recipient > addresses found in message header > Oct 22 14:30:35 tokyo postfix/sendmail[47536]: fatal: No recipient > addresses found in message header My bad. That should have read: echo To: yo...@yo...p > foo && cat foo some_file.txt | /usr/sbin/ sendmail -t Glad you're now sorted. Stroller |