diff --git a/gestion/mail-all.py b/gestion/mail-all.py index ff164cc3..e38e8aa2 100644 --- a/gestion/mail-all.py +++ b/gestion/mail-all.py @@ -20,7 +20,7 @@ def reload_postfix(): def reconf_postfix(): # Est-ce qu'on est sur rouge ?! if socket.gethostname() != "rouge": - print u"Il y a trop de destinataires, il faut se logger sur rouge pour lever\n(temporairement) la limite." + print u"Il y a trop de destinataires, il faut se logger sur redisdead pour lever\n(temporairement) la limite." sys.exit(1) conf_fd = open (POSTFIX_CONF, 'r') @@ -110,8 +110,8 @@ par le script. time.sleep(3) # On dort un peu, ctrl-c welcome limit="no" - if card >= 10: - (limit, backup_conf) = reconf_postfix() +# if card >= 10: +# (limit, backup_conf) = reconf_postfix() # Il faudra quoiqu'il arrive rétablir la conf de postfix # try capture-t-il les SIGTERM ?!