blob: 8d827c7c6c19b5fab2a8f5ee1f58b6aa6e01d44d (
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}:\
${if exists{/etc/procmailrc}\
{/etc/procmailrc}{${home}/.procmailrc}}:\
+/usr/bin/procmail
no_verify
no_expn
|