I have an iRedMail setup working which I will be replacing, but the long and short are the following;
main domain and a few others are hosted at googles enterprise. They don't play nice with relaying, etc. for a few things so I have an amazon s3 instance running the iRedAdmin so I added the domains there for our application server (coldfusion) to use to send mail out (contact us, forgot password), etc. The problem was those accounts werent there, and a simple relay didn't work, etc. so long story short, speaking with the group, they helped me to use the transport maps. The problem was if the website sent to supp...@domain.com, it HAD to be local to authenticate, but then kept the mail local (which it's doing again). My transport file looks like this; (one example) members...@domain.com smtp:[ASPMX.L.GOOGLE.COM]:25 When postfix was started and happy, an example looked like this; pwsdata postfix/smtp[840]: A0FAD7E22C: to=<members...@domain.com>, relay= ASPMX.L.GOOGLE.COM[74.125.113.27]:25, delay=1.5, delays=0.07/0.01/0.14/1.3, dsn=2.0.0, status=sent (250 2.0.0 OK 1313600883 s8si3016648vdh.46) I got a call saying mail hasn't been recieved to support or membership which is odd, and when I look I see the following; 12:20:30 pwsdata postfix/pipe[31348]: E57127E232: to=<members...@domain.com>, relay=dovecot, delay=0.27, delays=0.17/0.01/0/0.1, dsn=2.0.0, status=sent (delivered via dovecot service) So I am not sure if I should persue this, or fix the other of the 2. I setup a local server with a public IP, setup a new MX record and a new subdomain to test but when I sent from him I got; host mail-mx1-prod-v.cc.nd.edu[129.74.250.243] said: 451 4.1.8 Possibly forged hostname for ip I really want to use the 2nd server option and move to that, so how hard is it to simply fix that option and change my app servers to use him? Since it's a clean ubuntu postfix install, I dont have the iredadmin stuff, etc. From the reading on that error, it looks like the rdns is looking saying it's failing, but I can't send from @domain.com since it's hosted at google. So thoughts, options on either are appreciated as I continue reading on this chaotic Friday!