Hello,
Thanks for quick reply, but that was not my case.
My JAMES was configured for SPAM with Bayesian and it could not receive
mails from Gamil, Yahoo, HOTMAIL but I figure it out. I added some white
lists and everything works fine now.
Thanks
ally wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]