Postfix will not send email

Discussion in 'HOWTO-Related Questions' started by godsfshrmn, Dec 14, 2007.

  1. godsfshrmn

    godsfshrmn New Member

    I am getting the following error when I try to start postfix:
    Code:
    fatal: /etc/postfix/master.cf: line 36: bad transport type: smtp_generic_maps=
    Which reads
    Code:
    -o smtp_generic_maps=
    #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
    showq     unix  n       -       -       -       -       showq
    error     unix  -       -       -       -       -       error
    discard   unix  -       -       -       -       -       discard
    local     unix  -       n       n       -       -       local
    virtual   unix  -       n       n       -       -       virtual
    lmtp      unix  -       -       -       -       -       lmtp
    anvil     unix  -       -       -       -       1       anvil
    scache    unix  -       -       -       -       1       scache
    
    I am using my university's server for relay. Any ideas?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's your Postfix version? smtp_generic_maps is available only for Postfix 2.2 and newer.
     

Share This Page