[
https://issues.apache.org/jira/browse/JAMES-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Norman Maurer resolved JAMES-759.
---------------------------------
Resolution: Fixed
> sendmail.py use localhost to connect to local smtpserver. We should use
> 127.0.0.1
> ---------------------------------------------------------------------------------
>
> Key: JAMES-759
> URL: https://issues.apache.org/jira/browse/JAMES-759
> Project: James
> Issue Type: Bug
> Affects Versions: 2.3.0
> Reporter: Norman Maurer
> Assigned To: Norman Maurer
> Fix For: 2.3.1-dev
>
>
> At the moment we use:
> server = smtplib.SMTP('localhost')
> This should be modified to:
> server = smtplib.SMTP('127.0.0.1')
> localhost is not resolvable on all systems!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]