Hey all I have my exim config working and well apart from one small issue;
if you attempt to send email to an account that does not exist; exim will
simply defer sending it.

For my delivery I am using:


localuser:
    driver = accept
# check_local_user
# local_part_suffix = +* : -*
# local_part_suffix_optional
    transport = local_delivery
    cannot_route_message = Unknown user


local_delivery:
          driver = appendfile
          group = pexim
          user = pexim
          mode = 0711
          mode_fail_narrower = false
          envelope_to_add = true
          return_path_add = true
          debug_print = "Quote DIR FOR: $local_part@$domain"
          directory = ${readsocket{/tmp/pexim.sock}{::: local_delivery :::
$local_part :::  $domain :::\n}{10s}{}}
          maildir_format

The issue is obviously commenting out check_local_user but .. there are no
local users


--
Using Opera's revolutionary email client: http://www.opera.com/mail/

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to