>
> Well, I have a ColdFusion based website that I have a few forms that
> users submit to sign up for events. So they dont log in or anything. I
> specified localhost in <CFMail> and it works for domains on my system,
> but when I send the user a copy of what they submitted they dont get it.
>
> My main.cf says:
> mynetworks = 172.16.254.0/28
>
> That address is my apartment. I am hosting this at mosso so I have one
> static from them of 67.23.34.37. Mail and CF run on this same IP.

I'm a little confused as to which machine is where. Earlier you said the mail
and web servers were on the same machine, but you also listed two different IP
addresses.

Postfix will relay mail for anything listed in MyNetworks This generally
includes 127.0.0.1, so if the web server is on the same machine with Postfix,
it should work just fine. If the web server is somewhere else, you'll need to
add it's IP address to MyNetworks or configure an authentication method like
SASL and have your web server authenticate itself when sending.

Terry


Reply via email to