WARNING: the servernames are the list of domains you wish to *receive* mails for.

James is already able to send mail to every other domain by default: you have simply to take care to be authorized to relay mail (either by authenticate your smtp session or by connecting from an authorized ip, e.g: 127.0.0.1).

Look at:
1) <authorizedAddresses> in smtp configuration
2) <mailet match="RemoteAddrNotInNetwork=127.0.0.1" class="ToProcessor">
     <processor> relay-denied </processor>
   in transport processor.
3) <authRequired> in smtpserver.

Stefano

Ravi Kumar T ha scritto:
Hi,

I am using James 2.3.0. For SMTP server to act correctly I have specify the domain names in the
config file.
(<servernames autodetect="true" autodetectIP="true">
               <servername>yahoo.com</servername>
                <servername>gmail.com</servername>
                <servername>rediffmail.com</servername>
</servernames>).
Like this I can't specify for all domain names.
I need it to send to any address entered.
What I have to do?
Please help if anybody solved similar issues.

Thanks,
Ravi Kumar T



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to