[exim] smtp_accept_max_per_host from comfiguration text file
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Aquest missatge és part del següent fil:
l'arbre de fils complet ordenat per data
Lanny Jason Godsey en
2005-09-23 17:51
Autor:
Marc Perkel
Data:
2005-09-23 16:57
UTC
A:
exim-users
Assumpte:
[exim] smtp_accept_max_per_host from comfiguration text file
Inspired by Fred Viles I got this idea this morning. I hope I have the
syntax right?
smtp_accept_max_per_host = \
${lookup{$sender_host_address}lsearch{/etc/exim/conf/max-per-host.txt}}
The file max-per-host.txt looks like:
127.0.0.1: 1000
1.2.3.4: 50
5.6.7.8: 25
*: 5
I hope I have this right. And - I have a question. How do I tect this
passing IP addresses to see how it resolves? And - I wonder if 127.*
would work for a match?