blob: 55d4eb6a0d4b341455cf87365d54089e76d0bd8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
procmail:
debug_print = "R: procmail for $local_part@$domain"
driver = accept
domains = +local_domains
check_local_user
transport = procmail_pipe
# emulate OR with "if exists"-expansion
require_files = ${local_part_data}:\
${if exists{/etc/procmailrc}\
{/etc/procmailrc}{${home}/.procmailrc}}:\
+/usr/bin/procmail
no_verify
no_expn
|