Renomme de mail deletion
This commit is contained in:
parent
01b932870e
commit
02c53d3cf0
|
@ -522,7 +522,6 @@ src/fixperms.sh -text
|
||||||
src/functions.sh -text
|
src/functions.sh -text
|
||||||
src/functions_dns.sh -text
|
src/functions_dns.sh -text
|
||||||
src/functions_hosting.sh -text
|
src/functions_hosting.sh -text
|
||||||
src/mail_deletion.sh -text
|
|
||||||
src/mem_add -text
|
src/mem_add -text
|
||||||
src/mem_del -text
|
src/mem_del -text
|
||||||
src/quota-warning.sh -text
|
src/quota-warning.sh -text
|
||||||
|
@ -536,6 +535,7 @@ src/slave_dns -text
|
||||||
src/spoolsize.php -text
|
src/spoolsize.php -text
|
||||||
src/sqlbackup.sh -text
|
src/sqlbackup.sh -text
|
||||||
src/update_domains.sh -text
|
src/update_domains.sh -text
|
||||||
|
src/update_mails.sh -text
|
||||||
/svnup.sh -text
|
/svnup.sh -text
|
||||||
tests/make_mail_dataset.sh -text
|
tests/make_mail_dataset.sh -text
|
||||||
tests/mechdump.pm -text
|
tests/mechdump.pm -text
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
# Every 5 minutes, spool waiting domain changes
|
# Every 5 minutes, spool waiting domain changes
|
||||||
*/5 * * * * root /usr/lib/alternc/update_domains.sh
|
*/5 * * * * root /usr/lib/alternc/update_domains.sh
|
||||||
|
|
||||||
# Every 5 minutes, delete mails
|
# Every 5 minutes, do mails actions
|
||||||
*/5 * * * * root /usr/lib/alternc/mail_deletion.sh
|
*/5 * * * * root /usr/lib/alternc/update_mails.sh
|
||||||
|
|
||||||
# Every hour, check for slave_dns refreshes
|
# Every hour, check for slave_dns refreshes
|
||||||
5 * * * * root /usr/lib/alternc/slave_dns
|
5 * * * * root /usr/lib/alternc/slave_dns
|
||||||
|
|
Loading…
Reference in New Issue