Disallow sending from unknow sender

walo

Verified User
Joined
Mar 19, 2005
Messages
162
Hello,

It is possible to disallow sending from unknown sender address?
I want to allow sensing only from real adreesses and forwards created in the server.
 
Did you restart exim after doing that?

It should allow just one send per-day for unknow user if im not wrong.

Also, be sure to use the latest exim.pl (should be VERSION 14) and check also your exim.conf to be updated.

Regards
 
Yes, I restarted exim and exim.pl and conf are the lastest
In /etc/virtual/usage i have a "unknown" file which have 6 bytes (6 emails), and today I got 500 unknown send and for some reason exim didn't count it anywhere
 
The example is incorrect. Have you tried this:
Code:
echo "1" > /etc/virtual/limit_unknown
(note the last n.

Jeff
 
Back
Top