mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-24 02:37:05 +00:00
added helper scripts to change the TTL
This commit is contained in:
parent
280eecf00a
commit
0c618d72da
2
tools/set_ttl_to_1_day.sh
Executable file
2
tools/set_ttl_to_1_day.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
sed -i "s/^TTL=.*/TTL=86400/" /etc/mailinabox.conf
|
2
tools/set_ttl_to_5_minutes.sh
Executable file
2
tools/set_ttl_to_5_minutes.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
sed -i "s/^TTL=.*/TTL=1800/" /etc/mailinabox.conf
|
Loading…
Reference in New Issue
Block a user