[jira] [Commented] (JAMES-2302) SMTP configuration documentation refers to servername which does not exist anymore

2018-11-13 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on JAMES-2302:
---

Github user Daniel-Dos commented on the issue:

https://github.com/apache/james-project/pull/143
  
your welcome  .


> SMTP configuration documentation refers to servername which does not exist 
> anymore
> --
>
> Key: JAMES-2302
> URL: https://issues.apache.org/jira/browse/JAMES-2302
> Project: James Server
>  Issue Type: Bug
>Reporter: Raphaël Ouazana
>Priority: Major
>  Labels: documentation, easyfix
>
> The page https://james.apache.org/server/3/config-smtp-lmtp.html is 
> referencing the servername option which does not exist anymore.
> It should be fixed, probably by replacing it by domains handling (see 
> domainlist.xml).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (JAMES-2302) SMTP configuration documentation refers to servername which does not exist anymore

2018-11-11 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on JAMES-2302:
---

Github user Daniel-Dos commented on a diff in the pull request:

https://github.com/apache/james-project/pull/143#discussion_r232519602
  
--- Diff: src/site/xdoc/server/config-smtp-lmtp.xml ---
@@ -151,8 +151,8 @@
   
 As mentioned above, SMTP AUTH requires that Apache James 
Server be able to distinguish between mail intended 
 for local delivery and mail intended for remote delivery.  
Apache James Server makes this determination by matching the 
-domain to which the mail was sent against the 
servernames element of the Apache James Server configuration block.  
Any 
-local domains should be explicitly listed as 
servername elements in this section.
+domain to which the mail was sent against the 
domainnames element of the Apache James Server configuration block.  
Any 
--- End diff --

done. please review . 


> SMTP configuration documentation refers to servername which does not exist 
> anymore
> --
>
> Key: JAMES-2302
> URL: https://issues.apache.org/jira/browse/JAMES-2302
> Project: James Server
>  Issue Type: Bug
>Reporter: Raphaël Ouazana
>Priority: Major
>  Labels: documentation, easyfix
>
> The page https://james.apache.org/server/3/config-smtp-lmtp.html is 
> referencing the servername option which does not exist anymore.
> It should be fixed, probably by replacing it by domains handling (see 
> domainlist.xml).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (JAMES-2302) SMTP configuration documentation refers to servername which does not exist anymore

2018-11-11 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on JAMES-2302:
---

Github user chibenwa commented on a diff in the pull request:

https://github.com/apache/james-project/pull/143#discussion_r232517286
  
--- Diff: src/site/xdoc/server/config-smtp-lmtp.xml ---
@@ -151,8 +151,8 @@
   
 As mentioned above, SMTP AUTH requires that Apache James 
Server be able to distinguish between mail intended 
 for local delivery and mail intended for remote delivery.  
Apache James Server makes this determination by matching the 
-domain to which the mail was sent against the 
servernames element of the Apache James Server configuration block.  
Any 
-local domains should be explicitly listed as 
servername elements in this section.
+domain to which the mail was sent against the 
domainnames element of the Apache James Server configuration block.  
Any 
--- End diff --

You are right to show us this configuration is out-dated.

However, to be correct it should be:

```
to which the mail was sent against the DomainList component, 
configured in domainlist.xml 
configuration file.
```

Cheers


> SMTP configuration documentation refers to servername which does not exist 
> anymore
> --
>
> Key: JAMES-2302
> URL: https://issues.apache.org/jira/browse/JAMES-2302
> Project: James Server
>  Issue Type: Bug
>Reporter: Raphaël Ouazana
>Priority: Major
>  Labels: documentation, easyfix
>
> The page https://james.apache.org/server/3/config-smtp-lmtp.html is 
> referencing the servername option which does not exist anymore.
> It should be fixed, probably by replacing it by domains handling (see 
> domainlist.xml).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (JAMES-2302) SMTP configuration documentation refers to servername which does not exist anymore

2018-11-11 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on JAMES-2302:
---

Github user Daniel-Dos commented on a diff in the pull request:

https://github.com/apache/james-project/pull/143#discussion_r23251
  
--- Diff: src/site/xdoc/server/config-smtp-lmtp.xml ---
@@ -151,8 +151,8 @@
   
 As mentioned above, SMTP AUTH requires that Apache James 
Server be able to distinguish between mail intended 
 for local delivery and mail intended for remote delivery.  
Apache James Server makes this determination by matching the 
-domain to which the mail was sent against the 
servernames element of the Apache James Server configuration block.  
Any 
-local domains should be explicitly listed as 
servername elements in this section.
+domain to which the mail was sent against the 
domainnames element of the Apache James Server configuration block.  
Any 
--- End diff --

Great, I'll adjust it. thank you very much.


> SMTP configuration documentation refers to servername which does not exist 
> anymore
> --
>
> Key: JAMES-2302
> URL: https://issues.apache.org/jira/browse/JAMES-2302
> Project: James Server
>  Issue Type: Bug
>Reporter: Raphaël Ouazana
>Priority: Major
>  Labels: documentation, easyfix
>
> The page https://james.apache.org/server/3/config-smtp-lmtp.html is 
> referencing the servername option which does not exist anymore.
> It should be fixed, probably by replacing it by domains handling (see 
> domainlist.xml).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (JAMES-2302) SMTP configuration documentation refers to servername which does not exist anymore

2018-11-09 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on JAMES-2302:
---

GitHub user Daniel-Dos opened a pull request:

https://github.com/apache/james-project/pull/143

JAMES-2302:SMTP configuration documentation refers to servername

PR with fix to item https://issues.apache.org/jira/browse/JAMES-2302 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Daniel-Dos/james-project JAMES-2302

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/james-project/pull/143.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #143


commit 56ae3ba1d88294e23c7d8925606324f7a6887a99
Author: Daniel Dias 
Date:   2018-11-10T06:51:51Z

JAMES-2302:SMTP configuration documentation refers to servername which does 
not exist anymore




> SMTP configuration documentation refers to servername which does not exist 
> anymore
> --
>
> Key: JAMES-2302
> URL: https://issues.apache.org/jira/browse/JAMES-2302
> Project: James Server
>  Issue Type: Bug
>Reporter: Raphaël Ouazana
>Priority: Major
>  Labels: documentation, easyfix
>
> The page https://james.apache.org/server/3/config-smtp-lmtp.html is 
> referencing the servername option which does not exist anymore.
> It should be fixed, probably by replacing it by domains handling (see 
> domainlist.xml).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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