Perfect Server Hardy Heron. Configure Postfix for TLS (hostname)?

Discussion in 'HOWTO-Related Questions' started by Leow, Jul 23, 2009.

  1. Leow

    Leow New Member

    Perfect Server Hardy Heron..

    What is the correct hostname for myhostname?

    I need to alter this, am I right?

    Code:
    postconf -e 'myhostname = server1.example.com'
    I am not sure what is my hostname? How can I check?

    Besides that, do we run the command above in
    Code:
     /home/leow/
    or Do I run it in
    Code:
    /etc/postfix/ssl#
    ?

    Thanks.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    It doesn't matter where you run the postconf command.

    What are the outputs of
    Code:
    hostname
    and
    Code:
    hostname -f
    ?
     
  3. Leow

    Leow New Member

    Solved. Thought I had to change the myhostname. It was supposed to be changing what is equal to it. So, changed that it is working now.

    Thanks.
     

Share This Page