On Wed, 1 Jun 2005, Silvano Malaguti wrote: > I have inserteted the comlete address ex.([EMAIL PROTECTED]) in the > restricted_users list as you have advised me, but the problem is still > present: > [EMAIL PROTECTED] can send email to external accounts.
Try running it in debugging mode to see why the ACL statements aren't matching. Are you testing with email sent via SMTP or email sent from the local machine? In the latter case the ACLs are not checked so your restrictions will not be enforced. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## 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/
