configure email on solaris 5.1

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

configure email on solaris 5.1

Roshan
Hi Erman,

I am tring to configure sendmail on a Solaris server(5.10).

I have checked the doc below
https://solaris-scripting-judi.blogspot.com/2016/11/setup-sendmail-in-solaris-11_17.html

I am getting the error
# make test1.cf
make: not found

Can you please advise I should proceed?

Regards,

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: configure email on solaris 5.1

Roshan
This post was updated on .
# mailx -v -s "test solaris 10.224.1.53" abcd < /dev/null
# WARNING: local host name (-s) is not qualified; see cf/README: WHO AM I?
abcd... Connecting to [127.0.0.1] via relay...
abcd... Deferred: Connection refused by [127.0.0.1]
Reply | Threaded
Open this post in threaded view
|

Re: configure email on solaris 5.1

Roshan
I did a telnet

# telnet localhost 25
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Trying ::1...
telnet: Unable to connect to remote host: Network is unreachable
Reply | Threaded
Open this post in threaded view
|

Re: configure email on solaris 5.1

ErmanArslansOracleBlog
Administrator
You are trying to install and configure sendmail "Server" into a Solaris 5.1 env, right?

Your Os is Solaris 5.1, but you are following a Solaris 11 document?

Is it 5.1 or 5.10?

Your configuration is not okay and there is no mail server listening for SMTP on your machine.

I think you need to start over.

Take a look at the links given in this url- > https://docs.oracle.com/cd/E19253-01/816-4555/

There sendmail related documentation there..

For ex this-> https://docs.oracle.com/cd/E19253-01/816-4555/mailadmin-13/index.html

Also, you can give this a try -> http://thegreyblog.blogspot.com/2009/11/configuring-sendmail-on-solaris-10.html