You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
|
|
### router/800_exim4-config_maildrop
|
|
#################################
|
|
|
|
maildrop:
|
|
debug_print = "R: maildrop for $local_part@$domain"
|
|
driver = accept
|
|
domains = +local_domains
|
|
check_local_user
|
|
transport = maildrop_pipe
|
|
require_files = ${local_part}:${home}/.mailfilter:+/usr/bin/maildrop
|
|
no_verify
|
|
no_expn
|
|
|