if I understood the problem:
you have a james installation that works with a domain example.com, and want 
to use that configuration to send mails from another domain, say myisp.com 
(only send, not receive) with the address mymail[at]myisp.com

Add in the main configuration these lines

<spoolmanager>
    ...
    <processor name="root">
    ...
        <!-- specific known senders -->
        <mailet match="SenderIs=mymail[at]myisp.com" class="ToProcessor">
            <processor> transport </processor>
        </mailet>
        ...

The section above is originally commented but present. If you have more than 
one address probably you must duplicate the entire <mailet> block, I tried 
with only one address, but I do not know if this is a real solution.
This works if you want to send mails from a web page, i.e. a 'contact' form, 
and want to use an email address not in the james domain to send it.

bye




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to