Mike Shoemaker wrote:
> What is the minimum configuration to use pop3/smtp mail externally,
> internally without being an open relay. I would prefer to enable smtp
> auth.
>
> What portions of the config.xml must I change?
Hi, I am new to James so please take my advice as you would take alpha
software, here's how I did, step-by-step:
1) comment this:
<mailet match="RemoteAddrNotInNetwork=127.0.0.1" class="ToProcessor">
<processor> spam </processor>
</mailet>
(it's inside the "processor" element whose "name" attribute is "transport")
2) uncomment this:
<authRequired>true</authRequired>
(it's inside the "handler" element that is inside the "smtpserver" element)
This is enough if you're using the latest milestone build (2.1a1).
I am using James-2.0a3 and in order to get SMTP authentication to work
with my mozilla client I had to perform one additional step:
3) replace the SMTPHandler.java source file in the 2.0a3 build with the
same file from the 2.1a1 build and rebuild james from source
Hope this helps, ciao
ste
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>