Postfix not honoring email aliases for local delivery

Discussion in 'Installation/Configuration' started by rneilson, Mar 9, 2007.

  1. falko

    falko Super Moderator Howtoforge Staff

    Not in my main.cf, but in
    Code:
    postconf -d
    (shows the default values that are used unless they are overriden by main.cf):
    Code:
    fallback_relay =
    fallback_transport =
     
  2. rneilson

    rneilson New Member

    How about anything related to local_recipient_maps?
     
  3. falko

    falko Super Moderator Howtoforge Staff

    I have
    Code:
    local_recipient_maps =
    in the output of
    Code:
    postconf -d
    , but not in main.cf.
     
  4. rneilson

    rneilson New Member

    Interesting. Mine is:
    Code:
    local_recipient_maps = proxy:unix:passwd.byname $alias_maps
    Think I should try setting it to blank?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    yes, please try that and restart postfix.
     

Share This Page