Files
smeserver-dovecot/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/99idle_notify

8 lines
106 B
Plaintext

{
my $timeout = $dovecot{Idle_Notify} || '2';
$OUT .= "imap_idle_notify_interval = $timeout mins\n";
}