Find the answer to your Linux question:
Results 1 to 8 of 8
the domain name of our company is advantageic.com i have noticed that all the emails from our company show our domain name as advantageic.advantageic.com Any help!!!!!...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    6

    domain name of the sender (sendmail)



    the domain name of our company is advantageic.com
    i have noticed that all the emails from our company show our domain name as
    advantageic.advantageic.com
    Any help!!!!!

  2. #2
    Linux User cheesecake42's Avatar
    Join Date
    Jan 2007
    Location
    Panama City, FL
    Posts
    361
    type hostname by itself from a terminal on the mail server and tell us what the output is. also, post the contents of your hostfiles (/etc/hostname and /etc/hosts)

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Posts
    6

    domain name of the sender (sendmail)

    [root@advantageic test]# host advantageic.com
    advantageic.com has address 74.208.136.214
    advantageic.com mail is handled by 10 mx01.1and1.com.
    advantageic.com mail is handled by 10 mx00.1and1.com.


    [root@advantageic test]# cat /etc/hosts
    127.0.0.1 localhost
    127.0.0.1 advantageic.com advantageic
    192.168.1.3 advantageic.com advantageic
    [root@advantageic test]#


    there is no file /etc/hostname (i found one in /bin/hostname but it is unreadable)

  4. #4
    Linux User cheesecake42's Avatar
    Join Date
    Jan 2007
    Location
    Panama City, FL
    Posts
    361
    what distro are you using?

  5. #5
    Just Joined!
    Join Date
    Jun 2008
    Posts
    6
    [root@advantageic ~]# cat /proc/version
    Linux version 2.6.18-1.2798.fc6 (brewbuilder@hs20-bc2-4.build.redhat.com) (gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)) #1 SMP Mon Oct 16 14:37:32 EDT 2006

  6. #6
    Linux User cheesecake42's Avatar
    Join Date
    Jan 2007
    Location
    Panama City, FL
    Posts
    361
    the /bin/hostname file is actually the program "hostname". Run hostname by itself with no options and post the output.

  7. #7
    Just Joined!
    Join Date
    Jun 2008
    Posts
    6
    [root@advantageic mmsc]# hostname
    advantageic

  8. #8
    Linux User cheesecake42's Avatar
    Join Date
    Jan 2007
    Location
    Panama City, FL
    Posts
    361
    Hmm have you searched through your /etc/mail/sendmail.cf file for any instances of advantageic.advantageic.com ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •