The Perfect Setup - Ubuntu Feisty Fawn (Ubuntu 7.04)

Discussion in 'HOWTO-Related Questions' started by sjb2h, Jun 10, 2007.

  1. sjb2h

    sjb2h New Member

    I'm currently on step 13, which is: 13 Postfix With SMTP-AUTH And TLS.

    After configuring postfix/main.cf and trying to restart it, I received the error

    postfix: fatal: /etc/mailname: unable to open: cannot open file: No such file or directory

    I figured the next logical step would to do a mkdir /etc/mailname (and it obviously wasn't). I went ahead and made the directory, tried to restart postfix, and then got the error:

    postfix: fatal: /etc/mailname: unable to open: file has 2 hard links

    Is there any way for me to solve this problem? Thanks!
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Can you post /etc/postfix/main.cf? And the output of
    Code:
    postconf -d|grep myorigin
    ?
     

Share This Page