You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
349 B

  1. --- a/src/smtpd/smtpd_check.c
  2. +++ b/src/smtpd/smtpd_check.c
  3. @@ -5325,7 +5325,7 @@ char *smtpd_check_queue(SMTPD_STATE *state)
  4. */
  5. #define BLOCKS(x) ((x) / fsbuf.block_size)
  6. - fsspace(".", &fsbuf);
  7. + fsspace("/overlay", &fsbuf);
  8. if (msg_verbose)
  9. msg_info("%s: blocks %lu avail %lu min_free %lu msg_size_limit %lu",
  10. myname,