On 3 Jul 2006, at 09:17, Vishal Mailinglist wrote: > Just to update when I do the same from the browser it works fine > > On 03/07/06, Vishal Mailinglist <[EMAIL PROTECTED] > wrote: > > I am facing problem while fetching e-mail. Usually I understand > that the --url use to solve my problem. > Just to update I have just upgraded to 2.1. > > System Config: > FC-5 > PostgreSQL 8.1.3 > Zope : (Zope 2.8.6-final, python 2.3.5, linux2) > Python : 2.3.5 (#1, Mar 26 2006, 18:21:48) [GCC 4.1.0 20060304 (Red > Hat 4.1.0-3)] > > > <code> > /usr/local/bin/python /nss/mailmanagerB/mailmanager/Products/ > MailManager/scripts/MMGetMail.py --url=http://localhost/mail > Traceback (most recent call last): > File "/nss/mailmanagerB/mailmanager/Products/MailManager/scripts/ > MMGetMail.py", line 121, in ? > sys.exit(main()) > File "/nss/mailmanagerB/mailmanager/Products/MailManager/scripts/ > MMGetMail.py", line 111, in main > req = urllib2.urlopen('%s/getMail?noreturn=y' % options.url) > File "/usr/local/lib/python2.3/urllib2.py", line 129, in urlopen > return _opener.open(url, data) > File "/usr/local/lib/python2.3/urllib2.py", line 326, in open > '_open', req) > File "/usr/local/lib/python2.3/urllib2.py", line 306, in _call_chain > result = func(*args) > File "/usr/local/lib/python2.3/urllib2.py", line 901, in http_open > return self.do_open(httplib.HTTP, req) > File "/usr/local/lib/python2.3/urllib2.py", line 886, in do_open > raise URLError(err) > urllib2.URLError: <urlopen error (111, 'Connection refused')> > > </code>
It looks like the MMGetMail.py script is unable to connect to MailManager. MailManager usually runs on port 8080 but I notice you're connecting to the default port (80). Maybe this is the problem? A Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mailmanager-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mailmanager-users
