Is there any way I can suspend the email functionality for user "user1".
For example, if a user is trying to send out mail as user1, the mails
should be discarded.
After checking exim doc, could find there is a parameter $authenticated_id,
but this isnt working under acl acl_not_smtp. And mails sent via scripts
uses that acl.