Re: [exim] Exim -bS problem

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: Marc Perkel
CC: exim-users
Subject: Re: [exim] Exim -bS problem
On 2012-12-05 at 07:32 -0800, Marc Perkel wrote:
> Thanks for your help. Do you need to be root to use exim -bS ? If so
> I'll need to be root.


Well, that's an option, so you don't even need to read the mighty and
intimidating Exim Specification, as that documentation is also in the
man-page.

----------------------------8< cut here >8------------------------------
       -bS       This  option  is  used  for  batched  SMTP input, which is an
                 alternative interface for non-interactive local message  sub-
                 mission.  A  number  of messages can be submitted in a single
                 run. However, despite its  name,  this  is  not  really  SMTP
                 input.  Exim reads each message's envelope from SMTP commands
                 on the standard input, but generates  no  responses.  If  the
                 caller  is  trusted,  or  untrusted_set_sender  is  set,  the
                 senders in the SMTP MAIL commands are believed; otherwise the
                 sender is always the caller of Exim.
----------------------------8< cut here >8------------------------------


Use "trusted_users" to declare some user to be trusted, and run the
delivery as that user.

A little more effort to read documentation for yourself would get you
much more support and help on those occasions when you do post to the
public lists.

-Phil