--
Ok, I'm missing something obvious here....
With the following router config:
begin routers
dnslookup:
driver = dnslookup
domains = !+local_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
no_more
virtuals:
driver = redirect
domains = pgsql;select domain from virtdomains where domain='$domain';
data = ${lookup pgsql \
{select rhs from virtusers where \
lhs='${quote_pgsql:$local_part@$domain}'}\
{$value}{${lookup pgsql {select rhs from virtusers where \
lhs='${quote_pgsql:@$domain}'}}}}
system_aliases:
driver = redirect
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/mail/aliases}}
# user = exim
file_transport = address_file
pipe_transport = address_pipe
userforward:
driver = redirect
check_local_user
file = $home/.forward
no_verify
no_expn
check_ancestor
# allow_filter
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply
##>procmail<##
procmail:
driver = accept
check_local_user
require_files = $home/.procmailrc
transport = procmail_pipe
# This router matches local user mailboxes. If the router fails, the error
# message is "Unknown user".
localuser:
driver = accept
check_local_user
transport = local_delivery
cannot_route_message = Unknown user
When I try to do a -bt on a known remote address, I get unknown user:
# /usr/exim/bin/exim -v -bt neteng@???
neteng@??? is undeliverable:
Unknown user
#
My suspicion is either I'm missing something, or I'm confused.
The latter is probable.
The full configure file is at:
http://www.lerctr.org/~ler/exim/configure
Can someone tell me what i've f'd up?
Also, it seems that if I try to verify anything with my username @ any
domain, it
says ok, fine:
# /usr/exim/bin/exim -v -bt ler@???
ler@???
router = procmail, transport = procmail_pipe
#
so, Obviously I've screwed something.
HELP.
thanks in advance.
LER
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@???
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
--
[ Content of type application/pgp-signature deleted ]
--