You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Patrick Sauts (JIRA)" <se...@james.apache.org> on 2014/01/23 21:39:38 UTC

[jira] [Comment Edited] (JAMES-1539) client can send mail without auth command although smtp Authentication type is set to annuonce

    [ https://issues.apache.org/jira/browse/JAMES-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880325#comment-13880325 ] 

Patrick Sauts edited comment on JAMES-1539 at 1/23/14 8:39 PM:
---------------------------------------------------------------

check your smtpserver.xml file.     <authorizedAddresses> section

by default localhost is allowed to send messages without authentication


was (Author: pathedog):
check your smtpserver.xml file.     <authorizedAddresses> section

by default localhost allow sending message without authentication

> client can send mail  without auth command although smtp  Authentication type is set to annuonce
> ------------------------------------------------------------------------------------------------
>
>                 Key: JAMES-1539
>                 URL: https://issues.apache.org/jira/browse/JAMES-1539
>             Project: James Server
>          Issue Type: Bug
>          Components: James Core
>    Affects Versions: 3.0.0-beta5
>         Environment: JDK 7,windows 8.1
>            Reporter: 杨勐
>            Priority: Critical
>
> IN my example,220 xfeng.info JAMES SMTP Server Server (JAMES SMTP Server ) ready
> helo xfeng.info
> 250 xfeng.info Hello xfeng.info [221.11.101.79])
> mail from:<you>
> 250 2.1.0 Sender <yo...@xfeng.info> OK
> rcpt to:<ki...@xfeng.info>
> 250 2.1.5 Recipient <ki...@xfeng.info> OK
> data
> 354 Ok Send data ending with <CRLF>.<CRLF>
> Th is is a mail send by telnet client without ath.
> .
> 250 2.6.0 Message received



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


RE: [jira] [Comment Edited] (JAMES-1539) client can send mail without auth command although smtp Authentication type is set to annuonce

Posted by 杨勐 <x_...@live.cn>.
I have remove 127.0.0.1 form     <authorizedAddresses> section.
 
> Date: Thu, 23 Jan 2014 20:39:38 +0000
> From: server-dev@james.apache.org
> To: server-dev@james.apache.org
> Subject: [jira] [Comment Edited] (JAMES-1539) client can send mail  without auth command although smtp  Authentication type is set to annuonce
> 
> 
>     [ https://issues.apache.org/jira/browse/JAMES-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880325#comment-13880325 ] 
> 
> Patrick Sauts edited comment on JAMES-1539 at 1/23/14 8:39 PM:
> ---------------------------------------------------------------
> 
> check your smtpserver.xml file.     <authorizedAddresses> section
> 
> by default localhost is allowed to send messages without authentication
> 
> 
> was (Author: pathedog):
> check your smtpserver.xml file.     <authorizedAddresses> section
> 
> by default localhost allow sending message without authentication
> 
> > client can send mail  without auth command although smtp  Authentication type is set to annuonce
> > ------------------------------------------------------------------------------------------------
> >
> >                 Key: JAMES-1539
> >                 URL: https://issues.apache.org/jira/browse/JAMES-1539
> >             Project: James Server
> >          Issue Type: Bug
> >          Components: James Core
> >    Affects Versions: 3.0.0-beta5
> >         Environment: JDK 7,windows 8.1
> >            Reporter: 杨勐
> >            Priority: Critical
> >
> > IN my example,220 xfeng.info JAMES SMTP Server Server (JAMES SMTP Server ) ready
> > helo xfeng.info
> > 250 xfeng.info Hello xfeng.info [221.11.101.79])
> > mail from:<you>
> > 250 2.1.0 Sender <yo...@xfeng.info> OK
> > rcpt to:<ki...@xfeng.info>
> > 250 2.1.5 Recipient <ki...@xfeng.info> OK
> > data
> > 354 Ok Send data ending with <CRLF>.<CRLF>
> > Th is is a mail send by telnet client without ath.
> > .
> > 250 2.6.0 Message received
> 
> 
> 
> --
> This message was sent by Atlassian JIRA
> (v6.1.5#6160)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>