Auteur: JupiterHost.Net
Datum:
Aan: EximUser List
Onderwerp: Re: [Exim] disabling a system user
Thnaks to everyone who has helped with this, I very much appreciate your
input, time and expertise!
In my exim.conf I have this already:
--------
acl_smtp_rcpt = check_recipient
...
begin acl
check_recipient:
...
---------
So if I have a system user 'noemailuser' would I just add this to the
check_recipient acl? :
---------
acl_smtp_rcpt = check_recipient
...
begin acl
check_recipient:
deny local_parts = nomailuser
....
---------
That way if someone tries to send mail as noemailuser it will be denied?
Am I thinking about what that is doing correctly?
Thanks
Lee.M