* Istvan Marko <mi-exim@???> [20020304 12:47]:
> >> I am seeing similar symptoms, "Unroutable address" when trying to send
> >> mail to user-foo. Here is my configuration:
> >>
> >> userforward:
> >> driver = redirect
> >> check_local_user
> >> file = $home/.forward
> >> local_part_suffix = -*
> >> local_part_suffix_optional
> >> no_verify
> > ^^^^^^^^^ <- you get "Unrouteable address" because of this
>
> without the no_verify I get
> 421 Unexpected failure, please try later
>
> and in paniclog:
> 2002-03-04 12:30:11 unable to set gid=1520 or uid=1520 (euid=8):
> userforward router 2002-03-04 12:30:13 internal problem in userforward
> router: failure to transfer data from subprocess
You should let no_verify alone. Try to add
local_part_suffix = -*
local_part_suffix_optional
to your localuser router.
--
Kirill