Where are Postfix parameters stored?

Discussion in 'General' started by tomd, Apr 30, 2007.

  1. tomd

    tomd New Member

    I am trying to adjust my maximal_queue_lifetime setting and although I add it to the main.cf file and restart Postfix, postconf -d results never change. (I noticed that the message_size_limit is also not the same as set in main.cf.

    What am I missing?

    Tom
     
  2. edge

    edge Active Member Moderator

    Did you restart postfix?
    Code:
    /etc/init.d/postfix restart
    *err... I see you did allready..
     
  3. tomd

    tomd New Member

    Yes, I did.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You used the wrong postconf parameter:

    postconf -d shows the defualts of your postconf configuration, not the actually used values. Use "postconf -n" instead to see the values that where used by your postconf configuration.
     
  5. tomd

    tomd New Member

    Perfect! This is why I love you guys!

    Thanks,
    Tom
     

Share This Page