Hi maybe I made a mistake here.

<authorizedAddresses>127.0.0.0/8</authorizedAddresses>

does this line mean the localhost will automatically be authorized? is it
correct?

Thanks,
Barry


2011/6/12 Barry <yi....@bitrustar.com>

> Hi I am using the James-M3-Snapshot-06012011, I am being confused by smtp
> authentication issue.
>
> The smtpserver.xml content as below:
>
> <smtpserver enabled="true">
>   <bind>0.0.0.0:25</bind>
>   <connectionBacklog>200</connectionBacklog>
>   <tls socketTLS="false" startTLS="false">
>   </tls>
>   <connectiontimeout>360</connectiontimeout>
>   <connectionLimit> 0 </connectionLimit>
>   <connectionLimitPerIP> 0 </connectionLimitPerIP>
>   <authorizedAddresses>127.0.0.0/8</authorizedAddresses>
>   <authRequired>true</authRequired>
>   <verifyIdentity>true</verifyIdentity>
>   <maxmessagesize>0</maxmessagesize>
>   <addressBracketsEnforcement>true</addressBracketsEnforcement>
>   <handlerchain enableJmx="true">
>     <handler
> class="org.apache.james.smtpserver.fastfail.ValidRcptHandler"/>
>     <handler class="org.apache.james.smtpserver.CoreCmdHandlerLoader"/>
>
>   </handlerchain>
> </smtpserver>
>
> But the smtp server can't do authentication, just saying it allows any user
> to send mail. could you please tell me what is wrong here?
>
> Thanks a lot
> Barry
>
>

Reply via email to