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 "Norman Maurer (JIRA)" <se...@james.apache.org> on 2007/01/15 09:16:28 UTC

[jira] Resolved: (JAMES-759) sendmail.py use localhost to connect to local smtpserver. We should use 127.0.0.1

     [ 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org