700_exim4-config_procmail 403 B

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