On Wednesday, March 18, 2009 at 07:20 CET,
     Justin Mattock <justinmatt...@gmail.com> wrote:

> hello;(after spending 6days of starring at the same
> message);
> I can't figure this out for the life of me.
> 
> I've compiled balsa from source using this
> tutorial:
> http://www.linuxfromscratch.org/blfs/view/svn/xsoft/balsa.html
> when building  I've decided to use postfix as the mta instead of esmtp.
> The problem I have is I keep receiving a: no recipients specified
> 
> under:
> cat /var/log/mail.log;(I see this)
> 
> Mar 17 15:16:34 name postfix/pickup[1795]: 61712AE1C4: uid=1000 from=<a-12>
> Mar 17 15:16:34 name postfix/cleanup[2113]: 61712AE1C4:
> message-id=<1237328194.190...@unix>
> Mar 17 15:16:34 name postfix/cleanup[2113]: 61712AE1C4: to=<unknown>,
> relay=none, delay=0.13, delays=0.13/0/0/0, dsn=5.1.0, status=bounced
> (no recipients specified)

The program submitting the message is not specifying any recipients for
the messages. When submitting messages with sendmail(1), recipients are
either specified as command-line arguments or, if the -t option is
specified, they are parsed from the supplied To:, Cc:, and Bcc: headers.

[...]

-- 
Magnus Bäck
mag...@dsek.lth.se

Reply via email to