How to change the mail queue lifetime in Postfix on a Plesk server

Follow

Comments

4 comments

  • Avatar
    Peter Burek

    what is the difference between

    postconf -d | grep maximal_queue_lifetime

    and

    postconf | grep maximal_queue_lifetime

     

    it shows two different values

    root@lvps**cut**:/etc/postfix# postconf -d | grep maximal_queue_lifetime
    maximal_queue_lifetime = 5d
    root@lvps**cut**:/etc/postfix# postconf | grep maximal_queue_lifetime
    maximal_queue_lifetime = 10d

     

    0
    Comment actions Permalink
  • Avatar
    Ivan Postnikov

    Hello @Pera,

    "-d" is for printing main.cf default parameter settings instead of actual settings. 

    This may be checked at the official Postfix website:

    http://www.postfix.org/postconf.1.html

    0
    Comment actions Permalink
  • Avatar
    Go Advised Group

    Does Plesk/Postfix Send a Email non-delivery report when the maximal_queue_lifetime has passed?

    0
    Comment actions Permalink
  • Avatar
    Ivan Postnikov

    Hello Go Advised Group

    I was unable to find such functionality in postfix itself.

    In case you'll know how to achieve this, submit a feature suggestion here.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Have more questions? Submit a request