17 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Last checks befor...
FromSent OnAttachments
Olivier SannierApr 26, 2007 1:31 pm 
Gordon MessmerApr 26, 2007 1:43 pm 
EsaApr 26, 2007 3:19 pm 
Olivier SannierApr 27, 2007 1:49 pm 
Gordon MessmerApr 27, 2007 1:59 pm 
Olivier SannierApr 27, 2007 2:13 pm 
Olivier SannierApr 28, 2007 12:00 pm 
Gordon MessmerMay 4, 2007 12:52 pm 
Olivier SannierMay 4, 2007 1:08 pm 
Gordon MessmerMay 4, 2007 2:13 pm 
Olivier SannierMay 4, 2007 2:34 pm 
Gordon MessmerMay 4, 2007 3:03 pm 
Olivier SannierMay 4, 2007 3:27 pm 
Alessandro VeselyMay 5, 2007 2:28 am 
Olivier SannierMay 5, 2007 2:58 am 
Gordon MessmerMay 5, 2007 10:24 am 
Olivier SannierMay 6, 2007 5:58 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Last checks before going live and anti spam measuresActions...
From:Olivier Sannier (obo@free.fr)
Date:Apr 27, 2007 2:13:19 pm
List:net.sourceforge.lists.courier-users

Gordon Messmer wrote:

Olivier Sannier wrote:

Gordon Messmer wrote:

You can get third-party software to do that. Once such solution is pythonfilter, which I wrote: http://phantom.dragonsdawn.net/~gordon/courier-pythonfilter/

Fantastic. I've followed the instructions and I think it is installed. How do I check that it actually is running?

If "debug" is enabled, for instance, you'd see "Debugging filter invoked:" in your mail log, when each message is accepted via smtp.

If you're using "greylist", you'd also see a lot of "451 4.7.1 Greylisting in action" messages.

Well then, I must have missed something as I do not get any "Debugging filter invoked:" message and all the "451 4.7.1" messages are from remote servers, not mine. (command line were 'cat /var/log/mail/info | grep filter' and 'cat /var/log/mail/info | grep 4.7.1') Here is what I did :

untargz the courier-python-filter file as "regularuser" su to root cd courier-python-filter call the setup.py script ran the other commands as indicated by readme exit (return to "regularuser")

the chown has been done with courier:courier as this the user and the group under which courier is running. Note that I tried to run setup.py script as "regularuser", but it failed saying it could not access a file/directory which is why I reran it as root.

Any help would be greatly appreciated Regards Olivier