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'm Prashanth Nimesh, a System Administrator with over 5 years of experience in the IT field and a B.Tech in Computer Science. My passion for technology and problem-solving led me to create The Geeks Hub, where I share my expertise in Linux, Solaris, and server management. As the main contributor, I aim to simplify complex tech topics and provide practical guides to help IT professionals and enthusiasts navigate the digital landscape with confidence.

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 […]

Check Also
Close
Back to top button