réplica de
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-09-16 00:57:59 +02:00
Fixed retry value to 3600
Este commit está contenido en:
@@ -480,7 +480,7 @@ $TTL {ttl} ; default time to live
|
||||
@ IN SOA ns1.{primary_domain}. hostmaster.{primary_domain}. (
|
||||
__SERIAL__ ; serial number
|
||||
7200 ; Refresh (secondary nameserver update interval)
|
||||
{ttl} ; Retry (when refresh fails, how often to try again)
|
||||
3600 ; Retry (when refresh fails, how often to try again)
|
||||
1209600 ; Expire (when refresh fails, how long secondary nameserver will keep records around anyway)
|
||||
{ttl} ; Negative TTL (how long negative responses are cached)
|
||||
)
|
||||
|
||||
Referencia en una nueva incidencia
Block a user