equal
deleted
inserted
replaced
1 The documenation is currently only available from |
1 Project moved to git.git.schlittermann.de/exim/exigrey |
2 http://www.schlittermann.de/doc/grey |
|
3 |
|
4 |
|
5 Example configuration snippet |
|
6 ----------------------------- |
|
7 |
|
8 perl_startup = use Exim::Grey qw(unseen); |
|
9 GREYLISTED = ${perl{unseen}{<$sender_address>:<$local_part@$domain>/$sender_host_address}{60}} |
|
10 |
|
11 acl_check_rcpt: |
|
12 |
|
13 ... |
|
14 |
|
15 defer |
|
16 condition = GREYLISTED |
|
17 condition = ${if <{$message_size}{1M}} |
|
18 log_message = grey listed exigrey |
|
19 |
|