Using CentOS 5.6 and trying to send (only) emails to remote boxes. I am on a CentOS client box and trying to send email to my road-runner email account.
mailx -s "Some Subject" me@tx.rr.com < msg.txt
$cat message.txt
From: localhost.localdomain
To: gwade7@tx.rr.com
Subject: Test
Testing...
Log file shows:
Oct 3 14:06:34 ip sendmail[1131]: p93J6Yas001131: from=root, size=118, class=0, nrcpts=1, msgid=<201110031906.p93J6Yas001131@ip.localdomain>, relay=root@localhost
Oct 3 14:06:34 ip sendmail[1131]: p93J6Yas001131: to=gwade7@tx.rr.com, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30118, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
- How do I use my Road-Runner email server to route my email to an external email box?
- Does anybody know if I must use user/password on the Road-Runner /Mail Server?