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
Exim is very well documented, and on the wiki pages you'll find plenty of
examples on
how to properly configure your server.
Regards
– Jubal
--
May the CIA erase you.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/