jason hirsh: > I am having trouble sending email to a specific server > I got the following error > > "lost connection with > mx.example.org <http://mx.cieebonaire.org/>[xx.xx.xx.xxx] while receiving > the initial server > greeting? > > The operator says its my issue yet i have no problems with any other servers
Try: $ telnet xx.xx.xx.xxx 25 and report what happens. If the host replies with "220 servername...." then send: EHLO your.client.name and report what happens. Wietse