Robert Goldsmith wrote:
Is there a way to tune or configure this behaviour at compile time in uw-imap?

grep "Timeout in " src/imapd/*

found this in imapd.c

if (!(i % 2)) {   /* prevent NAT timeouts */
  sprintf (tmp,"* OK Timeout in %lu minutes\015\012",
      (i * IDLETIMER) / 60);
  PSOUT (tmp);
}

_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to