> > Here's my ofmipd start script:
 > >
 > > su -l vpopmail -c '/usr/local/tmda/bin/tmda-ofmipd -d -p
 > > ns1.webbtech.net:8025 -A "/home/vpopmail/bin/vchkpw /bin/true" -S
 > > /usr/local/tmda/contrib/vpopmail-vdir.sh' >>/var/log/ofmipd.log 2>&1
 > >
 > > When I start the output looks good:
 > >         Listening on webbtech.net:8025
 > > tmda-ofmipd started at Tue Jan 6 21:26:01 EST 2004
 > >
 > > Test on the box looks good:
 > > # telnet ns1.webbtech.net 8025
 > > Trying 127.0.0.1...
 > > Connected to ns1.webbtech.net.
 > > Escape character is '^]'.
 > > 220 ns1.webbtech.net ESMTP tmda-ofmipd
 > > quit
 > > 221 Bye
 > > Connection closed by foreign host.
 > >
 >
 >
 > Are webbtech.net and ns1.webbtech.net the same machine? I see you
 > showing them two different ways in your message. You are specifying
 > ns1.webbtech.net in your startup script, but then the message that
 > shows up in the startup message just shows webbtech.net.
 >
 > What happens if you just use an IP address instead of the hostname?
 >
 > David
 >

 Yes, webbtech.net and ns1.webbtech.net are the same machine.
 K, changed the script to use the IP instead of the name:
 su -l vpopmail -c '/usr/local/tmda/bin/tmda-ofmipd -d -p
192.168.2.5:8025 -A
 "/home/vpopmail/bin/vchkpw /bin/true" -S
 /usr/local/tmda/contrib/vpopmail-vdir.sh' >>/var/log/ofmipd.log 2>&1

 Tests fine:
 tmda-ofmipd started at Thu Jan 8 15:43:28 EST 2004
         Listening on 192.168.2.5:8025

 # telnet 192.168.2.5 8025
 Trying 192.168.2.5...
 Connected to 192.168.2.5.
 Escape character is '^]'.
 220 ns1.webbtech.net ESMTP tmda-ofmipd
 quit
 221 Bye
 Connection closed by foreign host.


 And I get the following errors

 From Outlook:
 An unknown error has occurred. Account: 'tmda.webbtech.net', Server:
 'smtp1.webbtech.net', Protocol: SMTP, Server Response: '502 Error: command
 "HELO" not implemented', Port: 8025, Secure(SSL): No, Server Error: 502,
 Error Number: 0x800CCC64

 From Squirrel mail:
 Connection refused
 Server replied: 111

 ron



_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to