hi all, I am currently using the MailHost product in zope to send automatic e-mails from my Zope site, via the companies e-mail server. This was working perfectly on my own machine(Win 98), but when the site was moved onto an NT server I've started getting the following error, without a traceback.. Error Type: SMTPHeloError Error Value: (501, 'Invalid domain name') Does anybody know what causes this. The server name I've used is correct,and I am able to ping it from my NT server. Any help is greatly appreciated, Best Regards, Tony. Tony Flanagan Engitech Ltd Parkwest Business Park Beckett Road, 20/D Dublin 12 Tel.: 00353-1-6204520 Mobile: 086 323 9125 tony.flanagan@engitech.ie
From: "Tony Flanagan" <tony.flanagan@engitech.ie>
Error Type: SMTPHeloError Error Value: (501, 'Invalid domain name')
Does anybody know what causes this. The server name I've used is correct,and I am able to ping it from my NT server.
An SMTPHeloError is what you get when the server doesn't accept your try to connect. The 501 error is what the server tells you, so it seems it thinks that the domain name of the connecting machine is incorrect.
participants (2)
-
Lennart Regebro -
Tony Flanagan