Re: Testing tmda-ofmipd
David Leangen <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.user |
|---|---|
| Message-ID | <[email protected]> |
> You have to start tmda-ofmipd on my.host.com if you want > my.host.com:8025 to answer incoming connections. You do this with the > '-p' option: > > -p HOST:PORT, --proxyport=HOST:PORT > The HOST:PORT to listen for incoming connections on. > The default is FQDN:8025 (i.e, port 8025 on the fully > qualified domain name for the local host). Use > '0.0.0.0:PORT' to listen on all available interfaces. > > So try adding '-p my.host.com:8025' to your tmda-ofmipd invocation. Ahhhhh! Thank you! That's exactly what was missing!! Now that I look at the --help info again, the information is clearly there. Not sure why I missed that. Sorry! Thanks for the 911!