so after i enter in my ssh terminal:
python /opt/iredapd/tools/greylisting_admin.py --disable
my emails should arrive fine? and if it breaks something to undo it would just be: enable?
like this: python /opt/iredapd/tools/greylisting_admin.py --enable
thats what i get from checking that page and doing a nano edit on the greylisting_admin.py file and reading the greeen text about - enable - disable - delete sections.
edit: after entering the command i get this error in terminal:
root@myservername:/# python /opt/iredapd/tools/greylisting_admin.py --disable
<<< ERROR >>> No valid operation specified. Exit.
edit 2: i did this and it produced a output does this output means it worked?
to me it looks like it worked now no clue why the full file path didnt work.
what i did different was did a cd to the directory and ran it on the file directly not putting full file path.
root@myservername:/# cd /opt/iredapd/tools
root@myservername:/opt/iredapd/tools# python greylisting_admin.py --disable
* Disable greylisting: @. -> @.
Seems to of done the job, emails now arrive in usually 30 seconds or less a lot better then the original 4 hours.