The Perfect Setup - SuSE 10.1 fatal: missing '='

Discussion in 'HOWTO-Related Questions' started by warnmar10, Oct 3, 2006.

  1. warnmar10

    warnmar10 New Member

    Following these instructions The Perfect Setup - SuSE 10.1 (32-bit)
    http://www.howtoforge.com/perfect_setup_suse_10.1

    Page 5 configure Postfix when I enter:
    Code:
    postconf -e 'inet interfaces = all'
    The result is:
    fatal: missing '=' after attribute name: "inet interfaces = all"

    Every step of the procedure to this point has been spot on. Can anyone show me where I got off course? This Linux stuff is a strange new world to me.
     
  2. warnmar10

    warnmar10 New Member

    The same result on the final command of configure Postfix:
    Code:
    postconf -e 'tls random source = dev:/dev/urandom'
    fatal: missing '=' after attribute name: "tls random source = dev:/dev/urandom"

    After editing master.cf and restarting postfix I am able to connect and the result of ehlo localhost is exactly per the instructions. Thanks for any pointers on this.
     
  3. falko

    falko Super Moderator ISPConfig Developer

    You're missing the underscores. It must be
    Code:
    postconf -e 'inet[B][COLOR="Red"]_[/COLOR][/B]interfaces = all'
    postconf -e 'tls[B][COLOR="Red"]_[/COLOR][/B]random[B][COLOR="Red"]_[/COLOR][/B]source = dev:/dev/urandom'
     
  4. warnmar10

    warnmar10 New Member

    Thank you very much. Were the instructions updated this morning?
     
  5. falko

    falko Super Moderator ISPConfig Developer

    No, they were like that all the time.
     

Share This Page