gcst wrote:
> Hi,
> 
> Is it possible to use wilcards to limit any sender from anywhere, like the
> example below ?
> 
> INSERT INTO throttle \
>  (_from,_count_max,_quota_max,_time_limit,_mail_size,_date,_priority)
>  VALUES ('%.%.%.%',          # domain
>           50,                # maximum messages per time unit
>           250000000,         # size in bytes (250 megs) (maximum
> is 2gig)
>           86400,             # time unit in seconds (1 day)
>           10240000,          # maximum message size (10 meg)
>           UNIX_TIMESTAMP(),  # current time
>           5);                # priority of record

If there are no entries for a particular ip address, Policyd
falls back to config defaults so set your "defaults" in your
config file and not in the database.

Cami
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to