Коваленко Иван wrote:
> Здравствуйте,
Please post in english to this list.
> How can i block local users from sending mail via command line and
> smtp?
>
> i've tried deny senders = username : username@??? :
> lsearch;/etc/localspamusers
For blocking sending from the command line, see:
http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20051128/msg00018.html
For SMTP, if you want to do it reliably, you'll need to require
authentication and then test authenticated_id one of the SMTP ACLs (such
as RCPT).
- Marc