From: <aco...@jb...> - 2005-08-19 12:46:37
|
This isn't working in present CVS: " Andrew-Olivers-Computer:~ acoliver$ telnet localhost 25Trying ::1... Connected to localhost. Escape character is '^]'. 220 localhost.localdomain SMTP Server (JBMAIL SMTP Server version 0.1) ready August 19, 2005 8:42:43 AM EDT MAIL FROM:<no...@no...> 250 Sender <no...@no...> OK RCPT TO:<aco...@jb...> 550 Not Authorized " <!-- Relay domain group. --> <domains includes-local-interfaces='false'> jboss.org <depends optional-attribute-name="DomainGroup" proxy-type="attribute">jboss.mail:type=MailServices,name=DomainGroup,group=Local <depends optional-attribute-name="MailBodyManager" proxy-type="attribute">jboss.mail:type=MailServices,name=MailBodyManager <depends optional-attribute-name="ListenerChain" proxy-type="org.jboss.mail.MailListenerChain">jboss.mail:type=MailServices,name=MailListenerChain <depends optional-attribute-name="UserRepository" proxy-type="attribute">jboss.mail:type=MailServices,name=UserRepository,uimanageable=true <depends optional-attribute-name="RelayDomainGroup" proxy-type="attribute">jboss.mail:type=MailServices,name=DomainGroup,group=Relay .... <!-- JBMail can not be configured as an open relay, you must specify a list of domains to allow relaying to. --> true <!-- auth-allowed means that users are allowed to login. This is othogonal to AuthRequired. Where AuthRequired means "auth required in order to send mail", AuthAllowed means "is anyone able to log in at all?" A completely open relay (spam machine) would not require authenticaiton and might not even allow it (so it can't be tracked or whatever). One reason to FORBID authentication is if you want users to only authenticate over SSL but want a seperate instance of SMTP (on the same box even) to receive mails from the outside for local users. --> true View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890782#3890782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890782 |