Marco Balmer wrote:
> The whithlist.py filter doesn't work. I got the message
> 
> courierfilter: Couldn't open smtpaccess.dat in /etc/courier

Run "python", and enter these commands:

import anydbm
access=anydbm.open('/etc/courier/smtpaccess.dat')
print access['10']

See what you get.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to