hello gurus,
I'm trying to send mail from a Solaris 9 box on a Domain.
I used the command below, but no dice.
mailx -s 'test mail from blahserver' meme@domain.com</tmp/mail.log
here is my nslookup output.
# nslookup mailserver.domain.com
Server: dnsserver.domain.com
Address: 10.20.10.60
Non-authoritative answer:
Name: mail.domain.com
Address: 10.1.1.24
Aliases: mailserver.domain.com
internal dns: dnsserver.domain.com
I also disabled sendmail. I believe that sendmail is not needed to send
mail, using mailx.
Please help.