NethServer / dev

NethServer issue tracker
https://github.com/NethServer/dev/issues
62 stars 20 forks source link

Change Mail Queue max lifetime from UI #6886

Closed DavidePrincipi closed 6 months ago

DavidePrincipi commented 6 months ago

Reducing the mail queue max age is useful if Mail is blacklisted and the queue is full. Users will receive DSN sooner, that in this case it is better than later.

http://www.postfix.org/postconf.5.html#maximal_queue_lifetime

stephdl commented 6 months ago

QA

install ns8-mail 1.3.5-dev.1 In the settings of mail you have a new tile where you can modify the time in hour that a message should stay in the queue before to become undeliverable In the queue table UI you have an information of the maximal queue life time in the queue table UI you have a button (upper right corner) to go to the queue tile

you can modify the time and check if the maximal_queue_lifetime is well modified in the main.cf of the postfix container

time is in hour, it must exists, > = 1 or < =200

DavidePrincipi commented 6 months ago

Released in https://github.com/NethServer/ns8-mail/releases/tag/1.3.5