if you want to allows emails for all users of domain workingbitssystems.com you 
need to add it to the DomainList. This can be done via jmx.

The authorizedAddresses config is only used for check who is allowed to send 
email to everywhere without authentication. 

Bye,
Norman


-- 
Norman Maurer


Am Mittwoch, 4. Januar 2012 um 01:29 schrieb Jim Campanell:

> Hi,
> 
> I installed James on my new server. It seems to be working for the most
> part, except I can't seem to send mail to the server from the "outside
> world". I get the following response (trimmed to useful part):
> 
> A message that you sent could not be delivered to one or more of its
> recipients. This is a permanent error. The following address(es) failed:
> 
> [email protected] (mailto:[email protected])
> SMTP error from remote mail server after RCPT
> TO:<[email protected] (mailto:[email protected])>:
> host server.workingbitssystems.com (http://server.workingbitssystems.com) 
> [72.29.121.81]:
> 530 5.7.1 Authentication Required
> 
> 
> I'm assuming that I did something wrong in my smtpserver.xml:
> 
> <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,workingbitssystems.com</authorizedAddresses>
> <authRequired>true</authRequired>
> <verifyIdentity>false</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>
> 
> 
> At this point, I'm assuming that by listing my domain name in the
> authorizedAddresses entry, I should be covered for external emails
> coming to me. Did I format that line incorrectly? Am I
> misunderstanding its purpose?
> 
> Thanks,
> Jim
> 
> Thanks,
> Jim
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected] 
> (mailto:[email protected])
> For additional commands, e-mail: [email protected] 
> (mailto:[email protected])
> 
> 


Reply via email to