Kiss G?bor: > src/local/mailbox.c:296: > > if (*var_mailbox_transport) { > state.msg_attr.rcpt.offset = -1L; > *statusp = deliver_pass(MAIL_CLASS_PRIVATE, var_mailbox_transport, > state.request, &state.msg_attr.rcpt); > return (YES); > }
Apparently, var_mailbox_transport is not set, and therefore, the address is looked up in the UNIX system account database. I won't speculate about possible causes for this. Wietse