Using Postfix the send email via another smtp server - to anyone.
I've been trying for days now to get a new RH 9.0 server to send emails via our companies (third party) smtp server. I first tried sendmail - yeah that sucked.
Switched to postfix! I can get emails to send to anyone with an email address from our domain. So assume my domain is 123.com anyone that has a 123.com email address will receive emails I send from this server.
When I try sending to someone outside the domain (which will be a very common occurance since this server will host our companies knowledge base) I get the following...
postfix/smtp[17500]: 84DDF38C051: to=<email@att.net>, relay=XXX.com[###.###.###.###], delay=17, status=bounced (host XXX.com[###.###.###.##] said: 553 <email@att.net>... Not server for att.net)
What am I missing?
An email to someone in my domain returns this...
Jan 27 11:22:31 frodo sendmail[17667]: i0RGMVFk017667: to=XXX@mydoamin.com, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30041, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as 2BFC738C051)
Jan 27 11:22:31 frodo postfix/nqmgr[17242]: 2BFC738C051: from=<root@mydoamin.com>, size=487, nrcpt=1 (queue active)
Jan 27 11:22:31 frodo postfix/smtpd[17669]: disconnect from localhost[127.0.0.1]
Jan 27 11:22:33 frodo postfix/smtp[17672]: 2BFC738C051: to=<XXX@mydomain.com>, relay=XXX.com[###.###.###.###], delay=2, status=sent (250 LAA06317 Message accepted for delivery)
frodo = hostname
|