Qmail-greyd: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 March 2024

  • curprev 11:0111:01, 30 March 2024Ebroch talk contribs 4,300 bytes +5 No edit summary
  • curprev 11:0111:01, 30 March 2024Ebroch talk contribs 4,295 bytes +31 No edit summary
  • curprev 11:0011:00, 30 March 2024Ebroch talk contribs 4,264 bytes +13 No edit summary
  • curprev 10:5910:59, 30 March 2024Ebroch talk contribs 4,251 bytes +4,251 Created page with "#!/usr/bin/python # Before running this script make sure to have done : # mkdir /var/qmail/grey # chown qmaild.nofiles /var/qmail/grey # test with env TCPREMOTEIP="127.0.0.1" GREY="" ./greyd /bin/bash -c env | grep RB # and do not forget to delete the folder and file created before going in production # Design similar to http://www.jonatkins.com/page/software/qgreylist import os import sys import time minute = 60 hour = 60*60 day = 60*60*24 # Configuration start con..."