Dieter Maurer wrote:
> 
> Tim Cook writes:
>  > I created a MailHost but when I attempt to send an email I get a
>  > '111 Connection Refused' error.  Is this a sendmail permission
>  > problem?

> Apparently, there is no STMP server listening on the port.

One might think that at first. But here's some more info:
I originally had the host set as  myhost.com, (as an example). I
used the correct host name in real life. Also yyy.xxx were
substituted below for the real IP address.


On IRC I received the following suggestions and their results:

mail.myhost.com 

this yielded: host not found

in6.myhost.com 

this yielded: {'[EMAIL PROTECTED]': (550, '... Not a local
address')} 

out1.myhost.com

Error Type: SMTPConnectError
Error Value: (450, 'unauthorized interface for 24.113.89.xxx')

out2.myhost.com

Error Type: SMTPConnectError
Error Value: (450, 'unauthorized interface for 24.113.yyy.xxx')

out3.myhost.com

Error Type: SMTPSenderRefused
Error Value: (550, 'Access denied', '[EMAIL PROTECTED]')

out4.myhost.com

Error Type: SMTPConnectError
Error Value: (450, 'unauthorized interface for 24.113.89.xxx')

out5.myhost.com

Error Type: SMTPConnectError
Error Value: (450, 'unauthorized interface for 24.113.89.xxx')


The out3 attempt looks like it wants to work but twcook is not an
authorized user. 
BUT! I can go into a terminal session in the /home/twcook
directory and type;

mail [EMAIL PROTECTED] and enter a message and it's mailed to this
address okay.

I did confirm that sendmail is using port 25.


Any idea what I need to change so that Zope will have permission
to send mail?

-- Tim Cook --
FreePM Project Coordinator - http://www.freepm.org
OS Healthcare Alliance Supporter - http://www.oshca.org

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to