Коваленко Иван 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 : [EMAIL PROTECTED] : > 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 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
