Hello,
On Thu, May 23, 2013 at 2:36 PM, Miroslaw Baran <baran@???> wrote:
> On Thu 23 May 2013 12:18:26 harish badrinath wrote:
> > Hello,
> > How can i configure exim such that only authenticated users can send
> > mails ??
> > I am pretty new to exim and i want it to reject all mails except from
> > non plain text authenticated users. (The smtp users being
> > authenticated against pam/system users).
>
> You may use something like this in your RCPT-time checks:
>
> deny
> !authenticated = *
> condition = ${if ={$interface_port}{587}{1}{0}}
> message = Unauthenticated user - please configure your mail
> user agent
>
I am using a split configuration setup. Where should i put the advised
entries so that only authenticated users can send email.