Oracle SolarisSolaris 11Solaris 11.3Solaris 11.4

Disable Solaris Sendmail: unable to qualify my own domain name

In this tutorial, we will learn how to solve the most common error in /var/adm/messages “unable to qualify my own domain name (localhost) — using short name” in Solaris 11 operating system by disabling the sendmail service.

If you want to solve this error without disabling the sendmail service check our another tutorial here.

The Error

If you get the following error message:

Mar 18 21:13:56 <HOSTNAME> sendmail[1295]: unable to qualify my own domain name (<HOSTNAME>) — using short name

sendmail -
sendmail error

Disabling sendmail service

  1. Become an administrator or login as a user having Administrative rights.
$ sudo su
OR
$ su -
  1. Check the sendmail service.
# svcs sendmail
sendmail service -
Sendmail service
  1. Disable the sendmail service.
# svcadm disable svc:/network/smtp:sendmail
sendmail service disabled -
Sendmail service disabled
  1. Check again the status of sendmail service.
# svcs sendmail
0 0 votes
Article Rating

Prashanth Nimesh

I have passed B.Tech in Computer Science and currently working as a System Administrator with over 4 years of experience in the IT field. I am also the creator of the theGeeksHub website and its main contributor.

Related Articles

Subscribe
Notify of
guest
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
trackback

[…] our another tutorial here to disable sendmail […]

Back to top button